Sat 23 Jun 16:41:55 UTC 2018: Using CONF from /home/debian-cd/build.jessie/CONF.sh.jessie_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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/Appc64el/jessie/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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/Appc64el/jessie/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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/Appc64el/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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 ppc64el; 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/Appc64el/apt/jessie-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ done Using the provided status file for jessie-ppc64el ... 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/Appc64el/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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 ppc64el; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/apt/jessie-$ARCH/apt/preferences.d; \ if [ $ARCH = "source" -o "A" = "1" -o "A" = "2" -o "A" = "C" -o "A" = "F" ];then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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/Appc64el/apt/jessie-$ARCH/status ; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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/Appc64el/archive-keyring for ARCH in ppc64el; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/apt/jessie-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/apt/jessie-$ARCH/apt/trusted.gpg.d; \ done # Updating the apt database for ARCH in ppc64el; 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/contrib ppc64el Packages [41.0 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie/main ppc64el Packages [8,709 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie/main/debian-installer ppc64el Packages [64.4 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "jessie"x != ""x ] && \ [ "jessie"x != "jessie"x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/apt/jessie-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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 ppc64el; 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 powerpc-ibm-utils : Depends: librtas1 (>= 1.3.6) but it is not installed Depends: librtasevent1 (>= 1.3.6) 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/Appc64el/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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 [ "ppc64el" != "source" ] ; then \ for ARCH in ppc64el; 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 [ "ppc64el" != "source" ] ; then \ for ARCH in ppc64el; 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/Appc64el/apt/jessie-$ARCH/status; \ done; \ done; \ fi set -e; \ if [ "ppc64el" != "source" ] ; then \ for ARCH in ppc64el; 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/Appc64el/apt/jessie-$ARCH/status; \ done; \ done; \ fi ppc64el:acl ppc64el:dmsetup ppc64el:docutils-common ppc64el:fontconfig ppc64el:fontconfig-config ppc64el:fonts-dejavu-core ppc64el:gnupg-agent ppc64el:gnupg2 ppc64el:insserv ppc64el:libassuan0 ppc64el:libatk1.0-0 ppc64el:libatk1.0-data ppc64el:libaudit-common ppc64el:libaudit1 ppc64el:libavahi-client3 ppc64el:libavahi-common-data ppc64el:libavahi-common3 ppc64el:libbsd0 ppc64el:libcairo2 ppc64el:libcap-ng0 ppc64el:libcap2-bin ppc64el:libcryptsetup4 ppc64el:libcups2 ppc64el:libcurl3-gnutls ppc64el:libdatrie1 ppc64el:libdbus-1-3 ppc64el:libdebconfclient0 ppc64el:libdevmapper1.02.1 ppc64el:libdns-export100 ppc64el:libev4 ppc64el:libexpat1 ppc64el:libffi6 ppc64el:libfontconfig1 ppc64el:libfreetype6 ppc64el:libgdk-pixbuf2.0-0 ppc64el:libgdk-pixbuf2.0-common ppc64el:libgeoip1 ppc64el:libglib2.0-0 ppc64el:libgmp10 ppc64el:libgpgme11 ppc64el:libgraphite2-3 ppc64el:libgtk2.0-0 ppc64el:libgtk2.0-common ppc64el:libharfbuzz0b ppc64el:libhogweed2 ppc64el:libicu52 ppc64el:libintl-perl ppc64el:libirs-export91 ppc64el:libisc-export95 ppc64el:libisccc90 ppc64el:libisccfg-export90 ppc64el:libisccfg90 ppc64el:libjasper1 ppc64el:libjbig0 ppc64el:libjpeg62-turbo ppc64el:libksba8 ppc64el:libmnl0 ppc64el:libnetfilter-acct1 ppc64el:libnettle4 ppc64el:libnfnetlink0 ppc64el:libpango-1.0-0 ppc64el:libpangocairo-1.0-0 ppc64el:libpangoft2-1.0-0 ppc64el:libperl4-corelibs-perl ppc64el:libpixman-1-0 ppc64el:libpng12-0 ppc64el:libpsl0 ppc64el:libpth20 ppc64el:libpython-stdlib ppc64el:libpython2.7-minimal ppc64el:libpython2.7-stdlib ppc64el:librtas1 ppc64el:librtasevent1 ppc64el:librtmp1 ppc64el:libsemanage-common ppc64el:libsemanage1 ppc64el:libsigsegv2 ppc64el:libssh2-1 ppc64el:libsystemd0 ppc64el:libtext-unidecode-perl ppc64el:libthai-data ppc64el:libthai0 ppc64el:libtiff5 ppc64el:libustr-1.0-1 ppc64el:libverto-libev1 ppc64el:libverto1 ppc64el:libx11-6 ppc64el:libx11-data ppc64el:libxau6 ppc64el:libxcb-render0 ppc64el:libxcb-shm0 ppc64el:libxcb1 ppc64el:libxcomposite1 ppc64el:libxcursor1 ppc64el:libxdamage1 ppc64el:libxdmcp6 ppc64el:libxext6 ppc64el:libxfixes3 ppc64el:libxi6 ppc64el:libxinerama1 ppc64el:libxml-libxml-perl ppc64el:libxml-namespacesupport-perl ppc64el:libxml-sax-base-perl ppc64el:libxml-sax-perl ppc64el:libxrandr2 ppc64el:libxrender1 ppc64el:pinentry-gtk2 ppc64el:python-apt-common ppc64el:python-chardet ppc64el:python-debian ppc64el:python-debianbts ppc64el:python-defusedxml ppc64el:python-docutils ppc64el:python-pkg-resources ppc64el:python-roman ppc64el:python-six ppc64el:python-soappy ppc64el:python-wstools ppc64el:python2.7-minimal ppc64el:sgml-base ppc64el:shared-mime-info ppc64el:xml-core for ARCH in ppc64el; 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 "ppc64el" jessie jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-ppc64el/Packages.gz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-ppc64el/20150422/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-ppc64el/20150422+deb8u5/images/MD5SUMS for ARCH in ppc64el; 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/Appc64el/jessie/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and all available isos for ppc64el lxde-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/Appc64el/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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 [ "ppc64el" != "source" ] ; then \ for ARCH in ppc64el; 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 [ "A"x = "1"x ] ; then \ : ; \ elif [ "A"x = "2"x -o "A"x = "C"x ] ; then \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _A != _1 ]; then \ for ARCH in ppc64el; 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/Appc64el/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/rawlist; \ rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in ppc64el; 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/Appc64el/jessie/tasks/Debian-lxde | \ cpp -nostdinc -P -undef $ARCHDEFS $VARIANTDEFS\ $ARCHUNDEFS -U i386 -U linux -U unix \ -DFORCENONUSONCD1=0 \ -I /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/tasks - - >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/apt/jessie-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/list for ARCH in ppc64el; do \ ARCH=$ARCH /home/debian-cd/build.jessie/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/list; \ done Running sort_deps to sort packages for ppc64el: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 127711798 bytes Adding the rest of the requested packages Now up to 43289052038 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 40462 packages, total size 44692346150 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/Appc64el/jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/packages; \ else \ /home/debian-cd/build.jessie/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/apt "ppc64el" /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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/Appc64el jessie "ppc64el" "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 ppc64el: Done: Read details of 40462 packages for ppc64el 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_INCLUDE file /home/debian-cd/build.jessie/debian-cd/data/jessie/ppc64el_udeb_include WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.jessie/debian-cd/data/jessie/ppc64el_udeb_exclude Adding docs to CD1 Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for ppc64el URL transformed to HTTPS due to an HSTS policy --2018-06-23 16:43:57-- https://www.debian.org/releases/jessie/release-notes-ppc64el.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: 6165128 (5.9M) [application/x-gzip] Saving to: 'release-notes-ppc64el.tar.gz' 0K .......... .......... .......... .......... .......... 0% 29.5M 0s 50K .......... .......... .......... .......... .......... 1% 26.4M 0s 100K .......... .......... .......... .......... .......... 2% 30.9M 0s 150K .......... .......... .......... .......... .......... 3% 30.2M 0s 200K .......... .......... .......... .......... .......... 4% 31.5M 0s 250K .......... .......... .......... .......... .......... 4% 25.1M 0s 300K .......... .......... .......... .......... .......... 5% 43.2M 0s 350K .......... .......... .......... .......... .......... 6% 43.0M 0s 400K .......... .......... .......... .......... .......... 7% 30.6M 0s 450K .......... .......... .......... .......... .......... 8% 41.3M 0s 500K .......... .......... .......... .......... .......... 9% 43.1M 0s 550K .......... .......... .......... .......... .......... 9% 42.2M 0s 600K .......... .......... .......... .......... .......... 10% 38.2M 0s 650K .......... .......... .......... .......... .......... 11% 37.4M 0s 700K .......... .......... .......... .......... .......... 12% 43.8M 0s 750K .......... .......... .......... .......... .......... 13% 38.2M 0s 800K .......... .......... .......... .......... .......... 14% 34.0M 0s 850K .......... .......... .......... .......... .......... 14% 38.3M 0s 900K .......... .......... .......... .......... .......... 15% 41.3M 0s 950K .......... .......... .......... .......... .......... 16% 42.2M 0s 1000K .......... .......... .......... .......... .......... 17% 35.5M 0s 1050K .......... .......... .......... .......... .......... 18% 41.7M 0s 1100K .......... .......... .......... .......... .......... 19% 45.4M 0s 1150K .......... .......... .......... .......... .......... 19% 42.3M 0s 1200K .......... .......... .......... .......... .......... 20% 31.2M 0s 1250K .......... .......... .......... .......... .......... 21% 43.5M 0s 1300K .......... .......... .......... .......... .......... 22% 42.0M 0s 1350K .......... .......... .......... .......... .......... 23% 31.9M 0s 1400K .......... .......... .......... .......... .......... 24% 32.7M 0s 1450K .......... .......... .......... .......... .......... 24% 37.9M 0s 1500K .......... .......... .......... .......... .......... 25% 40.2M 0s 1550K .......... .......... .......... .......... .......... 26% 41.2M 0s 1600K .......... .......... .......... .......... .......... 27% 27.1M 0s 1650K .......... .......... .......... .......... .......... 28% 41.9M 0s 1700K .......... .......... .......... .......... .......... 29% 43.2M 0s 1750K .......... .......... .......... .......... .......... 29% 42.6M 0s 1800K .......... .......... .......... .......... .......... 30% 34.4M 0s 1850K .......... .......... .......... .......... .......... 31% 40.6M 0s 1900K .......... .......... .......... .......... .......... 32% 39.7M 0s 1950K .......... .......... .......... .......... .......... 33% 41.8M 0s 2000K .......... .......... .......... .......... .......... 34% 30.9M 0s 2050K .......... .......... .......... .......... .......... 34% 42.4M 0s 2100K .......... .......... .......... .......... .......... 35% 29.6M 0s 2150K .......... .......... .......... .......... .......... 36% 44.0M 0s 2200K .......... .......... .......... .......... .......... 37% 40.6M 0s 2250K .......... .......... .......... .......... .......... 38% 30.3M 0s 2300K .......... .......... .......... .......... .......... 39% 44.2M 0s 2350K .......... .......... .......... .......... .......... 39% 43.3M 0s 2400K .......... .......... .......... .......... .......... 40% 32.2M 0s 2450K .......... .......... .......... .......... .......... 41% 43.2M 0s 2500K .......... .......... .......... .......... .......... 42% 42.5M 0s 2550K .......... .......... .......... .......... .......... 43% 42.2M 0s 2600K .......... .......... .......... .......... .......... 44% 25.5M 0s 2650K .......... .......... .......... .......... .......... 44% 41.1M 0s 2700K .......... .......... .......... .......... .......... 45% 43.3M 0s 2750K .......... .......... .......... .......... .......... 46% 43.1M 0s 2800K .......... .......... .......... .......... .......... 47% 30.6M 0s 2850K .......... .......... .......... .......... .......... 48% 39.7M 0s 2900K .......... .......... .......... .......... .......... 48% 43.6M 0s 2950K .......... .......... .......... .......... .......... 49% 43.2M 0s 3000K .......... .......... .......... .......... .......... 50% 41.5M 0s 3050K .......... .......... .......... .......... .......... 51% 41.9M 0s 3100K .......... .......... .......... .......... .......... 52% 43.6M 0s 3150K .......... .......... .......... .......... .......... 53% 42.5M 0s 3200K .......... .......... .......... .......... .......... 53% 10.8M 0s 3250K .......... .......... .......... .......... .......... 54% 36.9M 0s 3300K .......... .......... .......... .......... .......... 55% 40.6M 0s 3350K .......... .......... .......... .......... .......... 56% 41.7M 0s 3400K .......... .......... .......... .......... .......... 57% 40.4M 0s 3450K .......... .......... .......... .......... .......... 58% 43.0M 0s 3500K .......... .......... .......... .......... .......... 58% 32.8M 0s 3550K .......... .......... .......... .......... .......... 59% 35.3M 0s 3600K .......... .......... .......... .......... .......... 60% 26.5M 0s 3650K .......... .......... .......... .......... .......... 61% 42.6M 0s 3700K .......... .......... .......... .......... .......... 62% 43.6M 0s 3750K .......... .......... .......... .......... .......... 63% 33.9M 0s 3800K .......... .......... .......... .......... .......... 63% 40.3M 0s 3850K .......... .......... .......... .......... .......... 64% 42.3M 0s 3900K .......... .......... .......... .......... .......... 65% 41.9M 0s 3950K .......... .......... .......... .......... .......... 66% 42.4M 0s 4000K .......... .......... .......... .......... .......... 67% 31.3M 0s 4050K .......... .......... .......... .......... .......... 68% 33.9M 0s 4100K .......... .......... .......... .......... .......... 68% 42.7M 0s 4150K .......... .......... .......... .......... .......... 69% 42.1M 0s 4200K .......... .......... .......... .......... .......... 70% 39.4M 0s 4250K .......... .......... .......... .......... .......... 71% 43.3M 0s 4300K .......... .......... .......... .......... .......... 72% 37.2M 0s 4350K .......... .......... .......... .......... .......... 73% 42.4M 0s 4400K .......... .......... .......... .......... .......... 73% 29.6M 0s 4450K .......... .......... .......... .......... .......... 74% 42.9M 0s 4500K .......... .......... .......... .......... .......... 75% 40.2M 0s 4550K .......... .......... .......... .......... .......... 76% 37.8M 0s 4600K .......... .......... .......... .......... .......... 77% 42.0M 0s 4650K .......... .......... .......... .......... .......... 78% 42.8M 0s 4700K .......... .......... .......... .......... .......... 78% 34.1M 0s 4750K .......... .......... .......... .......... .......... 79% 35.5M 0s 4800K .......... .......... .......... .......... .......... 80% 32.0M 0s 4850K .......... .......... .......... .......... .......... 81% 44.7M 0s 4900K .......... .......... .......... .......... .......... 82% 42.6M 0s 4950K .......... .......... .......... .......... .......... 83% 42.2M 0s 5000K .......... .......... .......... .......... .......... 83% 42.3M 0s 5050K .......... .......... .......... .......... .......... 84% 39.9M 0s 5100K .......... .......... .......... .......... .......... 85% 43.8M 0s 5150K .......... .......... .......... .......... .......... 86% 42.4M 0s 5200K .......... .......... .......... .......... .......... 87% 33.1M 0s 5250K .......... .......... .......... .......... .......... 88% 41.7M 0s 5300K .......... .......... .......... .......... .......... 88% 34.2M 0s 5350K .......... .......... .......... .......... .......... 89% 40.6M 0s 5400K .......... .......... .......... .......... .......... 90% 32.1M 0s 5450K .......... .......... .......... .......... .......... 91% 43.2M 0s 5500K .......... .......... .......... .......... .......... 92% 40.2M 0s 5550K .......... .......... .......... .......... .......... 93% 43.1M 0s 5600K .......... .......... .......... .......... .......... 93% 31.2M 0s 5650K .......... .......... .......... .......... .......... 94% 43.5M 0s 5700K .......... .......... .......... .......... .......... 95% 41.8M 0s 5750K .......... .......... .......... .......... .......... 96% 43.6M 0s 5800K .......... .......... .......... .......... .......... 97% 36.9M 0s 5850K .......... .......... .......... .......... .......... 97% 43.8M 0s 5900K .......... .......... .......... .......... .......... 98% 43.9M 0s 5950K .......... .......... .......... .......... .......... 99% 33.8M 0s 6000K .......... .......... 100% 41.1M=0.2s 2018-06-23 16:43:57 (37.2 MB/s) - 'release-notes-ppc64el.tar.gz' saved [6165128/6165128] 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 ppc64el: Running tools/boot/jessie/boot-ppc64el 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1 Starting new "ppc64el" lxde-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/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ca already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ca already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_TW already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ca already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_TW already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_TW already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_TW already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/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/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_TW already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/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/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_TW already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/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/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1/dists/jessie/main/i18n/Translation-ja already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for ppc64el 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 1350 packages, 327831 blocks, 671397888 bytes Finished: 1350 packages placed /home/debian-cd/build.jessie/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "ppc64el" jessie jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/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-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-ppc64el/Packages.gz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-ppc64el/20150422/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-ppc64el/20150422+deb8u5/images/MD5SUMS for ARCH in ppc64el; 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/Appc64el/jessie/md5-check; \ fi; \ done /home/debian-cd/build.jessie/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie" "ppc64el" "/srv/cdbuilder.debian.org/dst/deb-cd/out/Appc64el" "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 ppc64el iso/jigdo images ... Last-minute updates: README.html README.txt Sat 23 Jun 16:44:54 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 ppc64el 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/Appc64el/debian-8.11.0-ppc64el-lxde-CD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/Appc64el/debian-8.11.0-ppc64el-lxde-CD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/Appc64el/debian-8.11.0-ppc64el-lxde-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/Appc64el/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 -cache-inodes -chrp-boot-part CD1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/Appc64el/debian-8.11.0-ppc64el-lxde-CD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2925g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/Appc64el/jessie/CD1' xorriso : UPDATE : 4217 files added in 1 seconds xorriso : UPDATE : 4217 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.16% done xorriso : UPDATE : 1.25% done xorriso : UPDATE : 3.46% done xorriso : UPDATE : 5.78% done, estimate finish Sat Jun 23 16:45:42 2018 xorriso : UPDATE : 9.01% done, estimate finish Sat Jun 23 16:45:36 2018 xorriso : UPDATE : 20.35% done, estimate finish Sat Jun 23 16:45:18 2018 xorriso : UPDATE : 25.34% done, estimate finish Sat Jun 23 16:45:17 2018 xorriso : UPDATE : 40.13% done, estimate finish Sat Jun 23 16:45:12 2018 xorriso : UPDATE : 51.48% done, estimate finish Sat Jun 23 16:45:10 2018 xorriso : UPDATE : 62.97% done, estimate finish Sat Jun 23 16:45:09 2018 xorriso : UPDATE : 74.24% done, estimate finish Sat Jun 23 16:45:08 2018 xorriso : UPDATE : 85.05% done, estimate finish Sat Jun 23 16:45:07 2018 xorriso : UPDATE : 96.59% done ISO image produced: 327832 sectors Written to medium : 327832 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/Appc64el/debian-8.11.0-ppc64el-lxde-CD-1.iso' completed successfully. /home/debian-cd/build.jessie/debian-cd/tools/imagesums /srv/cdbuilder.debian.org/dst/deb-cd/out/Appc64el No Jigdo help for sha1, doing it the long way with sha1sum 79b267b85852ef7846718e1793ee739241254855 debian-8.11.0-ppc64el-lxde-CD-1.iso No Jigdo help for md5, doing it the long way with md5sum 2ccb0d77b570eec1bfc4c620761ae2a5 debian-8.11.0-ppc64el-lxde-CD-1.iso No Jigdo help for sha512, doing it the long way with sha512sum 505dfdafbf8650eb2bf0f85825e548de8472ff6e36524918b17e92300f5fd0151de664bb2375f6108dedab8516fc376c4787d057900ef310059d47539c56b444 debian-8.11.0-ppc64el-lxde-CD-1.iso No Jigdo help for sha256, doing it the long way with sha256sum 387c18e4e707ac4d97d4e6bd7c45a895dbb357ba3cb34b733b1a25de894aecfa debian-8.11.0-ppc64el-lxde-CD-1.iso 9f47702a0ecc44d8d908b5857b4b99f740780b86 debian-8.11.0-ppc64el-lxde-CD-1.jigdo 232ca396c83d90cf61fc490f3fcb042d debian-8.11.0-ppc64el-lxde-CD-1.jigdo 3facea6fa128123f6f3edfc0380a4edbf2ad6cf9be973ccb5cc80e5d4e32a23fa82c856c93f74bf9126c679b2eeedf1575b16caec57498d545c387dd10a5ccf6 debian-8.11.0-ppc64el-lxde-CD-1.jigdo 63de8d364fc7314e6a6d04c4815edbcb8ccdc8bc63056d354da685749cfa887b debian-8.11.0-ppc64el-lxde-CD-1.jigdo c9f5b3d1973ce5fd72d73d6fac602b7726e399d6 debian-8.11.0-ppc64el-lxde-CD-1.template 05cf29582c64b2784f16fb5fd6a1b9b3 debian-8.11.0-ppc64el-lxde-CD-1.template 4e062671703b4518f661c6f177d8e3f11bbf93c0e12be0382d331bf9984aa29adb063a782e45b4c9fff67c29dc46950172acf6376d70f618562e6cfdacbee18e debian-8.11.0-ppc64el-lxde-CD-1.template 3fcc9a046ad5b0761f073838b4a1fd3231f64b7bce9e5edfe95e42123f1fae6b debian-8.11.0-ppc64el-lxde-CD-1.template Sat 23 Jun 16:45:15 UTC 2018: Finished.