Sat 23 Jun 17:07:14 UTC 2018: Using CONF from /home/debian-cd/build.jessie/CONF.sh.jessie_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/tasks echo "- copying task files from 'tasks/jessie/'" - copying task files from 'tasks/jessie/' cp -r /home/debian-cd/build.jessie/debian-cd/tasks/jessie/* /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/tasks; \ /home/debian-cd/build.jessie/debian-cd/tools/update_tasks; \ /home/debian-cd/build.jessie/debian-cd/tools/generate_di_list; \ /home/debian-cd/build.jessie/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.31+deb8u1_all.deb date -u '+%Y%m%d' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.67+deb8u1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/data/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ; \ fi for ARCH in mips; do \ echo "Using the provided status file for jessie-$ARCH ..."; \ cp /home/debian-cd/build.jessie/debian-cd/data/jessie/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt/jessie-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ done Using the provided status file for jessie-mips ... make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/jessie/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.67+deb8u1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/data/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/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/mips/apt/jessie-$ARCH/apt/preferences.d; \ if [ $ARCH = "source" -o "" = "1" -o "" = "2" -o "" = "C" -o "" = "F" ];then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt/jessie-$ARCH/status ; \ else \ zcat /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-$ARCH/Packages.gz | \ 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/mips/apt/jessie-$ARCH/status ; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.5~deb8u1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/archive-keyring for ARCH in mips; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt/jessie-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt/jessie-$ARCH/apt/trusted.gpg.d; \ done # Updating the apt database for ARCH in mips; do \ export ARCH=$ARCH; \ /home/debian-cd/build.jessie/debian-cd/tools/apt-selection update; \ done Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release.gpg [2,420 B] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release.gpg [2,420 B] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie/main/debian-installer mips Packages [80.6 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie/contrib mips Packages [43.6 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie/main mips Packages [8,842 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 ] && \ [ "jessie"x != ""x ] && \ [ "jessie"x != "jessie"x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt/jessie-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt/jessie-source/status ; \ export CODENAME=jessie; \ export ARCH=source; \ /home/debian-cd/build.jessie/debian-cd/tools/apt-selection update; \ fi for ARCH in mips; do \ export ARCH=$ARCH; \ /home/debian-cd/build.jessie/debian-cd/tools/apt-selection check || make correctstatus; \ 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: base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libisccfg90 (= 1:9.9.5.dfsg-9+deb8u15) but it is not installed bsd-mailx : Depends: libbsd0 (>= 0.2.0) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (>= 1.7.6) but it is not installed Depends: libexpat1 (>= 2.0.1) but it is not installed Depends: libsystemd0 but it is not installed dnsutils : Depends: libisccfg90 (= 1:9.9.5.dfsg-9+deb8u15) but it is not installed iptables : Depends: libnfnetlink0 but it is not installed isc-dhcp-client : Depends: libdns-export100 but it is not installed Depends: libirs-export91 but it is not installed Depends: libisc-export95 but it is not installed isc-dhcp-common : Depends: libdns-export100 but it is not installed Depends: libirs-export91 but it is not installed Depends: libisc-export95 but it is not installed libbind9-90 : Depends: libisccfg90 but it is not installed libdns100 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed libgnutls-deb0-28 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed2 (>= 2.7) but it is not installed Depends: libnettle4 (>= 2.7) but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) 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 login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed lsof : Depends: libperl4-corelibs-perl but it is not installed or perl (< 5.12.3-7) but 5.20.2-3+deb8u11 is installed m4 : Depends: libsigsegv2 (>= 2.9) but it is not installed mutt : Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libgpgme11 (>= 1.2.0) but it is not installed nfacct : Depends: libmnl0 (>= 1.0.3-4~) but it is not installed Depends: libnetfilter-acct1 but it is not installed nfs-common : Depends: libdevmapper1.02.1 (>= 2:1.02.20) 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 python : Depends: libpython-stdlib (= 2.7.9-1) but it is not installed python-apt : Depends: python-apt-common but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.9-1~) but it is not installed python-reportbug : Depends: python-debian but it is not installed Depends: python-debianbts but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.9-2+deb8u1) but it is not installed Depends: libpython2.7-stdlib (= 2.7.9-2+deb8u1) but it is not installed rpcbind : Depends: insserv (>= 1.14.0-2.1) but it is not installed or file-rc but it is not installed systemd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libsystemd0 (= 215-17+deb8u7) but it is not installed Depends: acl but it is not installed Depends: libcap2-bin but it is not installed sysv-rc : Depends: insserv (> 1.12.0-10) but it is not installed texinfo : Depends: libtext-unidecode-perl but it is not installed Depends: libintl-perl but it is not installed Depends: libxml-libxml-perl but it is not installed wget : Depends: libnettle4 but it is not installed Depends: libpsl0 (>= 0.4.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/jessie/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.67+deb8u1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/data/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/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.jessie/debian-cd/tools/apt-selection update; \ done; \ fi Apt-get is updating its files ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 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.jessie/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/mips/apt/jessie-$ARCH/status; \ done; \ done; \ fi set -e; \ if [ "mips" != "source" ] ; then \ for ARCH in mips; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.jessie/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ /home/debian-cd/build.jessie/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/mips/apt/jessie-$ARCH/status; \ done; \ done; \ fi mips:acl mips:dmsetup mips:docutils-common mips:fontconfig mips:fontconfig-config mips:fonts-dejavu-core mips:gnupg-agent mips:gnupg2 mips:insserv mips:libassuan0 mips:libatk1.0-0 mips:libatk1.0-data mips:libaudit-common mips:libaudit1 mips:libavahi-client3 mips:libavahi-common-data mips:libavahi-common3 mips:libbsd0 mips:libcairo2 mips:libcap-ng0 mips:libcap2-bin mips:libcryptsetup4 mips:libcups2 mips:libcurl3-gnutls mips:libdatrie1 mips:libdbus-1-3 mips:libdebconfclient0 mips:libdevmapper1.02.1 mips:libdns-export100 mips:libev4 mips:libexpat1 mips:libffi6 mips:libfontconfig1 mips:libfreetype6 mips:libgdk-pixbuf2.0-0 mips:libgdk-pixbuf2.0-common mips:libgeoip1 mips:libglib2.0-0 mips:libgmp10 mips:libgpgme11 mips:libgraphite2-3 mips:libgtk2.0-0 mips:libgtk2.0-common mips:libharfbuzz0b mips:libhogweed2 mips:libicu52 mips:libintl-perl mips:libirs-export91 mips:libisc-export95 mips:libisccc90 mips:libisccfg-export90 mips:libisccfg90 mips:libjasper1 mips:libjbig0 mips:libjpeg62-turbo mips:libksba8 mips:libmnl0 mips:libnetfilter-acct1 mips:libnettle4 mips:libnfnetlink0 mips:libpango-1.0-0 mips:libpangocairo-1.0-0 mips:libpangoft2-1.0-0 mips:libperl4-corelibs-perl mips:libpixman-1-0 mips:libpng12-0 mips:libpsl0 mips:libpth20 mips:libpython-stdlib mips:libpython2.7-minimal mips:libpython2.7-stdlib mips:librtmp1 mips:libsemanage-common mips:libsemanage1 mips:libsigsegv2 mips:libssh2-1 mips:libsystemd0 mips:libtext-unidecode-perl mips:libthai-data mips:libthai0 mips:libtiff5 mips:libustr-1.0-1 mips:libverto-libev1 mips:libverto1 mips:libx11-6 mips:libx11-data mips:libxau6 mips:libxcb-render0 mips:libxcb-shm0 mips:libxcb1 mips:libxcomposite1 mips:libxcursor1 mips:libxdamage1 mips:libxdmcp6 mips:libxext6 mips:libxfixes3 mips:libxi6 mips:libxinerama1 mips:libxml-libxml-perl mips:libxml-namespacesupport-perl mips:libxml-sax-base-perl mips:libxml-sax-perl mips:libxrandr2 mips:libxrender1 mips:pinentry-gtk2 mips:python-apt-common mips:python-chardet mips:python-debian mips:python-debianbts mips:python-defusedxml mips:python-docutils mips:python-pkg-resources mips:python-roman mips:python-six mips:python-soappy mips:python-wstools mips:python2.7-minimal mips:sgml-base mips:shared-mime-info mips:xml-core for ARCH in mips; do \ ARCH=$ARCH /home/debian-cd/build.jessie/debian-cd/tools/apt-selection check; \ done Reading package lists... Building dependency tree... make[2]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/jessie/debian-cd' make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/jessie/debian-cd' ... checking your mirror /home/debian-cd/build.jessie/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "mips" jessie jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-mipsel/Packages.gz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-mips/20150422/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-mips/20150422+deb8u5/images/MD5SUMS for ARCH in mips; do \ if [ -e /home/debian-cd/build.jessie/debian-cd/data/jessie/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.jessie/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source jessie jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and up to 3 isos for mips CD dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.67+deb8u1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/data/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/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.jessie/debian-cd/tools/apt-selection update; \ done; \ fi Apt-get is updating its files ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Reading package lists... if [ ""x != "yes"x ] ; then \ if [ ""x = "1"x ] ; then \ : ; \ elif [ ""x = "2"x -o ""x = "C"x ] ; then \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _ != _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 \ jessie \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/rawlist; \ rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/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 != "yes"x ] ; then \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/tasks/Debian-generic | \ cpp -nostdinc -P -undef $ARCHDEFS $VARIANTDEFS\ $ARCHUNDEFS -U i386 -U linux -U unix \ -DFORCENONUSONCD1=0 \ -I /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/tasks - - >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt/jessie-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/list for ARCH in mips; do \ ARCH=$ARCH /home/debian-cd/build.jessie/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 125528992 bytes Adding the rest of the requested packages Now up to 45142944992 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 41151 packages, total size 46918199172 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.jessie/debian-cd/tools/grab_source_list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/packages; \ else \ /home/debian-cd/build.jessie/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/apt "mips" /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/packages.source; \ fi /home/debian-cd/build.jessie/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.jessie/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips jessie "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 41151 packages for mips Reading in translated package descriptions for main: Done: read 162977 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 251 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.jessie/debian-cd/data/jessie/mips_udeb_exclude Adding docs to CD1 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 --2018-06-23 17:09:28-- https://www.debian.org/releases/jessie/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: 6162507 (5.9M) [application/x-gzip] Saving to: 'release-notes-mips.tar.gz' 0K .......... .......... .......... .......... .......... 0% 41.0M 0s 50K .......... .......... .......... .......... .......... 1% 38.6M 0s 100K .......... .......... .......... .......... .......... 2% 38.8M 0s 150K .......... .......... .......... .......... .......... 3% 10.2M 0s 200K .......... .......... .......... .......... .......... 4% 37.7M 0s 250K .......... .......... .......... .......... .......... 4% 39.2M 0s 300K .......... .......... .......... .......... .......... 5% 38.3M 0s 350K .......... .......... .......... .......... .......... 6% 38.5M 0s 400K .......... .......... .......... .......... .......... 7% 28.8M 0s 450K .......... .......... .......... .......... .......... 8% 36.3M 0s 500K .......... .......... .......... .......... .......... 9% 38.6M 0s 550K .......... .......... .......... .......... .......... 9% 35.3M 0s 600K .......... .......... .......... .......... .......... 10% 26.7M 0s 650K .......... .......... .......... .......... .......... 11% 39.2M 0s 700K .......... .......... .......... .......... .......... 12% 38.9M 0s 750K .......... .......... .......... .......... .......... 13% 38.2M 0s 800K .......... .......... .......... .......... .......... 14% 30.3M 0s 850K .......... .......... .......... .......... .......... 14% 39.2M 0s 900K .......... .......... .......... .......... .......... 15% 28.7M 0s 950K .......... .......... .......... .......... .......... 16% 33.3M 0s 1000K .......... .......... .......... .......... .......... 17% 36.2M 0s 1050K .......... .......... .......... .......... .......... 18% 37.0M 0s 1100K .......... .......... .......... .......... .......... 19% 39.8M 0s 1150K .......... .......... .......... .......... .......... 19% 38.2M 0s 1200K .......... .......... .......... .......... .......... 20% 29.4M 0s 1250K .......... .......... .......... .......... .......... 21% 30.4M 0s 1300K .......... .......... .......... .......... .......... 22% 36.8M 0s 1350K .......... .......... .......... .......... .......... 23% 38.1M 0s 1400K .......... .......... .......... .......... .......... 24% 31.8M 0s 1450K .......... .......... .......... .......... .......... 24% 53.9M 0s 1500K .......... .......... .......... .......... .......... 25% 37.0M 0s 1550K .......... .......... .......... .......... .......... 26% 41.7M 0s 1600K .......... .......... .......... .......... .......... 27% 29.4M 0s 1650K .......... .......... .......... .......... .......... 28% 38.0M 0s 1700K .......... .......... .......... .......... .......... 29% 34.6M 0s 1750K .......... .......... .......... .......... .......... 29% 39.4M 0s 1800K .......... .......... .......... .......... .......... 30% 37.7M 0s 1850K .......... .......... .......... .......... .......... 31% 39.5M 0s 1900K .......... .......... .......... .......... .......... 32% 38.4M 0s 1950K .......... .......... .......... .......... .......... 33% 37.9M 0s 2000K .......... .......... .......... .......... .......... 34% 29.5M 0s 2050K .......... .......... .......... .......... .......... 34% 37.6M 0s 2100K .......... .......... .......... .......... .......... 35% 39.0M 0s 2150K .......... .......... .......... .......... .......... 36% 38.7M 0s 2200K .......... .......... .......... .......... .......... 37% 37.7M 0s 2250K .......... .......... .......... .......... .......... 38% 32.2M 0s 2300K .......... .......... .......... .......... .......... 39% 37.8M 0s 2350K .......... .......... .......... .......... .......... 39% 32.7M 0s 2400K .......... .......... .......... .......... .......... 40% 26.8M 0s 2450K .......... .......... .......... .......... .......... 41% 35.1M 0s 2500K .......... .......... .......... .......... .......... 42% 34.0M 0s 2550K .......... .......... .......... .......... .......... 43% 36.5M 0s 2600K .......... .......... .......... .......... .......... 44% 38.6M 0s 2650K .......... .......... .......... .......... .......... 44% 36.5M 0s 2700K .......... .......... .......... .......... .......... 45% 36.8M 0s 2750K .......... .......... .......... .......... .......... 46% 38.8M 0s 2800K .......... .......... .......... .......... .......... 47% 28.2M 0s 2850K .......... .......... .......... .......... .......... 48% 39.2M 0s 2900K .......... .......... .......... .......... .......... 49% 29.8M 0s 2950K .......... .......... .......... .......... .......... 49% 39.0M 0s 3000K .......... .......... .......... .......... .......... 50% 38.9M 0s 3050K .......... .......... .......... .......... .......... 51% 25.3M 0s 3100K .......... .......... .......... .......... .......... 52% 40.2M 0s 3150K .......... .......... .......... .......... .......... 53% 40.4M 0s 3200K .......... .......... .......... .......... .......... 54% 27.6M 0s 3250K .......... .......... .......... .......... .......... 54% 33.7M 0s 3300K .......... .......... .......... .......... .......... 55% 38.3M 0s 3350K .......... .......... .......... .......... .......... 56% 34.3M 0s 3400K .......... .......... .......... .......... .......... 57% 37.3M 0s 3450K .......... .......... .......... .......... .......... 58% 32.0M 0s 3500K .......... .......... .......... .......... .......... 58% 36.9M 0s 3550K .......... .......... .......... .......... .......... 59% 40.4M 0s 3600K .......... .......... .......... .......... .......... 60% 29.7M 0s 3650K .......... .......... .......... .......... .......... 61% 38.6M 0s 3700K .......... .......... .......... .......... .......... 62% 40.4M 0s 3750K .......... .......... .......... .......... .......... 63% 29.2M 0s 3800K .......... .......... .......... .......... .......... 63% 36.9M 0s 3850K .......... .......... .......... .......... .......... 64% 40.5M 0s 3900K .......... .......... .......... .......... .......... 65% 38.8M 0s 3950K .......... .......... .......... .......... .......... 66% 38.0M 0s 4000K .......... .......... .......... .......... .......... 67% 26.2M 0s 4050K .......... .......... .......... .......... .......... 68% 30.7M 0s 4100K .......... .......... .......... .......... .......... 68% 38.2M 0s 4150K .......... .......... .......... .......... .......... 69% 36.8M 0s 4200K .......... .......... .......... .......... .......... 70% 39.4M 0s 4250K .......... .......... .......... .......... .......... 71% 32.8M 0s 4300K .......... .......... .......... .......... .......... 72% 37.4M 0s 4350K .......... .......... .......... .......... .......... 73% 40.0M 0s 4400K .......... .......... .......... .......... .......... 73% 28.2M 0s 4450K .......... .......... .......... .......... .......... 74% 32.5M 0s 4500K .......... .......... .......... .......... .......... 75% 38.3M 0s 4550K .......... .......... .......... .......... .......... 76% 40.1M 0s 4600K .......... .......... .......... .......... .......... 77% 38.5M 0s 4650K .......... .......... .......... .......... .......... 78% 39.3M 0s 4700K .......... .......... .......... .......... .......... 78% 40.0M 0s 4750K .......... .......... .......... .......... .......... 79% 38.3M 0s 4800K .......... .......... .......... .......... .......... 80% 27.6M 0s 4850K .......... .......... .......... .......... .......... 81% 39.4M 0s 4900K .......... .......... .......... .......... .......... 82% 38.9M 0s 4950K .......... .......... .......... .......... .......... 83% 35.3M 0s 5000K .......... .......... .......... .......... .......... 83% 38.8M 0s 5050K .......... .......... .......... .......... .......... 84% 40.1M 0s 5100K .......... .......... .......... .......... .......... 85% 38.8M 0s 5150K .......... .......... .......... .......... .......... 86% 35.5M 0s 5200K .......... .......... .......... .......... .......... 87% 28.0M 0s 5250K .......... .......... .......... .......... .......... 88% 32.6M 0s 5300K .......... .......... .......... .......... .......... 88% 40.2M 0s 5350K .......... .......... .......... .......... .......... 89% 35.4M 0s 5400K .......... .......... .......... .......... .......... 90% 34.2M 0s 5450K .......... .......... .......... .......... .......... 91% 39.3M 0s 5500K .......... .......... .......... .......... .......... 92% 34.4M 0s 5550K .......... .......... .......... .......... .......... 93% 34.8M 0s 5600K .......... .......... .......... .......... .......... 93% 30.2M 0s 5650K .......... .......... .......... .......... .......... 94% 39.2M 0s 5700K .......... .......... .......... .......... .......... 95% 35.7M 0s 5750K .......... .......... .......... .......... .......... 96% 42.5M 0s 5800K .......... .......... .......... .......... .......... 97% 38.2M 0s 5850K .......... .......... .......... .......... .......... 98% 35.5M 0s 5900K .......... .......... .......... .......... .......... 98% 39.1M 0s 5950K .......... .......... .......... .......... .......... 99% 39.5M 0s 6000K .......... ........ 100% 26.3M=0.2s 2018-06-23 17:09:28 (34.8 MB/s) - 'release-notes-mips.tar.gz' saved [6162507/6162507] 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 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/jessie/boot-mips 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1 Starting new "mips" CD 1 at /home/debian-cd/build.jessie/debian-cd/jessie/CD1 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/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/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/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/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/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/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/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/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/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/mips/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1/dists/jessie/main/i18n/Translation-uk 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 1522 packages, 324511 blocks, 664598528 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/jessie/boot-mips 2 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2 Starting new "mips" CD 2 at /home/debian-cd/build.jessie/debian-cd/jessie/CD2 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/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/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2/dists/jessie/main/i18n/Translation-de 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 757 packages, 328324 blocks, 672407552 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/jessie/boot-mips 3 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3 Starting new "mips" CD 3 at /home/debian-cd/build.jessie/debian-cd/jessie/CD3 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/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/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/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/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/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/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/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/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/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/mips/jessie/CD3/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 1015 packages, 329474 blocks, 674762752 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/jessie/boot-mips 4 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4 Starting new "mips" CD 4 at /home/debian-cd/build.jessie/debian-cd/jessie/CD4 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/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/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/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/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/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/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4/dists/jessie/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/mips/jessie/CD4/dists/jessie/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 518 packages, 330729 blocks, 677332992 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/jessie/boot-mips 5 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD5 Starting new "mips" CD 5 at /home/debian-cd/build.jessie/debian-cd/jessie/CD5 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD5/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD5/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD5/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD5/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD5/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD5/dists/jessie/main/i18n/Translation-de 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 520 packages, 185157 blocks, 379201536 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/jessie/boot-mips 6 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6 Starting new "mips" CD 6 at /home/debian-cd/build.jessie/debian-cd/jessie/CD6 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/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/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/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/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-zh_TW already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/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/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/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/mips/jessie/CD6/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 319 packages, 329491 blocks, 674797568 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/jessie/boot-mips 7 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7 Starting new "mips" CD 7 at /home/debian-cd/build.jessie/debian-cd/jessie/CD7 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/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/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/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/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/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/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/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/mips/jessie/CD7/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7/dists/jessie/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/mips/jessie/CD7/dists/jessie/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 476 packages, 330987 blocks, 677861376 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/jessie/boot-mips 8 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD8 Starting new "mips" CD 8 at /home/debian-cd/build.jessie/debian-cd/jessie/CD8 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD8/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD8/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD8/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD8/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD8/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 524 packages, 311025 blocks, 636979200 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/jessie/boot-mips 9 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9 Starting new "mips" CD 9 at /home/debian-cd/build.jessie/debian-cd/jessie/CD9 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/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/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/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/mips/jessie/CD9/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9/dists/jessie/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 364 packages, 327956 blocks, 671653888 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/jessie/boot-mips 10 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD10 Starting new "mips" CD 10 at /home/debian-cd/build.jessie/debian-cd/jessie/CD10 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD10/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD10/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD10/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD10/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD10/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD10/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD10/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD10/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 526 packages, 302470 blocks, 619458560 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/jessie/boot-mips 11 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD11 Starting new "mips" CD 11 at /home/debian-cd/build.jessie/debian-cd/jessie/CD11 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD11/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD11/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD11/dists/jessie/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/mips/jessie/CD11/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD11/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD11/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 626 packages, 317213 blocks, 649652224 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/jessie/boot-mips 12 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD12 Starting new "mips" CD 12 at /home/debian-cd/build.jessie/debian-cd/jessie/CD12 Specified size for this image: 650MiB CD, 332031 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/mips/jessie/CD12/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD12/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD12/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD12/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD12/dists/jessie/main/i18n/Translation-de 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 410 packages, 252540 blocks, 517201920 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/jessie/boot-mips 13 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13 Starting new "mips" CD 13 at /home/debian-cd/build.jessie/debian-cd/jessie/CD13 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 13 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/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/mips/jessie/CD13/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 13 filled with 525 packages, 324311 blocks, 664188928 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD14 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 14 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14 Starting new "mips" CD 14 at /home/debian-cd/build.jessie/debian-cd/jessie/CD14 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 14 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/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/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/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/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/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/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/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/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/mips/jessie/CD14/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 14 filled with 553 packages, 328444 blocks, 672653312 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD15 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 15 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15 Starting new "mips" CD 15 at /home/debian-cd/build.jessie/debian-cd/jessie/CD15 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 15 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/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/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/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/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/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15/dists/jessie/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/mips/jessie/CD15/dists/jessie/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 15 filled with 377 packages, 327903 blocks, 671545344 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD16 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 16 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD16 Starting new "mips" CD 16 at /home/debian-cd/build.jessie/debian-cd/jessie/CD16 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 16 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/mips/jessie/CD16/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD16/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD16/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD16/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD16/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD16/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 16 filled with 364 packages, 316754 blocks, 648712192 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD17 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 17 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD17 Starting new "mips" CD 17 at /home/debian-cd/build.jessie/debian-cd/jessie/CD17 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 17 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/mips/jessie/CD17/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD17/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD17/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD17/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD17/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD17/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD17/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD17/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 17 filled with 510 packages, 324264 blocks, 664092672 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD18 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 18 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18 Starting new "mips" CD 18 at /home/debian-cd/build.jessie/debian-cd/jessie/CD18 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 18 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/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/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/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/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/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/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/mips/jessie/CD18/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18/dists/jessie/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 18 filled with 466 packages, 328254 blocks, 672264192 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD19 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 19 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD19 Starting new "mips" CD 19 at /home/debian-cd/build.jessie/debian-cd/jessie/CD19 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 19 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/mips/jessie/CD19/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD19/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD19/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 19 filled with 535 packages, 287956 blocks, 589733888 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD20 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 20 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD20 Starting new "mips" CD 20 at /home/debian-cd/build.jessie/debian-cd/jessie/CD20 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 20 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/mips/jessie/CD20/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD20/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD20/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD20/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD20/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD20/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD20/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 20 filled with 425 packages, 271382 blocks, 555790336 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD21 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 21 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21 Starting new "mips" CD 21 at /home/debian-cd/build.jessie/debian-cd/jessie/CD21 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 21 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/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21/dists/jessie/main/i18n/Translation-de 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 21 filled with 465 packages, 324468 blocks, 664510464 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD22 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 22 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22 Starting new "mips" CD 22 at /home/debian-cd/build.jessie/debian-cd/jessie/CD22 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 22 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/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/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/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 22 filled with 477 packages, 331191 blocks, 678279168 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD23 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 23 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23 Starting new "mips" CD 23 at /home/debian-cd/build.jessie/debian-cd/jessie/CD23 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 23 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/mips/jessie/CD23/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23/dists/jessie/main/i18n/Translation-de 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 23 filled with 518 packages, 318186 blocks, 651644928 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD24 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 24 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24 Starting new "mips" CD 24 at /home/debian-cd/build.jessie/debian-cd/jessie/CD24 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 24 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/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 24 filled with 411 packages, 315135 blocks, 645396480 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD25 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 25 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25 Starting new "mips" CD 25 at /home/debian-cd/build.jessie/debian-cd/jessie/CD25 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 25 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/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/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/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 25 filled with 505 packages, 325020 blocks, 665640960 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD26 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 26 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26 Starting new "mips" CD 26 at /home/debian-cd/build.jessie/debian-cd/jessie/CD26 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 26 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/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/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/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/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/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 26 filled with 378 packages, 331415 blocks, 678737920 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD27 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 27 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27 Starting new "mips" CD 27 at /home/debian-cd/build.jessie/debian-cd/jessie/CD27 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 27 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/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/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/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/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/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/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/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 27 filled with 581 packages, 331006 blocks, 677900288 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD28 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 28 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD28 Starting new "mips" CD 28 at /home/debian-cd/build.jessie/debian-cd/jessie/CD28 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 28 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/mips/jessie/CD28/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD28/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 28 filled with 417 packages, 308283 blocks, 631363584 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD29 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 29 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD29 Starting new "mips" CD 29 at /home/debian-cd/build.jessie/debian-cd/jessie/CD29 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 29 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/mips/jessie/CD29/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD29/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD29/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 29 filled with 310 packages, 287139 blocks, 588060672 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD30 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 30 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30 Starting new "mips" CD 30 at /home/debian-cd/build.jessie/debian-cd/jessie/CD30 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 30 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/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/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/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/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/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/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/mips/jessie/CD30/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30/dists/jessie/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 30 filled with 512 packages, 318242 blocks, 651759616 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD31 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 31 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD31 Starting new "mips" CD 31 at /home/debian-cd/build.jessie/debian-cd/jessie/CD31 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 31 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/mips/jessie/CD31/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD31/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD31/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD31/dists/jessie/main/i18n/Translation-de 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 31 filled with 533 packages, 210643 blocks, 431396864 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD32 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 32 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32 Starting new "mips" CD 32 at /home/debian-cd/build.jessie/debian-cd/jessie/CD32 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 32 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/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/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/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/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/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/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/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/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/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/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/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/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/mips/jessie/CD32/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32/dists/jessie/main/i18n/Translation-pt_BR 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 32 filled with 283 packages, 330996 blocks, 677879808 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD33 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 33 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD33 Starting new "mips" CD 33 at /home/debian-cd/build.jessie/debian-cd/jessie/CD33 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 33 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/mips/jessie/CD33/dists/jessie/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 33 filled with 737 packages, 308094 blocks, 630976512 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD34 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 34 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34 Starting new "mips" CD 34 at /home/debian-cd/build.jessie/debian-cd/jessie/CD34 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 34 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/mips/jessie/CD34/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/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/mips/jessie/CD34/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34/dists/jessie/main/i18n/Translation-pt_BR 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 34 filled with 816 packages, 316348 blocks, 647880704 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD35 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 35 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35 Starting new "mips" CD 35 at /home/debian-cd/build.jessie/debian-cd/jessie/CD35 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 35 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/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/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/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/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/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/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/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/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/mips/jessie/CD35/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 35 filled with 420 packages, 318974 blocks, 653258752 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD36 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 36 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36 Starting new "mips" CD 36 at /home/debian-cd/build.jessie/debian-cd/jessie/CD36 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 36 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/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/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/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/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/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/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/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/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/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 36 filled with 774 packages, 318528 blocks, 652345344 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD37 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 37 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD37 Starting new "mips" CD 37 at /home/debian-cd/build.jessie/debian-cd/jessie/CD37 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 37 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/mips/jessie/CD37/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD37/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD37/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD37/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD37/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD37/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD37/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD37/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD37/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 37 filled with 389 packages, 266936 blocks, 546684928 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD38 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 38 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD38 Starting new "mips" CD 38 at /home/debian-cd/build.jessie/debian-cd/jessie/CD38 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 38 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/mips/jessie/CD38/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD38/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD38/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 38 filled with 160 packages, 309038 blocks, 632909824 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD39 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 39 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39 Starting new "mips" CD 39 at /home/debian-cd/build.jessie/debian-cd/jessie/CD39 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 39 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/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/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/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/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/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/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/mips/jessie/CD39/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39/dists/jessie/main/i18n/Translation-pt_BR 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 39 filled with 657 packages, 328722 blocks, 673222656 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD40 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 40 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40 Starting new "mips" CD 40 at /home/debian-cd/build.jessie/debian-cd/jessie/CD40 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 40 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/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/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/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/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/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/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/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/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/mips/jessie/CD40/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40/dists/jessie/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 40 filled with 562 packages, 328772 blocks, 673325056 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD41 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 41 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41 Starting new "mips" CD 41 at /home/debian-cd/build.jessie/debian-cd/jessie/CD41 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 41 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/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 41 filled with 646 packages, 331072 blocks, 678035456 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD42 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 42 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42 Starting new "mips" CD 42 at /home/debian-cd/build.jessie/debian-cd/jessie/CD42 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 42 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/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/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/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42/dists/jessie/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/mips/jessie/CD42/dists/jessie/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 42 filled with 952 packages, 314886 blocks, 644886528 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD43 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 43 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43 Starting new "mips" CD 43 at /home/debian-cd/build.jessie/debian-cd/jessie/CD43 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 43 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/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/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/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/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/mips/jessie/CD43/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43/dists/jessie/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 43 filled with 232 packages, 329368 blocks, 674545664 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD44 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 44 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD44 Starting new "mips" CD 44 at /home/debian-cd/build.jessie/debian-cd/jessie/CD44 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 44 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/mips/jessie/CD44/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD44/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD44/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD44/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD44/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD44/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 44 filled with 425 packages, 258708 blocks, 529833984 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD45 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 45 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45 Starting new "mips" CD 45 at /home/debian-cd/build.jessie/debian-cd/jessie/CD45 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 45 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/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/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/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/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/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/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/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 45 filled with 773 packages, 328895 blocks, 673576960 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD46 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 46 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46 Starting new "mips" CD 46 at /home/debian-cd/build.jessie/debian-cd/jessie/CD46 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 46 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/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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/mips/jessie/CD46/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46/dists/jessie/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 46 filled with 1018 packages, 330568 blocks, 677003264 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD47 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 47 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD47 Starting new "mips" CD 47 at /home/debian-cd/build.jessie/debian-cd/jessie/CD47 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 47 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/mips/jessie/CD47/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD47/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD47/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 47 filled with 657 packages, 307655 blocks, 630077440 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD48 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 48 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48 Starting new "mips" CD 48 at /home/debian-cd/build.jessie/debian-cd/jessie/CD48 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 48 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/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/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/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/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/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48/dists/jessie/main/i18n/Translation-de 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 48 filled with 292 packages, 318561 blocks, 652412928 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD49 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 49 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD49 Starting new "mips" CD 49 at /home/debian-cd/build.jessie/debian-cd/jessie/CD49 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 49 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/mips/jessie/CD49/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD49/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD49/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 49 filled with 943 packages, 239396 blocks, 490283008 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD50 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 50 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50 Starting new "mips" CD 50 at /home/debian-cd/build.jessie/debian-cd/jessie/CD50 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 50 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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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/mips/jessie/CD50/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50/dists/jessie/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 50 filled with 525 packages, 330349 blocks, 676554752 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD51 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 51 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51 Starting new "mips" CD 51 at /home/debian-cd/build.jessie/debian-cd/jessie/CD51 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 51 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/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/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/mips/jessie/CD51/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51/dists/jessie/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 51 filled with 912 packages, 325053 blocks, 665708544 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD52 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 52 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD52 Starting new "mips" CD 52 at /home/debian-cd/build.jessie/debian-cd/jessie/CD52 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 52 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/mips/jessie/CD52/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD52/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD52/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD52/dists/jessie/main/i18n/Translation-de 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 52 filled with 613 packages, 217312 blocks, 445054976 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD53 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 53 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD53 Starting new "mips" CD 53 at /home/debian-cd/build.jessie/debian-cd/jessie/CD53 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 53 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/mips/jessie/CD53/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD53/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD53/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 53 filled with 432 packages, 311433 blocks, 637814784 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD54 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 54 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD54 Starting new "mips" CD 54 at /home/debian-cd/build.jessie/debian-cd/jessie/CD54 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 54 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/mips/jessie/CD54/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD54/dists/jessie/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 54 filled with 862 packages, 310170 blocks, 635228160 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD55 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 55 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55 Starting new "mips" CD 55 at /home/debian-cd/build.jessie/debian-cd/jessie/CD55 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 55 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/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/contrib/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/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/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/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/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/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/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/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/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/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/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/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/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 55 filled with 826 packages, 327944 blocks, 671629312 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD56 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 56 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56 Starting new "mips" CD 56 at /home/debian-cd/build.jessie/debian-cd/jessie/CD56 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 56 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/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/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/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 56 filled with 901 packages, 331022 blocks, 677933056 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD57 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 57 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57 Starting new "mips" CD 57 at /home/debian-cd/build.jessie/debian-cd/jessie/CD57 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 57 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/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/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/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/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/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/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/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/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/mips/jessie/CD57/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57/dists/jessie/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 57 filled with 967 packages, 328068 blocks, 671883264 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD58 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 58 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58 Starting new "mips" CD 58 at /home/debian-cd/build.jessie/debian-cd/jessie/CD58 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 58 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/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/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/mips/jessie/CD58/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58/dists/jessie/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 58 filled with 208 packages, 331351 blocks, 678606848 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD59 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 59 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59 Starting new "mips" CD 59 at /home/debian-cd/build.jessie/debian-cd/jessie/CD59 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 59 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/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/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/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/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/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/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/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/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/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 59 filled with 803 packages, 330247 blocks, 676345856 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD60 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 60 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60 Starting new "mips" CD 60 at /home/debian-cd/build.jessie/debian-cd/jessie/CD60 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 60 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/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/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/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/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/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/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/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/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/mips/jessie/CD60/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60/dists/jessie/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 60 filled with 824 packages, 331226 blocks, 678350848 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD61 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 61 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61 Starting new "mips" CD 61 at /home/debian-cd/build.jessie/debian-cd/jessie/CD61 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 61 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/mips/jessie/CD61/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/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/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61/dists/jessie/main/i18n/Translation-de 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 61 filled with 654 packages, 331319 blocks, 678541312 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD62 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 62 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62 Starting new "mips" CD 62 at /home/debian-cd/build.jessie/debian-cd/jessie/CD62 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 62 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/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/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/mips/jessie/CD62/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62/dists/jessie/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 62 filled with 1068 packages, 330744 blocks, 677363712 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD63 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 63 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63 Starting new "mips" CD 63 at /home/debian-cd/build.jessie/debian-cd/jessie/CD63 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 63 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/mips/jessie/CD63/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/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/mips/jessie/CD63/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/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/mips/jessie/CD63/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63/dists/jessie/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 63 filled with 639 packages, 319407 blocks, 654145536 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD64 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 64 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64 Starting new "mips" CD 64 at /home/debian-cd/build.jessie/debian-cd/jessie/CD64 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 64 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/mips/jessie/CD64/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64/dists/jessie/main/i18n/Translation-de 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 64 filled with 556 packages, 328823 blocks, 673429504 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD65 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 65 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65 Starting new "mips" CD 65 at /home/debian-cd/build.jessie/debian-cd/jessie/CD65 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 65 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/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65/dists/jessie/main/i18n/Translation-de 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 65 filled with 388 packages, 318457 blocks, 652199936 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD66 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 66 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66 Starting new "mips" CD 66 at /home/debian-cd/build.jessie/debian-cd/jessie/CD66 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 66 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/mips/jessie/CD66/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/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/mips/jessie/CD66/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66/dists/jessie/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 66 filled with 219 packages, 318188 blocks, 651649024 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD67 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 67 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD67 Starting new "mips" CD 67 at /home/debian-cd/build.jessie/debian-cd/jessie/CD67 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 67 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/mips/jessie/CD67/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD67/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD67/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 67 filled with 462 packages, 302996 blocks, 620535808 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD68 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 68 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD68 Starting new "mips" CD 68 at /home/debian-cd/build.jessie/debian-cd/jessie/CD68 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 68 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/mips/jessie/CD68/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD68/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD68/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD68/dists/jessie/main/i18n/Translation-de 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 68 filled with 370 packages, 306250 blocks, 627200000 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD69 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 69 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69 Starting new "mips" CD 69 at /home/debian-cd/build.jessie/debian-cd/jessie/CD69 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 69 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/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 69 filled with 94 packages, 330165 blocks, 676177920 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD70 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 70 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70 Starting new "mips" CD 70 at /home/debian-cd/build.jessie/debian-cd/jessie/CD70 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 70 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/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70/dists/jessie/main/i18n/Translation-de 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 70 filled with 601 packages, 330921 blocks, 677726208 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD71 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 71 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71 Starting new "mips" CD 71 at /home/debian-cd/build.jessie/debian-cd/jessie/CD71 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 71 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/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 71 filled with 402 packages, 331528 blocks, 678969344 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD72 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 72 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72 Starting new "mips" CD 72 at /home/debian-cd/build.jessie/debian-cd/jessie/CD72 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 72 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/mips/jessie/CD72/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72/dists/jessie/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 72 filled with 145 packages, 316086 blocks, 647344128 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD73 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 73 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73 Starting new "mips" CD 73 at /home/debian-cd/build.jessie/debian-cd/jessie/CD73 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 73 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/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/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/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/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/mips/jessie/CD73/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73/dists/jessie/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 73 filled with 268 packages, 331748 blocks, 679419904 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD74 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/jessie/boot-mips 74 /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD74 Starting new "mips" CD 74 at /home/debian-cd/build.jessie/debian-cd/jessie/CD74 Specified size for this image: 650MiB CD, 332031 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 74 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 74 (not) filled with 238 packages, 228635 blocks, 468244480 bytes Finished: 41152 packages placed /home/debian-cd/build.jessie/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "mips" jessie jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-mipsel/Packages.gz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-mips/20150422/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-mips/20150422+deb8u5/images/MD5SUMS for ARCH in mips; do \ if [ -e /home/debian-cd/build.jessie/debian-cd/data/jessie/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.jessie/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source jessie jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/md5-check; \ fi; \ done /home/debian-cd/build.jessie/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie" "mips" "/srv/cdbuilder.debian.org/dst/deb-cd/out/mips" "8.11.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.jessie/debian-cd/tools/jigdo_cleanup" Generating the mips iso/jigdo images ... Last-minute updates: README.html README.txt Sat 23 Jun 17:24:03 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 -mips-boot install/r4k-ip22-boot.img CD1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2917g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD1' xorriso : UPDATE : 2965 files added in 1 seconds xorriso : UPDATE : 2965 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/oldstable 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.3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 3.16% done xorriso : UPDATE : 3.94% done, estimate finish Sat Jun 23 17:25:05 2018 xorriso : UPDATE : 4.26% done, estimate finish Sat Jun 23 17:25:24 2018 xorriso : UPDATE : 9.02% done, estimate finish Sat Jun 23 17:24:53 2018 xorriso : UPDATE : 19.18% done, estimate finish Sat Jun 23 17:24:32 2018 xorriso : UPDATE : 37.92% done, estimate finish Sat Jun 23 17:24:21 2018 xorriso : UPDATE : 52.73% done, estimate finish Sat Jun 23 17:24:18 2018 xorriso : UPDATE : 68.75% done, estimate finish Sat Jun 23 17:24:16 2018 xorriso : UPDATE : 81.61% done, estimate finish Sat Jun 23 17:24:16 2018 xorriso : UPDATE : 94.60% done ISO image produced: 324512 sectors Written to medium : 324512 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:24:15 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD10' xorriso : UPDATE : 1065 files added in 1 seconds xorriso : UPDATE : 1065 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.34% done xorriso : UPDATE : 7.51% done xorriso : UPDATE : 26.93% done xorriso : UPDATE : 38.15% done, estimate finish Sat Jun 23 17:24:23 2018 xorriso : UPDATE : 59.72% done, estimate finish Sat Jun 23 17:24:22 2018 xorriso : UPDATE : 74.52% done, estimate finish Sat Jun 23 17:24:22 2018 xorriso : UPDATE : 89.88% done ISO image produced: 302471 sectors Written to medium : 302471 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:24:22 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD11' xorriso : UPDATE : 1258 files added in 1 seconds xorriso : UPDATE : 1258 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.22% done xorriso : UPDATE : 6.75% done xorriso : UPDATE : 16.43% done xorriso : UPDATE : 39.08% done, estimate finish Sat Jun 23 17:24:30 2018 xorriso : UPDATE : 53.83% done, estimate finish Sat Jun 23 17:24:30 2018 xorriso : UPDATE : 69.37% done, estimate finish Sat Jun 23 17:24:30 2018 xorriso : UPDATE : 78.81% done, estimate finish Sat Jun 23 17:24:30 2018 xorriso : UPDATE : 99.19% done ISO image produced: 317214 sectors Written to medium : 317214 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:24:30 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD12' xorriso : UPDATE : 846 files added in 1 seconds xorriso : UPDATE : 846 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43-installer_019-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.39% done xorriso : UPDATE : 12.05% done xorriso : UPDATE : 22.81% done xorriso : UPDATE : 43.51% done, estimate finish Sat Jun 23 17:24:37 2018 xorriso : UPDATE : 73.66% done, estimate finish Sat Jun 23 17:24:36 2018 xorriso : UPDATE : 88.77% done ISO image produced: 252541 sectors Written to medium : 252541 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:24:36 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD13' xorriso : UPDATE : 1087 files added in 1 seconds xorriso : UPDATE : 1087 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.32% done xorriso : UPDATE : 8.32% done xorriso : UPDATE : 10.18% done xorriso : UPDATE : 34.98% done, estimate finish Sat Jun 23 17:24:45 2018 xorriso : UPDATE : 44.76% done, estimate finish Sat Jun 23 17:24:45 2018 xorriso : UPDATE : 54.41% done, estimate finish Sat Jun 23 17:24:46 2018 xorriso : UPDATE : 65.42% done, estimate finish Sat Jun 23 17:24:46 2018 xorriso : UPDATE : 65.42% done, estimate finish Sat Jun 23 17:24:47 2018 xorriso : UPDATE : 96.61% done ISO image produced: 324312 sectors Written to medium : 324312 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:24:45 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 14' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-14.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-14.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot14 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD14 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD14' xorriso : UPDATE : 1089 files added in 1 seconds xorriso : UPDATE : 1089 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 5.44% done xorriso : UPDATE : 16.39% done xorriso : UPDATE : 31.45% done, estimate finish Sat Jun 23 17:24:55 2018 xorriso : UPDATE : 44.24% done, estimate finish Sat Jun 23 17:24:54 2018 xorriso : UPDATE : 57.10% done, estimate finish Sat Jun 23 17:24:54 2018 xorriso : UPDATE : 70.08% done, estimate finish Sat Jun 23 17:24:54 2018 xorriso : UPDATE : 74.10% done, estimate finish Sat Jun 23 17:24:55 2018 xorriso : UPDATE : 99.06% done ISO image produced: 328445 sectors Written to medium : 328445 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:24:54 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 15' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-15.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-15.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot15 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD15 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD15' xorriso : UPDATE : 769 files added in 1 seconds xorriso : UPDATE : 769 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.0.28-1_mips.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.22% done xorriso : UPDATE : 7.81% done xorriso : UPDATE : 20.41% done xorriso : UPDATE : 39.03% done, estimate finish Sat Jun 23 17:25:02 2018 xorriso : UPDATE : 51.54% done, estimate finish Sat Jun 23 17:25:02 2018 xorriso : UPDATE : 69.35% done, estimate finish Sat Jun 23 17:25:02 2018 xorriso : UPDATE : 71.49% done, estimate finish Sat Jun 23 17:25:03 2018 ISO image produced: 327904 sectors Written to medium : 327904 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:25:01 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 16' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-16.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-16.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot16 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD16 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD16' xorriso : UPDATE : 776 files added in 1 seconds xorriso : UPDATE : 776 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.24% done xorriso : UPDATE : 9.57% done xorriso : UPDATE : 20.23% done xorriso : UPDATE : 40.55% done, estimate finish Sat Jun 23 17:25:09 2018 xorriso : UPDATE : 53.34% done, estimate finish Sat Jun 23 17:25:09 2018 xorriso : UPDATE : 71.99% done, estimate finish Sat Jun 23 17:25:08 2018 xorriso : UPDATE : 88.43% done ISO image produced: 316755 sectors Written to medium : 316755 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:25:08 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 17' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-17.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-17.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot17 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD17 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD17' xorriso : UPDATE : 1030 files added in 1 seconds xorriso : UPDATE : 1030 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.30% done xorriso : UPDATE : 8.10% done xorriso : UPDATE : 23.48% done xorriso : UPDATE : 37.68% done, estimate finish Sat Jun 23 17:25:16 2018 xorriso : UPDATE : 45.67% done, estimate finish Sat Jun 23 17:25:17 2018 xorriso : UPDATE : 68.62% done, estimate finish Sat Jun 23 17:25:16 2018 xorriso : UPDATE : 83.82% done, estimate finish Sat Jun 23 17:25:16 2018 xorriso : UPDATE : 99.37% done ISO image produced: 324265 sectors Written to medium : 324265 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:25:16 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 18' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-18.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-18.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot18 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD18 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD18' xorriso : UPDATE : 946 files added in 1 seconds xorriso : UPDATE : 946 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.28% done xorriso : UPDATE : 7.70% done xorriso : UPDATE : 19.00% done xorriso : UPDATE : 30.31% done, estimate finish Sat Jun 23 17:25:26 2018 xorriso : UPDATE : 41.89% done, estimate finish Sat Jun 23 17:25:26 2018 xorriso : UPDATE : 52.62% done, estimate finish Sat Jun 23 17:25:26 2018 xorriso : UPDATE : 55.94% done, estimate finish Sat Jun 23 17:25:27 2018 xorriso : UPDATE : 55.94% done, estimate finish Sat Jun 23 17:25:29 2018 xorriso : UPDATE : 96.03% done ISO image produced: 328255 sectors Written to medium : 328255 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:25:25 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 19' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-19.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-19.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot19 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD19 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD19' xorriso : UPDATE : 1131 files added in 1 seconds xorriso : UPDATE : 1131 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.36% done xorriso : UPDATE : 8.75% done xorriso : UPDATE : 13.81% done xorriso : UPDATE : 38.23% done, estimate finish Sat Jun 23 17:25:33 2018 xorriso : UPDATE : 53.67% done, estimate finish Sat Jun 23 17:25:33 2018 xorriso : UPDATE : 75.24% done, estimate finish Sat Jun 23 17:25:32 2018 xorriso : UPDATE : 84.93% done, estimate finish Sat Jun 23 17:25:33 2018 ISO image produced: 287957 sectors Written to medium : 287957 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:25:32 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 2' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-2.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 CD2 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-2.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2916g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD2' xorriso : UPDATE : 1297 files added in 1 seconds xorriso : UPDATE : 1297 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 8.45% done xorriso : UPDATE : 23.18% done xorriso : UPDATE : 26.89% done, estimate finish Sat Jun 23 17:25:43 2018 xorriso : UPDATE : 53.91% done, estimate finish Sat Jun 23 17:25:40 2018 xorriso : UPDATE : 66.38% done, estimate finish Sat Jun 23 17:25:40 2018 xorriso : UPDATE : 81.72% done, estimate finish Sat Jun 23 17:25:40 2018 xorriso : UPDATE : 96.05% done ISO image produced: 328325 sectors Written to medium : 328325 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-2.iso' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:25:40 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 20' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-20.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-20.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot20 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD20 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD20' xorriso : UPDATE : 912 files added in 1 seconds xorriso : UPDATE : 912 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.34% done xorriso : UPDATE : 10.98% done xorriso : UPDATE : 10.98% done xorriso : UPDATE : 50.05% done, estimate finish Sat Jun 23 17:25:46 2018 xorriso : UPDATE : 61.84% done, estimate finish Sat Jun 23 17:25:47 2018 xorriso : UPDATE : 83.57% done ISO image produced: 271383 sectors Written to medium : 271383 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:25:46 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 21' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-21.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-21.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot21 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD21 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD21' xorriso : UPDATE : 983 files added in 1 seconds xorriso : UPDATE : 983 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.30% done xorriso : UPDATE : 3.96% done xorriso : UPDATE : 21.31% done xorriso : UPDATE : 32.26% done, estimate finish Sat Jun 23 17:25:55 2018 xorriso : UPDATE : 44.45% done, estimate finish Sat Jun 23 17:25:55 2018 xorriso : UPDATE : 54.63% done, estimate finish Sat Jun 23 17:25:55 2018 xorriso : UPDATE : 65.15% done, estimate finish Sat Jun 23 17:25:56 2018 xorriso : UPDATE : 65.15% done, estimate finish Sat Jun 23 17:25:57 2018 ISO image produced: 324469 sectors Written to medium : 324469 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:25:54 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 22' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-22.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-22.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot22 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD22 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD22' xorriso : UPDATE : 1010 files added in 1 seconds xorriso : UPDATE : 1010 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.30% done xorriso : UPDATE : 9.65% done xorriso : UPDATE : 24.12% done xorriso : UPDATE : 39.28% done, estimate finish Sat Jun 23 17:26:02 2018 xorriso : UPDATE : 49.15% done, estimate finish Sat Jun 23 17:26:02 2018 xorriso : UPDATE : 68.09% done, estimate finish Sat Jun 23 17:26:02 2018 xorriso : UPDATE : 79.75% done, estimate finish Sat Jun 23 17:26:02 2018 xorriso : UPDATE : 98.61% done ISO image produced: 331192 sectors Written to medium : 331192 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:26:02 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 23' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-23.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-23.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot23 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD23 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD23' xorriso : UPDATE : 1045 files added in 1 seconds xorriso : UPDATE : 1045 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 2.92% done xorriso : UPDATE : 15.69% done xorriso : UPDATE : 28.11% done, estimate finish Sat Jun 23 17:26:13 2018 xorriso : UPDATE : 43.36% done, estimate finish Sat Jun 23 17:26:12 2018 xorriso : UPDATE : 55.29% done, estimate finish Sat Jun 23 17:26:11 2018 xorriso : UPDATE : 66.82% done, estimate finish Sat Jun 23 17:26:11 2018 xorriso : UPDATE : 76.11% done, estimate finish Sat Jun 23 17:26:12 2018 xorriso : UPDATE : 88.78% done ISO image produced: 318187 sectors Written to medium : 318187 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:26:11 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 24' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-24.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-24.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot24 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD24 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD24' xorriso : UPDATE : 865 files added in 1 seconds xorriso : UPDATE : 865 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.27% done xorriso : UPDATE : 8.71% done xorriso : UPDATE : 18.31% done xorriso : UPDATE : 29.70% done, estimate finish Sat Jun 23 17:26:21 2018 xorriso : UPDATE : 32.22% done, estimate finish Sat Jun 23 17:26:24 2018 xorriso : UPDATE : 32.22% done, estimate finish Sat Jun 23 17:26:27 2018 xorriso : UPDATE : 70.35% done, estimate finish Sat Jun 23 17:26:20 2018 xorriso : UPDATE : 73.13% done, estimate finish Sat Jun 23 17:26:21 2018 ISO image produced: 315136 sectors Written to medium : 315136 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:26:19 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 25' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-25.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-25.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot25 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD25 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD25' xorriso : UPDATE : 1048 files added in 1 seconds xorriso : UPDATE : 1048 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.32% done xorriso : UPDATE : 9.07% done xorriso : UPDATE : 24.56% done xorriso : UPDATE : 24.56% done, estimate finish Sat Jun 23 17:26:31 2018 xorriso : UPDATE : 54.47% done, estimate finish Sat Jun 23 17:26:27 2018 xorriso : UPDATE : 68.84% done, estimate finish Sat Jun 23 17:26:27 2018 xorriso : UPDATE : 82.10% done, estimate finish Sat Jun 23 17:26:27 2018 xorriso : UPDATE : 95.30% done ISO image produced: 325021 sectors Written to medium : 325021 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:26:27 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 26' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-26.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-26.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot26 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD26 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD26' xorriso : UPDATE : 827 files added in 1 seconds xorriso : UPDATE : 827 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.29% done xorriso : UPDATE : 6.27% done xorriso : UPDATE : 6.27% done xorriso : UPDATE : 42.36% done, estimate finish Sat Jun 23 17:26:34 2018 xorriso : UPDATE : 55.88% done, estimate finish Sat Jun 23 17:26:35 2018 xorriso : UPDATE : 69.65% done, estimate finish Sat Jun 23 17:26:35 2018 xorriso : UPDATE : 78.35% done, estimate finish Sat Jun 23 17:26:35 2018 ISO image produced: 331416 sectors Written to medium : 331416 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:26:34 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 27' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-27.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-27.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot27 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD27 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD27' xorriso : UPDATE : 1176 files added in 1 seconds xorriso : UPDATE : 1176 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 5.53% done xorriso : UPDATE : 15.52% done xorriso : UPDATE : 34.43% done, estimate finish Sat Jun 23 17:26:43 2018 xorriso : UPDATE : 49.49% done, estimate finish Sat Jun 23 17:26:42 2018 xorriso : UPDATE : 62.64% done, estimate finish Sat Jun 23 17:26:42 2018 xorriso : UPDATE : 75.35% done, estimate finish Sat Jun 23 17:26:42 2018 xorriso : UPDATE : 87.98% done ISO image produced: 331007 sectors Written to medium : 331007 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:26:42 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 28' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-28.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-28.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot28 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD28 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD28' xorriso : UPDATE : 853 files added in 1 seconds xorriso : UPDATE : 853 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.2-1_mips.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.26% done xorriso : UPDATE : 7.68% done xorriso : UPDATE : 19.15% done xorriso : UPDATE : 19.15% done, estimate finish Sat Jun 23 17:26:57 2018 xorriso : UPDATE : 56.24% done, estimate finish Sat Jun 23 17:26:49 2018 xorriso : UPDATE : 64.26% done, estimate finish Sat Jun 23 17:26:50 2018 xorriso : UPDATE : 87.22% done ISO image produced: 308284 sectors Written to medium : 308284 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:26:49 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 29' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-29.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-29.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot29 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD29 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD29' xorriso : UPDATE : 650 files added in 1 seconds xorriso : UPDATE : 650 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.25% done xorriso : UPDATE : 6.09% done xorriso : UPDATE : 18.00% done xorriso : UPDATE : 18.00% done, estimate finish Sat Jun 23 17:27:05 2018 xorriso : UPDATE : 63.96% done, estimate finish Sat Jun 23 17:26:56 2018 xorriso : UPDATE : 79.33% done, estimate finish Sat Jun 23 17:26:56 2018 xorriso : UPDATE : 96.55% done ISO image produced: 287140 sectors Written to medium : 287140 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:26:56 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 3' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-3.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 CD3 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-3.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2915g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD3' xorriso : UPDATE : 1511 files added in 1 seconds xorriso : UPDATE : 1511 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.30% done xorriso : UPDATE : 7.19% done xorriso : UPDATE : 17.42% done xorriso : UPDATE : 33.10% done, estimate finish Sat Jun 23 17:27:05 2018 xorriso : UPDATE : 46.87% done, estimate finish Sat Jun 23 17:27:05 2018 xorriso : UPDATE : 59.81% done, estimate finish Sat Jun 23 17:27:05 2018 xorriso : UPDATE : 72.21% done, estimate finish Sat Jun 23 17:27:05 2018 xorriso : UPDATE : 85.90% done, estimate finish Sat Jun 23 17:27:05 2018 ISO image produced: 329475 sectors Written to medium : 329475 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-3.iso' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:27:04 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 30' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-30.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-30.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot30 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD30 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD30' xorriso : UPDATE : 1040 files added in 1 seconds xorriso : UPDATE : 1040 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.32% done xorriso : UPDATE : 10.14% done xorriso : UPDATE : 11.51% done xorriso : UPDATE : 41.73% done, estimate finish Sat Jun 23 17:27:11 2018 xorriso : UPDATE : 55.73% done, estimate finish Sat Jun 23 17:27:12 2018 xorriso : UPDATE : 70.94% done, estimate finish Sat Jun 23 17:27:11 2018 xorriso : UPDATE : 83.92% done, estimate finish Sat Jun 23 17:27:12 2018 ISO image produced: 318243 sectors Written to medium : 318243 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:27:11 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 31' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-31.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-31.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot31 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD31 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD31' xorriso : UPDATE : 1071 files added in 1 seconds xorriso : UPDATE : 1071 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.49% done xorriso : UPDATE : 10.38% done xorriso : UPDATE : 33.26% done xorriso : UPDATE : 60.03% done, estimate finish Sat Jun 23 17:27:16 2018 xorriso : UPDATE : 79.61% done ISO image produced: 210644 sectors Written to medium : 210644 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:27:16 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 32' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-32.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-32.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot32 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD32 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD32' xorriso : UPDATE : 648 files added in 1 seconds xorriso : UPDATE : 648 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.23% done xorriso : UPDATE : 8.80% done xorriso : UPDATE : 8.80% done xorriso : UPDATE : 8.80% done, estimate finish Sat Jun 23 17:27:50 2018 xorriso : UPDATE : 8.80% done, estimate finish Sat Jun 23 17:28:01 2018 xorriso : UPDATE : 72.11% done, estimate finish Sat Jun 23 17:27:23 2018 xorriso : UPDATE : 86.00% done xorriso : UPDATE : 98.75% done ISO image produced: 330997 sectors Written to medium : 330997 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:27:24 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 33' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-33.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-33.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot33 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD33 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD33' xorriso : UPDATE : 1471 files added in 1 seconds xorriso : UPDATE : 1471 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.33% done xorriso : UPDATE : 8.01% done xorriso : UPDATE : 25.09% done xorriso : UPDATE : 40.83% done, estimate finish Sat Jun 23 17:27:32 2018 xorriso : UPDATE : 53.83% done, estimate finish Sat Jun 23 17:27:32 2018 xorriso : UPDATE : 66.92% done, estimate finish Sat Jun 23 17:27:32 2018 xorriso : UPDATE : 81.36% done, estimate finish Sat Jun 23 17:27:32 2018 xorriso : UPDATE : 95.93% done ISO image produced: 308095 sectors Written to medium : 308095 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:27:32 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 34' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-34.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-34.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot34 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD34 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD34' xorriso : UPDATE : 1663 files added in 1 seconds xorriso : UPDATE : 1663 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.32% done xorriso : UPDATE : 7.32% done xorriso : UPDATE : 21.03% done xorriso : UPDATE : 34.67% done, estimate finish Sat Jun 23 17:27:41 2018 xorriso : UPDATE : 48.25% done, estimate finish Sat Jun 23 17:27:41 2018 xorriso : UPDATE : 52.86% done, estimate finish Sat Jun 23 17:27:42 2018 xorriso : UPDATE : 75.16% done, estimate finish Sat Jun 23 17:27:40 2018 xorriso : UPDATE : 87.22% done ISO image produced: 316349 sectors Written to medium : 316349 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:27:40 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 35' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-35.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-35.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot35 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD35 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD35' xorriso : UPDATE : 902 files added in 1 seconds xorriso : UPDATE : 902 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.28% done xorriso : UPDATE : 8.50% done xorriso : UPDATE : 21.39% done xorriso : UPDATE : 32.34% done, estimate finish Sat Jun 23 17:27:49 2018 xorriso : UPDATE : 47.78% done, estimate finish Sat Jun 23 17:27:49 2018 xorriso : UPDATE : 55.17% done, estimate finish Sat Jun 23 17:27:49 2018 xorriso : UPDATE : 55.17% done, estimate finish Sat Jun 23 17:27:51 2018 xorriso : UPDATE : 55.17% done, estimate finish Sat Jun 23 17:27:53 2018 ISO image produced: 318975 sectors Written to medium : 318975 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:27:48 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 36' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-36.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-36.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot36 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD36 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD36' xorriso : UPDATE : 1577 files added in 1 seconds xorriso : UPDATE : 1577 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.32% done xorriso : UPDATE : 7.51% done xorriso : UPDATE : 17.31% done xorriso : UPDATE : 17.31% done, estimate finish Sat Jun 23 17:28:05 2018 xorriso : UPDATE : 45.94% done, estimate finish Sat Jun 23 17:27:57 2018 xorriso : UPDATE : 66.21% done, estimate finish Sat Jun 23 17:27:56 2018 xorriso : UPDATE : 80.37% done, estimate finish Sat Jun 23 17:27:56 2018 xorriso : UPDATE : 95.90% done ISO image produced: 318529 sectors Written to medium : 318529 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:27:56 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 37' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-37.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-37.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot37 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD37 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD37' xorriso : UPDATE : 862 files added in 1 seconds xorriso : UPDATE : 862 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/oldstable 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. xorriso : UPDATE : 0.33% done xorriso : UPDATE : 4.10% done xorriso : UPDATE : 4.10% done xorriso : UPDATE : 43.74% done, estimate finish Sat Jun 23 17:28:03 2018 xorriso : UPDATE : 65.91% done, estimate finish Sat Jun 23 17:28:02 2018 xorriso : UPDATE : 84.26% done ISO image produced: 266937 sectors Written to medium : 266937 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:28:02 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 38' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-38.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-38.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot38 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD38 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD38' xorriso : UPDATE : 412 files added in 1 seconds xorriso : UPDATE : 412 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.20% done xorriso : UPDATE : 2.49% done xorriso : UPDATE : 18.94% done xorriso : UPDATE : 34.12% done, estimate finish Sat Jun 23 17:28:11 2018 xorriso : UPDATE : 34.12% done, estimate finish Sat Jun 23 17:28:14 2018 xorriso : UPDATE : 78.77% done, estimate finish Sat Jun 23 17:28:09 2018 xorriso : UPDATE : 94.57% done ISO image produced: 309039 sectors Written to medium : 309039 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:28:09 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 39' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-39.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-39.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot39 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD39 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD39' xorriso : UPDATE : 1393 files added in 1 seconds xorriso : UPDATE : 1393 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 3.13% done xorriso : UPDATE : 19.29% done xorriso : UPDATE : 30.81% done, estimate finish Sat Jun 23 17:28:19 2018 xorriso : UPDATE : 42.47% done, estimate finish Sat Jun 23 17:28:19 2018 xorriso : UPDATE : 44.57% done, estimate finish Sat Jun 23 17:28:20 2018 xorriso : UPDATE : 73.43% done, estimate finish Sat Jun 23 17:28:18 2018 xorriso : UPDATE : 88.30% done ISO image produced: 328723 sectors Written to medium : 328723 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:28:17 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD4' xorriso : UPDATE : 957 files added in 1 seconds xorriso : UPDATE : 957 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.25% done xorriso : UPDATE : 8.05% done xorriso : UPDATE : 21.42% done xorriso : UPDATE : 35.00% done, estimate finish Sat Jun 23 17:28:26 2018 xorriso : UPDATE : 48.34% done, estimate finish Sat Jun 23 17:28:26 2018 xorriso : UPDATE : 60.75% done, estimate finish Sat Jun 23 17:28:26 2018 xorriso : UPDATE : 73.86% done, estimate finish Sat Jun 23 17:28:26 2018 xorriso : UPDATE : 89.03% done xorriso : UPDATE : Thank you for being patient. Working since 8 seconds. ISO image produced: 330730 sectors Written to medium : 330730 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:28:26 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 40' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-40.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-40.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot40 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD40 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD40' xorriso : UPDATE : 1184 files added in 1 seconds xorriso : UPDATE : 1184 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 6.42% done xorriso : UPDATE : 20.85% done xorriso : UPDATE : 25.70% done, estimate finish Sat Jun 23 17:28:38 2018 xorriso : UPDATE : 45.66% done, estimate finish Sat Jun 23 17:28:35 2018 xorriso : UPDATE : 45.66% done, estimate finish Sat Jun 23 17:28:37 2018 xorriso : UPDATE : 77.38% done, estimate finish Sat Jun 23 17:28:34 2018 xorriso : UPDATE : 92.32% done ISO image produced: 328773 sectors Written to medium : 328773 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:28:34 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 41' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-41.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-41.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot41 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD41 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD41' xorriso : UPDATE : 1359 files added in 1 seconds xorriso : UPDATE : 1359 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 5.86% done xorriso : UPDATE : 19.61% done xorriso : UPDATE : 35.12% done, estimate finish Sat Jun 23 17:28:43 2018 xorriso : UPDATE : 49.51% done, estimate finish Sat Jun 23 17:28:42 2018 xorriso : UPDATE : 64.25% done, estimate finish Sat Jun 23 17:28:42 2018 xorriso : UPDATE : 72.10% done, estimate finish Sat Jun 23 17:28:43 2018 xorriso : UPDATE : 85.81% done, estimate finish Sat Jun 23 17:28:43 2018 ISO image produced: 331073 sectors Written to medium : 331073 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:28:42 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 42' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-42.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-42.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot42 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD42 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD42' xorriso : UPDATE : 1872 files added in 1 seconds xorriso : UPDATE : 1872 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_3.2.0-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.33% done xorriso : UPDATE : 9.00% done xorriso : UPDATE : 22.64% done xorriso : UPDATE : 33.92% done, estimate finish Sat Jun 23 17:28:51 2018 xorriso : UPDATE : 55.20% done, estimate finish Sat Jun 23 17:28:50 2018 xorriso : UPDATE : 68.26% done, estimate finish Sat Jun 23 17:28:50 2018 xorriso : UPDATE : 84.80% done, estimate finish Sat Jun 23 17:28:50 2018 xorriso : UPDATE : Thank you for being patient. Working since 7 seconds. ISO image produced: 314887 sectors Written to medium : 314887 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:28:50 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 43' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-43.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-43.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot43 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD43 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD43' xorriso : UPDATE : 550 files added in 1 seconds xorriso : UPDATE : 550 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.20% done xorriso : UPDATE : 2.87% done xorriso : UPDATE : 2.87% done xorriso : UPDATE : 41.41% done, estimate finish Sat Jun 23 17:28:57 2018 xorriso : UPDATE : 46.50% done, estimate finish Sat Jun 23 17:28:59 2018 xorriso : UPDATE : 46.50% done, estimate finish Sat Jun 23 17:29:01 2018 xorriso : UPDATE : 85.55% done ISO image produced: 329369 sectors Written to medium : 329369 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:28:57 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 44' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-44.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-44.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot44 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD44 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD44' xorriso : UPDATE : 933 files added in 1 seconds xorriso : UPDATE : 933 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.37% done xorriso : UPDATE : 14.22% done xorriso : UPDATE : 21.78% done xorriso : UPDATE : 52.01% done, estimate finish Sat Jun 23 17:29:03 2018 xorriso : UPDATE : 71.03% done, estimate finish Sat Jun 23 17:29:03 2018 xorriso : UPDATE : 91.05% done ISO image produced: 258709 sectors Written to medium : 258709 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:29:03 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 45' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-45.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-45.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot45 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD45 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD45' xorriso : UPDATE : 1583 files added in 1 seconds xorriso : UPDATE : 1583 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.30% done xorriso : UPDATE : 4.77% done xorriso : UPDATE : 11.54% done xorriso : UPDATE : 18.11% done, estimate finish Sat Jun 23 17:29:19 2018 xorriso : UPDATE : 46.35% done, estimate finish Sat Jun 23 17:29:12 2018 xorriso : UPDATE : 61.07% done, estimate finish Sat Jun 23 17:29:12 2018 xorriso : UPDATE : 72.86% done, estimate finish Sat Jun 23 17:29:12 2018 xorriso : UPDATE : 79.81% done, estimate finish Sat Jun 23 17:29:12 2018 xorriso : UPDATE : 98.02% done ISO image produced: 328896 sectors Written to medium : 328896 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:29:12 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 46' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-46.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-46.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot46 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD46 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD46' xorriso : UPDATE : 2009 files added in 1 seconds xorriso : UPDATE : 2009 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.30% done xorriso : UPDATE : 7.33% done xorriso : UPDATE : 21.65% done xorriso : UPDATE : 34.78% done, estimate finish Sat Jun 23 17:29:21 2018 xorriso : UPDATE : 48.40% done, estimate finish Sat Jun 23 17:29:21 2018 xorriso : UPDATE : 63.26% done, estimate finish Sat Jun 23 17:29:20 2018 xorriso : UPDATE : 77.53% done, estimate finish Sat Jun 23 17:29:20 2018 xorriso : UPDATE : 92.05% done ISO image produced: 330569 sectors Written to medium : 330569 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:29:20 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 47' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-47.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-47.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot47 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD47 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD47' xorriso : UPDATE : 1387 files added in 1 seconds xorriso : UPDATE : 1387 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.33% done xorriso : UPDATE : 3.87% done xorriso : UPDATE : 18.69% done xorriso : UPDATE : 18.69% done, estimate finish Sat Jun 23 17:29:36 2018 xorriso : UPDATE : 18.69% done, estimate finish Sat Jun 23 17:29:41 2018 xorriso : UPDATE : 73.93% done, estimate finish Sat Jun 23 17:29:27 2018 xorriso : UPDATE : 89.30% done ISO image produced: 307656 sectors Written to medium : 307656 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:29:27 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 48' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-48.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-48.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot48 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD48 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD48' xorriso : UPDATE : 685 files added in 1 seconds xorriso : UPDATE : 685 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.27% done xorriso : UPDATE : 8.13% done xorriso : UPDATE : 20.02% done xorriso : UPDATE : 33.97% done, estimate finish Sat Jun 23 17:29:36 2018 xorriso : UPDATE : 33.97% done, estimate finish Sat Jun 23 17:29:39 2018 xorriso : UPDATE : 33.97% done, estimate finish Sat Jun 23 17:29:42 2018 xorriso : UPDATE : 33.97% done, estimate finish Sat Jun 23 17:29:45 2018 ISO image produced: 318562 sectors Written to medium : 318562 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:29:34 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 49' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-49.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-49.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot49 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD49 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD49' xorriso : UPDATE : 1899 files added in 1 seconds xorriso : UPDATE : 1899 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.43% done xorriso : UPDATE : 11.70% done xorriso : UPDATE : 31.02% done xorriso : UPDATE : 49.54% done, estimate finish Sat Jun 23 17:29:40 2018 xorriso : UPDATE : 69.38% done, estimate finish Sat Jun 23 17:29:40 2018 xorriso : UPDATE : 88.12% done ISO image produced: 239397 sectors Written to medium : 239397 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:29:40 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD5' xorriso : UPDATE : 1005 files added in 1 seconds xorriso : UPDATE : 1005 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.50% done xorriso : UPDATE : 15.77% done xorriso : UPDATE : 40.81% done xorriso : UPDATE : 66.88% done, estimate finish Sat Jun 23 17:29:45 2018 xorriso : UPDATE : 93.63% done ISO image produced: 185158 sectors Written to medium : 185158 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:29:45 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 50' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-50.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-50.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot50 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD50 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD50' xorriso : UPDATE : 1127 files added in 1 seconds xorriso : UPDATE : 1127 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 11.62% done xorriso : UPDATE : 25.39% done xorriso : UPDATE : 38.50% done, estimate finish Sat Jun 23 17:29:53 2018 xorriso : UPDATE : 51.03% done, estimate finish Sat Jun 23 17:29:53 2018 xorriso : UPDATE : 51.03% done, estimate finish Sat Jun 23 17:29:55 2018 xorriso : UPDATE : 51.03% done, estimate finish Sat Jun 23 17:29:57 2018 ISO image produced: 330350 sectors Written to medium : 330350 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:29:52 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 51' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-51.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-51.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot51 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD51 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD51' xorriso : UPDATE : 1865 files added in 1 seconds xorriso : UPDATE : 1865 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.32% done xorriso : UPDATE : 8.66% done xorriso : UPDATE : 23.56% done xorriso : UPDATE : 38.13% done, estimate finish Sat Jun 23 17:30:00 2018 xorriso : UPDATE : 48.58% done, estimate finish Sat Jun 23 17:30:01 2018 xorriso : UPDATE : 68.04% done, estimate finish Sat Jun 23 17:30:00 2018 xorriso : UPDATE : 82.87% done, estimate finish Sat Jun 23 17:30:00 2018 xorriso : UPDATE : 97.78% done ISO image produced: 325054 sectors Written to medium : 325054 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:30:00 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 52' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-52.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-52.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot52 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD52 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD52' xorriso : UPDATE : 1303 files added in 1 seconds xorriso : UPDATE : 1303 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.47% done xorriso : UPDATE : 4.92% done xorriso : UPDATE : 34.14% done xorriso : UPDATE : 60.41% done, estimate finish Sat Jun 23 17:30:05 2018 xorriso : UPDATE : 80.74% done ISO image produced: 217313 sectors Written to medium : 217313 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:30:05 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 53' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-53.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-53.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot53 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD53 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD53' xorriso : UPDATE : 945 files added in 1 seconds xorriso : UPDATE : 945 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 11.75% done xorriso : UPDATE : 25.88% done xorriso : UPDATE : 33.20% done, estimate finish Sat Jun 23 17:30:14 2018 xorriso : UPDATE : 33.20% done, estimate finish Sat Jun 23 17:30:17 2018 xorriso : UPDATE : 33.20% done, estimate finish Sat Jun 23 17:30:20 2018 xorriso : UPDATE : 90.50% done ISO image produced: 311434 sectors Written to medium : 311434 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:30:12 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 54' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-54.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-54.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot54 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD54 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD54' xorriso : UPDATE : 1743 files added in 1 seconds xorriso : UPDATE : 1743 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.33% done xorriso : UPDATE : 2.00% done xorriso : UPDATE : 24.72% done xorriso : UPDATE : 40.65% done, estimate finish Sat Jun 23 17:30:20 2018 xorriso : UPDATE : 55.90% done, estimate finish Sat Jun 23 17:30:20 2018 xorriso : UPDATE : 71.18% done, estimate finish Sat Jun 23 17:30:19 2018 xorriso : UPDATE : 84.70% done, estimate finish Sat Jun 23 17:30:20 2018 ISO image produced: 310171 sectors Written to medium : 310171 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:30:19 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 55' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-55.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-55.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot55 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD55 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD55' xorriso : UPDATE : 1719 files added in 1 seconds xorriso : UPDATE : 1719 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 8.24% done xorriso : UPDATE : 23.00% done xorriso : UPDATE : 36.23% done, estimate finish Sat Jun 23 17:30:27 2018 xorriso : UPDATE : 51.87% done, estimate finish Sat Jun 23 17:30:27 2018 xorriso : UPDATE : 61.07% done, estimate finish Sat Jun 23 17:30:28 2018 xorriso : UPDATE : 81.48% done, estimate finish Sat Jun 23 17:30:27 2018 xorriso : UPDATE : 94.67% done ISO image produced: 327945 sectors Written to medium : 327945 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:30:27 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 56' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-56.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-56.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot56 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD56 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD56' xorriso : UPDATE : 1855 files added in 1 seconds xorriso : UPDATE : 1855 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.29% done xorriso : UPDATE : 7.61% done xorriso : UPDATE : 20.97% done xorriso : UPDATE : 36.93% done, estimate finish Sat Jun 23 17:30:35 2018 xorriso : UPDATE : 50.69% done, estimate finish Sat Jun 23 17:30:35 2018 xorriso : UPDATE : 65.23% done, estimate finish Sat Jun 23 17:30:35 2018 xorriso : UPDATE : 65.23% done, estimate finish Sat Jun 23 17:30:37 2018 xorriso : UPDATE : 94.96% done ISO image produced: 331023 sectors Written to medium : 331023 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:30:35 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 57' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-57.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-57.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot57 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD57 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD57' xorriso : UPDATE : 1991 files added in 1 seconds xorriso : UPDATE : 1991 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 5.63% done xorriso : UPDATE : 21.39% done xorriso : UPDATE : 31.44% done, estimate finish Sat Jun 23 17:30:45 2018 xorriso : UPDATE : 45.87% done, estimate finish Sat Jun 23 17:30:44 2018 xorriso : UPDATE : 66.02% done, estimate finish Sat Jun 23 17:30:43 2018 xorriso : UPDATE : 80.18% done, estimate finish Sat Jun 23 17:30:43 2018 xorriso : UPDATE : 94.85% done ISO image produced: 328069 sectors Written to medium : 328069 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:30:43 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 58' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-58.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-58.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot58 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD58 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD58' xorriso : UPDATE : 513 files added in 1 seconds xorriso : UPDATE : 513 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.19% done xorriso : UPDATE : 10.08% done xorriso : UPDATE : 18.37% done xorriso : UPDATE : 41.93% done, estimate finish Sat Jun 23 17:30:51 2018 xorriso : UPDATE : 51.29% done, estimate finish Sat Jun 23 17:30:51 2018 xorriso : UPDATE : 51.29% done, estimate finish Sat Jun 23 17:30:53 2018 xorriso : UPDATE : 87.33% done ISO image produced: 331352 sectors Written to medium : 331352 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:30:50 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 59' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-59.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-59.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot59 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD59 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD59' xorriso : UPDATE : 1674 files added in 1 seconds xorriso : UPDATE : 1674 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 8.07% done xorriso : UPDATE : 20.86% done xorriso : UPDATE : 30.69% done, estimate finish Sat Jun 23 17:31:00 2018 xorriso : UPDATE : 45.17% done, estimate finish Sat Jun 23 17:30:59 2018 xorriso : UPDATE : 64.39% done, estimate finish Sat Jun 23 17:30:58 2018 xorriso : UPDATE : 77.42% done, estimate finish Sat Jun 23 17:30:58 2018 xorriso : UPDATE : 92.75% done ISO image produced: 330248 sectors Written to medium : 330248 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:30:58 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD6' xorriso : UPDATE : 701 files added in 1 seconds xorriso : UPDATE : 701 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.21% done xorriso : UPDATE : 6.00% done xorriso : UPDATE : 23.72% done xorriso : UPDATE : 35.75% done, estimate finish Sat Jun 23 17:31:07 2018 xorriso : UPDATE : 35.75% done, estimate finish Sat Jun 23 17:31:09 2018 xorriso : UPDATE : 35.75% done, estimate finish Sat Jun 23 17:31:12 2018 xorriso : UPDATE : 84.17% done, estimate finish Sat Jun 23 17:31:06 2018 xorriso : UPDATE : Thank you for being patient. Working since 7 seconds. ISO image produced: 329492 sectors Written to medium : 329492 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:31:06 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 60' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-60.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-60.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot60 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD60 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD60' xorriso : UPDATE : 1706 files added in 1 seconds xorriso : UPDATE : 1706 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.15% done xorriso : UPDATE : 7.17% done xorriso : UPDATE : 21.67% done xorriso : UPDATE : 37.01% done, estimate finish Sat Jun 23 17:31:14 2018 xorriso : UPDATE : 44.73% done, estimate finish Sat Jun 23 17:31:15 2018 xorriso : UPDATE : 65.95% done, estimate finish Sat Jun 23 17:31:14 2018 xorriso : UPDATE : 79.68% done, estimate finish Sat Jun 23 17:31:14 2018 xorriso : UPDATE : 89.53% done ISO image produced: 331227 sectors Written to medium : 331227 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:31:14 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 61' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-61.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-61.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot61 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD61 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD61' xorriso : UPDATE : 1365 files added in 1 seconds xorriso : UPDATE : 1365 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 8.91% done xorriso : UPDATE : 21.98% done xorriso : UPDATE : 34.04% done, estimate finish Sat Jun 23 17:31:23 2018 xorriso : UPDATE : 49.15% done, estimate finish Sat Jun 23 17:31:22 2018 xorriso : UPDATE : 63.43% done, estimate finish Sat Jun 23 17:31:22 2018 xorriso : UPDATE : 71.90% done, estimate finish Sat Jun 23 17:31:23 2018 xorriso : UPDATE : 94.62% done ISO image produced: 331320 sectors Written to medium : 331320 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:31:22 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 62' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-62.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-62.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot62 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD62 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD62' xorriso : UPDATE : 2128 files added in 1 seconds xorriso : UPDATE : 2128 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 5.39% done xorriso : UPDATE : 20.20% done xorriso : UPDATE : 34.72% done, estimate finish Sat Jun 23 17:31:31 2018 xorriso : UPDATE : 48.81% done, estimate finish Sat Jun 23 17:31:30 2018 xorriso : UPDATE : 64.26% done, estimate finish Sat Jun 23 17:31:30 2018 xorriso : UPDATE : 70.29% done, estimate finish Sat Jun 23 17:31:31 2018 xorriso : UPDATE : 88.97% done ISO image produced: 330745 sectors Written to medium : 330745 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:31:30 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 63' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-63.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-63.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot63 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD63 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD63' xorriso : UPDATE : 1319 files added in 1 seconds xorriso : UPDATE : 1319 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.29% done xorriso : UPDATE : 8.90% done xorriso : UPDATE : 20.93% done xorriso : UPDATE : 39.27% done, estimate finish Sat Jun 23 17:31:38 2018 xorriso : UPDATE : 54.04% done, estimate finish Sat Jun 23 17:31:38 2018 xorriso : UPDATE : 61.84% done, estimate finish Sat Jun 23 17:31:38 2018 xorriso : UPDATE : 84.01% done, estimate finish Sat Jun 23 17:31:38 2018 ISO image produced: 319408 sectors Written to medium : 319408 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:31:37 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 64' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-64.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-64.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot64 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD64 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD64' xorriso : UPDATE : 1156 files added in 1 seconds xorriso : UPDATE : 1156 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 6.17% done xorriso : UPDATE : 23.94% done xorriso : UPDATE : 36.55% done, estimate finish Sat Jun 23 17:31:45 2018 xorriso : UPDATE : 53.52% done, estimate finish Sat Jun 23 17:31:45 2018 xorriso : UPDATE : 68.97% done, estimate finish Sat Jun 23 17:31:45 2018 xorriso : UPDATE : 80.41% done, estimate finish Sat Jun 23 17:31:45 2018 xorriso : UPDATE : 93.75% done ISO image produced: 328824 sectors Written to medium : 328824 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:31:45 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 65' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-65.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-65.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot65 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD65 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD65' xorriso : UPDATE : 830 files added in 1 seconds xorriso : UPDATE : 830 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.26% done xorriso : UPDATE : 9.91% done xorriso : UPDATE : 26.88% done xorriso : UPDATE : 27.21% done, estimate finish Sat Jun 23 17:31:56 2018 xorriso : UPDATE : 58.37% done, estimate finish Sat Jun 23 17:31:52 2018 xorriso : UPDATE : 70.59% done, estimate finish Sat Jun 23 17:31:53 2018 xorriso : UPDATE : 79.06% done, estimate finish Sat Jun 23 17:31:53 2018 ISO image produced: 318458 sectors Written to medium : 318458 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:31:52 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 66' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-66.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-66.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot66 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD66 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD66' xorriso : UPDATE : 537 files added in 1 seconds xorriso : UPDATE : 537 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.20% done xorriso : UPDATE : 8.28% done xorriso : UPDATE : 25.16% done xorriso : UPDATE : 42.12% done, estimate finish Sat Jun 23 17:31:59 2018 xorriso : UPDATE : 44.20% done, estimate finish Sat Jun 23 17:32:01 2018 xorriso : UPDATE : 72.60% done, estimate finish Sat Jun 23 17:31:59 2018 xorriso : UPDATE : 84.58% done, estimate finish Sat Jun 23 17:32:00 2018 ISO image produced: 318189 sectors Written to medium : 318189 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:31:59 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 67' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-67.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-67.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot67 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD67 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD67' xorriso : UPDATE : 933 files added in 1 seconds xorriso : UPDATE : 933 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.30% done xorriso : UPDATE : 9.28% done xorriso : UPDATE : 26.44% done xorriso : UPDATE : 39.62% done, estimate finish Sat Jun 23 17:32:07 2018 xorriso : UPDATE : 55.91% done, estimate finish Sat Jun 23 17:32:07 2018 xorriso : UPDATE : 73.97% done, estimate finish Sat Jun 23 17:32:06 2018 xorriso : UPDATE : 86.97% done ISO image produced: 302997 sectors Written to medium : 302997 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:32:06 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 68' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-68.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-68.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot68 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD68 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD68' xorriso : UPDATE : 745 files added in 1 seconds xorriso : UPDATE : 745 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.27% done xorriso : UPDATE : 13.06% done xorriso : UPDATE : 28.05% done xorriso : UPDATE : 45.29% done, estimate finish Sat Jun 23 17:32:13 2018 xorriso : UPDATE : 58.18% done, estimate finish Sat Jun 23 17:32:13 2018 xorriso : UPDATE : 58.18% done, estimate finish Sat Jun 23 17:32:15 2018 xorriso : UPDATE : 81.34% done, estimate finish Sat Jun 23 17:32:14 2018 ISO image produced: 306251 sectors Written to medium : 306251 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:32:13 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 69' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-69.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-69.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot69 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD69 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD69' xorriso : UPDATE : 272 files added in 1 seconds xorriso : UPDATE : 272 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.59% done xorriso : UPDATE : 1.05% done xorriso : UPDATE : 1.05% done xorriso : UPDATE : 1.05% done xorriso : UPDATE : 54.99% done, estimate finish Sat Jun 23 17:32:21 2018 xorriso : UPDATE : 70.32% done, estimate finish Sat Jun 23 17:32:21 2018 xorriso : UPDATE : 79.61% done, estimate finish Sat Jun 23 17:32:21 2018 ISO image produced: 330166 sectors Written to medium : 330166 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:32:20 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD7' xorriso : UPDATE : 944 files added in 1 seconds xorriso : UPDATE : 944 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.26% done xorriso : UPDATE : 9.31% done xorriso : UPDATE : 23.22% done xorriso : UPDATE : 37.95% done, estimate finish Sat Jun 23 17:32:28 2018 xorriso : UPDATE : 46.47% done, estimate finish Sat Jun 23 17:32:29 2018 xorriso : UPDATE : 55.35% done, estimate finish Sat Jun 23 17:32:29 2018 xorriso : UPDATE : 59.95% done, estimate finish Sat Jun 23 17:32:30 2018 xorriso : UPDATE : 97.70% done ISO image produced: 330988 sectors Written to medium : 330988 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:32:28 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 70' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-70.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-70.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot70 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD70 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD70' xorriso : UPDATE : 1185 files added in 1 seconds xorriso : UPDATE : 1185 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 9.60% done xorriso : UPDATE : 24.45% done xorriso : UPDATE : 38.83% done, estimate finish Sat Jun 23 17:32:36 2018 xorriso : UPDATE : 52.74% done, estimate finish Sat Jun 23 17:32:36 2018 xorriso : UPDATE : 67.42% done, estimate finish Sat Jun 23 17:32:36 2018 xorriso : UPDATE : 80.70% done, estimate finish Sat Jun 23 17:32:36 2018 xorriso : UPDATE : 97.77% done ISO image produced: 330922 sectors Written to medium : 330922 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:32:36 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 71' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-71.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-71.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot71 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD71 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD71' xorriso : UPDATE : 858 files added in 1 seconds xorriso : UPDATE : 858 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.26% done xorriso : UPDATE : 9.54% done xorriso : UPDATE : 24.39% done xorriso : UPDATE : 33.97% done, estimate finish Sat Jun 23 17:32:45 2018 xorriso : UPDATE : 54.30% done, estimate finish Sat Jun 23 17:32:44 2018 xorriso : UPDATE : 69.17% done, estimate finish Sat Jun 23 17:32:44 2018 xorriso : UPDATE : 76.83% done, estimate finish Sat Jun 23 17:32:44 2018 xorriso : UPDATE : 97.99% done ISO image produced: 331529 sectors Written to medium : 331529 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:32:44 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 72' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-72.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-72.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot72 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD72 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD72' xorriso : UPDATE : 284 files added in 1 seconds xorriso : UPDATE : 284 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.82% done xorriso : UPDATE : 7.89% done xorriso : UPDATE : 18.81% done xorriso : UPDATE : 38.92% done, estimate finish Sat Jun 23 17:32:52 2018 xorriso : UPDATE : 38.92% done, estimate finish Sat Jun 23 17:32:54 2018 xorriso : UPDATE : 38.92% done, estimate finish Sat Jun 23 17:32:57 2018 xorriso : UPDATE : 81.62% done, estimate finish Sat Jun 23 17:32:52 2018 ISO image produced: 316087 sectors Written to medium : 316087 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:32:51 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 73' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-73.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-73.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot73 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD73 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD73' xorriso : UPDATE : 596 files added in 1 seconds xorriso : UPDATE : 596 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.21% done xorriso : UPDATE : 11.37% done xorriso : UPDATE : 24.34% done xorriso : UPDATE : 41.32% done, estimate finish Sat Jun 23 17:32:59 2018 xorriso : UPDATE : 54.40% done, estimate finish Sat Jun 23 17:32:59 2018 xorriso : UPDATE : 67.30% done, estimate finish Sat Jun 23 17:32:59 2018 xorriso : UPDATE : 85.40% done, estimate finish Sat Jun 23 17:32:59 2018 ISO image produced: 331749 sectors Written to medium : 331749 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:32:58 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 74' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-74.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-74.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot74 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/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 CD74 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD74' xorriso : UPDATE : 485 files added in 1 seconds xorriso : UPDATE : 485 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.39% done xorriso : UPDATE : 0.77% done xorriso : UPDATE : 38.90% done xorriso : UPDATE : 48.41% done, estimate finish Sat Jun 23 17:33:05 2018 xorriso : UPDATE : 48.41% done, estimate finish Sat Jun 23 17:33:07 2018 ISO image produced: 228636 sectors Written to medium : 228636 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:33:03 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD8' xorriso : UPDATE : 1028 files added in 1 seconds xorriso : UPDATE : 1028 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.31% done xorriso : UPDATE : 9.58% done xorriso : UPDATE : 22.93% done xorriso : UPDATE : 39.14% done, estimate finish Sat Jun 23 17:33:11 2018 xorriso : UPDATE : 53.68% done, estimate finish Sat Jun 23 17:33:11 2018 xorriso : UPDATE : 68.08% done, estimate finish Sat Jun 23 17:33:11 2018 xorriso : UPDATE : 83.76% done, estimate finish Sat Jun 23 17:33:11 2018 ISO image produced: 311026 sectors Written to medium : 311026 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 17:33:10 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 mips 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/mips/debian-8.11.0-mips-CD-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/mips/jessie/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 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 Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/mips/jessie/CD9' xorriso : UPDATE : 726 files added in 1 seconds xorriso : UPDATE : 726 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.22% done xorriso : UPDATE : 7.80% done xorriso : UPDATE : 21.68% done xorriso : UPDATE : 37.44% done, estimate finish Sat Jun 23 17:33:18 2018 xorriso : UPDATE : 47.32% done, estimate finish Sat Jun 23 17:33:19 2018 xorriso : UPDATE : 65.60% done, estimate finish Sat Jun 23 17:33:18 2018 xorriso : UPDATE : 79.00% done, estimate finish Sat Jun 23 17:33:18 2018 xorriso : UPDATE : 93.42% done ISO image produced: 327957 sectors Written to medium : 327957 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.jessie/debian-cd/tools/imagesums /srv/cdbuilder.debian.org/dst/deb-cd/out/mips No Jigdo help for sha1, doing it the long way with sha1sum ef323df534dcf9791a45d7ceb0090d42e59a5ac2 debian-8.11.0-mips-CD-1.iso No Jigdo help for md5, doing it the long way with md5sum 53e72408b6d898553beb92fbdf3d8806 debian-8.11.0-mips-CD-1.iso No Jigdo help for sha512, doing it the long way with sha512sum 90efb19fa54f45e2c1a0ab761d0480afa6fd8ae9f5d6dc807e54d5f7d8ad89bdaaf1b23293938e9664f602f34c262b45ca4f4deb2eeda1261e622df185c1db2b debian-8.11.0-mips-CD-1.iso No Jigdo help for sha256, doing it the long way with sha256sum 07e432d629ec833b509121954b9331a0f514d22760eb0c8dccb2d326c3cf2b03 debian-8.11.0-mips-CD-1.iso fa3e2f98867ba5c37cf38be8d4eeccfb668a2f53 debian-8.11.0-mips-CD-1.jigdo 1d5d8af6c36fe0ec5a023729ae2dcd4b debian-8.11.0-mips-CD-1.jigdo 466b21537f9518cc0c028b6928867f4b7542b740cd2b8db50fd2f8186051ce5f36e8ca992b728d92abe63d05220598aaf80725fbe45da22cf8db6176eae24016 debian-8.11.0-mips-CD-1.jigdo 9ae54d78b6dc1a02e080c6d1829a3044a73ada83434c30317d371b1439c3caa2 debian-8.11.0-mips-CD-1.jigdo 6ee2750dfcae204f61690dc8b267ab40785bfbd1 debian-8.11.0-mips-CD-1.template af2e221d83c52e049a7676251a21e30c debian-8.11.0-mips-CD-1.template 06ea472ad976563790e7ba28cb45ca970bc2cb685bd794d6e4afecaa84255d7a059760bfd294a1701bc5afbfacd6a398876f94ee2639a9f7fcc304da713c4588 debian-8.11.0-mips-CD-1.template 158fd870c6a61b74e4448ce402ebf900589bc89ab1875a65e4bbd66f6ac6d6d9 debian-8.11.0-mips-CD-1.template ebe7d8c55bd8a454ddf8a28619d01fe9193a527f debian-8.11.0-mips-CD-10.iso 417cd4876478e086a0e14f82006be2e2d4522ee9 debian-8.11.0-mips-CD-10.jigdo e748e79b8ee95a30d55bead2c87638c2 debian-8.11.0-mips-CD-10.iso aea02842721c19d57a63750c80d7fb6b debian-8.11.0-mips-CD-10.jigdo ffcc3c1b6790d678bb8a01f24225caf9225a752c57e69c873cd92458206a63f07dce14766038d79b27bde6f23741a57d26786b25a1d6693addf91217f0e1a40f debian-8.11.0-mips-CD-10.iso 35e52d07b7d30a5d3a918e207969e32e2d4fc58345bce9cf0dcf668327a0810047a30603bd537e61e5c35556a5914ffdd56850cee48e2a962c0b3797b2d3e3b1 debian-8.11.0-mips-CD-10.jigdo 66d46f69bc378657becbc02339beeda73b7a50eeca80549bcab04698f67768c9 debian-8.11.0-mips-CD-10.iso ab7b582315efadbfc27eaef059eddfbe2377f699ea65363eb750fb733bae393c debian-8.11.0-mips-CD-10.jigdo 8e043878cb4834b7bc2cd2c05179fd765f546785 debian-8.11.0-mips-CD-10.template 958e2c5437ddd16aecc62669ede5a93d debian-8.11.0-mips-CD-10.template 37c1e5cdc26a4f6cdc978a1a5245674ffc6b1aa58527ed7a43e9972429b536a44a1c6e779f029306587e10207da05febdc2848c55d16413e0caba88b90f6397d debian-8.11.0-mips-CD-10.template 8ed7382003e70bab5fc08cb9c61e0d85c4232844a8698cddf0b74e7f1688a749 debian-8.11.0-mips-CD-10.template b96b87cd5e3399e12ee6dd742c0e63dccaab3464 debian-8.11.0-mips-CD-11.iso 23e8826618fd1103363b91e493b6712ec25d29c0 debian-8.11.0-mips-CD-11.jigdo 5d46fcd73d39caabca287062f36c15ce debian-8.11.0-mips-CD-11.iso 3d667bffee7017542573da6bf157bcbc debian-8.11.0-mips-CD-11.jigdo 01c2fdf2cc1b17ab0558560991c698c4045998ea47d91a298fcf25a4c997ba13f09a1e9bec5ae9dc2bfd9306046e6d7ae7007eff3f79128a6e5a1707b5ca6623 debian-8.11.0-mips-CD-11.iso 1999960c70fc170e1b9cbc3f58979f84300644e079b2a29be38df202b3aa45f59ba40289e89844a31bc59dc4b638c9fac868b9bf86610cdc37475a25e886db3f debian-8.11.0-mips-CD-11.jigdo 6c73c20ecceccebcc60b02b91b2b50600eaf0b6e0056e54e3d66873072642413 debian-8.11.0-mips-CD-11.iso 9af42bee3596572bc5203934d4baf315a7b3e99f81984333613b742f67edcaf3 debian-8.11.0-mips-CD-11.jigdo f3c9ccdd46b6585d5676f367c61d4b983ef97adf debian-8.11.0-mips-CD-11.template e48e264766c3b70a3207e59ae4e31e4a debian-8.11.0-mips-CD-11.template 7bf55f06fbf6b6c091fb189c328c3aa9b13555f95c1e0aded2019e9644aebf24d87c237354d748b1f862ffa082e00df84b196cbb795566e44cfdfb8eed6e14ae debian-8.11.0-mips-CD-11.template 3de0fcedd5cdd0513258bbbce23fdbf6d1c5d4ddae077dbb6a56a1f4c1b6dad9 debian-8.11.0-mips-CD-11.template e1ab62b8820933d52e4b932a0192907a26ffc9d3 debian-8.11.0-mips-CD-12.iso 869ab31ec4cfccf11c090dd1ea78b7dad92de34d debian-8.11.0-mips-CD-12.jigdo d5505106f6b555ef58d22059577889ef debian-8.11.0-mips-CD-12.iso 1f896d36888171887f447d203e24034a debian-8.11.0-mips-CD-12.jigdo db1d16e1c42644a228dcffb53019fb19b37638f3d7a762ccf2633060cfa6d080797890c060bf3e253dcd95568d81b2bb50efea9d42a6ff428f09b35558cd2a1d debian-8.11.0-mips-CD-12.iso 765411c6525041f3d3de21ecdf3adc596fe84aa7df6bc1a38324109551d3f1b044f65e18237341b7b0bcbc5dbd76f3d81fc4c91f170d7784d263f4f0494c46f6 debian-8.11.0-mips-CD-12.jigdo f7d56f4855995440cf80581c18a755e4fd5816405cf057a0bff560873f6fa174 debian-8.11.0-mips-CD-12.iso decad039ffd49796f2f1c7b6744088ab74cfa706077611713bf36b356cc6b15d debian-8.11.0-mips-CD-12.jigdo 9c3a94f44b23fe7205fcbc617d84bd25481ac38e debian-8.11.0-mips-CD-12.template ecf55d1d073312fdc8c2188b005f3668 debian-8.11.0-mips-CD-12.template c7a6b5459fed4a947483e80587c66801b439c978399efaab9e4d2f7da95bf6d5e74d5fe1d723db140cd9de47ec891b22afb0f80e61daf61dd6ddfcb8fb0c4a67 debian-8.11.0-mips-CD-12.template bd0b81b9859480ff4ea67641f1e4961cc6c55b573fd97214fa9764dd7580019c debian-8.11.0-mips-CD-12.template e3ad4a899024978a342b3ea28c0758ce4b317dc2 debian-8.11.0-mips-CD-13.iso 03a6a2dd11e7de6f338aaaa25da4732abbb597de debian-8.11.0-mips-CD-13.jigdo fcbee871bd42111636da7fc445007120 debian-8.11.0-mips-CD-13.iso 173f349bc80f7e71a74ac3bd0eb3852f debian-8.11.0-mips-CD-13.jigdo 11b43aa512b2879216cadaba69d76d5b92e8f154129ba35bd254d9ab74f957d60af1c599fde76913cc920a3cb9f334605e5b3a33f52f7239944bdb5d48f68a65 debian-8.11.0-mips-CD-13.iso e3d8eb1bdb5bba836e4de69319674872460067efdd4ebe5771d6a15f530aa0f3474bfa07e859359af7f79f97241a5abbe2251c4b00b32291c10097d99e6df8a6 debian-8.11.0-mips-CD-13.jigdo c08ca52639bd865bbf99b9a9e75f7ad8e893002a57204879aa3b9c2ef15b4a36 debian-8.11.0-mips-CD-13.iso 14b242977a243446f10a5be2b773c85d014384eb958b9e7ff5920fc08ba723df debian-8.11.0-mips-CD-13.jigdo 2833c5189487b48ac6dec819bf29b2877c3c4499 debian-8.11.0-mips-CD-13.template 099b06c1584c30579e7843b2479160cd debian-8.11.0-mips-CD-13.template eb0a2a396536aecace0c2ac16fdfc24de62f9bb0da8872552ac4d827ef8d1e983bb754938d64de13eed395cd33316cc33abdb8aa20e7d648fe6347a5e206ef9d debian-8.11.0-mips-CD-13.template da453dd09bd126281cf1b9e4ad6ea07d3733d5f73d8328a2b6b6e5f739121bff debian-8.11.0-mips-CD-13.template 119dd2cd2212810caf87bc245322f29fc1cb73a0 debian-8.11.0-mips-CD-14.iso 326267297b3abe1eb3ff246684e36a52ac916790 debian-8.11.0-mips-CD-14.jigdo 70256c04a12ed5593d7449e9b61ebab2 debian-8.11.0-mips-CD-14.iso abc0942c44d097879cb766649755a8b1 debian-8.11.0-mips-CD-14.jigdo 1c06caad8cb3dc6c1911a43b89c737e635fedeecdad97a43b9c0ce1ed6b0102ba90443d0c1ea5caecae71a0d5da3eb2923eb84bd7a946b3e438e4d8224cb4452 debian-8.11.0-mips-CD-14.iso 72e22eefb9f4047648743142ac1f6cf1b9efdb1a590a1e3435276990315fc1e76e3a59d5cf5d3867ebe77546088fc6b90d3ffa9e55fbd382c6fe980d9df312a4 debian-8.11.0-mips-CD-14.jigdo c67760dea8f680d24b6c365322530d2a1be24cb8be8cdd97719f179ce52418dc debian-8.11.0-mips-CD-14.iso 0b64056cdb9f7b470bad03f00e081f286d45e574f301ec8124c0f448d9751eb3 debian-8.11.0-mips-CD-14.jigdo 5f2fd54af161522b7dfc5ffbb3e7e78459b1f88a debian-8.11.0-mips-CD-14.template 50b6cd6e706a0814429cfa874877c386 debian-8.11.0-mips-CD-14.template 49f2bce0d21dcf614a690326310af98df88e19f70209ccd90feb00e617f56b5483aa506c0a39982c024096b4ecf53da352bea0633154d3550ec369142916bc94 debian-8.11.0-mips-CD-14.template c2391e5a2df5a772fcf455e14e21f1a7395fb9de5f8f41685992ee090d5c2114 debian-8.11.0-mips-CD-14.template 802c56a378223f8a22c49e7a5d8fd9df6a16a928 debian-8.11.0-mips-CD-15.iso e3b961999d53a81d91251f61aaaf49d9acc3a05f debian-8.11.0-mips-CD-15.jigdo cee8594bad4582c18a6522229c0345c0 debian-8.11.0-mips-CD-15.iso 61efb1e7aea2e5c9c20fa22e1226bb0f debian-8.11.0-mips-CD-15.jigdo c39f4bcb85fbe4ee4be39ba4762769ec110c6acfb991a7e4cde0e9d6cd9afae4fbe647eb5dc9d445fe3c1b9430e4cd67c9efc22bec96dae90179a1b7ce2cf061 debian-8.11.0-mips-CD-15.iso c87aec4fb8c6b0de53ff16cbc68264b09a83e5199701ee0b2d2ac797c73f0d3d5f3b88cc117f8f9dcf2f26b1856d435614c87599e3b9684ed6e33d4de711895b debian-8.11.0-mips-CD-15.jigdo cea49436bccca69c3c0b75486c0d4516aa04059d0a089fd266ef9202134d2b5f debian-8.11.0-mips-CD-15.iso a83e95321d0174be0a9582677bb62c49f68e05be1fbf363705cdcd9e4da105df debian-8.11.0-mips-CD-15.jigdo 93de6d2bd04e7e12cbb5395db17ed58b9713899b debian-8.11.0-mips-CD-15.template e87023aa824876a83087c8bc8e1d2059 debian-8.11.0-mips-CD-15.template 8f7429197c01a56a69b587d5a65241d85eebbd132c34bc19afb1195fd65d42b19558592799b6b8443cd964ca46128645fb0de0ddf7a839208a33011d5760a68a debian-8.11.0-mips-CD-15.template effbc77969ae9de4232209ad2f1716b4074c46ea9b18829947ee6787b9e0156e debian-8.11.0-mips-CD-15.template 8e5fde62f95e439b24a85071dfbf519550b52148 debian-8.11.0-mips-CD-16.iso f4891e64fe9e1b29cfbfaa1bff6816ced41b5d9d debian-8.11.0-mips-CD-16.jigdo e7843ac6eb4734f72d8b8da3188176a6 debian-8.11.0-mips-CD-16.iso d11d19886f10454034d20e33ae010fe5 debian-8.11.0-mips-CD-16.jigdo d3d821c3c69f6993f8eee7e23f821603d60dfd3db328f879e1b2f1cc204ae7ad94eef237644d56c29e1e769a05e77bab016e05cf218d74a581e7c29ef7d048d6 debian-8.11.0-mips-CD-16.iso ee85c990b4901e3a2ebc575616ec1a675b5108178769374d4e70698aa2e16a90a5c9925c7246c4c65cf7b205b779e007f472b215fed8f83bca28a2b386625ebf debian-8.11.0-mips-CD-16.jigdo c1b3c82cf4ea05340dcbb71d78fd8ee0269c3238549435ffb1807946f751002e debian-8.11.0-mips-CD-16.iso d61c8b277423102890712e313fd0e03a7a7c5ab02e90942a6c724b3edde4bd1c debian-8.11.0-mips-CD-16.jigdo 3c0e553d1925893ecab07d8cb93ee298cb9b42c1 debian-8.11.0-mips-CD-16.template 097b8bb3b333d3e1556ad99904054fa4 debian-8.11.0-mips-CD-16.template 7227848707ca599bbdeac14e77764b1f0a3bca7e5658c6a5d8ac6778143e72604a5a4748416ee8a4e38c2563c0eab270c8bc21d5dd74fe56de58df362266b45d debian-8.11.0-mips-CD-16.template d3a226a52652d8addf92cf47ef1d5680aba6869e6f7cbfae4942a7ef7d780f5e debian-8.11.0-mips-CD-16.template 6d72aa79be39dfae72e6967316f5309310cfb9ac debian-8.11.0-mips-CD-17.iso edf9ecbebd5a1ad4b5a22be280cb28aa67911cae debian-8.11.0-mips-CD-17.jigdo 8b013e1b7690b64f3544706eb97ed7d2 debian-8.11.0-mips-CD-17.iso 77b1ff4dc6f92fe7c24490d0bd0695ac debian-8.11.0-mips-CD-17.jigdo 69eef7ca0d34ca2868ab8eac730e61b84f7d917ffd3c59aae54b7989c0942f19613c5d734b4ea7b769084835408b07c4c898c69729f0c6a4743f50ae0b027d2b debian-8.11.0-mips-CD-17.iso 5957d72c9748e231cb608e09963ad51d0e6dcf1108847797eb74feec2a358524fe601bbd34de112f6e26b9fae2fa38e1e2de8f3bd0a4a27c3c0c72bdd2ab400d debian-8.11.0-mips-CD-17.jigdo fb4b46f5d9a51fb817ed72c007da8ee8ee35c01596cb0e99c0b80d76a7e40c1c debian-8.11.0-mips-CD-17.iso 30b19bd855769a9d9eb00b5571079aba0a7dce1b9c7d4fdbf05a3ab58864cdc0 debian-8.11.0-mips-CD-17.jigdo da3eba498f90b9e7db7a517f887db64c632da73b debian-8.11.0-mips-CD-17.template 45bda3a4abcc41682d00903428d3d341 debian-8.11.0-mips-CD-17.template abdcaccfb96100cb672ab4c11b763c8bb8163f5839f3bdd2d26ef5b44d00ea07124d447199c4078176db29e78e34e030529f5c98ee0bc3ef0dbdef79d7065203 debian-8.11.0-mips-CD-17.template b7967dceaa100e447409b3a45033ebdaa5a7069c07687a10d555580b43456128 debian-8.11.0-mips-CD-17.template 9e88d99262a4c03f545772b1d2fbc4cecb32c167 debian-8.11.0-mips-CD-18.iso 51aa0055cb868120536a4a8ee6dd7e55be4e5561 debian-8.11.0-mips-CD-18.jigdo 2ebe51c0d5c8d0f99d4277c7cfb81e39 debian-8.11.0-mips-CD-18.iso efcc0695d963268093c6dd6d2d0abdd6 debian-8.11.0-mips-CD-18.jigdo cad681ee39a76d52ff19b73dd427ecdac8918c1f752cb2f71154667ef588a10e6ad903939eb69e022ca31c09e553614ff800e9b27c80a1786b377ce6a1fb6563 debian-8.11.0-mips-CD-18.iso 2dc9850187185df517b8827ae663159fd40cd0dbd1f781279e9bbd6f56cb0ee88d042935372fa0846adf7bfea61e5f7aea78017d3282e33f4b2fd370bf95ca89 debian-8.11.0-mips-CD-18.jigdo c167c5c3cd5c05ff209101b85d95f7ce90a007016a063533054b7f05768e4926 debian-8.11.0-mips-CD-18.iso 65875062013df0dc25b35e39f0604139a4e92249e47b529806602ae63e5ab93a debian-8.11.0-mips-CD-18.jigdo 27ed593868e8dff3980e73920133f38cf4984bc7 debian-8.11.0-mips-CD-18.template f4e568ec96772f9424fe844555aa7219 debian-8.11.0-mips-CD-18.template 9210efcc7c228240a69d18879a198bd8de19f1fc9642d2cd543427c0e32a7702fd111db37493f2ae3e69efdb293bc4a74c627338d7b259bce86eaeab17385f5f debian-8.11.0-mips-CD-18.template 757e89c274443c638da6009e2f85e4c531a8064288a75948c9d68bb700217888 debian-8.11.0-mips-CD-18.template 0341483994efd20f4c58df166aa27f74690a4490 debian-8.11.0-mips-CD-19.iso d0db035a96f85aeff6e84357bc4f82f4191bc458 debian-8.11.0-mips-CD-19.jigdo 2883f47b49c587fdd02e445954b563f6 debian-8.11.0-mips-CD-19.iso 936fc635578f8aeeef76e12581bb8c9f debian-8.11.0-mips-CD-19.jigdo b3a54b2a54cf3c29ee2206c88bfe6eb4af503d4af7a092eeff22d9aaa05f7b7a1ac1aadb12b99d81294cf59e5c6a337a787e5cbdafa2f9326a48e1a1245fef2b debian-8.11.0-mips-CD-19.iso 80e5675fa042b18966721de170ff1321c7550ff2a80478bf8da46817018ad74c4f1f5925112148db6f25c5fa8c9e1d3519386005001ae75bcf1b27851ccd93a3 debian-8.11.0-mips-CD-19.jigdo d003d1d25b2c9cdb9ec0d28393c40aa538f5cccf25fdd9555c60f58c5f18ad9e debian-8.11.0-mips-CD-19.iso dfe35be3af5bfe363b984661812e61c3666b788efa9c35d3b5160f5e819b6221 debian-8.11.0-mips-CD-19.jigdo 62b9a57cab85cc6e2f31a1dab99fa354ea27879e debian-8.11.0-mips-CD-19.template 9518795ff566954a99e88ba1c402e150 debian-8.11.0-mips-CD-19.template 185b5ebb1955db345ae7edaf67ee9d224e618b7a321ebc3501d2a697481fbf0963819f9d507f3f81326bea9a1b31c08d567f458d82d7d37e00158112e5b173e5 debian-8.11.0-mips-CD-19.template 1e485903532583c7911a38b16d5c1e67eed56b18e76bbceddefa66ee58eb04a2 debian-8.11.0-mips-CD-19.template No Jigdo help for sha1, doing it the long way with sha1sum 7c7920fb847095962f35dcb46e807e1ea42a8ea7 debian-8.11.0-mips-CD-2.iso No Jigdo help for md5, doing it the long way with md5sum 9a59edc876240419811c7c6cc07c596e debian-8.11.0-mips-CD-2.iso No Jigdo help for sha512, doing it the long way with sha512sum 74fa057ee0b1bf1cdfb487a0f4b6ec6dab959e206adf4e8a67e161a597ca6428d8862039cdf09ef43922d683f971814fbf51c3b2c7ec468e5f795ee3ba9d4503 debian-8.11.0-mips-CD-2.iso No Jigdo help for sha256, doing it the long way with sha256sum 673a212f987f26a55e6b6e47af441471bebbe3ad97159f843291b2dd3284d78d debian-8.11.0-mips-CD-2.iso f8c03d13b637bbfcb295cf24984c84438acb9277 debian-8.11.0-mips-CD-2.jigdo 8fe64a277d3689a906a73286f9333476 debian-8.11.0-mips-CD-2.jigdo 266000a5a7015064e79e9e1c2c8de87e158b55b090c22fd693a9215f158fad5ddde4a9ba0019031c6111acd648f3aac2ad73aa2bbfe679acbd6ada06c5159182 debian-8.11.0-mips-CD-2.jigdo 06c7377e53a0cc44cec9ea3f31386f4e09788ec4fc56ede02f11165d48438641 debian-8.11.0-mips-CD-2.jigdo e5f329e8a1c15857e6a6f7afe3b7ed10317fd653 debian-8.11.0-mips-CD-2.template 5c15cbd1da2e7d744f02b632230697cd debian-8.11.0-mips-CD-2.template 8ad7d17f4be15882f27c419dddb5b7b6a73e93642589b3167e6f590b3669fe72079a2bd862e89754b7850024ab468465a53ab7668889d78c6b7ef29b966a2472 debian-8.11.0-mips-CD-2.template 48e27b9f4f0fcaf2d116307ffe43f4e1d98639434dc9e1f727322569d72e52d1 debian-8.11.0-mips-CD-2.template 43861cc84b35dd94198f0fb67bda802444974cf3 debian-8.11.0-mips-CD-20.iso bbb45dd39a53f2038e5b9c45088c00e6c7fac88b debian-8.11.0-mips-CD-20.jigdo 1346b89fb61bccd7fcd6f48c1d1d810f debian-8.11.0-mips-CD-20.iso 530ac24e842d5aca124fb33f7c7cc8fd debian-8.11.0-mips-CD-20.jigdo 195d7e3958cc6e230e6f8ffaf3f369837800514e887c7e95b9104eb4c46593bcdb27c40cf6e4bf3da3bc4fd5853639701cf648f3bc757074f97dba658298205d debian-8.11.0-mips-CD-20.iso 9e7ac5f2ba1945924c34d085aac00ce5f7bcc1bb8b5a9f6b6381cc6f84658fabf994a7b14e4f7dca092ada35cd38dc1166ccc380e3fae72e59caeb3d1fd52091 debian-8.11.0-mips-CD-20.jigdo 199b204a27d73b05ef6ca2e4c92a230ec8c74579f70cc40a8d3650b714f80ca7 debian-8.11.0-mips-CD-20.iso 76a58af075c10979dd39800e74a5b8ca87f6497c1619f8156cd764b9fba5efbf debian-8.11.0-mips-CD-20.jigdo a24201f229276ecca1818fdb97e855d19db1c443 debian-8.11.0-mips-CD-20.template 8554dae84b811f378975720d4760874e debian-8.11.0-mips-CD-20.template 23ba1ee9f3805f3bb5863a6a1517e0cc75facf8c1144793d5aac7bce2c8cb0666ac153e78d8f76461831bc69ef4e6879f3e87fa7fb91ecb3cf363460be08bcea debian-8.11.0-mips-CD-20.template f52f96f9cc552baaf11f53acce0e88e9995a78e17a4c411daad3a707651ce3a2 debian-8.11.0-mips-CD-20.template 66be9524ec13c83107b7d08fe934f320bcbf3dbc debian-8.11.0-mips-CD-21.iso eedf6adfac8b31145596dd40e6fdb1ee8d8ec8f9 debian-8.11.0-mips-CD-21.jigdo 74cc7295b6d0156e5b0d19b0dd46f2ac debian-8.11.0-mips-CD-21.iso 1878fdd10a1a2c5492bbf7e6dad8c2a3 debian-8.11.0-mips-CD-21.jigdo 297e3097fa472f25a387a1faafd29376260f6567632f2d75531fbd0ea24499f71421f6731235f1b27b479184bc0903734f4499eaccfcb1c15aa7500acfe52945 debian-8.11.0-mips-CD-21.iso 852c769b89e1a23e666f364049b5792a036d952babb1fcb403fb3384b133d35df1e0ad0849577072a3641b0be25a08ee243d051cc10ff9375b533e6d25ae0da9 debian-8.11.0-mips-CD-21.jigdo 36d379a019c3c86addc72ac0ec7ab9fc6df77cca2e61b07ce74321537c5d3a5d debian-8.11.0-mips-CD-21.iso c35640270dbb1fa1e4c2dc84faffd296698f73875bd363c2a480eb017d985579 debian-8.11.0-mips-CD-21.jigdo b284e80d05f61c6363073066c7a523ec4b4213ce debian-8.11.0-mips-CD-21.template aa38b71c23f67c596bc5c578c3c83577 debian-8.11.0-mips-CD-21.template a29b15c262f2321b321736590c19d7d02e7ee21c3e709e2403941b7a243e7f1d89176a5b42d1d5508aa20c1674a1e2eafb51305ad72d45cb429b900a06cb9e25 debian-8.11.0-mips-CD-21.template ff8c677f054e0c553356297057d397337acf52a80aadd790694df996fd4f120c debian-8.11.0-mips-CD-21.template 5edb23df3d1f41170f2528c7b94f081fc85c068d debian-8.11.0-mips-CD-22.iso 877b9fff264e186d4ec7b06b358d1069962d1fb7 debian-8.11.0-mips-CD-22.jigdo e6212efcb846738c235e645a9dddf774 debian-8.11.0-mips-CD-22.iso dc16989c43bf2eb106475eef691f8de3 debian-8.11.0-mips-CD-22.jigdo fa2918a8cc6401c924a82d5eab1a5b70fd3c8087546b87b0d02115cf9b29e1e2112548db05924d1101db54bb1815c749805180d683c827f358b0fef1f97bdae7 debian-8.11.0-mips-CD-22.iso fab42363e004faab0825b4f25a1140f430dc952e53df38c3a8f45b00a8f14d72539900d702c85f2c35843a4dbe9fe5f0eb2108323c9332eab7bf3fb40d04cc66 debian-8.11.0-mips-CD-22.jigdo c291ae05a03561401db2848e35b3310140b52aaf940103052221a1680277458a debian-8.11.0-mips-CD-22.iso 73d51f454dac0b3fcb9b1948ec03d1682177eb9a788d78268ad352348e03ea77 debian-8.11.0-mips-CD-22.jigdo 906a696b8c08b64c1bb470e2b92acacbc7e90ab2 debian-8.11.0-mips-CD-22.template 4852d1bc71d26d36641e3ecf297b8560 debian-8.11.0-mips-CD-22.template c2cbfd73dc5b7320c37c48020ea4ec31713c16eaf61c496b3e83664475042c262e89dad99750178bcbfaec5ab4d53905c64d7bbed9be88c30a8dc743cf00d57c debian-8.11.0-mips-CD-22.template 9a3e54b7a95495e2b8e191d24f6485af34a4feb660e54f82a29f8a27884e7849 debian-8.11.0-mips-CD-22.template 830f1edbbb18a99e7240ee0d9f3f6768762aba4d debian-8.11.0-mips-CD-23.iso 9459ebbe8c15d70cbc1d3c8510d82232edc24348 debian-8.11.0-mips-CD-23.jigdo 9e5ccf0335daf299c48e6498fb93bf91 debian-8.11.0-mips-CD-23.iso 8642c5871e60426d7a52784b7eb8ae2a debian-8.11.0-mips-CD-23.jigdo 0bbf006f236ca277168b4573753b99b1770da998d1ba500200189eec6bb06f8991cfec4646de88b977586814611605daee51c865c1e0e2092becc76b8f4edc1e debian-8.11.0-mips-CD-23.iso 158838a50ab326f1fa04842e5adbb0b33f03b209415c23990162ba672233e0764427b35f51f84c8ec2f8aaa692b5036b5de30e2c39f64f01e2fb43d74bdcc981 debian-8.11.0-mips-CD-23.jigdo 89f1adfa6e5c458157adc922eca775602312710fa2f2f32367230ad36f2eeaab debian-8.11.0-mips-CD-23.iso 4338f0a629ec74827a22670f33dc842435199bcab3b65f67048200baf21f6674 debian-8.11.0-mips-CD-23.jigdo f15d0a3bc7ab5a514d86c77f80355817b8a45f54 debian-8.11.0-mips-CD-23.template b1b14eb0ff967679f33540cc1315bf5d debian-8.11.0-mips-CD-23.template c5e5b0032ba66d673cc501e131f3a64c36b3383f8950ab1dc01928dae208729c5936719d215c4b14ce4e997e2e0300988edb1d003f2ac6a90520855951675cfe debian-8.11.0-mips-CD-23.template f9bdec465f61ea5283b8ba913913a8f59e48bae7757d2645866900d67e57a3df debian-8.11.0-mips-CD-23.template a4b4b14a34650a7cd1651baf4003105c2ade82e8 debian-8.11.0-mips-CD-24.iso 1650590e3f3ce72945d084c1ec15a54a205377c3 debian-8.11.0-mips-CD-24.jigdo 215c213311651b7c6db2c7f560460219 debian-8.11.0-mips-CD-24.iso ee42af7eb93d8a7931169f6a862507df debian-8.11.0-mips-CD-24.jigdo a16290c011b813e6bb5a3e73da0c25e5f95b6f0a8baf6de528a56610ca38250d0a1f9188f477a67078e1ceee9705a9bdf58bc44ac6b8e411c67ccc85a93619f8 debian-8.11.0-mips-CD-24.iso 3a719c94796c887cbc3d763f545543bf48b5db95e359e9367b12cf830a4bb914386c09f9d019e8fa0ddbfbc929e460e90e35a7cab7d9f5d816d8f5c503c5c6f2 debian-8.11.0-mips-CD-24.jigdo a078a15953fbccfe69fe66d56f3292c463d58e0d45fd7d772e97d3b0a3dcc110 debian-8.11.0-mips-CD-24.iso 146a28539ac1e5ad113600e20982cc4bf537495d11a2ba6f5cdcadc67a1f2242 debian-8.11.0-mips-CD-24.jigdo c9fd9d8c4efe115d2a0a51863df872719cb41bce debian-8.11.0-mips-CD-24.template 5ce12ab643ca7fe2bb8fa7c85e5a042b debian-8.11.0-mips-CD-24.template 1893c38ff96235c615e18f32233d268e4989c3a35e6dfb48043695dcab336c9b745b9d8228d847633d50196f16ef2d0ba5d85046e93df03ec95f8516568fd3df debian-8.11.0-mips-CD-24.template 5f39cc7f54ad787f890a70fcf648bc1ad1a0127f98ba49d56fa79ca69f1b8b73 debian-8.11.0-mips-CD-24.template be360f6aa3c68b5bcc38bc9343316f8919fa2a49 debian-8.11.0-mips-CD-25.iso d9f0f5e93d70a1114cc65f66ce2cf3e486998b0c debian-8.11.0-mips-CD-25.jigdo 91441a31a3fd18a45e8a7ce0f32a39c7 debian-8.11.0-mips-CD-25.iso 81b2a43734e0508de1daa16bdfcf082d debian-8.11.0-mips-CD-25.jigdo 9f78404bd88941ec9410f5fa8fcd52ca7c5b5957fea4739aaf35c71ababc05395c18f67c3c3e6f0759e0766f8e6ebcdc2139dd9c3af452f3b6772735f53807b9 debian-8.11.0-mips-CD-25.iso cdf7b08577bc63b55268e500b705aa0514bdbffb7860c4cc56b380186ba626057ab0f950a1c53e6640cdd9b3238129133e1079bee1ddd0547b31fd354eaec492 debian-8.11.0-mips-CD-25.jigdo 52a5bee944195fff00f33d340c4b44a36465feb100269a8889f3c3ab1899e893 debian-8.11.0-mips-CD-25.iso 0255564fa29ab81e131a65bf18657dab4ba35c732570d9cd39a415db93a6f795 debian-8.11.0-mips-CD-25.jigdo ba3a7c64394fb9491de8e97f0bd458d78fd988f0 debian-8.11.0-mips-CD-25.template 5acb86b16ae4a9ab048a021c1d8382a7 debian-8.11.0-mips-CD-25.template 9a9afb2263a3eba948e395336137b1d5c429adae4fd6fab02d43fd67c4d5dbe1405d59d9b161f3e26971f756dfb8321d0764fefed98cf618d1961ed81047d6e9 debian-8.11.0-mips-CD-25.template af19dccdba74be7db5420469f29fdc5a8133e1715118a3c68d932483ee2fe417 debian-8.11.0-mips-CD-25.template 0d6b928ba8a58c7a45c13c560313556cc44cfd7b debian-8.11.0-mips-CD-26.iso 8598a57a81e398bf2f3b62f8fb2a46f56620a3b6 debian-8.11.0-mips-CD-26.jigdo 9f956e173a8a353a3833451213b49131 debian-8.11.0-mips-CD-26.iso 145b30f9f8074eaf4213110978c26a68 debian-8.11.0-mips-CD-26.jigdo a4b33fddf42904047f1467a7d8419171c3c1287e6016ec9c002e4ab9bf0ea41a6338659cdfbccd54415fc4326b92d65025b5b096ffd5d138b3f6d480868b94c6 debian-8.11.0-mips-CD-26.iso 023d0928dc619568a1186904034e0a04b498b0386ba4cf9a2b727ac1fecb97b59cd65f45397edcfd53a8c0b63787e1160e3b8afd7d5e9bbf8cf641a6ac838ce0 debian-8.11.0-mips-CD-26.jigdo 70e51d50371e8ef9672b77b71b539d6ecaca4a9a6762e2f39b0c1c392786154b debian-8.11.0-mips-CD-26.iso e71a0eb02c36c89fed82ebc9e3522d8ddfddb483b0347965feb2d2d7fb2f5136 debian-8.11.0-mips-CD-26.jigdo a6da2f2907975b0505e04e503c50ab3ec811f94f debian-8.11.0-mips-CD-26.template df34867b71d4026565cc278c20c6ace2 debian-8.11.0-mips-CD-26.template 4352d583f9a4a0e1e14a0be6c8e08eb55b7a03b6eafe99dfe95e739391f7e1f0c5c5d28177e89716253b9dcc640de2cb7c5890236d6a818b4dc5d847293d7a1d debian-8.11.0-mips-CD-26.template b41004305f6f40fd2a781479e6785b7d7de23e07c45f2e3f6f832cb67336e39a debian-8.11.0-mips-CD-26.template 4ffca0c98dae8ffea2ae9369fe4e867af482a1ac debian-8.11.0-mips-CD-27.iso 77085ff85c8fcde420aaca07464f384b7eca419f debian-8.11.0-mips-CD-27.jigdo 85e321dbe371b82e1f0f6a06e7354dda debian-8.11.0-mips-CD-27.iso deed98fa901d655bf55827307b5a5da3 debian-8.11.0-mips-CD-27.jigdo 0075eb0fb1d4c6a7c4f8a31cf30e08afd940711bffe5316ed5bb5f1db42ba5a77ad0f1949f50c89bfaf924ec917b543f2724c89a06d19920b2ce0667f7e8561f debian-8.11.0-mips-CD-27.iso 3d76abd8da178fd10abb4e8f4c7c42ad0267d2ddd6dade8f022755852a6f4f716ba6269cbe50f7e77fcb151e85eb6d742374fa65c615500affedb484dc519899 debian-8.11.0-mips-CD-27.jigdo 8b6990980500bff5d78b5d1fd3c42d850617554eb3bc14c64fc309110b34f267 debian-8.11.0-mips-CD-27.iso ea8ef2f6cc5281b32802a3d4a52d3c3d70233c570f6127c4f8204b64c7af2698 debian-8.11.0-mips-CD-27.jigdo 1e294a7b2064f159156e5f2d663b76c2e3983723 debian-8.11.0-mips-CD-27.template b460463779c179ee6f19e3200be5cf78 debian-8.11.0-mips-CD-27.template 95fd3c6f798d7a00b041d84ffc051e50476aad5ea9f60a98c28e5ee070a22ca49c82f4309b6061776753894eade124843755d5a398ef1544d17df5f2d628c06d debian-8.11.0-mips-CD-27.template d0f425e696692a5428133cd3a527f63212c20566d998a65027ad349ce315b936 debian-8.11.0-mips-CD-27.template 6aefa6f5a7fe395de0d509e6231af430b5133fd1 debian-8.11.0-mips-CD-28.iso 049c4591880a1c8127351a62c8074e3dd0d2651e debian-8.11.0-mips-CD-28.jigdo da14a61a3087f8de21d8e37284b725a1 debian-8.11.0-mips-CD-28.iso 89704c9bff179b410062556ab2fb6f5d debian-8.11.0-mips-CD-28.jigdo d16ee8f21c291ff18096802850e080bbf39908e6e1dff4e8eb2f1e85ad3c8437f68dc585c67f602d81c1f40983c4c684f363f510b2b65420f03ca9913b945fb0 debian-8.11.0-mips-CD-28.iso aeb0119a790cbe7606c21eed9b3ebdfa3ea19ec0351dcac5bc70475be11bd75ad2bf2d2d412d3b312d059618cf7a9918df03079577dca9dfa4e899e0b295c80d debian-8.11.0-mips-CD-28.jigdo 66721869dae4bd0c53ac98193408a46ee1ead659bacc4d9c19d03ad655d0a039 debian-8.11.0-mips-CD-28.iso c6f20b362d8c9567802bb97aadb5fab3936609e936aeba442cf1cb40f1d0a988 debian-8.11.0-mips-CD-28.jigdo 20f24dd7385bda11c19d183484bf0c66b421233d debian-8.11.0-mips-CD-28.template 4c9ac7996b1415e29134fdb12c84a3ec debian-8.11.0-mips-CD-28.template 63ab6ae274dd18ed6c4d3a4f473ab588534d7fc65c48f2056988afcf448dde694f7873ee23236a3a54ad68f8c6ed0c3b2f055870b838c73a5115f57c2470d9dc debian-8.11.0-mips-CD-28.template 2e053a41af41dbe1af90d538b8f61c8b1067b59c14f43e7238c7544a61848986 debian-8.11.0-mips-CD-28.template abda806820ec874af0ce14c191d929f7343fabad debian-8.11.0-mips-CD-29.iso 2afed25314b901454b9d29449affb2ca7871f388 debian-8.11.0-mips-CD-29.jigdo ac1d70c8c24f901a76f18cecbcba47e5 debian-8.11.0-mips-CD-29.iso 5796045bfba1ceacdd616bc6f9e716dc debian-8.11.0-mips-CD-29.jigdo 081f8411ab0384e9232b62227872519100eab2cb8331bc80158b47ac4e173bbdc85860928707bbc1e7cbc50f676d1a35f83b2a3bcd9f31003b8e3b4bfc55cc2d debian-8.11.0-mips-CD-29.iso 4751341172de003bd449823ee30e059f90bf39edd2bb23793beb2bb71f78c8b182827a795a40da9c9edbbc46b06c9ee9c1a9d080651384d95b972b090806ab83 debian-8.11.0-mips-CD-29.jigdo 4d392c86db4bfefed6e463b5dd11d2f49d976642c05dc4f6e28d5278e32be3a0 debian-8.11.0-mips-CD-29.iso ccd99a05f680253fd93366ec29ac40fc6e7b76b0adcf2b885d247bd32d06f461 debian-8.11.0-mips-CD-29.jigdo 51e9cd551620977757a7273e719d7ce4c97b8f18 debian-8.11.0-mips-CD-29.template d10c9654115c8b1ffdfa255dfb129676 debian-8.11.0-mips-CD-29.template af912fe60d7a4fff70371c84703c8bae8167e036ad46870f0b5c33462b7b9841310e15243184c6d76275d373d62167d8691c5698b42f303d5f25988032ee9f97 debian-8.11.0-mips-CD-29.template f57ab79474b39807281302b82d0cce3ca568d3065454262ccecbecad18f62869 debian-8.11.0-mips-CD-29.template No Jigdo help for sha1, doing it the long way with sha1sum 371453a7fdb6e517dc77c18470ef558e36a101d2 debian-8.11.0-mips-CD-3.iso No Jigdo help for md5, doing it the long way with md5sum 98417a8ea0a64f773bb8aeacf82b2920 debian-8.11.0-mips-CD-3.iso No Jigdo help for sha512, doing it the long way with sha512sum 524c08a647a04a484db23a2a78d0fdab24783da097bb4c5a4839ac71ed0eba515748af6332132aac050b3350707068a186c9869e86340fcb2a72cff9bb627e28 debian-8.11.0-mips-CD-3.iso No Jigdo help for sha256, doing it the long way with sha256sum 90dc7d0f198f4adb4b67a1855b7ead48e245f274eaac746de36d42a50470a5d9 debian-8.11.0-mips-CD-3.iso e1235ca4b862ff0407b26c2cc774700a3ff9c350 debian-8.11.0-mips-CD-3.jigdo 84c8215f904cd0098bf311559205981a debian-8.11.0-mips-CD-3.jigdo 5196ad45b2997a5ca38239e248a12332db3634cfb7f4c2af8f2c08033e6f65fd7715a219d7b6e7a1ef1ffee8c3f97c7a7a339774f9e7da39745c0f8ed877fda3 debian-8.11.0-mips-CD-3.jigdo 5dceba795e6c69acb537c6e28d78595f01576af375a85fcc1cfe65c78ab336cb debian-8.11.0-mips-CD-3.jigdo 5680556cf49afed62032a64171b74dde46b13426 debian-8.11.0-mips-CD-3.template 4bf2a57139834d9d98575296fcd2d640 debian-8.11.0-mips-CD-3.template 244b8ee74585c653c0e64660bcecb0a219666d45778edb13b369e3c0174e002f5d4011ea718f0447c0baf42c3a335edc7b20ee42a5f3a4604a5cfc1642619470 debian-8.11.0-mips-CD-3.template a3de0d2b0fd14f953be018239e5f6484d110ea9809ad158cbe9f96aef8ef8877 debian-8.11.0-mips-CD-3.template 4c37b0670a247a7abb71e5396947aaa1eab4ed03 debian-8.11.0-mips-CD-30.iso b3bd3a2cd3107f27cc14a94619f5bb6a5869acd8 debian-8.11.0-mips-CD-30.jigdo 65828ba17a7bf3a9a5437716d97cdb9b debian-8.11.0-mips-CD-30.iso dde60bce31ba0c3ac9ce339f66ecaad8 debian-8.11.0-mips-CD-30.jigdo 952be6b413437371e7c8694b6d070c466282f4a5d92f25712ff4b336d93b280fd5c04755795448949ae94eaa3b7753ac65c04d5f599392a888bec069de34c062 debian-8.11.0-mips-CD-30.iso 4b6de549fdaac06239bed64da53d93d6000df25e665eda9e392e923807904cce76045350aa67d799c41d6e7f40eddc095011e347fd9911ffb76cedeefcad60c7 debian-8.11.0-mips-CD-30.jigdo 03aae7afe53a83f0994161ccdc23bf91071c5412c36271879817f478ae871334 debian-8.11.0-mips-CD-30.iso 919777e6588b2b2d0304bbf39232afb757d741db49b486b2092bc1acb1e13964 debian-8.11.0-mips-CD-30.jigdo 375bd73875df529abbbbf4c6f9aefa50de8f1c58 debian-8.11.0-mips-CD-30.template 31e064c618e707123fbd23cc98ece6ef debian-8.11.0-mips-CD-30.template ebdd0b1b7923dd560eafc52c5c6354fd49eb18aec8dd599b7a8a0a18c7e558ceeea223f27a4b3a24fd61c21c3956a037ece3d1ce0bab9bdf0ae2b406f10c5b6a debian-8.11.0-mips-CD-30.template 26865b7c09756f929cb795585028d1d6c0e38250689bc537331b43b93289a0bd debian-8.11.0-mips-CD-30.template 5fe6191f932eaeea53e62147acc43c753bc8edf3 debian-8.11.0-mips-CD-31.iso 47a1fcd1f92c732d92ad6e217a06d34f6fe239c4 debian-8.11.0-mips-CD-31.jigdo bfc8344f543c739c9bdf21479e061289 debian-8.11.0-mips-CD-31.iso 0fadc6d5d8e7815b74f3897ae96543b5 debian-8.11.0-mips-CD-31.jigdo 1305c67997f7531179234c248677dfa3d42d66b04e5f3115f8c5594685470e302927b4617bdb07b2b3d2f5c816ea7831109ad0933709473352300deebe95dbb8 debian-8.11.0-mips-CD-31.iso b89291a9e87f65c79fe58cfb1d194f4552aa9e0dd180f6e42703d90e76525ec79dcac2284986cd6b24a4cd98ec4cab78a7ac02538cb415fe1897c580fa4347c1 debian-8.11.0-mips-CD-31.jigdo 5710f5e7736d0f048b15e1502f5861e8f4b28aee0d943948994a985b686e5981 debian-8.11.0-mips-CD-31.iso cfccea83d3af7c731cb6892515176f870cc90cfe529fe11fa971655aa1a184c3 debian-8.11.0-mips-CD-31.jigdo 00cb6b586a67295d28e02a64f96e0eac7f819c75 debian-8.11.0-mips-CD-31.template a2a7b0b5f2400b05e6aceb43e1b0520f debian-8.11.0-mips-CD-31.template fb5c6eff52588c5ad186927232ab344251572917d552ad394877c0581b4830ba17e20d587295e9f91be7393aa287a6821c9f7d319a54774c821d3fc39acf8798 debian-8.11.0-mips-CD-31.template d504b534771c3748e5039fc8659cf6029d3c17f2758232a5f6a0bfdb64f982ef debian-8.11.0-mips-CD-31.template e3d9672e1b3038c502482052964c3034e01edfc6 debian-8.11.0-mips-CD-32.iso e1d061899148b15c7ba934138b120ca4e8bdab9e debian-8.11.0-mips-CD-32.jigdo 88c46d21518436664584fa2d28ad0496 debian-8.11.0-mips-CD-32.iso acc2e1313f715c9d169cd184ac9e9429 debian-8.11.0-mips-CD-32.jigdo 2878662ff050db018c34e6ce1ba1d68993751642c122994f0f82759056792c564f9c076cd9083cd63e0ea9a4b4b1eae2c0aacddcc0c9248e844bca37e5ac1ad2 debian-8.11.0-mips-CD-32.iso ae52acbcbfbe9536a97f499796b8a3effef7f735a91c82fed619c633b94fedc7c2c65981ef83e70e15b2d34cf58a16c7d3864f8371a7343302ff630aad666650 debian-8.11.0-mips-CD-32.jigdo 2847ee2dd9afbca67a8d7cd880e7843486f8beed7a51435e41f444c9fe759234 debian-8.11.0-mips-CD-32.iso b1d5654fbb0b9ff17458c823e2af9b31dbd80d4e056d0f4ce6680b8f2a6f6c34 debian-8.11.0-mips-CD-32.jigdo 2106be3adc0757005dafd8ea60c403d666b0653e debian-8.11.0-mips-CD-32.template 05d0249ebcb65c95da36eceda4024595 debian-8.11.0-mips-CD-32.template c007702adc969ddf6aaae9ec10bd48e5352e7574eba1208a81bfe4b66f91d9b3968535b1567a1cf8848f72fdf27c998029c448734114a4b3c345096ce85895c9 debian-8.11.0-mips-CD-32.template c706c5e986d41ab3558b935d19c20e8f4e6f9228947f798145fe76aab312d2c2 debian-8.11.0-mips-CD-32.template 612ad15fb0e33129002a8549f53dd1d66219f4e8 debian-8.11.0-mips-CD-33.iso b632f0da824cfc5cd715ef25ef28c29632aa2c56 debian-8.11.0-mips-CD-33.jigdo 610e8ed3c2a4e15817cb5c82fc80ad1a debian-8.11.0-mips-CD-33.iso f5aa14db180d68b8c79d1c752b0db15f debian-8.11.0-mips-CD-33.jigdo 1651b5dfb19ff3835aae90b96c604ddff8eacd327383ef4b8e46ff3f25096aa6d5ff6f4e20de732f950568991b86689982104a0549c57875777bcf041bbebcc9 debian-8.11.0-mips-CD-33.iso e621d15730f26f7cae8bad5f5555e78dec9d0eaf287eadb4d7ffae97b923a555c4fa5b1aeeeec58e1dd81db796fe8156e61ade2ac77cf85efd208bd26d257ce7 debian-8.11.0-mips-CD-33.jigdo fcf22eb3170cbc2a505f4579918105d6e964ad52055ccbbfade8503d4ae4fa14 debian-8.11.0-mips-CD-33.iso 9746af64d39c239a4d4166f46918bf761a543e06eec7f4dd7af55026797e8a30 debian-8.11.0-mips-CD-33.jigdo 9b117921db7c565b6e7a6174c7b8a46d3367bd68 debian-8.11.0-mips-CD-33.template 96f002e8793dbf29e74c07429613bea3 debian-8.11.0-mips-CD-33.template 82b61fc43784e052060cd448e9b33895fcf04cb883b96136fa7e2f083bcb838e4605009a64e54f4f923d50d27b7d0a331f38fa12227e3977759ea3ca1b75961d debian-8.11.0-mips-CD-33.template 30680618194ec88aecf56dfaebf4976c82f19ecba89a4deba95dfa8beb51772a debian-8.11.0-mips-CD-33.template 896f3da86f37ff9395dc432bdb078984d696dff4 debian-8.11.0-mips-CD-34.iso 6e9f329db397951171e862c6344c30c3ba1ae2cc debian-8.11.0-mips-CD-34.jigdo 7e1de768c006d86732678a8b2145f693 debian-8.11.0-mips-CD-34.iso 140d9283480dc451459922ce00a65c45 debian-8.11.0-mips-CD-34.jigdo a3baf533835ebc34169fbdc4ec91799b4df818e80468a60a4cde51618ab127f75c2bd8b0767393aa93e4b384925d93f229d8767d576b3ecccebe8ebc9563f2ba debian-8.11.0-mips-CD-34.iso 978feab5fe1df1612f0ddffac081de27db048ada0b69a06cbe2564815c9225ea71b80e4dcacb02cf6dceed95d650fce5819e4f9137ca5fc44d0c2fc360596f17 debian-8.11.0-mips-CD-34.jigdo b8890d6d9fe0fcfe8345b3e251b1bfb6c212f3b9f3d2fe97da15af6fdb2d5ac3 debian-8.11.0-mips-CD-34.iso dbff5cbdc4cffa195b63263da6827239f4d26b8003e71dc03941b53bb48a4a07 debian-8.11.0-mips-CD-34.jigdo 2bde1abdc1063ff37ebf42f5b01616874b8bef95 debian-8.11.0-mips-CD-34.template 5fe25ed4ad6d9e5360b371d2cafda4c6 debian-8.11.0-mips-CD-34.template b1fad1b07309b489e3e1d90a96e5ac4fe7f18fd974f79c4a378418bbfe7a088be5ff3f4082f0765e30c12cbd81769ad3836ed4d97e7bc01e0c001226b0ee2dd5 debian-8.11.0-mips-CD-34.template b6513de94b8604a9606a415d2d019fdf4430ed20a79bae03d9ed6a149d9471c5 debian-8.11.0-mips-CD-34.template a7a8817a55b8a184bee021293bed3a4fc77fab41 debian-8.11.0-mips-CD-35.iso 52ba601b9db1e728782971562683f03af3e570eb debian-8.11.0-mips-CD-35.jigdo 434b25fe003a5d0338122402efbf50af debian-8.11.0-mips-CD-35.iso c7140873d62a2b0b7f107142079121c8 debian-8.11.0-mips-CD-35.jigdo 83d080a1ac680f5c46c306b5c565b3eba057856423bdbcc4cce330f4fd58577ba16a017a0921d3df116269d358ed96c5b360a21e779710544c4c08be472c0120 debian-8.11.0-mips-CD-35.iso b14b59f20694c83fc740cd0c36ceb19f9f637f65109bcc1eb10dcfc64ce8344accc6fc1fb12ac0645c1ded1997a55dc7499728480548651e2ef5cb20017e4849 debian-8.11.0-mips-CD-35.jigdo 100219a93effde833ee35d0476db512d53c77ca0bd10de06ed0ae3e1773d5cf3 debian-8.11.0-mips-CD-35.iso 874e35ec356e27c920da4ce659ce0fdc38aa321f762195609ac1cc4000b239a5 debian-8.11.0-mips-CD-35.jigdo 13810bdd4da103e1ba089f8728a06f5e9d99af0b debian-8.11.0-mips-CD-35.template 9d9b7a9d5bd63603bfdd009b9c58f1fc debian-8.11.0-mips-CD-35.template 196f6d7b304b132b97d32e44ff60e98828124f69466a80c15ebcabba8c12d685b2262836b92c95b8642fe113035c492046a5c5260cda0b4b5912dcfff86f3060 debian-8.11.0-mips-CD-35.template ee5d284ed45e7a49cd6ea5e8d1e9e37256caf54629122baa9cc2e2d89662edae debian-8.11.0-mips-CD-35.template 1a113583e3806f89a93e4aa2449d5f841bcfa95e debian-8.11.0-mips-CD-36.iso 908c79cc1f087c3fce16ab5a96d9f69740edce64 debian-8.11.0-mips-CD-36.jigdo 79267b30deecea601010ada1848995b4 debian-8.11.0-mips-CD-36.iso 3aef34648175537aa6bb76f466cb1fcb debian-8.11.0-mips-CD-36.jigdo f1fe85fe2445caf28fe6ac2cdb0fc55bb206132f1667c622947db1902a1044d01b27d56c56bde82d5da3ef9f481a4c159d46f152cddd4ba4eea1111c65911b7c debian-8.11.0-mips-CD-36.iso fd725a0592b436ee19209e0064f0779429b9bc93e3b34dce837a19825a73e13efd28a3aac46183de2026c978e084e8852c47f7e7b3b0da8ffc1b8ce57c773fe4 debian-8.11.0-mips-CD-36.jigdo 545569dffcb9c2cf917b7b1a8a3cf2714953eca33872e110ba35120527fd2675 debian-8.11.0-mips-CD-36.iso 791036cb3b255b4900fd3703c91677c6c450dbffd245778be2c5454ce1c06bba debian-8.11.0-mips-CD-36.jigdo 5d8aeb89dd1b05f40ba65ea2b1ab367f63436991 debian-8.11.0-mips-CD-36.template 48fad71f7409e22b1bb6c8d8ae3cc715 debian-8.11.0-mips-CD-36.template 1a07e08e3a1f12f00b7a17ade84e8d7331222796788fe4d1bcf1f195dd45771c6a61d826b6f0f07612d0ee0abe7769543c14bf45c1a325081c6787512e793e23 debian-8.11.0-mips-CD-36.template 3c442376eddeafd8d46081e4ce16156130c396e356d58ae90778b5b58e1f9d4d debian-8.11.0-mips-CD-36.template 889a851bee49fe633e3b352e6130db58fa3eba2b debian-8.11.0-mips-CD-37.iso f1311bd0071291876e1b2a62bf8e67ebde187e57 debian-8.11.0-mips-CD-37.jigdo e642e14241e16cbcf25307c4f05fc7ee debian-8.11.0-mips-CD-37.iso 775c8d25719c3b0231027fda0012c2b8 debian-8.11.0-mips-CD-37.jigdo b35bc08e860bf2c567c8fdd292f5eb604eee4ea332956d07aec5e19b2fd20d910338848d900606f9b889a97e093a4335959c4ac8397084b0b6d14f3b377c1631 debian-8.11.0-mips-CD-37.iso 76fcbecfc08528ee87affc59268dc6b03bce421db20614e9e739858e88ec7d5d560694cfa94d8698527f7a5a29403abaf62e334223a78dee2bb6996019018315 debian-8.11.0-mips-CD-37.jigdo c4bf796007ff38256b91d3caa5c6358b4469159d8f525e16b293d97a119638b4 debian-8.11.0-mips-CD-37.iso f81e07beca24ecd4925e87c840f2c7da8c19e0e6850b9ea037f7f343a10231c9 debian-8.11.0-mips-CD-37.jigdo 3b2b481a32bbaea8085e7db3498ecb2e3eadeedc debian-8.11.0-mips-CD-37.template 75c227c712be75fa4a8be7ecd18e265b debian-8.11.0-mips-CD-37.template 23bc4f95fae5a84c32d04f632b4bcf48de7f16fcdcd12da096b3e4219c67d8af223d233b9e4145e045df32eaee254171507435c124f326b971788f1e0a0bc6d0 debian-8.11.0-mips-CD-37.template 79754877f98d31a06e3f7e0e25c142147d9d22618c0da36d35bfbd2ae5b8e826 debian-8.11.0-mips-CD-37.template 615710f7e7c9ada816f0bc669e765f5180ffa534 debian-8.11.0-mips-CD-38.iso cc6fc890ec2dfc4762c73d9d6a15c09a6121a54f debian-8.11.0-mips-CD-38.jigdo 01d1c68b176734474328e72f3e7b4a85 debian-8.11.0-mips-CD-38.iso 5a4c2f8d6aa5d32fbbea8598101167d2 debian-8.11.0-mips-CD-38.jigdo ea67b41d830e8c15c854f98ade6d418ade5e3ae7f922a2763a6883911f15afd7413519ace961f1fee5b958bad5ddd185c2ab1b7bb3222996c114f13341bcde2a debian-8.11.0-mips-CD-38.iso 4ebd062eea4e3ba730d535f51e9e083c1b0a84481216c06eaf1a0d5809e9ea9e16287d63ea3855ad003d032f32e0b9e40fa0a1ca56c489495a3f0dd8c30a09c5 debian-8.11.0-mips-CD-38.jigdo 9b9539e5b7be8db88fe06d38dcbe487cf6959e50fd943f74eadaae381c1950e7 debian-8.11.0-mips-CD-38.iso 3217d241abb6d87dbfedadf68d7c1dd412b275fc59bfd68a5ab01f0a04bbbdcc debian-8.11.0-mips-CD-38.jigdo 80b1a4253da330d5f63ff7dc645d97ce8ee1fee7 debian-8.11.0-mips-CD-38.template f1f57d315511c16dc1da94e4fad6327e debian-8.11.0-mips-CD-38.template bb31cb001cee44998a287f91b54198dee3e6ae1e2b9bab186d60180b04781551e55dfd75d349923d4c701ea16bdfa01380e869ca41f930c2bb2a864756d17856 debian-8.11.0-mips-CD-38.template 2d3fe0bc03eb53e3c22554db554a3eda31402446a8464cef3b87ec586c4eba39 debian-8.11.0-mips-CD-38.template 55117d9576d436768fab794e47104a53b2b7b698 debian-8.11.0-mips-CD-39.iso 688740eaba79127256300ebd8b40830416e5e93a debian-8.11.0-mips-CD-39.jigdo 143b31c3509f6f72869b1b74087e1fc6 debian-8.11.0-mips-CD-39.iso 81574bfba26726c1d97fb4b0ad4df010 debian-8.11.0-mips-CD-39.jigdo d24a2b61af95ca47a0a31c25afd4f5fdba8e66706b35f78270b9b6e762ef816ebb2610e01f8fd7ba9f39fe1e30dbcb321c378d899ed7401d5c0b137e829302c3 debian-8.11.0-mips-CD-39.iso 8e45a1819d1d5855810cb397b1d07d9179742c0009781f4b706224a69bfc4eb1184e6b1466db363aeabb58a45cc15af83bfe7b5774d55223ee610861495c56ac debian-8.11.0-mips-CD-39.jigdo 14f7c0711c4cbd3fc5e167754a1493adbb7894c5df2b8f9e67c497c751a60555 debian-8.11.0-mips-CD-39.iso 7f779e2f3d77f23018c394735474bd5edfb641718e0c9e54404f51247a8b4ee0 debian-8.11.0-mips-CD-39.jigdo 24e8508d7a38cf1fb8628d107309d9c322bfd4b4 debian-8.11.0-mips-CD-39.template 07630b3e6caa992ae7640cbed362be80 debian-8.11.0-mips-CD-39.template 9ac023f5b3b8556e954fc353fc3a1bd1752f7c8d3ba83a94b92bc034030b02166ff8107a09290d0a943db44f17c776ea48b8dc1986ea610aa7f971d0032a4504 debian-8.11.0-mips-CD-39.template 1068327f087b0187e1955b921a2a563005c855e34987965a98543402ad4f138c debian-8.11.0-mips-CD-39.template 48e514d512395dbe9f38127e21ab48e28cb99b43 debian-8.11.0-mips-CD-4.iso 4df4dc823a5aaf0bfdbdb9ba68ffbe186541d03c debian-8.11.0-mips-CD-4.jigdo 56d8d14b1052e2fc160f9f2d2eccdec2 debian-8.11.0-mips-CD-4.iso 1ca5302995610d03ec15b7b7ea4b0fc0 debian-8.11.0-mips-CD-4.jigdo 468db615ef9e7f87b2d0245024969e1f17fed0c3e847f8d7f3f05bd4934eb5e2e326e17711f2de40edd5808813d3d698ae9e9d09f5fdae2dbcefe9b4c7a73592 debian-8.11.0-mips-CD-4.iso d2e397faedd76b48253e9414aed39f406e04b1bc9ca7b0b8817febd1eded7fe7cb95dd4594469eaef990f6f1566794043f5c8bccf41b26ae49493c722227e582 debian-8.11.0-mips-CD-4.jigdo 1b61eab9066b1bc5fe05ae03960dde54003d2fe6ddb59b8200ae9bd53402c30d debian-8.11.0-mips-CD-4.iso 45731b4793d66ab28d74483bb7bc0f6730c949d417a5a8cb502f09311f4b9dbe debian-8.11.0-mips-CD-4.jigdo 734cbe81b8c7d7e50f86fbbda2cdec653a2c6d60 debian-8.11.0-mips-CD-4.template ead49ae6cfde87ce1829259a2ca583b8 debian-8.11.0-mips-CD-4.template 83ee1d2cd4fdca5cd38a73b1c428aceb0b18c7e9a115ed65bbe5dd4d21922d81e2d2e1663fb50ac1e70921942760a2a3f8d8056fda2852fb90a2a7cd98cf3d29 debian-8.11.0-mips-CD-4.template 14fcb86bebbdbd7df368ddea45b158ed143877fc406e5863875cc8179fb78a68 debian-8.11.0-mips-CD-4.template d9a00e6c0acbb09eff3b2a9267eb62b07bb6f85d debian-8.11.0-mips-CD-40.iso 0e5cfc3bbace3779c0656bf891211c9852c017f7 debian-8.11.0-mips-CD-40.jigdo 5fd5a87771fa18f729e9d6bd282cca4f debian-8.11.0-mips-CD-40.iso 1c4ef55cb3fb2544f49d6f55495de337 debian-8.11.0-mips-CD-40.jigdo b17484f46d58e46c0e6e1b26ebec2644e58e897ad7d8e49b0421940921adfffe6471f3ecac5bbabb63612ed9f5ca664378df2bbafb1fb40e45640c62bac4961f debian-8.11.0-mips-CD-40.iso 606b4a46fd358aa0c7452c8a2401c23f1ea43853cdb5ac69b851376c35978613befb15e32a914e009e46981a23117003861fe18df83b15fb031490db4f2baefd debian-8.11.0-mips-CD-40.jigdo 150275347af0fad510c06e40de0a494ae219a0ac8af2f6a9f7518cc77240244e debian-8.11.0-mips-CD-40.iso 03046098cc7ee8b06b3192ea063f87a3258d25a4455aaa0b997228f37f13065f debian-8.11.0-mips-CD-40.jigdo f8fd7bf095aec53aecebd823ce83a773025c4290 debian-8.11.0-mips-CD-40.template af048f53710b10513eb7cf737ccdc6d4 debian-8.11.0-mips-CD-40.template b5166bcb876f302e0a69183e48bfb713bb701b54d3f8ffd9af2416e2e836f75fdf180559bf2bcad5dd849eb45625c9362668578bf1c73ca996d57ec4f9218e1c debian-8.11.0-mips-CD-40.template a61c1f1f2ada5ee791dfc92c43a201a87056757c62735ba3e0774333f9b39259 debian-8.11.0-mips-CD-40.template 480e8c5d9587e1616c99a2f96b1fef945a5cd7d1 debian-8.11.0-mips-CD-41.iso 5dedd1b86563c147b07f6b60b30616424eab4677 debian-8.11.0-mips-CD-41.jigdo 769b6f900da7bf165d3cf84367382038 debian-8.11.0-mips-CD-41.iso 1ed4c4796f5683f8b7cfdfe6cbc8a071 debian-8.11.0-mips-CD-41.jigdo 0093f1cdb9b4978e9c925d49536afd9279bd541be6b4131800a5be59866aa7f10caac4d0f6bd377b66beb43b43d6bea6790e0170a179f7b6c394e07db1a5a3f6 debian-8.11.0-mips-CD-41.iso f1e54870264cd66e6354f431d72cc6655f9129934341cf5c76bf86401b6404f5f7bfe1f16b701a18d46a064fe15e933f4b56b48a5df1261d07d32023c5f32901 debian-8.11.0-mips-CD-41.jigdo d7b7bb7345f88531819191c109125a017b3e6000933e3522735058ff850d45bd debian-8.11.0-mips-CD-41.iso 50626e09ca30ed92489fd94f0e17f1e2b0ffdf0613cc3e7bb14f5f6fb925f833 debian-8.11.0-mips-CD-41.jigdo ddadb6790b61ab548bde4283f82e4cd676db4f16 debian-8.11.0-mips-CD-41.template e4e522b5086986b5e053f659e2d03853 debian-8.11.0-mips-CD-41.template e1c06a73cb511da4e82188d87ac9054ed296dabcdd73299567322e08726c74bd7efd85e90043e3976bf29186c30a657ea960ae694cc9d69cd84c05121fd5707f debian-8.11.0-mips-CD-41.template 27a21176eef5e43a8e8759d17d9ba2182be090de8509d876c50725f7f724d562 debian-8.11.0-mips-CD-41.template 084ae852421243a6caba86f4ec5cbbf37a030ae1 debian-8.11.0-mips-CD-42.iso 48274a7bad3df371d346d5e7139ef6c1790a7620 debian-8.11.0-mips-CD-42.jigdo 7112d2fb9fee2dc5874ece8b5095a105 debian-8.11.0-mips-CD-42.iso be699af7bbd70fdaf921188957fb8957 debian-8.11.0-mips-CD-42.jigdo 7f3efb2e125d891345c5b9f61709c6d408980750152f911d7e793dbf2569cc3d4b35eeb5a70d1abc289b6ed62935f83604b0266b6c65718879e1b2bb8c1a6337 debian-8.11.0-mips-CD-42.iso f91b44f70be18bf9036f889dd82f4ee60783e0cebb145123b4e25493e94f735c5e38f767773c7ecc4ef938d3166fab6de9e25a5dfb1dfcfee0e4977bf2fbcea5 debian-8.11.0-mips-CD-42.jigdo e76ff1ed3a2db713a5c20a596e40ce5efc94bb8fb99225e529ba8e42b1273c79 debian-8.11.0-mips-CD-42.iso e613abbd569ac7e164543b626c26bf06a15a15cb6b487c3422d8021a9bbf8063 debian-8.11.0-mips-CD-42.jigdo 5a0913c5bc323d00475c462ca4683af578feaa43 debian-8.11.0-mips-CD-42.template 78ae999d6f7fae85cc7149ebbb359c7a debian-8.11.0-mips-CD-42.template 7732a1b370d026aad5ef38c7ef1a88a707d736e0a092112f8a939effca6445cf366bbf1626c60d459d9e531a322c9fdf5f6f12bef95ea4fc905fed41beafe8de debian-8.11.0-mips-CD-42.template 75acf171b926576c51a7ff433d0fc8fdcca41f79b15db846edc403001cc7cb80 debian-8.11.0-mips-CD-42.template 8509dbbc72b1cc21f017856d5c6d3fbfa7f56f2c debian-8.11.0-mips-CD-43.iso b1244333c444078a29e22af0bf179a2aa0b7e9c2 debian-8.11.0-mips-CD-43.jigdo ee7c22a00983e669da22a5302bed6adb debian-8.11.0-mips-CD-43.iso 0a9bfe7286d9e4c574f5dff740bd1cb9 debian-8.11.0-mips-CD-43.jigdo 6d6cae84e7f9e6825f2579b2dbb1379b7a69be8d1bc6d63f4667ea94ca881b3ca4c371702ce74c986a4db554479697dcf9c2ed836d00452f405a2afba3e1e679 debian-8.11.0-mips-CD-43.iso 7580e6f7b9fe53700a9871c4b306d08162b895f83f5dad06ea7c38d0b0ed84718fbc8cf31f3f7b5f05fae49a261da81cf935118c3de756b9e9f067cfb5b466f1 debian-8.11.0-mips-CD-43.jigdo 97f24ed1f056d59b36738ce1f199b121368ffca44507db066ccc24ccc5d3185c debian-8.11.0-mips-CD-43.iso 7132c6120dd1f097488a862fd4fa5303f6d9d11626203bfcd9978016ce67dee0 debian-8.11.0-mips-CD-43.jigdo 5b52fa161ece0d06dc9e1ce2827cb7c6c58411c0 debian-8.11.0-mips-CD-43.template fc37e4ae8e599b6fb230ed858e0a299a debian-8.11.0-mips-CD-43.template d1e2d70565bc6c314bedc5617b11689f484d2d9ab0a2a0ec3e1e8b19b3f154e58abee5aa1478f92e6ffcbb29e84dd4819b6b20fc41169a1aa14a7abfc4c7ff2a debian-8.11.0-mips-CD-43.template 56eb76d76d2c3aa9846daac9006d77dcb7df884b971dd89dec430f7945647eb7 debian-8.11.0-mips-CD-43.template fb7272b5064c4b36098eed55e54fa0a29aaf6e3b debian-8.11.0-mips-CD-44.iso 7e3012efa45fd0095378110db47e850fe17c7d90 debian-8.11.0-mips-CD-44.jigdo 6ee0480d661500209deb300130d12a4e debian-8.11.0-mips-CD-44.iso d6805f9bfee59ad1e54518046a0019fa debian-8.11.0-mips-CD-44.jigdo b9de554f65e29b0b09c82cc6d6bece12bee07ac650d00111b1810b7621384155dfdea74ff9f0fffdaf02ae8e256cfb0ecd67a7171d397f5bf70a2af41b6df0d4 debian-8.11.0-mips-CD-44.iso e7fd9a2e3eca930ea1dab50a3aa439bed6bcc184af270055d8e1ca91a85700235d3941a43ec571d5af382e6cf723719bbfd998cba16ba347d885f98f04ed9e6c debian-8.11.0-mips-CD-44.jigdo 83be15795f16bc10d0e3ff64e3fbad1cd62bc047954264fa52d4d6601db16779 debian-8.11.0-mips-CD-44.iso ff63bdeb6e119ee84720b729af99fa4ca4179797b2b8cd6696bf90e2e1031643 debian-8.11.0-mips-CD-44.jigdo 139ef84ddbfae47c82b89421af2003d0d12c90cf debian-8.11.0-mips-CD-44.template 5e15eb3fe3c860231e764cc008cb1037 debian-8.11.0-mips-CD-44.template 67df527d89b8f78718dcb4235f755674d1e439a526335fb929b0575d6437be9a67a93c74603a6b5a4c647e8fe4e03d5d98a3ed1132ad6bb31e8de4d0cde03fa1 debian-8.11.0-mips-CD-44.template c8190189c1bb528847caaffb26f562dcdf8ccec456fd0cff680a0f7fa43408e9 debian-8.11.0-mips-CD-44.template 5a3fafcb5921b36eb939ba5c8efc4011e7d24159 debian-8.11.0-mips-CD-45.iso 2ce050c327fd2edffffaaead311d3cfbad0b8fc3 debian-8.11.0-mips-CD-45.jigdo 8447161d863f6560de84f748d80bc22a debian-8.11.0-mips-CD-45.iso 85d864a82bdb424df5a74481b35d3ea6 debian-8.11.0-mips-CD-45.jigdo 9560fbfd2bdba9142020468420f6f1ee246b9395c3eecb26e98f3d45aa8aebb5fe4fbaf81af96d31e4578a6d5e517286a66157844cbc2a3d8130d790d64efcb3 debian-8.11.0-mips-CD-45.iso cece70620213142359c805b26a6167164b0840ba5b86145d4928d4d30388980fda2aefe2c7ac17a46f724c96ddcbc3f5b43cf68c44565a231dd0b9bd8c66b89f debian-8.11.0-mips-CD-45.jigdo 38929cd5e513040bca67de9fd5ca3e3fd4ee61b6ba1901bcdcbf77791f28787e debian-8.11.0-mips-CD-45.iso a8d7001e8e0cbcec6106d16fd3314113497102f7b5ef33ea1214e1dc9ac36b24 debian-8.11.0-mips-CD-45.jigdo fb91127ccdce4510289a3f51ddba90a475118b69 debian-8.11.0-mips-CD-45.template 477838679c2a48c59612f766e5a25335 debian-8.11.0-mips-CD-45.template b320c1ac11f7f21674113317c6e48dea534d8d14e2e26f26b409fcd6c10736765c0a4ec77daed6877e8b540764624fcb5765511eff2e36404359f2a3bc5843e0 debian-8.11.0-mips-CD-45.template 74856829ba381830611fe43ee349a5da1106ae2a99a85a07a83fa480b360ab3b debian-8.11.0-mips-CD-45.template 2bfa53ffac2c9fe2dbf28400b832bd6e1b9ffc09 debian-8.11.0-mips-CD-46.iso ce616bde11bc9985e3174e8204c615cea1222a85 debian-8.11.0-mips-CD-46.jigdo e541f96050936924d6722f65b713dc51 debian-8.11.0-mips-CD-46.iso 4fcf72e5ebb0796b9ca0decfcdc9468d debian-8.11.0-mips-CD-46.jigdo dfa80ae0c7c1987bb814cb76f385dee4b4e7f2dd6d1887cf843c72192ab9d734bbbfa10d168e34673df4b217c973126160a422e174eeb00ee3b06a02d348da8b debian-8.11.0-mips-CD-46.iso 6017a190779af63dda74eec395c4923431c13540d4cf5e1813895f6d6b8b1c77e192e3b68cd29d70112a68eee2587025adc640ab33db8cb3e50aa041a1c12476 debian-8.11.0-mips-CD-46.jigdo 725a7d7653481a4fd64153f432a5b91d40cb68db1153331bda340f32d25716b4 debian-8.11.0-mips-CD-46.iso 3a2db72c5244a1d7a02f3912ed4f380659a8faf50fc7f2d4daa84e1c4f762d7f debian-8.11.0-mips-CD-46.jigdo 0f06fe30be7051d9ababcdd2f487e6750fd54d11 debian-8.11.0-mips-CD-46.template 9c1561f2a6f6a2dc69d1ac9808ea9777 debian-8.11.0-mips-CD-46.template d413d3154d30fc20ea80beca52197f93d7b9423be79212d832e8ddbee8b5fdc6484d265f5b0d4e8c38fb49bae4e7d06aaf8ecf010c00c76cae684f519ed7cad6 debian-8.11.0-mips-CD-46.template 295c106e5a0eb6f02cab8ef9a5ea36cc4266e50811a3e9994d87f3620755728f debian-8.11.0-mips-CD-46.template 79af90d5d12b5cfd36b40646248db4725a902c1b debian-8.11.0-mips-CD-47.iso e404b6cf60c23d102f821fabcabc9fb69316a4c2 debian-8.11.0-mips-CD-47.jigdo 15546d4f4edecddbf5bc047db8d36cc0 debian-8.11.0-mips-CD-47.iso 746eb84c81a3ae1c2b3f90c22d2590eb debian-8.11.0-mips-CD-47.jigdo 41bfb0442604ef9bd259984dabb5645414a9c6cfc33efe541b0d5692fe9e1f419eb34bd1ce6563c15544e1c82aff2896a9b3db2663a94cc17234a7760d52d106 debian-8.11.0-mips-CD-47.iso 7fff848762d12d2dabbc1ed4a755aa579fe61c19af7faebe3ea196e4ac1d2fbf4f75b15d66441a64e279fba0f0ee2f1be69dc6ddd90a339aca72c5bd814d5101 debian-8.11.0-mips-CD-47.jigdo 6cad090e4ad019ee802a7bdc469cb7240a27163c88aab9c8a7626e8d404feb0a debian-8.11.0-mips-CD-47.iso ca42b734e3f80e651a3f1e347b60fe3ad82bbc77bff9f6733128a4e6244c7948 debian-8.11.0-mips-CD-47.jigdo 7b0c983d43f49c4c25566d152c22d85b226da6c3 debian-8.11.0-mips-CD-47.template bcee37e35b861b47a9a9b84558904292 debian-8.11.0-mips-CD-47.template ff7ff68db5337a3e42f45b7dcfd76f39f8ae5931dc556f3d1a03749acf66428d9bca1bcaab26e7307cd9df73488189feb8a5daab8c12f76bc552147b6736eef4 debian-8.11.0-mips-CD-47.template 1842aa2bc0c941b043751a298b5b0988eb8240497f8882786c25b2ddbc6ff8c2 debian-8.11.0-mips-CD-47.template 572a1488ba260bb50a648d0cf24226e53e116ed9 debian-8.11.0-mips-CD-48.iso 0aab8388096ed5baf265ac7d3e62131538a3d3b7 debian-8.11.0-mips-CD-48.jigdo da83dc06ecb6fe12c68840983d8a88c6 debian-8.11.0-mips-CD-48.iso a1d26a0cc39a398e8139b3e870794f79 debian-8.11.0-mips-CD-48.jigdo 7b9338f94b33c040ed00c32b625721b75c6c217790efb032197955fd450e90433613748ea3b34968cc19e8bf774b797d54e4a757b8efa3dd8c00c4dbc0035a94 debian-8.11.0-mips-CD-48.iso 724613333f254f873f8ec56950dcd5e14535409af373e8c481677a8d9fba714f47c146d6b4763d2f1043bae06ee4f86cbd30732f178807c5dbd03b96e5a18fce debian-8.11.0-mips-CD-48.jigdo c34ee92013755dc6e3561c597f8e8e713cb143da8a8d2620fa8792f58878b094 debian-8.11.0-mips-CD-48.iso 33cf1f60d0338d3d5342fd8e658da94d224ec0f9b37e0cc3f9ef0eafa7d69675 debian-8.11.0-mips-CD-48.jigdo c024be3a08a5ce0002925588d1e375eaf8bf3a1e debian-8.11.0-mips-CD-48.template 3629941d2b903d17b077d2b3913e247e debian-8.11.0-mips-CD-48.template de50dffc0fdaef105d9eb8c3f9956608bfe79be2fe2fbe54631f1d0491e57d80c4ee3bf2e0baaacaa0d0a26ec53ee78090d9d2049b2f643c4a41c327bb397c44 debian-8.11.0-mips-CD-48.template f898de959479096b17a38ca11d4e8f1b2396ba519d1e219fa63a1d89c437f5f2 debian-8.11.0-mips-CD-48.template cc52cbf2ff07a9c1c55fc70b5b4c66d32d4e799c debian-8.11.0-mips-CD-49.iso ada5fa524eb87ab589880a8ec7c229f42a81065f debian-8.11.0-mips-CD-49.jigdo dd78d4c6e0ebed80b23d8202b9f51f71 debian-8.11.0-mips-CD-49.iso 373a5949fbabc8512888f0c165297413 debian-8.11.0-mips-CD-49.jigdo e5ab67b6afaf1e5c28a9fc5453a6ef8f490e32625747493425f04491efd4043d5d4e888c4a0c65dd4f614a94e7421f56d7d45f134fea83c822cb0311e87d8b82 debian-8.11.0-mips-CD-49.iso 3606342128f84243bd4810dd644501ddc23571fd3d5d7e3ad55d910101f9de6b2e09ff9080a16cb012702043bba289bc7178d88ebfb2ad87ce55ced88bae3fef debian-8.11.0-mips-CD-49.jigdo 7d3f06a4fcf32481cd9152cb48e7e04cc80163b70aa471959f2ada156c57215a debian-8.11.0-mips-CD-49.iso 0b12be5df13bad9d3a989633d0d70477c164bb7e90c3a45f5d63f091c4652c29 debian-8.11.0-mips-CD-49.jigdo f4861efacec44db6d40f8612f2e398887e2bf5ca debian-8.11.0-mips-CD-49.template e4f8c04f22947e29dea8198fa6852b94 debian-8.11.0-mips-CD-49.template 7faa85bba4d288362ca3466317002bca03bb9fc8bb5e7586fbea9b748216480947f122b601b69f6f8d1f71236f94137275e4311ff6075c55a9ee3890d6a9dda6 debian-8.11.0-mips-CD-49.template 6f3e89a464a82da7174585207b09527e6e8aa1cd1de158ab656965e800cfc427 debian-8.11.0-mips-CD-49.template 0f062a15bcf2f82e1c96940cb4357d842f70af5a debian-8.11.0-mips-CD-5.iso 17cd88eed5300b3be5498b6144f24ec38a7830e6 debian-8.11.0-mips-CD-5.jigdo ee2d0bb40997a88195c2af79b858af47 debian-8.11.0-mips-CD-5.iso abdd671f118c7904266e69927344267e debian-8.11.0-mips-CD-5.jigdo afa20451acdb9e951be22c2e9040f5a64369dcc4ed1f4029bd6a093045708bb6ab2e8581c5680ac595f7986f40e6910f2ade601a8babdbcaa585c9a8bcf05daa debian-8.11.0-mips-CD-5.iso ed28b254fca0f3461b08b2d5074e3ab742f32f6bdfaac96e87fee257a576bf0a3bf0123b87cf0852282eff6ec51d9f1bb303ffab3a438c95b4ea947338a9c521 debian-8.11.0-mips-CD-5.jigdo 8257ca37c5de4851e92f79278b628338eadb035140106c661b04bcaf243e97a6 debian-8.11.0-mips-CD-5.iso 186398864ff797a333c50ee735e610c649bf2b392224c175640b9d38ef517a83 debian-8.11.0-mips-CD-5.jigdo 23c7f3e7f21d8f9920f485b556a338fb0120df97 debian-8.11.0-mips-CD-5.template 6cffbe8ce95e126ea2e158ef2a57ad4e debian-8.11.0-mips-CD-5.template 85b3a07d5588feca78d3001f22fb36a7adfe9e0b4171e3a98f52b0de0c1284a56ae8b546b65e239b87d61c96c9b4039f032ad1a21daf505f4c56e39f622111bf debian-8.11.0-mips-CD-5.template b21edc75d7efad196468a629a100b3fc9807bd89aea665b6dcfe9e4c77597fa0 debian-8.11.0-mips-CD-5.template 925dd7557ae9e5be54fff66b2fa4a89fed74cf23 debian-8.11.0-mips-CD-50.iso d97d51e520a26ecec6d1afa60d0f924c2f80a5b8 debian-8.11.0-mips-CD-50.jigdo 82997d0a33a31b397f9dfcb7646ad33a debian-8.11.0-mips-CD-50.iso 1077b3616c43ad382b48b829c33743d4 debian-8.11.0-mips-CD-50.jigdo d6a3ebfba02ca7879c49b8592f3eda78bd14660162647c604d377aa7a80ddb5e2bc88ad055255b199b4dbfec8e4f21ab6ee6296eb41ac8b4cc5cbe0527a07d3b debian-8.11.0-mips-CD-50.iso c220bec7da5fcc45e92804439c903d4ba26bd79b73a8f1bf6bc2dc29ae933eca920fa9c62db64d8a8a4e86ca18ee6746745335a247e4e838835bd31f3ad78c4f debian-8.11.0-mips-CD-50.jigdo 2186e1fae7cbb2221b1e9d48bd9bfcf218079c89429aff1ac93a2f85f89d4f42 debian-8.11.0-mips-CD-50.iso db02722a0fd9e166668ab7797c06eab19262acbdc0534112a11bdf6e35cec06e debian-8.11.0-mips-CD-50.jigdo ab282f9654a52e12ea7c0f87ebd8c77437b1791d debian-8.11.0-mips-CD-50.template 50cb5bb9bcdfa94d2bbd0d7e1222db7b debian-8.11.0-mips-CD-50.template 78ab261b96f422be2977c804e902606309787f88896dee9edd5263eec5c56369c76a84f0304508565519400b58c9100902da99ef31bb98d413b1f5e5a2fa7d7e debian-8.11.0-mips-CD-50.template 4780ec012f8b5682409b158ec21a9224b0b4ec253ec24be3cf355c5a6e8c9567 debian-8.11.0-mips-CD-50.template f549b0cc87dba56ea3ce33637d07673df89a88a8 debian-8.11.0-mips-CD-51.iso 8e91402e30514cb29cd38b925d272ea9e9e5f4eb debian-8.11.0-mips-CD-51.jigdo 3470484c8db3c729b4f936d4f36a0038 debian-8.11.0-mips-CD-51.iso 8e33cb7bb08984e4f9d47fcc1314528f debian-8.11.0-mips-CD-51.jigdo 751bf10c4fe0c34f84389231615c10131ae74be8845ff3ddfcec9eecfcaa8b881ed0e53bc88733cb87b5fc50dfb1af6c0ff355bf38a645637eef00fad673406d debian-8.11.0-mips-CD-51.iso 02ef15b860f397ac81addfe4788389ad487cb13358690be0c2ca55be62798476a28e20508a1082e2de3d6305aa4ef9782ef9472843efc435273753fac15f41c8 debian-8.11.0-mips-CD-51.jigdo 93903924476706a5cc08d00833ff90df674131a552ffbaf7b9264c62bbb06961 debian-8.11.0-mips-CD-51.iso d7e35f82ed75e6dd6c6b42702ec23152f4c84ded51036c9943d34ef7593a78c5 debian-8.11.0-mips-CD-51.jigdo 2d6caf3663e4d4f4b9de4035f9bbf098d130f220 debian-8.11.0-mips-CD-51.template cbe7a727aa2696bdfc51a66446d898b8 debian-8.11.0-mips-CD-51.template e4dd366d2fd253bf2c13c148e4652abcdc61853428fe6e6ffa9d8bd345623b01934de27e8a1ec411577d4a9cae137cac8fd61b726b7846df7e470c4e4c37d5eb debian-8.11.0-mips-CD-51.template 6602de4f33881e1ee1d0d52efcd8d792b306e4502f1ac8afceba669526863b2e debian-8.11.0-mips-CD-51.template 5a8c0e6bd9a961a4aa7c9fbde7e83d39fc369ed5 debian-8.11.0-mips-CD-52.iso d2312445652886d74877d1ebf24781d4a4f9dcb8 debian-8.11.0-mips-CD-52.jigdo 7be71c428a450a05d5d5a9545e8db490 debian-8.11.0-mips-CD-52.iso 743a149da11392ab7de12617cefc88b4 debian-8.11.0-mips-CD-52.jigdo bf67f6b0423e62ea8648df7fff1497089337f6e42ec2bb96ea557dc094dce75f31c0737425258c1693e21d9894fd0b16a4e36dc37d34635b5054febdfb293ad1 debian-8.11.0-mips-CD-52.iso 59f11874ad756a6940150c022a61bab2367f7829a16ccac8ccf7bd9b7619facfdf48849f5822dea53b2bbf5d2efae1fb347c0690906eebb769dc7b72e85a2784 debian-8.11.0-mips-CD-52.jigdo f3ba39398c81b1fd84a83ec02f86124c35ced85750d0d0577b5acaf262d152b0 debian-8.11.0-mips-CD-52.iso c714e9c8ab6080d9f95ed79e758ae8d9972259a7405c987b83cc32d9ca70d63e debian-8.11.0-mips-CD-52.jigdo 781cb078e8d46e83aa0aac179c63cc17e62a7556 debian-8.11.0-mips-CD-52.template 54a3184883c0ed3c66b941c3c27dab34 debian-8.11.0-mips-CD-52.template f767e75c895f7b9b393a7df91f58d574dc837588d251eaa6cbf37350f90d322bc210b0ce88190c4ae6bde270a88f31adf6747e25cc8dace83a099c7d5dc7cb67 debian-8.11.0-mips-CD-52.template 39c002ceefc457fd389b8ef83402eccfa61a4ebb9ef784b461da9d23425d9e11 debian-8.11.0-mips-CD-52.template 44f27e4acc43486a2e08deaca7e535293b1acd8c debian-8.11.0-mips-CD-53.iso efb17efffbf61f5bb25bc0a8068d899e85744145 debian-8.11.0-mips-CD-53.jigdo ec044a5b312b83897d6247989bc8d7fc debian-8.11.0-mips-CD-53.iso 23cf62a2c8d598ef5a87cd2694feb0c5 debian-8.11.0-mips-CD-53.jigdo 993f69def14eecfb4f9f65f86afaa7e127def043f3222ddd0b54ac8dd9e8dc459131f2b3437ccf1f425443f7aa10828a7bb03b229484924aef33277d9b2d0cc3 debian-8.11.0-mips-CD-53.iso e43af494f8339d18a9a46f9474088b2f57d23ea3ac9ba6aaa84aff604189e20ce9649259a0ce2032bcbb8aa67ac5383ab14c1de64347cf46b865883571dac2dd debian-8.11.0-mips-CD-53.jigdo 2708b60edf5bbf5102d8ab3827abc7cc7e440f1bdde230c7209c64c6d90bb9a4 debian-8.11.0-mips-CD-53.iso 85771723ac2a0a41c0218b05058b564080a27d86a61128e3ed0da60d57b7e09f debian-8.11.0-mips-CD-53.jigdo d501b0556c5ea6c3e7e34489614ad9175b610a84 debian-8.11.0-mips-CD-53.template 6f0b017b2cf70e52ba5a99e0a7333982 debian-8.11.0-mips-CD-53.template 363e8386c7df8d500b2ff193ec9aa0c4595fa815c254f2072cf77ae3cce14e03c165f650253798fbf26add7b7fe45a8bcde6761b4159fabbb4f5c7d54f449d13 debian-8.11.0-mips-CD-53.template fc01fcc257df90b213caaea145f0ef25531b2af1b173f33ad849a4b5eb9dac55 debian-8.11.0-mips-CD-53.template 4f5ce55fb58c6bf1ba37c742b4e62a172ff98a2c debian-8.11.0-mips-CD-54.iso b3da968232f2a58d17c60b76ebfadbafbfec387e debian-8.11.0-mips-CD-54.jigdo a91f4b80e3e49a6051cbac254e9cad88 debian-8.11.0-mips-CD-54.iso 362a77b6fbf02d9b74016f55136bacb1 debian-8.11.0-mips-CD-54.jigdo 0293266f68714a3024183fef187c4327c2eb9246262eef2038ecbe1f87bd477f5543a281d4f856b601e10b9e4fb62e3377a79ab5101fbe73d8639593cc9bb540 debian-8.11.0-mips-CD-54.iso 9edc3605b5298e4e17b383d6698aafdbeedf2c8d386f7cd3c654984d4336d50ae656b46b40b9e8ed6512edb14d7e3ead3fd5ebd7f5a52b29f984d8fc46b7147f debian-8.11.0-mips-CD-54.jigdo d7a821564162c5118f4d823264d6e347af13492f362940714b9445410c75c293 debian-8.11.0-mips-CD-54.iso b481fa1198e6fd13f8173385cdf553549477703ab621b770d18d52cb71994b3b debian-8.11.0-mips-CD-54.jigdo 61f389067a1ee9195c510a30d19a6aa23baba42d debian-8.11.0-mips-CD-54.template 3aa07f610c64744fa9179d1bfefa39f2 debian-8.11.0-mips-CD-54.template ba539e96b575d9d20919e904c566fb2e4f6588680b47e066a325674ac5801f01e630d2c707f5b91951857103b0f4f9082c72cd0d5de01e38449898731964d8c4 debian-8.11.0-mips-CD-54.template b93c3a94b668713270a190f0a24e365c283416db248e1871f4b47c9107b0a678 debian-8.11.0-mips-CD-54.template a46c3187cd8092381cc23040f9696f767f33c49e debian-8.11.0-mips-CD-55.iso a890cfcac1f1e7ed531ecd3db5855ea947f6fb0a debian-8.11.0-mips-CD-55.jigdo 45b1950087c07347513324809173c367 debian-8.11.0-mips-CD-55.iso dc2fdc04deb78e47328a23cc66b5f38d debian-8.11.0-mips-CD-55.jigdo 0988f1226d7072f980a1b4f4e8c4c32ea8da0877a44505a18513b6b5adfa0039e112ec5ab8f7fcbff72bd9e4a87602ea0702c4300697af50c8044353e34e12fe debian-8.11.0-mips-CD-55.iso 82f0dd8f274d16e707879d5f9270bc5eb41245dd9d160bace76320eda00e787e649d8cc8a83805e084a9c010c3aeb16c5d40d9c0e0ccd90d2600cc5b521847ac debian-8.11.0-mips-CD-55.jigdo 799414f852cca1f640f936be66d066d6e0fbd2953db43fb99752d39c106837b0 debian-8.11.0-mips-CD-55.iso 0fd9848cd82999e0c6a2a6d7c1a221f41d2ef2dbcdf0c5ae46959fd373c9b153 debian-8.11.0-mips-CD-55.jigdo 636089b6fdbd1445e01bbf2e5d37870f809d7675 debian-8.11.0-mips-CD-55.template 009be7f37c100ae97db41cd7e7220224 debian-8.11.0-mips-CD-55.template edfd0eab811c6f176fe4e12504a62867e57d5ffac4d65252e228b970e35d855548c8e8f9bc0274aadce5b267f4a4bb1eeebfcc7df2cd5e64bfdd1bead12fd6e7 debian-8.11.0-mips-CD-55.template 0aac80e106407b52aebf08ac918d865a46c9c5261519c4b5dcbbd1f127588f58 debian-8.11.0-mips-CD-55.template 9c0738ada3ef146a2fecd2d9972fdcf55930f12d debian-8.11.0-mips-CD-56.iso 7a4af77cafc61444602e45dc01495dffc09fc42b debian-8.11.0-mips-CD-56.jigdo 74a82f5a7cb93c41ec51765ef358aa37 debian-8.11.0-mips-CD-56.iso f3b749b7bf86867e3424a44b45a220e1 debian-8.11.0-mips-CD-56.jigdo 557285c048442f50a80b947c83865324f1a7e7167688cee7f615d026349c4c288215e0e027b4a7f7332eef6297769d0c79c6337add7511e382d183e3317178f2 debian-8.11.0-mips-CD-56.iso a77cc792969503c29622e130cc3d5a7f35c4b03f22aa9024cc757bc7f2b0da821b1d8ed55b4edc4a5bd7835951d6ff3cbebfaa0cd1a06f1a633c25bf8023c299 debian-8.11.0-mips-CD-56.jigdo 46462022216af539e28e0eafaa5aa9f552915e7ba7bba9fd1f8dfaadc71ad27e debian-8.11.0-mips-CD-56.iso 8c6278fd77fdc8c3739a9e2d22d957fa7923ae4b26fc923a9d79ac989e030709 debian-8.11.0-mips-CD-56.jigdo cb9c26ea82032db3598cf95477d9610bba5c9a94 debian-8.11.0-mips-CD-56.template 22bf6389d167c3b33fdc1a1cef6e3044 debian-8.11.0-mips-CD-56.template f638423fff23866e391ae6579aae5ec9eaa8fe26e348c958b3570b6f57213dd07ace6bdb31cea2b9cb16d166752ffc319637676052b4e17a8e2a94f87d19525e debian-8.11.0-mips-CD-56.template 52b76031e55633902980b204b99aaef6d652cac7041f1f8519745be335aa0b64 debian-8.11.0-mips-CD-56.template 3d7341d1a879ba194b75a959a7b8aa7ea1790b47 debian-8.11.0-mips-CD-57.iso 786cb751f841579fefd94cd001c7385cd64dce0d debian-8.11.0-mips-CD-57.jigdo 5c43e8e6cc32e3c5a3ddcd0e4c287a05 debian-8.11.0-mips-CD-57.iso 52af5c985a0eb5483f5acf3bbe0b16a1 debian-8.11.0-mips-CD-57.jigdo 0af1a01091f99203026ef1e4350e6f840f19834e8365f7732f8b4221b8462c3463c0ed77851bc8edecce65fc917410d97dd83e07b22f37cfcb237fcf2bef4df0 debian-8.11.0-mips-CD-57.iso 9af551c43e7da1d899571538cca49c32334b38f24a9f5061467d6d251b86b05b208b33fa76a6f15deb8de1f9dae9aa4aad45486e99ace3ee0f3b10d35f75f3a6 debian-8.11.0-mips-CD-57.jigdo 6271884547b17b878d278c6147304bce44587edafd7644d2ea2c3893bb1d29d0 debian-8.11.0-mips-CD-57.iso 3450ed0dd4c63def692f6a7e2046fcbf4ac8899c6eb1eac5a3444330ac9b532d debian-8.11.0-mips-CD-57.jigdo 440e7dc03ad39a666e56f3d16ca4de61cebbf35e debian-8.11.0-mips-CD-57.template 070ee39a7c0c66f6e17b296857dc6c50 debian-8.11.0-mips-CD-57.template 7f0d35b9d6f552a71508ead1eae9df203a9832abd61bc6e21bbae6c75aeec00b2c66244e576ee54d7450a6de2427eb209186722420d4208dcc3404d20cd038ce debian-8.11.0-mips-CD-57.template e139a649eeebef311f3e3236f88135f3980de2868f608268b9e77246179100ce debian-8.11.0-mips-CD-57.template 5bbf394e23c53ca9566a5c763d49233fbae4a33d debian-8.11.0-mips-CD-58.iso ecb789af784fba3e9b446941c51f42bb0902139b debian-8.11.0-mips-CD-58.jigdo e79b50200774806dc5cb6f03a70c1c75 debian-8.11.0-mips-CD-58.iso 5449e2e0efb632f855c80d0d64faf62b debian-8.11.0-mips-CD-58.jigdo 1c3f6db7ae563030229734fa723325b8f7d13e89c5efdf4308bc522f12c3e29c2d3b10dee2090cab0c3e46f54369d03b42f10365e14f1406d5b145504d0eb93a debian-8.11.0-mips-CD-58.iso fbab81116c7c10f6060f9e6da94c8c81cbfca44c020db08c7f925a67df10999a2a28851284eab77d059ab4163d015808cf644a89372e44785c7c535e14187230 debian-8.11.0-mips-CD-58.jigdo 3a12d4158cdfba0a4a19ef6340b99b19bf4a97578f13cd3181446db1e9639bf5 debian-8.11.0-mips-CD-58.iso 655806cc15e37e72f0c06607abe12c7443c78053c50cb2a835ba43cab2bfd961 debian-8.11.0-mips-CD-58.jigdo b4b3e9c88cece9f29939f9076568ba15b5773bfd debian-8.11.0-mips-CD-58.template 79caa97028647689e07cd5316b4ff6c5 debian-8.11.0-mips-CD-58.template 6bd8d5206c13cea7f57557e75eec16f5862d8186f30166fd6239b9290196ff342fcbc2dc31cc07f4c463a6fd6968d71bf969acd49cab17e7adec4df8a447076c debian-8.11.0-mips-CD-58.template d7ae16aca84807413ec07db99def5988aaafa82fce039ff024e87457b157cbec debian-8.11.0-mips-CD-58.template be0bf0afac891ff0b0fd0db5e0385d293c8be4ff debian-8.11.0-mips-CD-59.iso d1fc7be08ad3231203edaff339fa4a882d82dd27 debian-8.11.0-mips-CD-59.jigdo 63f7947354a90259b354fff3da50c5c9 debian-8.11.0-mips-CD-59.iso f3a2f029b9d1c924e25e402f8b7ce141 debian-8.11.0-mips-CD-59.jigdo d07f723542ca1cd139de99ed8155ce14dbd82e620fef87c5bee1a2e60b6bfaf2edae2e1f0f625503bcc8aa5974027b8674a0566ea40f3f01acb21c9ad99b8652 debian-8.11.0-mips-CD-59.iso 50d130994d58838b98500e7418d9873d572fd852f3b3372ebef2ecc4d47ae77af0ecdc6c012d55609867b76cec54a288746f238a27abdc3b6608bb3340b27a41 debian-8.11.0-mips-CD-59.jigdo 05cce22050b1fd2e183902a2fd0e792569637975a9ccb976f11201f4c9c5aaf7 debian-8.11.0-mips-CD-59.iso a648b84e55b4c57b467d2b5de3f2bead9b57cf897bc72d012a93581c4039262b debian-8.11.0-mips-CD-59.jigdo 21a6c11c3b2d2074f84594dad5756ed2d6ebee8b debian-8.11.0-mips-CD-59.template e9ad07971a80937fe3b737169beaf6a3 debian-8.11.0-mips-CD-59.template c6c66b96e3155b7dae112841838cdcd2f8a7f9f74ee2d0fcf7f5ddaeda81893fd74eead5fdf091f1dca952f1a5fed3617b8744a127f66f4835bb041ce26e9b35 debian-8.11.0-mips-CD-59.template 9716d8cae243c0a1e652db160a7e698d5357204f549fcb5f4951f82d6d59a5fd debian-8.11.0-mips-CD-59.template 9f388dcd9e306e09c5a6a6100344e0e4b2cd7f0a debian-8.11.0-mips-CD-6.iso d6883e6ec1da1c9dbd02f8092ed6ad1eab82fd85 debian-8.11.0-mips-CD-6.jigdo 20d329e02075b9283c37f8ae0a1cefe3 debian-8.11.0-mips-CD-6.iso c1e01c9dfeb827184a3986358765c9fb debian-8.11.0-mips-CD-6.jigdo 122d4d9eb6724d74fbcc315812c28e7b378f1ca57989347e9acb638bf5e8e3e168be43c3c965e85b956b71ad8915da0458444b3553f13ffe6489f2d41171eebb debian-8.11.0-mips-CD-6.iso b2312f15ba59a2638e126bc5db35bca50c4d597627c8eca798b88907563ed7549b6900539afb4115b017bb772e84b6023384387dba2bf820a9a899babcd0609d debian-8.11.0-mips-CD-6.jigdo 6cb64679c8c6a725070685f58f7309b10cf9ee453f80860b53ff13ab40de57de debian-8.11.0-mips-CD-6.iso 83904bdb7037eee9afcf6b1835bd7558c64e9f1339b4f983b0f827940ec31bd5 debian-8.11.0-mips-CD-6.jigdo 13babe7b214b4503f2a428d378b6d9597c0b3d96 debian-8.11.0-mips-CD-6.template 6f5898f800fa5a4f413e589a6a7e8faf debian-8.11.0-mips-CD-6.template 5e40aa2ff714fcd89e75615081402553ea4aa8cb9f59546829958c9eaba55d627bc59ad428875e3e0127e72e08ce60e655653898efe7ea91665ed1143046a70a debian-8.11.0-mips-CD-6.template 81c1ed447725ec0d801679477fac2a314e7c2c58dbcb697edebe108f39cdbdda debian-8.11.0-mips-CD-6.template 4f4053ff3ecee2e3c8d0468428a7ff30661e6bf7 debian-8.11.0-mips-CD-60.iso 9e3416a4fff163da48282dc4eced09fa56668562 debian-8.11.0-mips-CD-60.jigdo 9a0959fa0a9c8151744a902e1e68357e debian-8.11.0-mips-CD-60.iso 87e6223cd81193342c0014afa1bd9b2c debian-8.11.0-mips-CD-60.jigdo a56f465209b8a9dc7f30d2140914ea5802841b45618fdbb52bca72e45f871a859e27172d2cb376761de7dfde9e28160d5c8bcd5cc3768807daca4b31c06c0342 debian-8.11.0-mips-CD-60.iso 2d6170e47459a3291b19c4eaed63471182ea283a0a894acc98836f5ba8f29ff17d7a656d421c667fda720750b05fbf7eff6d643d0ad0ba146284b1390d61148f debian-8.11.0-mips-CD-60.jigdo 1f259f93b7d1b641557c3e3e655395e9b2c938cdbf4ebc2b118618a33ef3c686 debian-8.11.0-mips-CD-60.iso bf9884afa27651c70c6258baaaef10d4ab734e1a18a7acb43f404c34a2032de4 debian-8.11.0-mips-CD-60.jigdo 7ea113aa75629d14d3c10871c18010f5875871f8 debian-8.11.0-mips-CD-60.template ac0561908d5fb94bde5901f7b8c025df debian-8.11.0-mips-CD-60.template e3b392cbd71adeb7519c1a22e484cd058c1fe8fd74d9fd034e8e4bdb75d4aec693fc222e6a1fce4c9f1b42430eaa0d70218db4b096c3a6d41cce4a023f17a4dc debian-8.11.0-mips-CD-60.template 48038910ceb8ebb60516980ada4853f4b3cf1b73a283a716ca0eb3fe977b6744 debian-8.11.0-mips-CD-60.template 2479ba46d65cbbbe5b2bca887ce24186a989ef4b debian-8.11.0-mips-CD-61.iso 9a6ab5be0e16c03d4974714d4a414dcea6205daa debian-8.11.0-mips-CD-61.jigdo 550dbae9710e50213b682a9af017921b debian-8.11.0-mips-CD-61.iso a6e7d7f9b4ddbec131fd1a0c2ae1f144 debian-8.11.0-mips-CD-61.jigdo fc793afb9ef1e0b8c451ddae21967c41622ffa0cdd98a4a2d0b99f26f2e14787568cd8ee973b28d103ed9591786934af7fe0548e0cf9b6c5a80baf6f0913a879 debian-8.11.0-mips-CD-61.iso 23823695b6d2a909ab76cb90d458fc34501fc51dbd1ef48bba766d5e3db8289847d87e6530846992a68596e121bc329c60fa42d19ff6cbb44f35cd52e01871ec debian-8.11.0-mips-CD-61.jigdo c3cf7acd724f711c6d7e8a2ea1c30c9be23d7e8f3d7f27c49355861a37dee72a debian-8.11.0-mips-CD-61.iso 870dc4e690f94b43644a92b45df40f4992e4b6ccf7b3fe00a3c9a3af3ec7c96d debian-8.11.0-mips-CD-61.jigdo 64415857bdc59ba88659d401e5ad8cf911845431 debian-8.11.0-mips-CD-61.template 11f9b989424277d44bcf6efa9afbe888 debian-8.11.0-mips-CD-61.template 54bb9e30e9acda3d59cc0482475f7a3d9429517c3b5ebedd2ee2b39eb49e2dca413c6d1d8654fcc90b49c2abee757b3d1bfcf443eb8f6a53b22943035b4e8274 debian-8.11.0-mips-CD-61.template 46adc08ae1271f1d9702b5fd32102f21439a49421525ce28513bdd063155206e debian-8.11.0-mips-CD-61.template 57087c7afd933d4cafd54d56df5d4ddaec74be3f debian-8.11.0-mips-CD-62.iso c5989160cf8918f00a2eeeba1a97fbd37ed24cff debian-8.11.0-mips-CD-62.jigdo bfd3e497fe4f61c0c459762e47ceb0f1 debian-8.11.0-mips-CD-62.iso 3dc6bc5dd033241d7f57cad915850473 debian-8.11.0-mips-CD-62.jigdo ef80105545a945d4525f020c2c3b9fa69a06ce55490c9daf1a587035462a5b4003adc9fc5394e6c887d5f2c479fb7c23a7b90842ba6d98a5428666b7c95134e2 debian-8.11.0-mips-CD-62.iso 0842d60934b32f90d457071c7434a8d3a395820b23898d82f81d1bc50d59ae7a0290ef0479b790cad63c5d67728d938c3e6141854e2701a563739d8930cc3bc8 debian-8.11.0-mips-CD-62.jigdo fb6f42e25e6b05478458b66c6f438586d2bfa4ef98e22c0818288320058ea625 debian-8.11.0-mips-CD-62.iso 25be22361f308e066934154daf08f16df3f767c733981c328837ac271013c189 debian-8.11.0-mips-CD-62.jigdo 4ef032b34064802f2fa730168e3f3006cdc4d2bc debian-8.11.0-mips-CD-62.template a5fbf3a9623bcdfdd9d9448a72cf707e debian-8.11.0-mips-CD-62.template 7a7efaa2f21e9b194af8ddbf05f12db18d0dd1b36ab8991c615f1951b87510e5e2088332ed38982823ca79a834ea192bab2760cd5c280598755d6f1e598ea96c debian-8.11.0-mips-CD-62.template a7e832e93739e0a7b2b5492d676aef439191905f69822dc887986ad2bc9f0f25 debian-8.11.0-mips-CD-62.template edba92a226b84159a37ea424ca47334f076d5b54 debian-8.11.0-mips-CD-63.iso 080ab98a9ebb499047a2181ea23cd4691c6a51b9 debian-8.11.0-mips-CD-63.jigdo f5ccb5e2fdd3f34af4e1cca9599f3b1f debian-8.11.0-mips-CD-63.iso b0a8320cc248cdf053f813ad494a4eef debian-8.11.0-mips-CD-63.jigdo 5e25fb0e49c272269fa24dee23079c203872cebc52c2895004ebaaf72653f45e29036612a5bf9afa35e3b320916fea7588c85107a0827aa569da9cebf0192279 debian-8.11.0-mips-CD-63.iso 868b34b7060289273b677ead2b216c644016af251aae6cbd003d2b044bbebeea47d9b597d603448d597a7cbeb655ad2bea71865a9dd7cf7d989a5a70c0d36bde debian-8.11.0-mips-CD-63.jigdo 7a097da5f7ed6ac1a90749134788bb80b5f83d90dbe528ab6f921d68f3a6ce77 debian-8.11.0-mips-CD-63.iso 6a2f25ca383d39cca350b0d242a84a37be61a92fd89eb8f77b33afe4c9403201 debian-8.11.0-mips-CD-63.jigdo 20981b63eb73b781b2ed99f3ec9dff082f080bbe debian-8.11.0-mips-CD-63.template 69386fe279f42592f3ab921785ae7712 debian-8.11.0-mips-CD-63.template 378f9f36c6a6d65132d08cbd614091727dc8c1c2672c2298000ce9e68d3d77c59171f557e4cdc4809ee8f017c4369c44ed43a0b3a5d13f8393bc366d0923e817 debian-8.11.0-mips-CD-63.template 360757423c51dc2285e7eecc94af7a9fc3cff6949d87e6d26289f7b83c158557 debian-8.11.0-mips-CD-63.template ac859b612a651622ca9c18a83e2a12bdabb355d8 debian-8.11.0-mips-CD-64.iso 3d74734651f351f5f716d9008046a0c76ec9880e debian-8.11.0-mips-CD-64.jigdo 2773e9f29366059d0f3ec37dbeb08f37 debian-8.11.0-mips-CD-64.iso f25f7caf1005428e99cc20a25a019461 debian-8.11.0-mips-CD-64.jigdo d38cc6daaca5dc869b03db4fe9dc4f4bcdc64b965b07486825e090f08ae549eb58513d31ac62310422008e1eeb0e600d7188060f7cfb4a7930e9f3eaa52a57ae debian-8.11.0-mips-CD-64.iso 73ffa72dcde1191df557e6ceb0d7bd1e067e7783ec2789313f34b09f1b0d50d9a17ac09cb32e062aaaf6fbe8e127544d60a48a0fb0ea1d69c336f567304afc51 debian-8.11.0-mips-CD-64.jigdo 62a9c51efe4875b85353f57276d1590238921ccd332683881b2113f349328b4e debian-8.11.0-mips-CD-64.iso 2e9bead9fe2b4c691e7d0016b0234ca3086daa11592daa3fd19f4f8c2b700aef debian-8.11.0-mips-CD-64.jigdo 5f0d6b3e88ec3b71f60fc747a337cb063a6f21e5 debian-8.11.0-mips-CD-64.template 3f8a34a5502a8d1c75d4b1860795b8f6 debian-8.11.0-mips-CD-64.template c3d635b9eb0018e0fa7e20be1d1f89898bae004a0fadb5e869226c52ed2217852b553cecbb9d413416c5bfb1bdeb1bcff8a8aa20821b44a6801412aa14e36c3a debian-8.11.0-mips-CD-64.template 6ad7ae77bf15ea8182a2f286f9327cb1c79d34a79b71abd12877a65d8e2412e1 debian-8.11.0-mips-CD-64.template 45b6ce951c609f50df6ff8fb24f80c0ecf3157c3 debian-8.11.0-mips-CD-65.iso 57757da258cd31a12acc56f499e1fa7acb32fe78 debian-8.11.0-mips-CD-65.jigdo 160597d470450d887489c6f694fbfe4b debian-8.11.0-mips-CD-65.iso e67d4ed27618f54d2b3a7dd5144cd0ae debian-8.11.0-mips-CD-65.jigdo 60bda6e8570b961b13b9953196a41f4120d5f3de13aae1ee27b26ee78138d599c60ad771bbc9f3ef500a78e018de40268d543317d8217851b1ce9a7979c69d5d debian-8.11.0-mips-CD-65.iso cd777ecc7501de93c9e75a9cd66e9501dfee914e13005c7bdb7147000825bb410245f813ed259990e8b050ce1d4951785e1cf5586d7636e9712a5835ef2422e6 debian-8.11.0-mips-CD-65.jigdo 525ec7c85f1948678f7bb2e18457f139c84d7e67cfc374b4e1fefa4fe6791d80 debian-8.11.0-mips-CD-65.iso 2f97cea2cab27683b495634859d9927832c9e5862cbb7157499fb9cdfca9938b debian-8.11.0-mips-CD-65.jigdo 1370bc1b6c823f90d9d070e9b65120fe6cc94c0c debian-8.11.0-mips-CD-65.template 3d47ac0a8adad0e528725ed47d62cefa debian-8.11.0-mips-CD-65.template d2a4739cae0e7770fbd469e73b01fc1f440bafc8f7f22daa4590a868b0bc6dcda6ced791c4b56d38456cfd0385bc463af64c9de2f3b9ef8628767e20677ab477 debian-8.11.0-mips-CD-65.template c8340925e10beb924c0f057073c6af5642611cc5c541467ac6e1baa2b3fdf4e9 debian-8.11.0-mips-CD-65.template c8ecf4d5da390409167559a27bb0dee8282c3081 debian-8.11.0-mips-CD-66.iso 87037c20646938f41041a2c24e74029b030c0a7e debian-8.11.0-mips-CD-66.jigdo 954377faf86a3bf956ca3cbd1466cf4f debian-8.11.0-mips-CD-66.iso 11431b19f463a69b917ee7430fb69f64 debian-8.11.0-mips-CD-66.jigdo 8d5a7744dcc42c96403eff8d9b5c74540bd31c78991cc1d81b15392363f4d129c5830aa74e302a2975f9b4e3dc0a472896dfc15d76012c56d419a6c8e9a84455 debian-8.11.0-mips-CD-66.iso 3ef8c8837909f85e7018fb3d4d66dfa80c922de60ead288f2806e4f9322599b6768cb8c5f319c63f05681395dcbef4251e25bc05e8fe0a3a23b1e64334e7d85d debian-8.11.0-mips-CD-66.jigdo 0b0e49592baf2a8270a95ebe989f32dd53a0f14abab5eaec22d4c2ad704de6ce debian-8.11.0-mips-CD-66.iso 0567c422155e88725ad2b79aafe03e204d9a3602af3710d6368bca24a758709f debian-8.11.0-mips-CD-66.jigdo d2ea3edff6c1f2d063decea4d3d8026b8b3d2545 debian-8.11.0-mips-CD-66.template 39c237cf6f36aec59a4ea35d7993a77b debian-8.11.0-mips-CD-66.template 6ca0290811cff70b73d3bf92639b3713d53a7ff149021a964ac878784a13696d8a6c6f5283f18446a84f065cf366e730b18317a9d9623da8de9dc8bbe5df2e83 debian-8.11.0-mips-CD-66.template 56fecd5c2274971f359f21402a857614a45cfda3bc4bfd6f80a25bec46588686 debian-8.11.0-mips-CD-66.template c248f49f6ce746d60c2edf7ec2947cbc1c72604a debian-8.11.0-mips-CD-67.iso 810dce8207322ca95fbb89258eba2903d394a99f debian-8.11.0-mips-CD-67.jigdo b6650b2396077623be186b71a11646c1 debian-8.11.0-mips-CD-67.iso f3a8b0b8f5769f801a0a1036ffacb529 debian-8.11.0-mips-CD-67.jigdo 99a6074f5fd7e7eb60b299f07263f0c0a27f1111a262feb0c30fe088d7603f362e9e171b4dc6209691db2ca4c4ed5ac68f14b7c4eaf850898863d99684e6eece debian-8.11.0-mips-CD-67.iso 1dd6b3155c06cf3cb06b25215c1dee0c70bde104297d5fc582e7cc6d7be35baa23a2b9b804ee335fe047b436fbe5feb652670a84c626d4355936af291b629aac debian-8.11.0-mips-CD-67.jigdo ad88fccf3818e92578ccaeb543258c9b03fb67d37585accc6ea49c6a46a63365 debian-8.11.0-mips-CD-67.iso 0e38fafea5d91497b44707a90f3a300e45ef93894daca964103fffe6727ecc71 debian-8.11.0-mips-CD-67.jigdo 1d9b83308746fc4667be89b03567f2b3db9d3bf9 debian-8.11.0-mips-CD-67.template 0a4d2864583966762abc697d30b8e4f0 debian-8.11.0-mips-CD-67.template ddf6c1861b36a18ddadbdad70d26948a7fbdd5ce89e92081ebb46ee8fad2bb75bce400a9b079b9b23ec2cc453dd5f71c4b03a8277dcfc190774c311cf9192d8f debian-8.11.0-mips-CD-67.template ffbbb5c85018c1a35430592be2a9f1f5587e0630f766e6b2ddacfd931f383837 debian-8.11.0-mips-CD-67.template ff0c6f00a22c78b30c5713197e41e42b4bc9f0ab debian-8.11.0-mips-CD-68.iso db7208f6753afa4161973760e952e85b8de38ed7 debian-8.11.0-mips-CD-68.jigdo cd2aacb32cda0b8f192c9044bd625dec debian-8.11.0-mips-CD-68.iso 72346b642d4b307439a2566512202f8c debian-8.11.0-mips-CD-68.jigdo e4b3fd47b936101247fd7186e79a125f02fbb4210bcf378d15fd0fadeb722599cf040c82fbc71fa7d6a935edf7705f789b0034f67ff4e8a5c002a3be182a5526 debian-8.11.0-mips-CD-68.iso 99bc6cb699eb150ede0d378f89e54f00f36f1bc8f3ea8eaf5965f3158691651bc62281314744f1b3a17ec50ac202a190119108972bc338c136752d01dcf2e993 debian-8.11.0-mips-CD-68.jigdo 9c742debb12c0548cd1c5d669c4c782edabf9ced9e29732541414fb715831ac6 debian-8.11.0-mips-CD-68.iso 22e789ba1481cc9e24d0f5efb020e7799ad7bbdf75314c4556a468e0c9a65045 debian-8.11.0-mips-CD-68.jigdo 2e3f994ec2637f3d85d383481974ba839acf9a24 debian-8.11.0-mips-CD-68.template fb3479dc2c94c8379176fb41ced51f61 debian-8.11.0-mips-CD-68.template eb64213cc11891aa0c7e8954fb617a7b014919a62ea31a53c0e0e84f109db5b6d559b4f2d51098cb299003becfee274ee17615affe2993d6cc5215ecf87d6361 debian-8.11.0-mips-CD-68.template c10dff120469e0ebea6e50ff3aa19d4862d8b27c8683696e306b17996046d73a debian-8.11.0-mips-CD-68.template e201082ef4b122288f464ec23b2257a3d3d2f2db debian-8.11.0-mips-CD-69.iso f68c14681556b3617149035acdfff0b04e3986ee debian-8.11.0-mips-CD-69.jigdo 60dab5f94970105bbb203e56b9e6a90b debian-8.11.0-mips-CD-69.iso 06db34d44662a3d904a237243f25d812 debian-8.11.0-mips-CD-69.jigdo 954ce16a20ab5f356167eb888a56ad3c997bc9493c85500487df7ff5031dae78e43e7885433b97cc8bd5df95d303f328a6a328da8e381959bf5630434915bd9e debian-8.11.0-mips-CD-69.iso dad1fcf7773a7b1176a11a4484bc61eea60160ad90d32eb5fa9aae76b19a39a73cd7cbb05f049f21180fcd3baba2d113c3ee05963596f5903bf7a1f4940d426b debian-8.11.0-mips-CD-69.jigdo 3b7b47b4d562beaa8f393506555c47b7108202748fd4b0ccc63173a9f34d4f68 debian-8.11.0-mips-CD-69.iso a3ee5091922af8aa0c3a084b11998c24ceec893f4352a4e653190a8e604d89d5 debian-8.11.0-mips-CD-69.jigdo bb5a027f79dd360973b3fb38162e7a486df7c755 debian-8.11.0-mips-CD-69.template 3c33c5cf9d1b797f6a7d1cd29efa3c35 debian-8.11.0-mips-CD-69.template 0bcc552c9151326788c5cf0e8b9c6e9ee91a6ca9170a081acd60c2e509d406e7b4357a4be0d6c95685dfd525db538ae42fb2ff91cfbb249930b067be72c108ba debian-8.11.0-mips-CD-69.template 0c9b66b26ee4c0a27b10cf02a20b90a848c722120371708b54ef12c2c61391fe debian-8.11.0-mips-CD-69.template 4a750712516da709092ebcad8253ceec042ccee6 debian-8.11.0-mips-CD-7.iso e11e2de80aa81833f598c325837c301101745b95 debian-8.11.0-mips-CD-7.jigdo 7da0c2facbf8fce72e4f41a4c7462abf debian-8.11.0-mips-CD-7.iso ad4d2f0689ee7aa2aa088ff2055d6151 debian-8.11.0-mips-CD-7.jigdo a07b2d4d75a180675817a34d7ebfba10ade0cef95ae7cec5904e33fe68638d1f0b1dffb1ca415d4a19065168030cc457168c61a7d8180f6bf3d5ad9c11f3cd7b debian-8.11.0-mips-CD-7.iso 3c3306108d9a583cc82f83a8918a4e4429993b01702ada01ac1050017422e208a41f0f3c029d852e07417be4d9e5b9a5dd4671df810208e5d5f736ce737e5fba debian-8.11.0-mips-CD-7.jigdo cbad35741b0edef139d004010063d4553783e124a114ac24a7352f38acaedcdc debian-8.11.0-mips-CD-7.iso 4385284d0deadf9ab43dce62e9a264f82e5a6e9384e974beca635c9255890fbf debian-8.11.0-mips-CD-7.jigdo 9c55fe55083e9b8d94fbfede9c1d778595ef72d8 debian-8.11.0-mips-CD-7.template 078622404934cb92ed3ee3b76c418ea1 debian-8.11.0-mips-CD-7.template 61e95c8cc6ecf6864d3971fd552582dee7223ef03453a5e36bb536fe08056d940bea4f23568391781ca45d3ca8dcb2754876ec37e1101400600bf7f57138accb debian-8.11.0-mips-CD-7.template 6fe913e57d6af796878fe532e0a831805d8a04afea79027776b613fded430e15 debian-8.11.0-mips-CD-7.template d8c4ea6e820fa3fe2794c7a6875158a7a3f56152 debian-8.11.0-mips-CD-70.iso b43f4ef6da647eb961003b2d25943adb0520485f debian-8.11.0-mips-CD-70.jigdo decf14699a9a02eb69ad36ad8cc5dbcd debian-8.11.0-mips-CD-70.iso 4bbc8632af51cf616be1bc46b8473cf5 debian-8.11.0-mips-CD-70.jigdo 57cea48316b1fc2580a2e8511bdabdcd905ef42fe2b74eaaa1f7f06f7254c545c94a9a4fa2987f32f39a21d35b7c51f40cf30f07421d61ea2177f1614b8566b6 debian-8.11.0-mips-CD-70.iso acc2481846f3c1ef60ee173c35a8e227791312047f10aaea0d6bd94b6f92f79839f46dbe45517a10489cf72788c5e81328421c90527625b1131394121c0bda7b debian-8.11.0-mips-CD-70.jigdo c6ee87957f96bc27239204f7df6104ac6152e7dade143ff5678cba86d3c15b0e debian-8.11.0-mips-CD-70.iso c49541aeb946d04c4de7c3aa22848477fa18d4bb65dcd9a7fbe198e44e58ae0d debian-8.11.0-mips-CD-70.jigdo d78728e299a69d657261dead207e009587d3897c debian-8.11.0-mips-CD-70.template 57ee1bfd241a90883994c3e6ef791744 debian-8.11.0-mips-CD-70.template 6e552fb7e55db39549370c7836c57eacd0c4b751b50b7ef8d9f4a6b4e07de9a48cc9f978cf41b065cb2b14ddd0d2d421160e7497a8eb868de6c97d832cdb4507 debian-8.11.0-mips-CD-70.template 32526f271b6700d297000c74f4307de11ac61757d4317170af93eb835d1035cb debian-8.11.0-mips-CD-70.template 906ae8aba867304c841ef3a38f6732b70aa127f7 debian-8.11.0-mips-CD-71.iso 0c5a429a1fd9192916ab3ada6828b3e2d70d2c46 debian-8.11.0-mips-CD-71.jigdo 708d5681efad650b9521cf2f44230364 debian-8.11.0-mips-CD-71.iso d60584a776e9ea763d18b136eac86d54 debian-8.11.0-mips-CD-71.jigdo e43dc6b10965a8afe3bb420f9481df104e68764446c12f81edc86548540278b3e451e76dead38172b887ebb525921715d0f73e4b055a8dced57ab00f0c65d13f debian-8.11.0-mips-CD-71.iso b7347948db7655fecfb072bd914731b43bcd6ad29e7b607078272ef9c092b32ee6cea61c81be7ebed7cc2b57ab98756b0fbf1841441072efd64d8bb0e59d56ff debian-8.11.0-mips-CD-71.jigdo 95511cc349e855545cbc7fd96ba2ab9eaf3c7c4a861ffdc2c72d57b930154887 debian-8.11.0-mips-CD-71.iso d53c923e735cdc3c1ba2dd40b83f0d566a15b7466cfb41289d0e196a5a0d58fe debian-8.11.0-mips-CD-71.jigdo 18310c4f4e01964ff7582f751c3b255f3a3ad041 debian-8.11.0-mips-CD-71.template 95b6de38f8dd2abf2064e5b6887e4e1c debian-8.11.0-mips-CD-71.template 3b0ed69a1b2773527ceda297cb249757435a705db08fc622b06cf94617bea0e40670c5c6ea095a24f58a8112f3f7463df7057d3ad536e41777bf84ee54c44db1 debian-8.11.0-mips-CD-71.template 17fce6bd26bcd5ab81d5686ff74712af3934def4763145e45d2e3662a2a4471e debian-8.11.0-mips-CD-71.template 3750e88f768839ff1994ed6dfab2ab876852c9c4 debian-8.11.0-mips-CD-72.iso 3bce3f887913f64ed82fe8735485c7d64c357be2 debian-8.11.0-mips-CD-72.jigdo a96a656a40d754498ba63bcadc76adf9 debian-8.11.0-mips-CD-72.iso 8a82ff1fb929572aac152ce2bf603446 debian-8.11.0-mips-CD-72.jigdo 615612fb5a28f59522d12d3dc12253b26159dbf92b55f960778224fe379ab4032260a53a05d04b43339ed812d59cf9d98b144160446d5de060bac539c4b07875 debian-8.11.0-mips-CD-72.iso eb4c9295903a0ca2db2479280852f8b442b08da81873ac76e10f834988f9af07d91e72edd4f9cb58b80b6749ad50601058da500ec7817b237d37dbdfc33ffdb8 debian-8.11.0-mips-CD-72.jigdo 450c855d1554b2ae359990d471575f60d02d8b8f5b301ed2363b648747478bca debian-8.11.0-mips-CD-72.iso 342e1e846d51967a9f4cddf6ebef754e650cc78113c7ce89ec7147bd599f8785 debian-8.11.0-mips-CD-72.jigdo 17d0df8344ee9777115610b489174e9238065281 debian-8.11.0-mips-CD-72.template 3db77a962ead30af229314a88eba1ee2 debian-8.11.0-mips-CD-72.template d788ca1a2ac8eba86b93328a231f13256376391abc056bc567806cef473064c1e1664c757f988960bbe471037546cf8eadb2a72d9e3784bef15013a3eeca42b4 debian-8.11.0-mips-CD-72.template 94c8a2e732ae79994f5883ce672bac1fa3f94ddcc325c42b682d813b8fe92f6f debian-8.11.0-mips-CD-72.template 913cd096bf79ce5c51c0ff47ca99410e726316d9 debian-8.11.0-mips-CD-73.iso 0b84d149bc1d0aedfe5775bb8ffc4b11e290a810 debian-8.11.0-mips-CD-73.jigdo 2d8bda28cfeecba3a6df84b9b43afb5e debian-8.11.0-mips-CD-73.iso a4108c9b0e345e6a995149702099945f debian-8.11.0-mips-CD-73.jigdo c99129123eefab83cfc3b701634d4389f96a94d733ea077b669cbee61f89e240490e8fe30f52f2a9ca1531c267c65cfdfc4baa8e64356f579ebf288c98e1becd debian-8.11.0-mips-CD-73.iso 6aceceacf0a8847f542afa59a9150722527ada9d45fd940d509b67021c03484537d24c8c1c6c7d091e43c823ab63c46dc25a8bb791f0f11fc14dbda528130f21 debian-8.11.0-mips-CD-73.jigdo 783d25692b5d414918a3241348bd6096d5f27c37e2d70c52c5dc64cfc86de539 debian-8.11.0-mips-CD-73.iso aa96dce7df9f83a96527a8f10e89198e089929052d0cba20d4b98af09187d3c3 debian-8.11.0-mips-CD-73.jigdo 3026708f27856bfc0402bdbdcb073b0c96255a14 debian-8.11.0-mips-CD-73.template 1683cb3c928c8dd49561772cfbb109d6 debian-8.11.0-mips-CD-73.template 36d13a875bd08d550b3bad8ac3632d4409bd36658ed5f84c06f06c8f5cac657184f7aee38097193c6df7e14f1b76460ee698d3be45d3159a620f63008673f207 debian-8.11.0-mips-CD-73.template 9ff67b12bac23e59cfb2eaf8a00e3017ba2e3f3d6d72414498c5f221cdf8956a debian-8.11.0-mips-CD-73.template 55b9db63a4b4b3bff2634d799d40ace6974bc331 debian-8.11.0-mips-CD-74.iso b74e465a14bf64057e1b5d0515433e1104d3936c debian-8.11.0-mips-CD-74.jigdo 3aa702fe6cb5703f2b6fc009c1343975 debian-8.11.0-mips-CD-74.iso 2bf38ebabf835787e13a30417e734c07 debian-8.11.0-mips-CD-74.jigdo d866817f1e56bb88142d3076d807f0b3450fd0f2fb6b1278d25368bedb502fd80e516db32e14539d934ac6f0765b0f2545258a3c9cc7d360b8b1ce3dec014a70 debian-8.11.0-mips-CD-74.iso 0fb7b861e41b8c5e6eac1412fddb2021a0be5b8d9ff7c6867f4e9ca421eb16b5e55222bff1b312ad504f09992cb0aaa9b512ae4530a7ada6273dff4413e4f071 debian-8.11.0-mips-CD-74.jigdo 9dda6ba77ad57ba8e2fabb396b89058fd901f106b2b88be398269afaeb99f435 debian-8.11.0-mips-CD-74.iso a00167c9886fc8c0a5bb5a6f9d142eebd93cfb940405facaa1f27b94ef8dff98 debian-8.11.0-mips-CD-74.jigdo dc81cb1da496399283914344972db3c4b2242645 debian-8.11.0-mips-CD-74.template 2cd7884ccd8bb295a28d824d4264d34f debian-8.11.0-mips-CD-74.template e3cf96d7541e3690c43c73db665cd232ee3182ee3af343b6d5e1dd7f5a5fbff1cf948f6334c3a9657871c5a92ce41d725eac559001117b8e98bbe3854564c6aa debian-8.11.0-mips-CD-74.template dd1253d8ca199bd6c63c07b6f9d27f9273fdf82845cc40179fa0efffd2f4fca0 debian-8.11.0-mips-CD-74.template 673faf2b3910ef6ab55655eab0432aa044b19420 debian-8.11.0-mips-CD-8.iso 2e9ef9fb370e186b2db9a126d5494ae6500a98c5 debian-8.11.0-mips-CD-8.jigdo 3338b3cd2574928f6089e615286782cd debian-8.11.0-mips-CD-8.iso b98e8256d2dc520f091fee848e60e4db debian-8.11.0-mips-CD-8.jigdo ebc227a83acf346682be1e0a71b27694453b2640b663bb993314f759198fa24a45173280a3fde9f9d7a9ffd0de5a340ca9f383e482a70cfa2420c08ea5125d93 debian-8.11.0-mips-CD-8.iso 86bb7125b571d068c2be5337d326ba3b7f49f0054dfe79c72d3977c2790468c41c3a3aa7c05ae802d802999282784ce6720ce9177a1b478205d5b76edeac777c debian-8.11.0-mips-CD-8.jigdo ffbbe26196a4fa4e87d554c4f863bbc97110d8817abec54968a91fc1e9d67546 debian-8.11.0-mips-CD-8.iso cd8df0d19c33b2b5084099e192189a97b3d735d18525e835417b0ac9664f413e debian-8.11.0-mips-CD-8.jigdo 623f142efaec336fc1ddfa12fcc789034afc09b3 debian-8.11.0-mips-CD-8.template d884aee478f5a7426d6393c6743fe2fb debian-8.11.0-mips-CD-8.template ef82c472535dcddca3dea75bd6e26bac7111d15001fe46807a390c140aa63166609c4d639ecded2d59c2ef93eaebf7f743ef0cecafe76dc618c3920740c84459 debian-8.11.0-mips-CD-8.template 58a51fbf2d27140bb349194fae5831bb3bf2330b06bd8cbb4cff7a3abef09f16 debian-8.11.0-mips-CD-8.template e8789b181cdac411bec1db46ed323c4ca4337eb1 debian-8.11.0-mips-CD-9.iso 4877072b2d5e87fdbfb634d200448ed8a1eda764 debian-8.11.0-mips-CD-9.jigdo e94c62dfd26be6d14590fd06b766b1b5 debian-8.11.0-mips-CD-9.iso d6a76d6bc5562c51c8fe8c9ab45c6595 debian-8.11.0-mips-CD-9.jigdo 11b2a5ddc10f0c5320adc797e643571553b1928832670228b07ad759568ac0d834dae4a49dc1078ae2a2f97d0072d3b33d661905c995c9453e9bc91e0476fff6 debian-8.11.0-mips-CD-9.iso 9cb056dd9dd85767af49d2f8a1a13f365b1707592a7699be7473761a71195d22bfd8e9297ef0f71a8c5a3029ad10cfd558197955c517101ecb27ef77de5afe8b debian-8.11.0-mips-CD-9.jigdo cc8c0265439c35ce976a36723f54dfc96fcf1b9337d62b32be9ed94059fbb7ee debian-8.11.0-mips-CD-9.iso 5374d004cb6eec7dd4c1797d46206b472a1aaf8c6e40ed33569ce39b4dc0f0fb debian-8.11.0-mips-CD-9.jigdo 450a43c2f3cd615e5163e5589f11e270bde10c25 debian-8.11.0-mips-CD-9.template b33344db67cfb0231a6fef8c925e018c debian-8.11.0-mips-CD-9.template 8c6d7240537bcb824632bdaa8a10428dfea5c044617b08b18a6179e0e57ed6dcf2fa138b5b640da6f7762e236a195e6d296c39ea12029fe53c199f308a3d382c debian-8.11.0-mips-CD-9.template 379fcb0039f45ee55ce91184ceba3ca3013e378a7060b95428b56ad76e113eb6 debian-8.11.0-mips-CD-9.template Sat 23 Jun 17:33:45 UTC 2018: Finished.