Sat 27 Apr 15:48:06 UTC 2019: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/tasks echo "- copying task files from 'tasks/stretch/'" - copying task files from 'tasks/stretch/' cp -r /home/debian-cd/build.stretch/debian-cd/tasks/stretch/* /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/update_tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di_list; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di+k_list update_tasks: Using "gnome" as the default desktop, as specified by pool/main/t/tasksel/task-desktop_3.39_all.deb date -u '+%Y%m%d' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi for ARCH in s390x; do \ echo "Using the provided status file for stretch-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ if [ "$BACKPORTS"x != ""x ] ; then \ echo "Using the provided status file for stretch-backports-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-s390x ... make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi Generating a fake status file for apt-get and apt-cache... for ARCH in s390x; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "3" = "1" -o "3" = "2" -o "3" = "C" -o "3" = "F" ];then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-backports-$ARCH/status ; \ fi; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.5_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/archive-keyring for ARCH in s390x; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in s390x; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main/debian-installer s390x Packages [55.5 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main s390x Packages [9,168 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/contrib s390x Packages [46.6 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "stretch"x != ""x ] && \ [ "stretch"x != "stretch"x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-source/status ; \ export CODENAME=stretch; \ export ARCH=source; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ fi for ARCH in s390x; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ fi; \ done Reading package lists... Building dependency tree... You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+deb9u4) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.26-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.1~beta3) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.18-8~deb9u4) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-3+deb9u5) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-2) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2+deb9u3) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2+deb9u3) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed Depends: python3-apt but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed s390-tools : Depends: libfuse2 (>= 2.8) but it is not installed Depends: libncurses5 (>= 6) but it is not installed Depends: gawk but it is not installed systemd : Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: liblz4-1 (>= 0.0~r127) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 232-25+deb9u11) but it is not installed tasksel : Depends: liblocale-gettext-perl but it is not installed util-linux : PreDepends: libsystemd0 but it is not installed vim-common : Depends: xxd but it is not installed wget : Depends: libnettle6 but it is not installed Depends: libpsl5 (>= 0.13.0) but it is not installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi if [ "s390x" != "source" ] ; then \ for ARCH in s390x; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Reading package lists... set -e; \ if [ "s390x" != "source" ] ; then \ for ARCH in s390x; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.stretch/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "s390x" != "source" ] ; then \ for ARCH in s390x; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.stretch/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi s390x:ca-certificates s390x:dh-python s390x:dmsetup s390x:gawk s390x:gnupg-agent s390x:libapparmor1 s390x:libassuan0 s390x:libaudit-common s390x:libaudit1 s390x:libbsd0 s390x:libcap-ng0 s390x:libcryptsetup4 s390x:libcurl3-gnutls s390x:libdbus-1-3 s390x:libdebconfclient0 s390x:libdevmapper1.02.1 s390x:libdns-export162 s390x:libelf1 s390x:libev4 s390x:libexpat1 s390x:libfastjson4 s390x:libffi6 s390x:libfuse2 s390x:libgeoip1 s390x:libgmp10 s390x:libhogweed4 s390x:libicu57 s390x:libidn2-0 s390x:libip4tc0 s390x:libip6tc0 s390x:libiptc0 s390x:libisc-export160 s390x:libisccc140 s390x:libisccfg140 s390x:libksba8 s390x:liblocale-gettext-perl s390x:liblognorm5 s390x:liblz4-1 s390x:libmnl0 s390x:libmpdec2 s390x:libmpfr4 s390x:libncurses5 s390x:libnetfilter-conntrack3 s390x:libnettle6 s390x:libnfnetlink0 s390x:libnghttp2-14 s390x:libnpth0 s390x:libperl5.24 s390x:libpsl5 s390x:libpython-stdlib s390x:libpython2.7-minimal s390x:libpython2.7-stdlib s390x:libpython3-stdlib s390x:libpython3.5-minimal s390x:libpython3.5-stdlib s390x:librtmp1 s390x:libseccomp2 s390x:libsemanage-common s390x:libsemanage1 s390x:libsigsegv2 s390x:libssh2-1 s390x:libsystemd0 s390x:libtext-charwidth-perl s390x:libtext-iconv-perl s390x:libtext-wrapi18n-perl s390x:libunistring0 s390x:libustr-1.0-1 s390x:libverto-libev1 s390x:libverto1 s390x:libxtables12 s390x:openssl s390x:pinentry-curses s390x:python-apt-common s390x:python2.7-minimal s390x:python3 s390x:python3-apt s390x:python3-chardet s390x:python3-debian s390x:python3-debianbts s390x:python3-httplib2 s390x:python3-minimal s390x:python3-pkg-resources s390x:python3-pycurl s390x:python3-pysimplesoap s390x:python3-requests s390x:python3-six s390x:python3-urllib3 s390x:python3.5 s390x:python3.5-minimal s390x:xxd for ARCH in s390x; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check; \ fi; \ done Reading package lists... Building dependency tree... make[2]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' ... checking your mirror /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "s390x" stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-s390x/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-s390x/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-s390x/20170615+deb9u6/images/MD5SUMS for ARCH in s390x; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and up to 1 isos for s390x DVD dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi if [ "s390x" != "source" ] ; then \ for ARCH in s390x; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Reading package lists... if [ ""x != "yes"x ] ; then \ if [ "3"x = "1"x ] ; then \ : ; \ elif [ "3"x = "2"x -o "3"x = "C"x ] ; then \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in s390x; do \ BINCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BINCLUDE" ] || BINCLUDE="--include=$BINCLUDE"; \ BEXCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BEXCLUDE" ] || BEXCLUDE="--exclude=$BEXCLUDE"; \ debootstrap --no-check-gpg --arch $ARCH \ --print-debs \ $BINCLUDE $BEXCLUDE \ stretch \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in s390x; do \ ARCHDEFS="$ARCHDEFS -D ARCH_`echo $ARCH | sed 's/-/_/'`"; \ ARCHUNDEFS="$ARCHUNDEFS -U $ARCH"; \ done; \ for VARIANT in ; do \ VARIANTDEFS="$VARIANTDEFS -D VARIANT_$VARIANT"; \ done; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DFORCE_FIRMWARE"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_486_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_586_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_686_KERNEL"; \ fi; \ if [ ""x != "yes"x ] ; then \ cpp -nostdinc -P -undef $ARCHDEFS $VARIANTDEFS\ $ARCHUNDEFS -U i386 -U linux -U unix \ -DFORCENONUSONCD1=0 \ -I /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/tasks /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/tasks/Debian-all >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list.backports if [ -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list.backports ]; then mv /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list.backports /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list; fi for ARCH in s390x; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list; \ done Running sort_deps to sort packages for s390x: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 114718184 bytes Adding the rest of the requested packages Now up to 55609807326 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 49005 packages, total size 56722374414 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/grab_source_list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt "s390x" /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/packages.source; \ fi /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.stretch/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x stretch "s390x" "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 s390x: Done: Read details of 49005 packages for s390x Reading in translated package descriptions for main: Done: read 202879 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 310 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/s390x_udeb_exclude Adding docs to CD1 Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for s390x URL transformed to HTTPS due to an HSTS policy --2019-04-27 15:50:20-- https://www.debian.org/releases/stretch/release-notes-s390x.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: 6580533 (6.3M) [application/x-gzip] Saving to: 'release-notes-s390x.tar.gz' 0K .......... .......... .......... .......... .......... 0% 35.8M 0s 50K .......... .......... .......... .......... .......... 1% 39.7M 0s 100K .......... .......... .......... .......... .......... 2% 42.8M 0s 150K .......... .......... .......... .......... .......... 3% 41.3M 0s 200K .......... .......... .......... .......... .......... 3% 42.1M 0s 250K .......... .......... .......... .......... .......... 4% 42.3M 0s 300K .......... .......... .......... .......... .......... 5% 43.7M 0s 350K .......... .......... .......... .......... .......... 6% 44.4M 0s 400K .......... .......... .......... .......... .......... 7% 32.4M 0s 450K .......... .......... .......... .......... .......... 7% 42.4M 0s 500K .......... .......... .......... .......... .......... 8% 42.7M 0s 550K .......... .......... .......... .......... .......... 9% 42.8M 0s 600K .......... .......... .......... .......... .......... 10% 38.0M 0s 650K .......... .......... .......... .......... .......... 10% 43.5M 0s 700K .......... .......... .......... .......... .......... 11% 40.2M 0s 750K .......... .......... .......... .......... .......... 12% 41.3M 0s 800K .......... .......... .......... .......... .......... 13% 33.0M 0s 850K .......... .......... .......... .......... .......... 14% 43.7M 0s 900K .......... .......... .......... .......... .......... 14% 42.4M 0s 950K .......... .......... .......... .......... .......... 15% 32.4M 0s 1000K .......... .......... .......... .......... .......... 16% 43.0M 0s 1050K .......... .......... .......... .......... .......... 17% 38.4M 0s 1100K .......... .......... .......... .......... .......... 17% 40.5M 0s 1150K .......... .......... .......... .......... .......... 18% 43.0M 0s 1200K .......... .......... .......... .......... .......... 19% 28.3M 0s 1250K .......... .......... .......... .......... .......... 20% 31.4M 0s 1300K .......... .......... .......... .......... .......... 21% 40.9M 0s 1350K .......... .......... .......... .......... .......... 21% 35.8M 0s 1400K .......... .......... .......... .......... .......... 22% 40.3M 0s 1450K .......... .......... .......... .......... .......... 23% 43.6M 0s 1500K .......... .......... .......... .......... .......... 24% 37.4M 0s 1550K .......... .......... .......... .......... .......... 24% 43.4M 0s 1600K .......... .......... .......... .......... .......... 25% 28.9M 0s 1650K .......... .......... .......... .......... .......... 26% 41.6M 0s 1700K .......... .......... .......... .......... .......... 27% 44.0M 0s 1750K .......... .......... .......... .......... .......... 28% 42.7M 0s 1800K .......... .......... .......... .......... .......... 28% 42.7M 0s 1850K .......... .......... .......... .......... .......... 29% 41.7M 0s 1900K .......... .......... .......... .......... .......... 30% 41.4M 0s 1950K .......... .......... .......... .......... .......... 31% 38.9M 0s 2000K .......... .......... .......... .......... .......... 31% 32.5M 0s 2050K .......... .......... .......... .......... .......... 32% 33.2M 0s 2100K .......... .......... .......... .......... .......... 33% 29.4M 0s 2150K .......... .......... .......... .......... .......... 34% 43.6M 0s 2200K .......... .......... .......... .......... .......... 35% 40.4M 0s 2250K .......... .......... .......... .......... .......... 35% 43.8M 0s 2300K .......... .......... .......... .......... .......... 36% 43.0M 0s 2350K .......... .......... .......... .......... .......... 37% 42.3M 0s 2400K .......... .......... .......... .......... .......... 38% 33.4M 0s 2450K .......... .......... .......... .......... .......... 38% 38.5M 0s 2500K .......... .......... .......... .......... .......... 39% 43.8M 0s 2550K .......... .......... .......... .......... .......... 40% 36.6M 0s 2600K .......... .......... .......... .......... .......... 41% 41.2M 0s 2650K .......... .......... .......... .......... .......... 42% 45.0M 0s 2700K .......... .......... .......... .......... .......... 42% 41.7M 0s 2750K .......... .......... .......... .......... .......... 43% 42.1M 0s 2800K .......... .......... .......... .......... .......... 44% 32.1M 0s 2850K .......... .......... .......... .......... .......... 45% 35.1M 0s 2900K .......... .......... .......... .......... .......... 45% 42.3M 0s 2950K .......... .......... .......... .......... .......... 46% 42.8M 0s 3000K .......... .......... .......... .......... .......... 47% 42.1M 0s 3050K .......... .......... .......... .......... .......... 48% 42.8M 0s 3100K .......... .......... .......... .......... .......... 49% 41.1M 0s 3150K .......... .......... .......... .......... .......... 49% 40.6M 0s 3200K .......... .......... .......... .......... .......... 50% 33.5M 0s 3250K .......... .......... .......... .......... .......... 51% 42.6M 0s 3300K .......... .......... .......... .......... .......... 52% 43.5M 0s 3350K .......... .......... .......... .......... .......... 52% 42.5M 0s 3400K .......... .......... .......... .......... .......... 53% 41.3M 0s 3450K .......... .......... .......... .......... .......... 54% 42.5M 0s 3500K .......... .......... .......... .......... .......... 55% 41.6M 0s 3550K .......... .......... .......... .......... .......... 56% 41.2M 0s 3600K .......... .......... .......... .......... .......... 56% 31.7M 0s 3650K .......... .......... .......... .......... .......... 57% 44.9M 0s 3700K .......... .......... .......... .......... .......... 58% 43.0M 0s 3750K .......... .......... .......... .......... .......... 59% 42.0M 0s 3800K .......... .......... .......... .......... .......... 59% 42.7M 0s 3850K .......... .......... .......... .......... .......... 60% 43.0M 0s 3900K .......... .......... .......... .......... .......... 61% 41.8M 0s 3950K .......... .......... .......... .......... .......... 62% 37.0M 0s 4000K .......... .......... .......... .......... .......... 63% 26.5M 0s 4050K .......... .......... .......... .......... .......... 63% 32.7M 0s 4100K .......... .......... .......... .......... .......... 64% 43.2M 0s 4150K .......... .......... .......... .......... .......... 65% 42.6M 0s 4200K .......... .......... .......... .......... .......... 66% 41.8M 0s 4250K .......... .......... .......... .......... .......... 66% 41.6M 0s 4300K .......... .......... .......... .......... .......... 67% 39.0M 0s 4350K .......... .......... .......... .......... .......... 68% 45.4M 0s 4400K .......... .......... .......... .......... .......... 69% 33.1M 0s 4450K .......... .......... .......... .......... .......... 70% 42.6M 0s 4500K .......... .......... .......... .......... .......... 70% 42.8M 0s 4550K .......... .......... .......... .......... .......... 71% 42.7M 0s 4600K .......... .......... .......... .......... .......... 72% 38.5M 0s 4650K .......... .......... .......... .......... .......... 73% 41.9M 0s 4700K .......... .......... .......... .......... .......... 73% 43.6M 0s 4750K .......... .......... .......... .......... .......... 74% 41.2M 0s 4800K .......... .......... .......... .......... .......... 75% 32.0M 0s 4850K .......... .......... .......... .......... .......... 76% 42.0M 0s 4900K .......... .......... .......... .......... .......... 77% 42.4M 0s 4950K .......... .......... .......... .......... .......... 77% 42.8M 0s 5000K .......... .......... .......... .......... .......... 78% 43.2M 0s 5050K .......... .......... .......... .......... .......... 79% 43.1M 0s 5100K .......... .......... .......... .......... .......... 80% 42.2M 0s 5150K .......... .......... .......... .......... .......... 80% 43.9M 0s 5200K .......... .......... .......... .......... .......... 81% 33.2M 0s 5250K .......... .......... .......... .......... .......... 82% 42.8M 0s 5300K .......... .......... .......... .......... .......... 83% 43.1M 0s 5350K .......... .......... .......... .......... .......... 84% 42.4M 0s 5400K .......... .......... .......... .......... .......... 84% 34.4M 0s 5450K .......... .......... .......... .......... .......... 85% 38.5M 0s 5500K .......... .......... .......... .......... .......... 86% 37.8M 0s 5550K .......... .......... .......... .......... .......... 87% 37.9M 0s 5600K .......... .......... .......... .......... .......... 87% 32.8M 0s 5650K .......... .......... .......... .......... .......... 88% 42.8M 0s 5700K .......... .......... .......... .......... .......... 89% 41.2M 0s 5750K .......... .......... .......... .......... .......... 90% 44.7M 0s 5800K .......... .......... .......... .......... .......... 91% 39.0M 0s 5850K .......... .......... .......... .......... .......... 91% 41.0M 0s 5900K .......... .......... .......... .......... .......... 92% 42.4M 0s 5950K .......... .......... .......... .......... .......... 93% 43.1M 0s 6000K .......... .......... .......... .......... .......... 94% 32.8M 0s 6050K .......... .......... .......... .......... .......... 94% 42.8M 0s 6100K .......... .......... .......... .......... .......... 95% 42.0M 0s 6150K .......... .......... .......... .......... .......... 96% 44.0M 0s 6200K .......... .......... .......... .......... .......... 97% 36.3M 0s 6250K .......... .......... .......... .......... .......... 98% 43.4M 0s 6300K .......... .......... .......... .......... .......... 98% 43.2M 0s 6350K .......... .......... .......... .......... .......... 99% 44.2M 0s 6400K .......... .......... ...... 100% 41.0M=0.2s 2019-04-27 15:50:20 (39.6 MB/s) - 'release-notes-s390x.tar.gz' saved [6580533/6580533] da/ da/index.da.html da/ch-whats-new.da.html da/images/ da/images/caution.png da/images/toc-blank.png da/images/toc-minus.png da/images/prev.png da/images/toc-plus.png da/images/annot-open.png da/images/next.png da/images/note.png da/images/important.png da/images/draft.png da/images/tip.png da/images/annot-close.png da/images/up.png da/images/home.png da/images/warning.png da/images/blank.png da/ch-about.da.html da/debian.css da/relnotes-glossary.da.html da/relnotes-index.da.html da/release-notes.da.txt da/ch-upgrading.da.html da/release-notes.da.pdf da/ap-old-stuff.da.html da/ch-installing.da.html da/apb.da.html da/ch-information.da.html da/ch-moreinfo.da.html de/ de/ch-information.de.html de/release-notes.de.txt de/ch-whats-new.de.html de/ch-moreinfo.de.html de/relnotes-index.de.html de/images/ de/images/caution.png de/images/toc-blank.png de/images/toc-minus.png de/images/prev.png de/images/toc-plus.png de/images/annot-open.png de/images/next.png de/images/note.png de/images/important.png de/images/draft.png de/images/tip.png de/images/annot-close.png de/images/up.png de/images/home.png de/images/warning.png de/images/blank.png de/ch-installing.de.html de/ch-upgrading.de.html de/relnotes-glossary.de.html de/apb.de.html de/debian.css de/release-notes.de.pdf de/index.de.html de/ap-old-stuff.de.html de/ch-about.de.html en/ en/release-notes.en.txt en/apb.en.html en/images/ en/images/caution.png en/images/toc-blank.png en/images/toc-minus.png en/images/prev.png en/images/toc-plus.png en/images/annot-open.png en/images/next.png en/images/note.png en/images/important.png en/images/draft.png en/images/tip.png en/images/annot-close.png en/images/up.png en/images/home.png en/images/warning.png en/images/blank.png en/relnotes-index.en.html en/index.en.html en/debian.css en/ch-about.en.html en/relnotes-glossary.en.html en/ap-old-stuff.en.html en/ch-information.en.html en/ch-upgrading.en.html en/ch-whats-new.en.html en/ch-installing.en.html en/release-notes.en.pdf en/ch-moreinfo.en.html es/ es/ap-old-stuff.es.html es/ch-information.es.html es/ch-moreinfo.es.html es/ch-upgrading.es.html es/images/ es/images/caution.png es/images/toc-blank.png es/images/toc-minus.png es/images/prev.png es/images/toc-plus.png es/images/annot-open.png es/images/next.png es/images/note.png es/images/important.png es/images/draft.png es/images/tip.png es/images/annot-close.png es/images/up.png es/images/home.png es/images/warning.png es/images/blank.png es/index.es.html es/ch-whats-new.es.html es/debian.css es/relnotes-index.es.html es/ch-installing.es.html es/release-notes.es.txt es/relnotes-glossary.es.html es/release-notes.es.pdf es/ch-about.es.html es/apb.es.html fr/ fr/index.fr.html fr/release-notes.fr.pdf fr/ch-about.fr.html fr/images/ fr/images/caution.png fr/images/toc-blank.png fr/images/toc-minus.png fr/images/prev.png fr/images/toc-plus.png fr/images/annot-open.png fr/images/next.png fr/images/note.png fr/images/important.png fr/images/draft.png fr/images/tip.png fr/images/annot-close.png fr/images/up.png fr/images/home.png fr/images/warning.png fr/images/blank.png fr/ch-information.fr.html fr/debian.css fr/ch-upgrading.fr.html fr/relnotes-index.fr.html fr/release-notes.fr.txt fr/ch-installing.fr.html fr/apb.fr.html fr/relnotes-glossary.fr.html fr/ch-moreinfo.fr.html fr/ch-whats-new.fr.html fr/ap-old-stuff.fr.html it/ it/ch-installing.it.html it/index.it.html it/ap-old-stuff.it.html it/images/ it/images/caution.png it/images/toc-blank.png it/images/toc-minus.png it/images/prev.png it/images/toc-plus.png it/images/annot-open.png it/images/next.png it/images/note.png it/images/important.png it/images/draft.png it/images/tip.png it/images/annot-close.png it/images/up.png it/images/home.png it/images/warning.png it/images/blank.png it/ch-moreinfo.it.html it/debian.css it/relnotes-index.it.html it/ch-upgrading.it.html it/ch-about.it.html it/ch-information.it.html it/release-notes.it.txt it/apb.it.html it/release-notes.it.pdf it/ch-whats-new.it.html it/relnotes-glossary.it.html ja/ ja/ch-whats-new.ja.html ja/ch-about.ja.html ja/images/ ja/images/caution.png ja/images/toc-blank.png ja/images/toc-minus.png ja/images/prev.png ja/images/toc-plus.png ja/images/annot-open.png ja/images/next.png ja/images/note.png ja/images/important.png ja/images/draft.png ja/images/tip.png ja/images/annot-close.png ja/images/up.png ja/images/home.png ja/images/warning.png ja/images/blank.png ja/apb.ja.html ja/relnotes-index.ja.html ja/debian.css ja/ap-old-stuff.ja.html ja/ch-upgrading.ja.html ja/release-notes.ja.pdf ja/ch-moreinfo.ja.html ja/relnotes-glossary.ja.html ja/ch-installing.ja.html ja/ch-information.ja.html ja/release-notes.ja.txt ja/index.ja.html nl/ nl/images/ nl/images/caution.png nl/images/toc-blank.png nl/images/toc-minus.png nl/images/prev.png nl/images/toc-plus.png nl/images/annot-open.png nl/images/next.png nl/images/note.png nl/images/important.png nl/images/draft.png nl/images/tip.png nl/images/annot-close.png nl/images/up.png nl/images/home.png nl/images/warning.png nl/images/blank.png nl/ch-moreinfo.nl.html nl/ch-about.nl.html nl/ch-installing.nl.html nl/relnotes-index.nl.html nl/debian.css nl/ch-upgrading.nl.html nl/release-notes.nl.txt nl/ch-information.nl.html nl/ap-old-stuff.nl.html nl/index.nl.html nl/release-notes.nl.pdf nl/apb.nl.html nl/ch-whats-new.nl.html nl/relnotes-glossary.nl.html pl/ pl/relnotes-glossary.pl.html pl/apb.pl.html pl/relnotes-index.pl.html pl/release-notes.pl.pdf pl/images/ pl/images/caution.png pl/images/toc-blank.png pl/images/toc-minus.png pl/images/prev.png pl/images/toc-plus.png pl/images/annot-open.png pl/images/next.png pl/images/note.png pl/images/important.png pl/images/draft.png pl/images/tip.png pl/images/annot-close.png pl/images/up.png pl/images/home.png pl/images/warning.png pl/images/blank.png pl/ch-moreinfo.pl.html pl/debian.css pl/ch-whats-new.pl.html pl/ch-upgrading.pl.html pl/ap-old-stuff.pl.html pl/ch-information.pl.html pl/release-notes.pl.txt pl/index.pl.html pl/ch-installing.pl.html pl/ch-about.pl.html pt/ pt/release-notes.pt.txt pt/release-notes.pt.pdf pt/ch-information.pt.html pt/ch-about.pt.html pt/relnotes-index.pt.html pt/ch-upgrading.pt.html pt/images/ pt/images/caution.png pt/images/toc-blank.png pt/images/toc-minus.png pt/images/prev.png pt/images/toc-plus.png pt/images/annot-open.png pt/images/next.png pt/images/note.png pt/images/important.png pt/images/draft.png pt/images/tip.png pt/images/annot-close.png pt/images/up.png pt/images/home.png pt/images/warning.png pt/images/blank.png pt/ch-whats-new.pt.html pt/debian.css pt/relnotes-glossary.pt.html pt/apb.pt.html pt/index.pt.html pt/ap-old-stuff.pt.html pt/ch-moreinfo.pt.html pt/ch-installing.pt.html pt-br/ pt-br/release-notes.pt-br.txt pt-br/index.pt-br.html pt-br/ch-upgrading.pt-br.html pt-br/images/ pt-br/images/caution.png pt-br/images/toc-blank.png pt-br/images/toc-minus.png pt-br/images/prev.png pt-br/images/toc-plus.png pt-br/images/annot-open.png pt-br/images/next.png pt-br/images/note.png pt-br/images/important.png pt-br/images/draft.png pt-br/images/tip.png pt-br/images/annot-close.png pt-br/images/up.png pt-br/images/home.png pt-br/images/warning.png pt-br/images/blank.png pt-br/ch-installing.pt-br.html pt-br/apb.pt-br.html pt-br/ap-old-stuff.pt-br.html pt-br/ch-whats-new.pt-br.html pt-br/debian.css pt-br/release-notes.pt-br.pdf pt-br/relnotes-glossary.pt-br.html pt-br/ch-about.pt-br.html pt-br/ch-information.pt-br.html pt-br/ch-moreinfo.pt-br.html pt-br/relnotes-index.pt-br.html ro/ ro/relnotes-glossary.ro.html ro/ap-old-stuff.ro.html ro/relnotes-index.ro.html ro/images/ ro/images/caution.png ro/images/toc-blank.png ro/images/toc-minus.png ro/images/prev.png ro/images/toc-plus.png ro/images/annot-open.png ro/images/next.png ro/images/note.png ro/images/important.png ro/images/draft.png ro/images/tip.png ro/images/annot-close.png ro/images/up.png ro/images/home.png ro/images/warning.png ro/images/blank.png ro/ch-information.ro.html ro/apb.ro.html ro/ch-moreinfo.ro.html ro/ch-whats-new.ro.html ro/debian.css ro/index.ro.html ro/ch-installing.ro.html ro/release-notes.ro.txt ro/ch-about.ro.html ro/ch-upgrading.ro.html ro/release-notes.ro.pdf ru/ ru/ch-upgrading.ru.html ru/ch-whats-new.ru.html ru/relnotes-glossary.ru.html ru/apb.ru.html ru/images/ ru/images/caution.png ru/images/toc-blank.png ru/images/toc-minus.png ru/images/prev.png ru/images/toc-plus.png ru/images/annot-open.png ru/images/next.png ru/images/note.png ru/images/important.png ru/images/draft.png ru/images/tip.png ru/images/annot-close.png ru/images/up.png ru/images/home.png ru/images/warning.png ru/images/blank.png ru/release-notes.ru.txt ru/ap-old-stuff.ru.html ru/debian.css ru/index.ru.html ru/ch-installing.ru.html ru/ch-information.ru.html ru/ch-about.ru.html ru/release-notes.ru.pdf ru/ch-moreinfo.ru.html ru/relnotes-index.ru.html sk/ sk/release-notes.sk.pdf sk/ch-information.sk.html sk/images/ sk/images/caution.png sk/images/toc-blank.png sk/images/toc-minus.png sk/images/prev.png sk/images/toc-plus.png sk/images/annot-open.png sk/images/next.png sk/images/note.png sk/images/important.png sk/images/draft.png sk/images/tip.png sk/images/annot-close.png sk/images/up.png sk/images/home.png sk/images/warning.png sk/images/blank.png sk/relnotes-index.sk.html sk/ch-installing.sk.html sk/release-notes.sk.txt sk/debian.css sk/ch-about.sk.html sk/ch-upgrading.sk.html sk/relnotes-glossary.sk.html sk/apb.sk.html sk/ch-whats-new.sk.html sk/ch-moreinfo.sk.html sk/index.sk.html sk/ap-old-stuff.sk.html sv/ sv/ch-upgrading.sv.html sv/ch-about.sv.html sv/images/ sv/images/caution.png sv/images/toc-blank.png sv/images/toc-minus.png sv/images/prev.png sv/images/toc-plus.png sv/images/annot-open.png sv/images/next.png sv/images/note.png sv/images/important.png sv/images/draft.png sv/images/tip.png sv/images/annot-close.png sv/images/up.png sv/images/home.png sv/images/warning.png sv/images/blank.png sv/ch-moreinfo.sv.html sv/ch-installing.sv.html sv/debian.css sv/index.sv.html sv/ap-old-stuff.sv.html sv/ch-information.sv.html sv/apb.sv.html sv/release-notes.sv.txt sv/relnotes-index.sv.html sv/relnotes-glossary.sv.html sv/ch-whats-new.sv.html sv/release-notes.sv.pdf Adding common docs on CD1 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD1 Starting new "s390x" DVD 1 at /home/debian-cd/build.stretch/debian-cd/stretch/CD1 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD1/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for s390x 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 5140 packages, 2201153 blocks, 4507961344 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD2 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 2 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD2 Starting new "s390x" DVD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/CD2 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 2 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD2/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD2/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD2/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 3193 packages, 2093806 blocks, 4288114688 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD3 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 3 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3 Starting new "s390x" DVD 3 at /home/debian-cd/build.stretch/debian-cd/stretch/CD3 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 3 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 2440 packages, 2276002 blocks, 4661252096 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD4 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 4 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4 Starting new "s390x" DVD 4 at /home/debian-cd/build.stretch/debian-cd/stretch/CD4 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 4 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4/dists/stretch/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 2773 packages, 2288355 blocks, 4686551040 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD5 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 5 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5 Starting new "s390x" DVD 5 at /home/debian-cd/build.stretch/debian-cd/stretch/CD5 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 5 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5/dists/stretch/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 2416 packages, 2291002 blocks, 4691972096 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD6 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 6 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6 Starting new "s390x" DVD 6 at /home/debian-cd/build.stretch/debian-cd/stretch/CD6 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 6 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 1414 packages, 2288190 blocks, 4686213120 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD7 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 7 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7 Starting new "s390x" DVD 7 at /home/debian-cd/build.stretch/debian-cd/stretch/CD7 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 7 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-uk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sv already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 3943 packages, 2285777 blocks, 4681271296 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD8 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 8 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8 Starting new "s390x" DVD 8 at /home/debian-cd/build.stretch/debian-cd/stretch/CD8 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 8 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-cs already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 4193 packages, 2285213 blocks, 4680116224 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD9 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 9 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9 Starting new "s390x" DVD 9 at /home/debian-cd/build.stretch/debian-cd/stretch/CD9 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 9 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-nl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 4301 packages, 2289573 blocks, 4689045504 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD10 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 10 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10 Starting new "s390x" DVD 10 at /home/debian-cd/build.stretch/debian-cd/stretch/CD10 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 10 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 7550 packages, 2286007 blocks, 4681742336 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD11 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 11 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11 Starting new "s390x" DVD 11 at /home/debian-cd/build.stretch/debian-cd/stretch/CD11 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 11 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-sk already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-zh_CN already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 6972 packages, 2280492 blocks, 4670447616 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD12 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 12 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12 Starting new "s390x" DVD 12 at /home/debian-cd/build.stretch/debian-cd/stretch/CD12 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 12 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-en already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 4000 packages, 2290515 blocks, 4690974720 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD13 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for s390x: Running tools/boot/stretch/boot-s390x 13 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD13 Starting new "s390x" DVD 13 at /home/debian-cd/build.stretch/debian-cd/stretch/CD13 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 13 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 13 (not) filled with 670 packages, 702086 blocks, 1437872128 bytes Finished: 49005 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "s390x" stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-s390x/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-s390x/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-s390x/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-s390x/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-s390x/20170615+deb9u6/images/MD5SUMS for ARCH in s390x; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch" "s390x" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x" "9.9.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.stretch/debian-cd/tools/jigdo_cleanup" Generating the s390x iso/jigdo images ... Last-minute updates: README.html README.txt Sat 27 Apr 16:02:19 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long boot1 CD1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2395g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/boot1' xorriso : UPDATE : 10 files added in 1 seconds Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD1' xorriso : UPDATE : 9912 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.37% done xorriso : UPDATE : 0.49% done, estimate finish Sat Apr 27 16:10:11 2019 xorriso : UPDATE : 0.58% done, estimate finish Sat Apr 27 16:11:48 2019 xorriso : UPDATE : 1.09% done, estimate finish Sat Apr 27 16:08:54 2019 xorriso : UPDATE : 1.47% done, estimate finish Sat Apr 27 16:08:22 2019 xorriso : UPDATE : 1.86% done, estimate finish Sat Apr 27 16:07:59 2019 xorriso : UPDATE : 3.81% done, estimate finish Sat Apr 27 16:05:32 2019 xorriso : UPDATE : 5.87% done, estimate finish Sat Apr 27 16:04:42 2019 xorriso : UPDATE : 7.94% done, estimate finish Sat Apr 27 16:04:17 2019 xorriso : UPDATE : 10.14% done, estimate finish Sat Apr 27 16:04:02 2019 xorriso : UPDATE : 11.74% done, estimate finish Sat Apr 27 16:03:57 2019 xorriso : UPDATE : 14.32% done, estimate finish Sat Apr 27 16:03:46 2019 xorriso : UPDATE : 16.76% done, estimate finish Sat Apr 27 16:03:40 2019 xorriso : UPDATE : 18.85% done, estimate finish Sat Apr 27 16:03:20 2019 xorriso : UPDATE : 21.05% done, estimate finish Sat Apr 27 16:03:19 2019 xorriso : UPDATE : 22.85% done, estimate finish Sat Apr 27 16:03:18 2019 xorriso : UPDATE : 25.03% done, estimate finish Sat Apr 27 16:03:18 2019 xorriso : UPDATE : 27.27% done, estimate finish Sat Apr 27 16:03:17 2019 xorriso : UPDATE : 29.86% done, estimate finish Sat Apr 27 16:03:15 2019 xorriso : UPDATE : 31.86% done, estimate finish Sat Apr 27 16:03:16 2019 xorriso : UPDATE : 33.77% done, estimate finish Sat Apr 27 16:03:15 2019 xorriso : UPDATE : 35.81% done, estimate finish Sat Apr 27 16:03:15 2019 xorriso : UPDATE : 37.93% done, estimate finish Sat Apr 27 16:03:14 2019 xorriso : UPDATE : 40.22% done, estimate finish Sat Apr 27 16:03:15 2019 xorriso : UPDATE : 42.61% done, estimate finish Sat Apr 27 16:03:12 2019 xorriso : UPDATE : 44.72% done, estimate finish Sat Apr 27 16:03:12 2019 xorriso : UPDATE : 46.64% done, estimate finish Sat Apr 27 16:03:12 2019 xorriso : UPDATE : 48.53% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 50.60% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 52.94% done, estimate finish Sat Apr 27 16:03:12 2019 xorriso : UPDATE : 54.87% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 56.89% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 59.24% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 61.01% done, estimate finish Sat Apr 27 16:03:12 2019 xorriso : UPDATE : 63.44% done, estimate finish Sat Apr 27 16:03:12 2019 xorriso : UPDATE : 65.52% done, estimate finish Sat Apr 27 16:03:12 2019 xorriso : UPDATE : 66.94% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 68.57% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 70.51% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 72.37% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 73.99% done, estimate finish Sat Apr 27 16:03:14 2019 xorriso : UPDATE : 75.18% done, estimate finish Sat Apr 27 16:03:15 2019 xorriso : UPDATE : 77.65% done, estimate finish Sat Apr 27 16:03:14 2019 xorriso : UPDATE : 78.56% done, estimate finish Sat Apr 27 16:03:15 2019 xorriso : UPDATE : 78.56% done, estimate finish Sat Apr 27 16:03:19 2019 xorriso : UPDATE : 78.56% done, estimate finish Sat Apr 27 16:03:20 2019 xorriso : UPDATE : 86.64% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 86.87% done, estimate finish Sat Apr 27 16:03:15 2019 xorriso : UPDATE : 86.87% done, estimate finish Sat Apr 27 16:03:16 2019 xorriso : UPDATE : 92.78% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 95.78% done, estimate finish Sat Apr 27 16:03:13 2019 xorriso : UPDATE : 97.91% done xorriso : UPDATE : 99.89% done ISO image produced: 2201154 sectors Written to medium : 2201154 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:03:14 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-10.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot10 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD10 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10' xorriso : UPDATE : 13416 files added in 1 seconds xorriso : UPDATE : 13416 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.44% done xorriso : UPDATE : 0.96% done, estimate finish Sat Apr 27 16:07:15 2019 xorriso : UPDATE : 2.75% done, estimate finish Sat Apr 27 16:05:15 2019 xorriso : UPDATE : 4.10% done, estimate finish Sat Apr 27 16:05:00 2019 xorriso : UPDATE : 6.93% done, estimate finish Sat Apr 27 16:04:32 2019 xorriso : UPDATE : 9.01% done, estimate finish Sat Apr 27 16:04:25 2019 xorriso : UPDATE : 9.97% done, estimate finish Sat Apr 27 16:04:29 2019 xorriso : UPDATE : 12.90% done, estimate finish Sat Apr 27 16:04:20 2019 xorriso : UPDATE : 14.91% done, estimate finish Sat Apr 27 16:04:18 2019 xorriso : UPDATE : 16.59% done, estimate finish Sat Apr 27 16:04:17 2019 xorriso : UPDATE : 18.98% done, estimate finish Sat Apr 27 16:04:15 2019 xorriso : UPDATE : 20.99% done, estimate finish Sat Apr 27 16:04:07 2019 xorriso : UPDATE : 22.98% done, estimate finish Sat Apr 27 16:04:06 2019 xorriso : UPDATE : 24.91% done, estimate finish Sat Apr 27 16:04:07 2019 xorriso : UPDATE : 27.10% done, estimate finish Sat Apr 27 16:04:06 2019 xorriso : UPDATE : 29.17% done, estimate finish Sat Apr 27 16:04:06 2019 xorriso : UPDATE : 30.93% done, estimate finish Sat Apr 27 16:04:06 2019 xorriso : UPDATE : 33.19% done, estimate finish Sat Apr 27 16:04:06 2019 xorriso : UPDATE : 34.77% done, estimate finish Sat Apr 27 16:04:07 2019 xorriso : UPDATE : 36.68% done, estimate finish Sat Apr 27 16:04:07 2019 xorriso : UPDATE : 38.24% done, estimate finish Sat Apr 27 16:04:07 2019 xorriso : UPDATE : 40.04% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 41.59% done, estimate finish Sat Apr 27 16:04:09 2019 xorriso : UPDATE : 43.73% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 45.80% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 47.48% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 49.47% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 51.12% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 53.57% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 55.28% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 56.84% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 58.96% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 60.51% done, estimate finish Sat Apr 27 16:04:09 2019 xorriso : UPDATE : 61.92% done, estimate finish Sat Apr 27 16:04:09 2019 xorriso : UPDATE : 64.94% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 66.06% done, estimate finish Sat Apr 27 16:04:09 2019 xorriso : UPDATE : 68.75% done, estimate finish Sat Apr 27 16:04:09 2019 xorriso : UPDATE : 70.51% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 72.39% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 74.05% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 75.75% done, estimate finish Sat Apr 27 16:04:09 2019 xorriso : UPDATE : 77.62% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 79.89% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 81.50% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 83.42% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 85.02% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 86.42% done, estimate finish Sat Apr 27 16:04:09 2019 xorriso : UPDATE : 89.10% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 91.09% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 93.01% done, estimate finish Sat Apr 27 16:04:08 2019 xorriso : UPDATE : 94.35% done, estimate finish Sat Apr 27 16:04:09 2019 xorriso : UPDATE : 94.35% done, estimate finish Sat Apr 27 16:04:10 2019 xorriso : UPDATE : 98.72% done ISO image produced: 2286008 sectors Written to medium : 2286008 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:04:09 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-11.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot11 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD11 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD11' xorriso : UPDATE : 12215 files added in 1 seconds xorriso : UPDATE : 12215 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.45% done xorriso : UPDATE : 0.89% done, estimate finish Sat Apr 27 16:08:28 2019 xorriso : UPDATE : 3.26% done, estimate finish Sat Apr 27 16:05:51 2019 xorriso : UPDATE : 5.22% done, estimate finish Sat Apr 27 16:05:33 2019 xorriso : UPDATE : 7.22% done, estimate finish Sat Apr 27 16:05:24 2019 xorriso : UPDATE : 8.34% done, estimate finish Sat Apr 27 16:05:26 2019 xorriso : UPDATE : 10.93% done, estimate finish Sat Apr 27 16:05:17 2019 xorriso : UPDATE : 12.62% done, estimate finish Sat Apr 27 16:05:16 2019 xorriso : UPDATE : 12.62% done, estimate finish Sat Apr 27 16:05:24 2019 xorriso : UPDATE : 16.79% done, estimate finish Sat Apr 27 16:05:12 2019 xorriso : UPDATE : 18.57% done, estimate finish Sat Apr 27 16:05:11 2019 xorriso : UPDATE : 20.20% done, estimate finish Sat Apr 27 16:05:04 2019 xorriso : UPDATE : 22.43% done, estimate finish Sat Apr 27 16:05:02 2019 xorriso : UPDATE : 24.01% done, estimate finish Sat Apr 27 16:05:04 2019 xorriso : UPDATE : 25.69% done, estimate finish Sat Apr 27 16:05:03 2019 xorriso : UPDATE : 27.23% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 29.42% done, estimate finish Sat Apr 27 16:05:04 2019 xorriso : UPDATE : 31.32% done, estimate finish Sat Apr 27 16:05:04 2019 xorriso : UPDATE : 33.41% done, estimate finish Sat Apr 27 16:05:04 2019 xorriso : UPDATE : 35.07% done, estimate finish Sat Apr 27 16:05:04 2019 xorriso : UPDATE : 36.77% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 38.47% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 39.90% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 41.59% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 43.45% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 45.05% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 46.55% done, estimate finish Sat Apr 27 16:05:07 2019 xorriso : UPDATE : 49.33% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 50.49% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 53.19% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 54.67% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 56.16% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 57.81% done, estimate finish Sat Apr 27 16:05:07 2019 xorriso : UPDATE : 59.73% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 60.94% done, estimate finish Sat Apr 27 16:05:07 2019 xorriso : UPDATE : 63.38% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 65.13% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 66.59% done, estimate finish Sat Apr 27 16:05:07 2019 xorriso : UPDATE : 68.84% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 70.50% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 71.60% done, estimate finish Sat Apr 27 16:05:07 2019 xorriso : UPDATE : 73.11% done, estimate finish Sat Apr 27 16:05:07 2019 xorriso : UPDATE : 73.11% done, estimate finish Sat Apr 27 16:05:10 2019 xorriso : UPDATE : 77.80% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 79.68% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 82.03% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 83.73% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 85.84% done, estimate finish Sat Apr 27 16:05:06 2019 xorriso : UPDATE : 87.76% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 89.08% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 91.81% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 93.64% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 95.54% done, estimate finish Sat Apr 27 16:05:05 2019 xorriso : UPDATE : 96.92% done xorriso : UPDATE : 99.87% done ISO image produced: 2280493 sectors Written to medium : 2280493 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:05:06 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-12.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot12 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD12 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12' xorriso : UPDATE : 6792 files added in 1 seconds xorriso : UPDATE : 6792 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.18% done xorriso : UPDATE : 1.37% done xorriso : UPDATE : 3.50% done, estimate finish Sat Apr 27 16:06:19 2019 xorriso : UPDATE : 5.33% done, estimate finish Sat Apr 27 16:06:13 2019 xorriso : UPDATE : 7.77% done, estimate finish Sat Apr 27 16:06:05 2019 xorriso : UPDATE : 7.79% done, estimate finish Sat Apr 27 16:06:18 2019 xorriso : UPDATE : 11.47% done, estimate finish Sat Apr 27 16:06:04 2019 xorriso : UPDATE : 11.75% done, estimate finish Sat Apr 27 16:06:11 2019 xorriso : UPDATE : 15.31% done, estimate finish Sat Apr 27 16:06:03 2019 xorriso : UPDATE : 15.52% done, estimate finish Sat Apr 27 16:06:08 2019 xorriso : UPDATE : 18.94% done, estimate finish Sat Apr 27 16:06:02 2019 xorriso : UPDATE : 21.65% done, estimate finish Sat Apr 27 16:06:00 2019 xorriso : UPDATE : 23.80% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 25.98% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 27.92% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 30.15% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 32.36% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 34.48% done, estimate finish Sat Apr 27 16:05:55 2019 xorriso : UPDATE : 36.52% done, estimate finish Sat Apr 27 16:05:55 2019 xorriso : UPDATE : 38.32% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 40.41% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 41.99% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 44.20% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 45.97% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 47.73% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 49.85% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 51.65% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 52.85% done, estimate finish Sat Apr 27 16:05:58 2019 xorriso : UPDATE : 52.85% done, estimate finish Sat Apr 27 16:06:00 2019 xorriso : UPDATE : 52.85% done, estimate finish Sat Apr 27 16:06:03 2019 xorriso : UPDATE : 59.25% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 61.56% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 63.13% done, estimate finish Sat Apr 27 16:05:58 2019 xorriso : UPDATE : 63.13% done, estimate finish Sat Apr 27 16:06:01 2019 xorriso : UPDATE : 68.04% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 70.09% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 71.92% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 73.82% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 76.33% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 77.68% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 80.15% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 81.48% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 83.83% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 85.95% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 88.03% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 90.06% done, estimate finish Sat Apr 27 16:05:56 2019 xorriso : UPDATE : 90.50% done, estimate finish Sat Apr 27 16:05:57 2019 xorriso : UPDATE : 90.50% done, estimate finish Sat Apr 27 16:05:59 2019 xorriso : UPDATE : 96.01% done xorriso : UPDATE : 96.64% done xorriso : UPDATE : Thank you for being patient. Working since 51 seconds. ISO image produced: 2290516 sectors Written to medium : 2290516 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:05:58 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-13.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot13 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD13 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD13' xorriso : UPDATE : 1213 files added in 1 seconds xorriso : UPDATE : 1213 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.15% done xorriso : UPDATE : 4.01% done xorriso : UPDATE : 9.50% done xorriso : UPDATE : 17.87% done, estimate finish Sat Apr 27 16:06:14 2019 xorriso : UPDATE : 25.05% done, estimate finish Sat Apr 27 16:06:14 2019 xorriso : UPDATE : 30.83% done, estimate finish Sat Apr 27 16:06:14 2019 xorriso : UPDATE : 37.10% done, estimate finish Sat Apr 27 16:06:14 2019 xorriso : UPDATE : 39.95% done, estimate finish Sat Apr 27 16:06:16 2019 xorriso : UPDATE : 39.95% done, estimate finish Sat Apr 27 16:06:18 2019 xorriso : UPDATE : 39.95% done, estimate finish Sat Apr 27 16:06:21 2019 xorriso : UPDATE : 63.65% done, estimate finish Sat Apr 27 16:06:14 2019 xorriso : UPDATE : 70.79% done, estimate finish Sat Apr 27 16:06:14 2019 xorriso : UPDATE : 70.79% done, estimate finish Sat Apr 27 16:06:15 2019 xorriso : UPDATE : 82.89% done, estimate finish Sat Apr 27 16:06:13 2019 xorriso : UPDATE : 90.09% done xorriso : UPDATE : 95.58% done ISO image produced: 702087 sectors Written to medium : 702087 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:06:14 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD2 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD2' xorriso : UPDATE : 5414 files added in 1 seconds xorriso : UPDATE : 5414 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.24% done xorriso : UPDATE : 2.17% done xorriso : UPDATE : 4.36% done, estimate finish Sat Apr 27 16:07:15 2019 xorriso : UPDATE : 6.58% done, estimate finish Sat Apr 27 16:07:10 2019 xorriso : UPDATE : 7.90% done, estimate finish Sat Apr 27 16:07:13 2019 xorriso : UPDATE : 10.76% done, estimate finish Sat Apr 27 16:07:07 2019 xorriso : UPDATE : 13.29% done, estimate finish Sat Apr 27 16:07:05 2019 xorriso : UPDATE : 15.48% done, estimate finish Sat Apr 27 16:07:04 2019 xorriso : UPDATE : 15.56% done, estimate finish Sat Apr 27 16:07:10 2019 xorriso : UPDATE : 19.99% done, estimate finish Sat Apr 27 16:07:03 2019 xorriso : UPDATE : 21.88% done, estimate finish Sat Apr 27 16:07:03 2019 xorriso : UPDATE : 24.41% done, estimate finish Sat Apr 27 16:07:02 2019 xorriso : UPDATE : 26.67% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 28.26% done, estimate finish Sat Apr 27 16:07:01 2019 xorriso : UPDATE : 31.33% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 33.60% done, estimate finish Sat Apr 27 16:06:59 2019 xorriso : UPDATE : 35.57% done, estimate finish Sat Apr 27 16:06:59 2019 xorriso : UPDATE : 38.08% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 38.85% done, estimate finish Sat Apr 27 16:07:01 2019 xorriso : UPDATE : 42.84% done, estimate finish Sat Apr 27 16:06:59 2019 xorriso : UPDATE : 44.77% done, estimate finish Sat Apr 27 16:06:59 2019 xorriso : UPDATE : 46.69% done, estimate finish Sat Apr 27 16:06:59 2019 xorriso : UPDATE : 48.47% done, estimate finish Sat Apr 27 16:07:01 2019 xorriso : UPDATE : 49.74% done, estimate finish Sat Apr 27 16:07:01 2019 xorriso : UPDATE : 53.06% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 55.04% done, estimate finish Sat Apr 27 16:07:01 2019 xorriso : UPDATE : 57.29% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 58.19% done, estimate finish Sat Apr 27 16:07:02 2019 xorriso : UPDATE : 61.70% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 63.94% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 66.33% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 66.51% done, estimate finish Sat Apr 27 16:07:01 2019 xorriso : UPDATE : 69.88% done, estimate finish Sat Apr 27 16:07:01 2019 xorriso : UPDATE : 72.99% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 74.98% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 76.90% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 76.90% done, estimate finish Sat Apr 27 16:07:02 2019 xorriso : UPDATE : 76.90% done, estimate finish Sat Apr 27 16:07:04 2019 xorriso : UPDATE : 84.28% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 86.99% done, estimate finish Sat Apr 27 16:06:59 2019 xorriso : UPDATE : 89.30% done, estimate finish Sat Apr 27 16:06:59 2019 xorriso : UPDATE : 91.55% done, estimate finish Sat Apr 27 16:06:59 2019 xorriso : UPDATE : 93.05% done, estimate finish Sat Apr 27 16:07:00 2019 xorriso : UPDATE : 95.49% done xorriso : UPDATE : 98.39% done ISO image produced: 2093807 sectors Written to medium : 2093807 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:07:00 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 3' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-3.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD3 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3' xorriso : UPDATE : 4329 files added in 1 seconds xorriso : UPDATE : 4329 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.1.3-1_s390x.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.24% done xorriso : UPDATE : 0.39% done xorriso : UPDATE : 0.39% done, estimate finish Sat Apr 27 16:18:36 2019 xorriso : UPDATE : 0.39% done, estimate finish Sat Apr 27 16:22:53 2019 xorriso : UPDATE : 0.39% done, estimate finish Sat Apr 27 16:27:11 2019 xorriso : UPDATE : 0.39% done, estimate finish Sat Apr 27 16:31:28 2019 xorriso : UPDATE : 13.52% done, estimate finish Sat Apr 27 16:07:50 2019 xorriso : UPDATE : 15.43% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 17.44% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 18.79% done, estimate finish Sat Apr 27 16:07:52 2019 xorriso : UPDATE : 21.07% done, estimate finish Sat Apr 27 16:07:52 2019 xorriso : UPDATE : 23.32% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 25.11% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 26.22% done, estimate finish Sat Apr 27 16:07:53 2019 xorriso : UPDATE : 29.17% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 31.16% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 33.05% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 35.03% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 36.99% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 39.16% done, estimate finish Sat Apr 27 16:07:50 2019 xorriso : UPDATE : 41.21% done, estimate finish Sat Apr 27 16:07:50 2019 xorriso : UPDATE : 43.10% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 45.07% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 47.07% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 49.09% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 50.96% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 53.44% done, estimate finish Sat Apr 27 16:07:49 2019 xorriso : UPDATE : 54.91% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 57.08% done, estimate finish Sat Apr 27 16:07:50 2019 xorriso : UPDATE : 59.99% done, estimate finish Sat Apr 27 16:07:49 2019 xorriso : UPDATE : 61.44% done, estimate finish Sat Apr 27 16:07:50 2019 xorriso : UPDATE : 63.61% done, estimate finish Sat Apr 27 16:07:49 2019 xorriso : UPDATE : 66.07% done, estimate finish Sat Apr 27 16:07:49 2019 xorriso : UPDATE : 67.85% done, estimate finish Sat Apr 27 16:07:50 2019 xorriso : UPDATE : 69.81% done, estimate finish Sat Apr 27 16:07:49 2019 xorriso : UPDATE : 71.67% done, estimate finish Sat Apr 27 16:07:49 2019 xorriso : UPDATE : 73.47% done, estimate finish Sat Apr 27 16:07:50 2019 xorriso : UPDATE : 74.05% done, estimate finish Sat Apr 27 16:07:51 2019 xorriso : UPDATE : 74.05% done, estimate finish Sat Apr 27 16:07:54 2019 xorriso : UPDATE : 74.05% done, estimate finish Sat Apr 27 16:07:56 2019 xorriso : UPDATE : 74.05% done, estimate finish Sat Apr 27 16:07:57 2019 xorriso : UPDATE : 84.73% done, estimate finish Sat Apr 27 16:07:49 2019 xorriso : UPDATE : 86.47% done, estimate finish Sat Apr 27 16:07:49 2019 xorriso : UPDATE : 86.47% done, estimate finish Sat Apr 27 16:07:50 2019 xorriso : UPDATE : 90.95% done, estimate finish Sat Apr 27 16:07:49 2019 xorriso : UPDATE : 90.95% done, estimate finish Sat Apr 27 16:07:50 2019 xorriso : UPDATE : 94.34% done, estimate finish Sat Apr 27 16:07:49 2019 xorriso : UPDATE : 96.04% done xorriso : UPDATE : 99.30% done ISO image produced: 2276003 sectors Written to medium : 2276003 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:07:50 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-4.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot4 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD4 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD4' xorriso : UPDATE : 5017 files added in 1 seconds xorriso : UPDATE : 5017 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 1.51% done xorriso : UPDATE : 3.59% done, estimate finish Sat Apr 27 16:09:06 2019 xorriso : UPDATE : 5.29% done, estimate finish Sat Apr 27 16:09:01 2019 xorriso : UPDATE : 7.17% done, estimate finish Sat Apr 27 16:08:56 2019 xorriso : UPDATE : 8.45% done, estimate finish Sat Apr 27 16:08:58 2019 xorriso : UPDATE : 11.40% done, estimate finish Sat Apr 27 16:08:50 2019 xorriso : UPDATE : 11.64% done, estimate finish Sat Apr 27 16:08:57 2019 xorriso : UPDATE : 11.64% done, estimate finish Sat Apr 27 16:09:06 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:08:49 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:08:55 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:09:01 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:09:07 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:09:14 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:09:21 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:09:29 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:09:36 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:09:43 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:09:51 2019 xorriso : UPDATE : 16.65% done, estimate finish Sat Apr 27 16:09:58 2019 xorriso : UPDATE : 28.96% done, estimate finish Sat Apr 27 16:09:01 2019 xorriso : UPDATE : 42.35% done, estimate finish Sat Apr 27 16:08:40 2019 xorriso : UPDATE : 45.30% done, estimate finish Sat Apr 27 16:08:35 2019 xorriso : UPDATE : 47.29% done, estimate finish Sat Apr 27 16:08:35 2019 xorriso : UPDATE : 49.26% done, estimate finish Sat Apr 27 16:08:35 2019 xorriso : UPDATE : 50.75% done, estimate finish Sat Apr 27 16:08:36 2019 xorriso : UPDATE : 53.02% done, estimate finish Sat Apr 27 16:08:37 2019 xorriso : UPDATE : 54.93% done, estimate finish Sat Apr 27 16:08:36 2019 xorriso : UPDATE : 56.73% done, estimate finish Sat Apr 27 16:08:38 2019 xorriso : UPDATE : 57.61% done, estimate finish Sat Apr 27 16:08:38 2019 xorriso : UPDATE : 60.80% done, estimate finish Sat Apr 27 16:08:37 2019 xorriso : UPDATE : 62.71% done, estimate finish Sat Apr 27 16:08:38 2019 xorriso : UPDATE : 64.82% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 66.58% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 68.24% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 69.51% done, estimate finish Sat Apr 27 16:08:42 2019 xorriso : UPDATE : 71.97% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 73.32% done, estimate finish Sat Apr 27 16:08:42 2019 xorriso : UPDATE : 75.50% done, estimate finish Sat Apr 27 16:08:42 2019 xorriso : UPDATE : 77.54% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 79.35% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 81.29% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 83.44% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 85.47% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 87.30% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 87.64% done, estimate finish Sat Apr 27 16:08:43 2019 xorriso : UPDATE : 91.13% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 92.94% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 94.81% done, estimate finish Sat Apr 27 16:08:41 2019 xorriso : UPDATE : 94.81% done, estimate finish Sat Apr 27 16:08:42 2019 xorriso : UPDATE : 99.39% done ISO image produced: 2288356 sectors Written to medium : 2288356 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:08:42 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-5.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot5 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD5 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD5' xorriso : UPDATE : 4408 files added in 1 seconds xorriso : UPDATE : 4408 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.3-1_s390x.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.23% done xorriso : UPDATE : 1.68% done xorriso : UPDATE : 2.60% done, estimate finish Sat Apr 27 16:10:27 2019 xorriso : UPDATE : 5.04% done, estimate finish Sat Apr 27 16:09:56 2019 xorriso : UPDATE : 7.43% done, estimate finish Sat Apr 27 16:09:46 2019 xorriso : UPDATE : 9.88% done, estimate finish Sat Apr 27 16:09:41 2019 xorriso : UPDATE : 11.59% done, estimate finish Sat Apr 27 16:09:41 2019 xorriso : UPDATE : 13.29% done, estimate finish Sat Apr 27 16:09:41 2019 xorriso : UPDATE : 15.45% done, estimate finish Sat Apr 27 16:09:39 2019 xorriso : UPDATE : 17.15% done, estimate finish Sat Apr 27 16:09:39 2019 xorriso : UPDATE : 17.15% done, estimate finish Sat Apr 27 16:09:45 2019 xorriso : UPDATE : 21.90% done, estimate finish Sat Apr 27 16:09:36 2019 xorriso : UPDATE : 24.15% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 24.62% done, estimate finish Sat Apr 27 16:09:34 2019 xorriso : UPDATE : 27.91% done, estimate finish Sat Apr 27 16:09:31 2019 xorriso : UPDATE : 30.53% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 32.04% done, estimate finish Sat Apr 27 16:09:31 2019 xorriso : UPDATE : 34.70% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 36.88% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 37.99% done, estimate finish Sat Apr 27 16:09:32 2019 xorriso : UPDATE : 41.21% done, estimate finish Sat Apr 27 16:09:31 2019 xorriso : UPDATE : 43.14% done, estimate finish Sat Apr 27 16:09:31 2019 xorriso : UPDATE : 45.26% done, estimate finish Sat Apr 27 16:09:31 2019 xorriso : UPDATE : 47.32% done, estimate finish Sat Apr 27 16:09:31 2019 xorriso : UPDATE : 47.77% done, estimate finish Sat Apr 27 16:09:33 2019 xorriso : UPDATE : 47.77% done, estimate finish Sat Apr 27 16:09:35 2019 xorriso : UPDATE : 53.93% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 54.26% done, estimate finish Sat Apr 27 16:09:32 2019 xorriso : UPDATE : 54.26% done, estimate finish Sat Apr 27 16:09:35 2019 xorriso : UPDATE : 60.08% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 61.94% done, estimate finish Sat Apr 27 16:09:31 2019 xorriso : UPDATE : 61.94% done, estimate finish Sat Apr 27 16:09:33 2019 xorriso : UPDATE : 61.94% done, estimate finish Sat Apr 27 16:09:37 2019 xorriso : UPDATE : 61.94% done, estimate finish Sat Apr 27 16:09:40 2019 xorriso : UPDATE : 61.94% done, estimate finish Sat Apr 27 16:09:42 2019 xorriso : UPDATE : 73.62% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 76.05% done, estimate finish Sat Apr 27 16:09:29 2019 xorriso : UPDATE : 78.02% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 80.32% done, estimate finish Sat Apr 27 16:09:29 2019 xorriso : UPDATE : 82.32% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 84.56% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 86.73% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 87.96% done, estimate finish Sat Apr 27 16:09:29 2019 xorriso : UPDATE : 90.10% done, estimate finish Sat Apr 27 16:09:29 2019 xorriso : UPDATE : 90.10% done, estimate finish Sat Apr 27 16:09:31 2019 xorriso : UPDATE : 94.55% done, estimate finish Sat Apr 27 16:09:30 2019 xorriso : UPDATE : 97.13% done xorriso : UPDATE : 98.60% done ISO image produced: 2291003 sectors Written to medium : 2291003 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:09:31 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-6.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot6 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD6 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD6' xorriso : UPDATE : 2621 files added in 1 seconds xorriso : UPDATE : 2621 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.77% done xorriso : UPDATE : 2.68% done xorriso : UPDATE : 4.40% done, estimate finish Sat Apr 27 16:10:35 2019 xorriso : UPDATE : 6.34% done, estimate finish Sat Apr 27 16:10:32 2019 xorriso : UPDATE : 7.89% done, estimate finish Sat Apr 27 16:10:33 2019 xorriso : UPDATE : 9.97% done, estimate finish Sat Apr 27 16:10:29 2019 xorriso : UPDATE : 11.41% done, estimate finish Sat Apr 27 16:10:31 2019 xorriso : UPDATE : 11.41% done, estimate finish Sat Apr 27 16:10:39 2019 xorriso : UPDATE : 11.41% done, estimate finish Sat Apr 27 16:10:48 2019 xorriso : UPDATE : 17.54% done, estimate finish Sat Apr 27 16:10:27 2019 xorriso : UPDATE : 19.73% done, estimate finish Sat Apr 27 16:10:26 2019 xorriso : UPDATE : 20.44% done, estimate finish Sat Apr 27 16:10:29 2019 xorriso : UPDATE : 20.44% done, estimate finish Sat Apr 27 16:10:34 2019 xorriso : UPDATE : 25.72% done, estimate finish Sat Apr 27 16:10:23 2019 xorriso : UPDATE : 28.31% done, estimate finish Sat Apr 27 16:10:21 2019 xorriso : UPDATE : 30.42% done, estimate finish Sat Apr 27 16:10:22 2019 xorriso : UPDATE : 32.27% done, estimate finish Sat Apr 27 16:10:21 2019 xorriso : UPDATE : 34.16% done, estimate finish Sat Apr 27 16:10:21 2019 xorriso : UPDATE : 35.97% done, estimate finish Sat Apr 27 16:10:22 2019 xorriso : UPDATE : 37.44% done, estimate finish Sat Apr 27 16:10:23 2019 xorriso : UPDATE : 39.66% done, estimate finish Sat Apr 27 16:10:22 2019 xorriso : UPDATE : 41.80% done, estimate finish Sat Apr 27 16:10:23 2019 xorriso : UPDATE : 43.98% done, estimate finish Sat Apr 27 16:10:22 2019 xorriso : UPDATE : 45.92% done, estimate finish Sat Apr 27 16:10:21 2019 xorriso : UPDATE : 46.64% done, estimate finish Sat Apr 27 16:10:24 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Apr 27 16:10:22 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Apr 27 16:10:25 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Apr 27 16:10:28 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Apr 27 16:10:30 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Apr 27 16:10:34 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Apr 27 16:10:36 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Apr 27 16:10:39 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Apr 27 16:10:42 2019 xorriso : UPDATE : 55.74% done, estimate finish Sat Apr 27 16:10:44 2019 xorriso : UPDATE : 68.70% done, estimate finish Sat Apr 27 16:10:21 2019 xorriso : UPDATE : 70.61% done, estimate finish Sat Apr 27 16:10:21 2019 xorriso : UPDATE : 72.40% done, estimate finish Sat Apr 27 16:10:21 2019 xorriso : UPDATE : 72.40% done, estimate finish Sat Apr 27 16:10:23 2019 xorriso : UPDATE : 72.40% done, estimate finish Sat Apr 27 16:10:25 2019 xorriso : UPDATE : 79.07% done, estimate finish Sat Apr 27 16:10:21 2019 xorriso : UPDATE : 79.07% done, estimate finish Sat Apr 27 16:10:22 2019 xorriso : UPDATE : 79.07% done, estimate finish Sat Apr 27 16:10:24 2019 xorriso : UPDATE : 79.07% done, estimate finish Sat Apr 27 16:10:26 2019 xorriso : UPDATE : 87.16% done, estimate finish Sat Apr 27 16:10:19 2019 xorriso : UPDATE : 87.16% done, estimate finish Sat Apr 27 16:10:20 2019 xorriso : UPDATE : 87.16% done, estimate finish Sat Apr 27 16:10:21 2019 xorriso : UPDATE : 94.34% done xorriso : UPDATE : 94.34% done, estimate finish Sat Apr 27 16:10:21 2019 xorriso : UPDATE : 99.23% done ISO image produced: 2288191 sectors Written to medium : 2288191 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:10:21 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-7.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot7 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD7 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD7' xorriso : UPDATE : 7058 files added in 1 seconds xorriso : UPDATE : 7058 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/hdmi2usb-fx2-firmware_0.0.0~git20151225-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 1.23% done xorriso : UPDATE : 3.30% done, estimate finish Sat Apr 27 16:11:41 2019 xorriso : UPDATE : 4.92% done, estimate finish Sat Apr 27 16:11:35 2019 xorriso : UPDATE : 5.74% done, estimate finish Sat Apr 27 16:11:42 2019 xorriso : UPDATE : 5.74% done, estimate finish Sat Apr 27 16:12:00 2019 xorriso : UPDATE : 5.74% done, estimate finish Sat Apr 27 16:12:17 2019 xorriso : UPDATE : 14.18% done, estimate finish Sat Apr 27 16:11:16 2019 xorriso : UPDATE : 16.17% done, estimate finish Sat Apr 27 16:11:15 2019 xorriso : UPDATE : 17.97% done, estimate finish Sat Apr 27 16:11:15 2019 xorriso : UPDATE : 20.28% done, estimate finish Sat Apr 27 16:11:14 2019 xorriso : UPDATE : 21.73% done, estimate finish Sat Apr 27 16:11:15 2019 xorriso : UPDATE : 24.37% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 26.51% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 28.55% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 30.51% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 32.81% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 34.41% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 36.95% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 39.03% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 41.01% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 43.12% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 44.94% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 47.15% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 49.16% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 50.79% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 53.22% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 55.02% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 56.45% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 56.45% done, estimate finish Sat Apr 27 16:11:14 2019 xorriso : UPDATE : 56.45% done, estimate finish Sat Apr 27 16:11:16 2019 xorriso : UPDATE : 63.43% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 65.54% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 67.74% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 69.36% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 71.78% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 73.44% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 75.75% done, estimate finish Sat Apr 27 16:11:10 2019 xorriso : UPDATE : 77.54% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 79.01% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 80.83% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 82.13% done, estimate finish Sat Apr 27 16:11:12 2019 xorriso : UPDATE : 84.20% done, estimate finish Sat Apr 27 16:11:12 2019 xorriso : UPDATE : 86.56% done, estimate finish Sat Apr 27 16:11:12 2019 xorriso : UPDATE : 88.93% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 90.15% done, estimate finish Sat Apr 27 16:11:12 2019 xorriso : UPDATE : 93.05% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 95.13% done, estimate finish Sat Apr 27 16:11:11 2019 xorriso : UPDATE : 97.11% done xorriso : UPDATE : 98.34% done ISO image produced: 2285778 sectors Written to medium : 2285778 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:11:12 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-8.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot8 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD8 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD8' xorriso : UPDATE : 7750 files added in 1 seconds xorriso : UPDATE : 7750 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.18% done xorriso : UPDATE : 0.97% done xorriso : UPDATE : 3.00% done, estimate finish Sat Apr 27 16:12:36 2019 xorriso : UPDATE : 4.92% done, estimate finish Sat Apr 27 16:12:24 2019 xorriso : UPDATE : 5.29% done, estimate finish Sat Apr 27 16:12:38 2019 xorriso : UPDATE : 8.70% done, estimate finish Sat Apr 27 16:12:16 2019 xorriso : UPDATE : 8.70% done, estimate finish Sat Apr 27 16:12:28 2019 xorriso : UPDATE : 13.05% done, estimate finish Sat Apr 27 16:12:11 2019 xorriso : UPDATE : 13.86% done, estimate finish Sat Apr 27 16:12:14 2019 xorriso : UPDATE : 16.90% done, estimate finish Sat Apr 27 16:12:09 2019 xorriso : UPDATE : 18.64% done, estimate finish Sat Apr 27 16:12:09 2019 xorriso : UPDATE : 18.64% done, estimate finish Sat Apr 27 16:12:15 2019 xorriso : UPDATE : 23.07% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 25.25% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 27.46% done, estimate finish Sat Apr 27 16:12:02 2019 xorriso : UPDATE : 28.76% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 31.66% done, estimate finish Sat Apr 27 16:12:02 2019 xorriso : UPDATE : 33.61% done, estimate finish Sat Apr 27 16:12:02 2019 xorriso : UPDATE : 35.17% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 37.13% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 38.82% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 39.85% done, estimate finish Sat Apr 27 16:12:05 2019 xorriso : UPDATE : 42.75% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 44.39% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 45.99% done, estimate finish Sat Apr 27 16:12:05 2019 xorriso : UPDATE : 47.55% done, estimate finish Sat Apr 27 16:12:05 2019 xorriso : UPDATE : 47.55% done, estimate finish Sat Apr 27 16:12:08 2019 xorriso : UPDATE : 52.04% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 52.04% done, estimate finish Sat Apr 27 16:12:07 2019 xorriso : UPDATE : 57.09% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 59.09% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 60.40% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 63.24% done, estimate finish Sat Apr 27 16:12:02 2019 xorriso : UPDATE : 65.12% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 67.01% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 68.99% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 70.89% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 72.78% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 74.59% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 76.43% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 78.41% done, estimate finish Sat Apr 27 16:12:03 2019 xorriso : UPDATE : 80.13% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 82.30% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 84.35% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 85.51% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 85.51% done, estimate finish Sat Apr 27 16:12:06 2019 xorriso : UPDATE : 85.51% done, estimate finish Sat Apr 27 16:12:08 2019 xorriso : UPDATE : 91.98% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 93.86% done, estimate finish Sat Apr 27 16:12:04 2019 xorriso : UPDATE : 96.37% done xorriso : UPDATE : 97.71% done xorriso : UPDATE : 99.96% done ISO image produced: 2285214 sectors Written to medium : 2285214 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 16:12:05 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 s390x 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.9.0-s390x-DVD-9.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot9 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes CD9 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD9' xorriso : UPDATE : 7865 files added in 1 seconds xorriso : UPDATE : 7865 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/bladerf-firmware-fx3_0.2016.06-1+b2_s390x.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.18% done xorriso : UPDATE : 1.22% done xorriso : UPDATE : 3.26% done, estimate finish Sat Apr 27 16:13:23 2019 xorriso : UPDATE : 3.70% done, estimate finish Sat Apr 27 16:13:41 2019 xorriso : UPDATE : 7.25% done, estimate finish Sat Apr 27 16:13:08 2019 xorriso : UPDATE : 9.35% done, estimate finish Sat Apr 27 16:13:05 2019 xorriso : UPDATE : 9.35% done, estimate finish Sat Apr 27 16:13:16 2019 xorriso : UPDATE : 9.35% done, estimate finish Sat Apr 27 16:13:26 2019 xorriso : UPDATE : 15.49% done, estimate finish Sat Apr 27 16:13:01 2019 xorriso : UPDATE : 17.35% done, estimate finish Sat Apr 27 16:13:01 2019 xorriso : UPDATE : 19.26% done, estimate finish Sat Apr 27 16:13:01 2019 xorriso : UPDATE : 21.51% done, estimate finish Sat Apr 27 16:12:59 2019 xorriso : UPDATE : 23.57% done, estimate finish Sat Apr 27 16:12:55 2019 xorriso : UPDATE : 24.29% done, estimate finish Sat Apr 27 16:12:59 2019 xorriso : UPDATE : 24.29% done, estimate finish Sat Apr 27 16:13:03 2019 xorriso : UPDATE : 29.71% done, estimate finish Sat Apr 27 16:12:56 2019 xorriso : UPDATE : 31.89% done, estimate finish Sat Apr 27 16:12:55 2019 xorriso : UPDATE : 32.19% done, estimate finish Sat Apr 27 16:12:58 2019 xorriso : UPDATE : 35.43% done, estimate finish Sat Apr 27 16:12:56 2019 xorriso : UPDATE : 37.92% done, estimate finish Sat Apr 27 16:12:55 2019 xorriso : UPDATE : 39.54% done, estimate finish Sat Apr 27 16:12:56 2019 xorriso : UPDATE : 41.60% done, estimate finish Sat Apr 27 16:12:55 2019 xorriso : UPDATE : 44.09% done, estimate finish Sat Apr 27 16:12:55 2019 xorriso : UPDATE : 45.81% done, estimate finish Sat Apr 27 16:12:55 2019 xorriso : UPDATE : 47.61% done, estimate finish Sat Apr 27 16:12:56 2019 xorriso : UPDATE : 49.10% done, estimate finish Sat Apr 27 16:12:57 2019 xorriso : UPDATE : 51.32% done, estimate finish Sat Apr 27 16:12:56 2019 xorriso : UPDATE : 53.64% done, estimate finish Sat Apr 27 16:12:56 2019 xorriso : UPDATE : 55.55% done, estimate finish Sat Apr 27 16:12:56 2019 xorriso : UPDATE : 57.17% done, estimate finish Sat Apr 27 16:12:57 2019 xorriso : UPDATE : 58.72% done, estimate finish Sat Apr 27 16:12:57 2019 xorriso : UPDATE : 60.69% done, estimate finish Sat Apr 27 16:12:57 2019 xorriso : UPDATE : 62.23% done, estimate finish Sat Apr 27 16:12:58 2019 xorriso : UPDATE : 64.36% done, estimate finish Sat Apr 27 16:12:58 2019 xorriso : UPDATE : 66.24% done, estimate finish Sat Apr 27 16:12:58 2019 xorriso : UPDATE : 68.02% done, estimate finish Sat Apr 27 16:12:58 2019 xorriso : UPDATE : 68.84% done, estimate finish Sat Apr 27 16:12:59 2019 xorriso : UPDATE : 72.31% done, estimate finish Sat Apr 27 16:12:57 2019 xorriso : UPDATE : 74.02% done, estimate finish Sat Apr 27 16:12:57 2019 xorriso : UPDATE : 76.36% done, estimate finish Sat Apr 27 16:12:57 2019 xorriso : UPDATE : 78.13% done, estimate finish Sat Apr 27 16:12:57 2019 xorriso : UPDATE : 80.19% done, estimate finish Sat Apr 27 16:12:57 2019 xorriso : UPDATE : 80.71% done, estimate finish Sat Apr 27 16:12:58 2019 xorriso : UPDATE : 80.71% done, estimate finish Sat Apr 27 16:13:00 2019 xorriso : UPDATE : 80.71% done, estimate finish Sat Apr 27 16:13:02 2019 xorriso : UPDATE : 80.71% done, estimate finish Sat Apr 27 16:13:04 2019 xorriso : UPDATE : 80.71% done, estimate finish Sat Apr 27 16:13:06 2019 xorriso : UPDATE : 92.10% done, estimate finish Sat Apr 27 16:12:56 2019 xorriso : UPDATE : 92.91% done, estimate finish Sat Apr 27 16:12:57 2019 xorriso : UPDATE : 96.19% done xorriso : UPDATE : 98.01% done xorriso : UPDATE : 99.80% done ISO image produced: 2289574 sectors Written to medium : 2289574 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.stretch/debian-cd/tools/imagesums /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x No Jigdo help for sha1, doing it the long way with sha1sum f86813ca8cb2dab69e0667d932d7c30b22c88e0d debian-9.9.0-s390x-DVD-1.iso No Jigdo help for md5, doing it the long way with md5sum c699f8e7d32564ba4f70dcf02c5e0648 debian-9.9.0-s390x-DVD-1.iso No Jigdo help for sha512, doing it the long way with sha512sum d7f9642b201ec8b001d6699cad0860fadbc2551eaebb198af4f65f949e5c4a967e597c7bd7e402f718a43bf6c1d41e44e476162069743314569f3449b813acbe debian-9.9.0-s390x-DVD-1.iso No Jigdo help for sha256, doing it the long way with sha256sum 1d313ca5bd396d536fc13819576092f77987905db9777f477428706247b26b24 debian-9.9.0-s390x-DVD-1.iso bbcc1e44ece113096cb2629cd9590b17a9bc9a78 debian-9.9.0-s390x-DVD-1.jigdo 508eb79304debb68c4f3e2acfabab62d debian-9.9.0-s390x-DVD-1.jigdo 24f4ba5caa7a9ebba582e09e5d49fba0a41b7b85360a2fb436fe195536010e440fb9c5f26dca86f326c57838a3bab23288f3e9c866d4e8eeed588a413a9b35b6 debian-9.9.0-s390x-DVD-1.jigdo 9df813ff8d949ed46f42ff258b04227200d6555c856483cc2907b7ef1347120d debian-9.9.0-s390x-DVD-1.jigdo 7c7e1e7ac8d0289fdd8e17180ce6f2ceb23515de debian-9.9.0-s390x-DVD-1.template d636c3a86377584bc5ad93eb5b0cb22f debian-9.9.0-s390x-DVD-1.template 6e40594d3371031599501283f9cc9034beccef93e0489d295a0106feb426a2a138b9ddd7ef3c60b5ca8dadae763074125cc931c71df21067c60efe2f5aeb846c debian-9.9.0-s390x-DVD-1.template 21a465d5b3870454b3a0bf780a8c6dd2425c2317d1b882005ccdf5a658300119 debian-9.9.0-s390x-DVD-1.template 403dca62b11cf28ca24cf6000337016f68b7ab97 debian-9.9.0-s390x-DVD-10.iso 7fbc7b0173046278d8ebe42822daafa2acc76bdd debian-9.9.0-s390x-DVD-10.jigdo 86e6a4865f7b677e6e4895de95b2e13a debian-9.9.0-s390x-DVD-10.iso 723c78cf2dca0b30ead657b843515fa6 debian-9.9.0-s390x-DVD-10.jigdo 7c070ee565a1efe5422f646b38f7c574ac5bbbe93cfdc6a23a23b46f4c8479802b1120075d06f9aad689027bb8129e62c06f216932a4cf36eb8b4e8064739e12 debian-9.9.0-s390x-DVD-10.iso a4fc8545eee022a95996ce830a86283fa6f41c470c38c22eccb481c2eb3f6070039361c271cc5f1f451c1aa03479cc862f5a4d8055053ef28f132f21ac5b53a1 debian-9.9.0-s390x-DVD-10.jigdo b98e9485bf3b11a2b4fb7a984806474b1d7de41cb17bc2a934c4661dc7a1c4ed debian-9.9.0-s390x-DVD-10.iso 6d68eef443d70f1c5dd89cc9d07f0e4b583ceb72ee6fd5a662c76dc0256fe8f2 debian-9.9.0-s390x-DVD-10.jigdo aa4e2c475fe6443cff469b3dd728e8dcaab7644d debian-9.9.0-s390x-DVD-10.template d57dc520d5b6e7d08c9c4bad012f6be1 debian-9.9.0-s390x-DVD-10.template e311f7bff846af70b5829e34693db649a2af9f0f9d46765ce6dcf567ac269cfb5e8adb78bdd18d35f58fbf12cc76e315e0ee894e9952e8ce07d853bd1014344e debian-9.9.0-s390x-DVD-10.template d883143fafe379a142b356113ac5932f78524d18a8e10f4cd641802f6bc0e51b debian-9.9.0-s390x-DVD-10.template 1f1939a3546826929c76d22d069f34d4eefc2201 debian-9.9.0-s390x-DVD-11.iso d86c5c9a70ac862e17c8002386db5df4d8e2dce1 debian-9.9.0-s390x-DVD-11.jigdo de81cc42e2abb7682f913b6545def50b debian-9.9.0-s390x-DVD-11.iso 795458c56366bd87ae8b37b52476b37d debian-9.9.0-s390x-DVD-11.jigdo b9fb15c6a3e35518e48fa403dc81aa73b46a7c54275e8f2ee666fd0214f879b1da2b6a56437c3bbfb953780e7bd71168bae53b7998bf5908f5b4c707ec95858e debian-9.9.0-s390x-DVD-11.iso a9c9d138ac5f7ec946c2f34a487fbe0f80c9cdf556fc1cdc3cbe2a0cf390d6c3e4690966b0c9066403a0899bdaa7fdf705a259419db954d277b017eed772d69c debian-9.9.0-s390x-DVD-11.jigdo 007c62e827ff75810cdf7b156406fb7363efbcfd06723c0217ed413b63d993ac debian-9.9.0-s390x-DVD-11.iso 7c0060d7e1c9d58f709dfadbf638462bce5521ce7741a44074b9e08fcd398420 debian-9.9.0-s390x-DVD-11.jigdo d115fb324630afccbf79f5d62058d60d5ff91fc6 debian-9.9.0-s390x-DVD-11.template 70c04ee6751c41c8bae6a79380aa4fcf debian-9.9.0-s390x-DVD-11.template 480e2b115d5e896c594fbacc74e370ef936d67abf0d099cb135ebe74d4df4e35a6284e6f7aedb55fa1ff661bd690ce65ce55ead9cdf1b94cd4c14b6ab9441f43 debian-9.9.0-s390x-DVD-11.template 95c56a3efdec11c57d49d04f56d11aec55d8473d8440ab403f6b19304168e77b debian-9.9.0-s390x-DVD-11.template 851695013c5dba2ad3d777b4bd53f857aef81d26 debian-9.9.0-s390x-DVD-12.iso e36c335b220f4efee54806f3232d1127472ad867 debian-9.9.0-s390x-DVD-12.jigdo 56c9d9d2e32674fabcf499669279971a debian-9.9.0-s390x-DVD-12.iso d3ec99cf6336ce8f3fb4d900ef79b0ea debian-9.9.0-s390x-DVD-12.jigdo 9ce0f806883108fb474613a7305b105ef3a1ff4e5651114d0e842b3fef083e7609a6a2504bb34d2c013f0164a11501be4f1b759813c39b70857387371b0904fd debian-9.9.0-s390x-DVD-12.iso 310cc6e9b7d9c273aae5217dba31f378d0b226e36d8a39f3a8c2eb691be6dc2985cdaebc56640696dbc105db196a3d80a792b74ed47624e54b46836d4a77851d debian-9.9.0-s390x-DVD-12.jigdo 7687f6a39997c9b04ceb552997665b1ae2dbb411fc49e1979316aeead8fd13e1 debian-9.9.0-s390x-DVD-12.iso daa4b5701ab56d77432a8421b92a3209bf4995dc492ccf2f52a242cb3204c16c debian-9.9.0-s390x-DVD-12.jigdo f22de1eac33d9ba4a9d4dcd91700eb68260d2f8a debian-9.9.0-s390x-DVD-12.template 2bbfd6b5c00b91d7a00e3866a3589435 debian-9.9.0-s390x-DVD-12.template caa95876996fcc97a2078c08bf0375ad20e1633c013475a960cc924ddf3d568eec611837e8b0867ad02717f5db3c6b8d0d8cc535672d22beac4167680aaae628 debian-9.9.0-s390x-DVD-12.template 63ddee24033d85489dccdc076e48520f3c8b2a27d20406e76d2b50937fdd504c debian-9.9.0-s390x-DVD-12.template 24ea7d7537d59058c48f9a45842ab15b8b16c897 debian-9.9.0-s390x-DVD-13.iso 1a85d70dfd71fb3ac1c433e0491cfed3433940ae debian-9.9.0-s390x-DVD-13.jigdo 88606724d1e712f7735e4ae22316be1f debian-9.9.0-s390x-DVD-13.iso 30a192d777bf40be70f9b3f1c957049d debian-9.9.0-s390x-DVD-13.jigdo ac5c7a3afb0d938266471c06d64db3f2e05b7e4d94890668efb900785ac145ab638940bc4be5324f611b6c83e6990a9de727be7cc6e02286d533cc4e39a04d0b debian-9.9.0-s390x-DVD-13.iso e6abcc5aea15a3fe11170627d5e086465c46d806a5cefffbd440b7487bcf4604d758339f1094be50487dfa014b3f91918e2ce424ed0f017477305f78530f9232 debian-9.9.0-s390x-DVD-13.jigdo f2e18d67ae8bcbed74a5d3425ddf3bb6ba908e7ae44375db36ee7c4745db6c3b debian-9.9.0-s390x-DVD-13.iso 7ab493f3958d4ddf22bdd6efc64778dd9db9f3b78a6839087ecdb0462f8766a4 debian-9.9.0-s390x-DVD-13.jigdo 8b52f216d80e2bbc252d1b2424035e54b1acfb53 debian-9.9.0-s390x-DVD-13.template 679d0f98f1bc72d500d9adf7ac66fd32 debian-9.9.0-s390x-DVD-13.template efd5ab490e248d0317c6861300ae3448dedeec1e788897d5b93370aea5a394b545728b0f6d82b27d266e9168af957ea51cf2873f82c41a7c5a948468b903539e debian-9.9.0-s390x-DVD-13.template 4fa70fec4a967ea0cd7fa6f68bda2b24ff86b7a5c9bf1245a318ed8117d0d903 debian-9.9.0-s390x-DVD-13.template 82441ae49a172abd224fa487a6d7e456eb94a1d1 debian-9.9.0-s390x-DVD-2.iso 49488cb1a75e7308cc3ab6a453ce8f30c6833cbc debian-9.9.0-s390x-DVD-2.jigdo 140b316981ecf6bc671436ba470f467a debian-9.9.0-s390x-DVD-2.iso 2e5a0d086f1a87f084e5c74396f0b298 debian-9.9.0-s390x-DVD-2.jigdo 8251652be0501dac03e6cf03768a1277e541b358fdd6d48b6004ee4fc9b290651030d103fa8e82aaeb4fff80eb2aaf90fc1955627aa5b44d995c8110498b7ec9 debian-9.9.0-s390x-DVD-2.iso 2e79619ab5e0528544d2f5c53b7c6d37c756711551ae115c879063ffe5e52d5e1f8888d33295bd62d0f623f6fba47c2d48d0dca84ed0cffcb1588925fec27af9 debian-9.9.0-s390x-DVD-2.jigdo f75081cf4a6d64223744bdfd95c37eda5090f778e31f36d7640b3b1b359a9eca debian-9.9.0-s390x-DVD-2.iso e4f98099543f02bad2016e9fb3838786eab5227f21b2e4ff577f860810347aff debian-9.9.0-s390x-DVD-2.jigdo 4eed33d68f1e7711479453806207f5d1887b197e debian-9.9.0-s390x-DVD-2.template 05b75704de6411fb0ae4c791b7aee36b debian-9.9.0-s390x-DVD-2.template 4c2858d58d69956db519690dd089f0cdf22d45a9afe7aa035d792a55aa36761fd755245bbd7434a5fbd8b3f3a0ea1456c29b394b551dcf8f2a7adff4fda30d7c debian-9.9.0-s390x-DVD-2.template 36ab1e23c18a53d8b1510442c37c4a3c4278ba67067ed36b83cfa2e534a5c97a debian-9.9.0-s390x-DVD-2.template 9ec97b9466d1e0ed657bf8aa032c2e7895be2070 debian-9.9.0-s390x-DVD-3.iso e23c27798434102a89b6c7d7063f992f996434e2 debian-9.9.0-s390x-DVD-3.jigdo b0f26e198c42dac4772d9ece4cea1348 debian-9.9.0-s390x-DVD-3.iso 305c7ba6021d9aa1ec30feeaefb5e7e9 debian-9.9.0-s390x-DVD-3.jigdo a8fa68645031f0db269a640640559a76e8628f5a05b2d94ce6a876e44251cdeb11cc28ff3065b1ab386c128948fd0c3c0ad2f5d75b7b1ef567bd1e24ecfe5eaf debian-9.9.0-s390x-DVD-3.iso 7892fbca33baab2490c0df15938ca3d7ae73b9f316f2b5a5924b5506fb6a085b792c9264fe53a215a0dd8343f6d50929e69fd153d39e1dae4a1a8bc6d2eee265 debian-9.9.0-s390x-DVD-3.jigdo cb39048d3195a5214ee371f3715aad3199c6574a4b0bda917e4776c07ef11fbb debian-9.9.0-s390x-DVD-3.iso e00704711b854e33ad80b9dbb69cf3bcee6d341cd1a3630aadd9d0d5a60806ab debian-9.9.0-s390x-DVD-3.jigdo c61d856715364a1e3ed2b1c56e513cc4def56af9 debian-9.9.0-s390x-DVD-3.template 18e05f1f3ea928b8862e5e355aed89fc debian-9.9.0-s390x-DVD-3.template 8ca54274eeb43bd56a750b8ed1e9b73f0b18cd788f7957545f0aeb56d65da2515b49ae72194e6a43a78252f14f96bfc6dbc3493731cf7ed597495a7231c07f97 debian-9.9.0-s390x-DVD-3.template 8ce5d4633822032731d60fc35841ac125f1b137c0a76efe9014f26ff56b746d8 debian-9.9.0-s390x-DVD-3.template f5d48edb6613505c2a05300df4cd7cbbf8797af9 debian-9.9.0-s390x-DVD-4.iso 77269c5aaa8814aef3cf6feaf8ade469fdf290e0 debian-9.9.0-s390x-DVD-4.jigdo 15915d450282760f55e9b662ad4f9988 debian-9.9.0-s390x-DVD-4.iso d14d9bdebdedeee0f9d6990e1968062a debian-9.9.0-s390x-DVD-4.jigdo f2016c9f7872888e3613b4027ba464a792d6233854cff0be6ad9f1eb4f2a53e33d35d64f5ff18c077069ec97d3d2ab21de638243598e23eaad6ac3c6c26edfc4 debian-9.9.0-s390x-DVD-4.iso c153c94ba5579555e381c6a76a087f3e2b8827ce1e07e1efe8f609d28dd3f2ba7c792b133d1360e2ff73436c42384bea7dfe03022c2b7cdc634c5695cb48c8e0 debian-9.9.0-s390x-DVD-4.jigdo 825687220f5c005b3331fc38d8855902c5764fe5165c04d43bccd19121595ec0 debian-9.9.0-s390x-DVD-4.iso 1b7388f37aaad569e03730198deb89571009216a7fe4b696cdb938528e607229 debian-9.9.0-s390x-DVD-4.jigdo 6d099b47db1e718c4c553d724f723b2698748efa debian-9.9.0-s390x-DVD-4.template 4714484f3ea5461270fab6e7981fe446 debian-9.9.0-s390x-DVD-4.template 1a10f17e54197d1ec52465a8c76327b65143c32a494a89e45f92b91b7fc0f5da0cf230887696aadeca09a6df53de147afd0524fcf609e0a8a3d0deed56a4d09c debian-9.9.0-s390x-DVD-4.template d591236e141bdfe1a7655528ed746b2daefcbc1905f8829d8b57c77c2566ee40 debian-9.9.0-s390x-DVD-4.template 19e3634ba5ccc07d389d93fd674fd2a422a6f3d3 debian-9.9.0-s390x-DVD-5.iso 80dbf35e9ce55be927ab21cdba7fd7ea4b0cbb7a debian-9.9.0-s390x-DVD-5.jigdo 03c59d713344c3756d46c1f6910de943 debian-9.9.0-s390x-DVD-5.iso 7c9c2549f3ea26b644a459fd35e3371d debian-9.9.0-s390x-DVD-5.jigdo 50533fffac152d649d70456bcae37f935f905f6534dac9b760c9a10fd76007408aff2faa1bb06fba3330bbec7aaf781fe2fde93272a1fded07c7991cb267b45d debian-9.9.0-s390x-DVD-5.iso 0af15d2c7b7ffebaa7dd519922866df8785b36cdda89ac7185b510ce033f31b04aa9e6b14aeadb939c37d26534e3e103f1cfb5fde9a098b6534026ab595476d6 debian-9.9.0-s390x-DVD-5.jigdo e047cecd8a991a0592ab9d46f095d2a7329585231e4b67846f1119a9377c9f7a debian-9.9.0-s390x-DVD-5.iso 0aa845f49300f496355fc6b3627d57280763e2504b1355899163f69e0fc02e15 debian-9.9.0-s390x-DVD-5.jigdo 167d5f63454f8fd7b2f9a7e538bb94daf882e860 debian-9.9.0-s390x-DVD-5.template 5f69a6571f093c79183e2dffbfd56abd debian-9.9.0-s390x-DVD-5.template 68f497944295ad4b109a4c5ed952456d84e6ae9c4cbef04121e1f11062b0de2cb505c070ca36d4366fd025cc4acfc129f961a67e4ecccbdc660e8db24797ae11 debian-9.9.0-s390x-DVD-5.template 56d199ec406f616bc881ece7b3a7858aaa84a714948a40d525a179b484bf141c debian-9.9.0-s390x-DVD-5.template bd0de185ccb8c29928b7ce3ba6f8f1e6030623db debian-9.9.0-s390x-DVD-6.iso 348f7e3ec66f8ac70b2a2379d45bb31dc53b6fd5 debian-9.9.0-s390x-DVD-6.jigdo e9b43206b185c00567e921df8bd1aeeb debian-9.9.0-s390x-DVD-6.iso 849743e03b483a626090555856989c5f debian-9.9.0-s390x-DVD-6.jigdo 11ff6691661e62cafa640369d8acabccd56327b61c199ce03a52f43dd8d5e7d82800264969a2b13d61d1867b0fbb8931a5dea68960c4dc4084ad24b6af5163c4 debian-9.9.0-s390x-DVD-6.iso f55ae50a7fd4079131d4c2ae1b825f1d370d785ea7357393c92da14df7d60709244ce5a07688867e24053d97a4e9cd9e5e39e83afa540fbc4a2b663905f25a5f debian-9.9.0-s390x-DVD-6.jigdo c03cd59affb7a3c30efe21fefd7ef7d573da3fe472604bc47b80616f0a17a8a3 debian-9.9.0-s390x-DVD-6.iso b7eb63a4c648b9699793f309e84851baf9c510104d3dbd45733d719c655498e3 debian-9.9.0-s390x-DVD-6.jigdo 5829f36c6b31ddac0484cc5e08f284f02ea4a691 debian-9.9.0-s390x-DVD-6.template 2f29229d902090c28beadd2dcb1fe70b debian-9.9.0-s390x-DVD-6.template f211a7a2f07c317320de059ba44f78c97951dcfcacaad43a038bbcda141e86281c367e59849df9e2b30b43f6689400c9d6c85a3831afa6f849fb344ae6828acb debian-9.9.0-s390x-DVD-6.template c6bb917f10583309008483cf35cf1c2411cc6210e0820c94222f5ad73550ccf2 debian-9.9.0-s390x-DVD-6.template ff47a1cd0778234a580ee138979af3474dc10699 debian-9.9.0-s390x-DVD-7.iso 14ee712fcb802206f799b696d76d9adf9c044067 debian-9.9.0-s390x-DVD-7.jigdo 59783c75e6f93ce71ae7bdba97499b21 debian-9.9.0-s390x-DVD-7.iso 9d0886c1bb61b66f79e8a45ba1fdffc3 debian-9.9.0-s390x-DVD-7.jigdo f1e091a81bd6d345b47f6467761683d5aad8ba6a03b4661fb025496bf0ff492976f5393b8bc03b69143043ab43c1cc33c5ab0d769e958e7f43f0ca025dd238c6 debian-9.9.0-s390x-DVD-7.iso 137702ad8405b8210a680d2643c502d65f7f678c086fc46c5e1a498414c27a95bf1522e68e8ead1710c5fdc46f4312f900345fbfa311347388ed602952fd6159 debian-9.9.0-s390x-DVD-7.jigdo 5b1f98efb79837891973baffc7266c732896a942bcf000121454076cb98f1f5b debian-9.9.0-s390x-DVD-7.iso d401e450336b1bfb7d7f24010160a8849e37bb37c988e518c8f32bf21e2d481c debian-9.9.0-s390x-DVD-7.jigdo cd9f85a98a12fcfc5e00025db331ab195d2d58b7 debian-9.9.0-s390x-DVD-7.template 3fdc94d77d1c3d6d04e38a761aa96009 debian-9.9.0-s390x-DVD-7.template ca89eb548d79b08ff55375409558f07e22b11244132317cab198ddb7ddcd2ca08702fd17ef934262f223d22cb5a1115f0e6a9e8fada472d3a33c436a925beefa debian-9.9.0-s390x-DVD-7.template 90d9d70013f8b62728c9b2fb9c1986d8ca2b3cffd6cf25688e566961f50a6987 debian-9.9.0-s390x-DVD-7.template 510ce9c5f88deb1780cf3aff370a43fcceb349ba debian-9.9.0-s390x-DVD-8.iso e86a947bc12a47cd3440a4edae488299756c26a6 debian-9.9.0-s390x-DVD-8.jigdo 6b58951dce36583c4b4d2ad7edd6fdb3 debian-9.9.0-s390x-DVD-8.iso b0c6686ae14b6c308e9407e81abc8030 debian-9.9.0-s390x-DVD-8.jigdo 0c4cf635a653a804207a9479628a8d554aaedfb1973d11df7dcc67ec7098d543078163e28e9f9791f725cca5c6103b4c7883faa9169c2cf3e62566a6f27fadf7 debian-9.9.0-s390x-DVD-8.iso a78aabcb1de9733e9469f725fb2056052a003067d9e37dd25138c926484fb6535813e7e76d3c02842f2f7617b25f7339e704896ebcbbec61ef13227fc34ddee0 debian-9.9.0-s390x-DVD-8.jigdo ced26cfd681fef4f45f08b13629b5b41b2c4353dc5e87a82c7f815be02812655 debian-9.9.0-s390x-DVD-8.iso 70970417bcf2e4d70063845a7606c427bd82b4e297b1635f35d118919ed0d82d debian-9.9.0-s390x-DVD-8.jigdo 46d700fbbf1a3a4f6414df40e9f56f6c4cfd89bc debian-9.9.0-s390x-DVD-8.template 95d28a73b3688218d0190fd9b8d17372 debian-9.9.0-s390x-DVD-8.template 86187296b46ec926bb0c96d768c81b03bab93378f51f1dda615daba7650d6547954c5c8480ae2c147d5fba45cb5d79ccdb006d52695a13c81060fd9ce1dc8724 debian-9.9.0-s390x-DVD-8.template 0c0dea9ac3a4d0304cbdc8b6425844189dbdaad9820f4bddea7fb28390c26816 debian-9.9.0-s390x-DVD-8.template ae5665133084b3ca35637f729387526a68fd0232 debian-9.9.0-s390x-DVD-9.iso be5e9c674329b3c50015c2f03e355977f665501d debian-9.9.0-s390x-DVD-9.jigdo b8b92a7254284d96a493e9d00f5322d3 debian-9.9.0-s390x-DVD-9.iso 448c8dd0c4eb7c86a999d0d264d0852e debian-9.9.0-s390x-DVD-9.jigdo c4e6bed1da130ca1376716ed3efa04172e27847472197e93184be3aed5d8fe2c5a4053717cf4f7cf27493cbd564efaa2115119b36d5b5fc28af1cc50e3bcce33 debian-9.9.0-s390x-DVD-9.iso c1ebd357e9a32affc33863bae045affb62643f8e39d7ea63b66f8c3f12b6c795829adcfa8dc82eddb7828c29eb813fc5772e6996c93e87799e2a7ea4f4f906c0 debian-9.9.0-s390x-DVD-9.jigdo 912feb83d8cedeb03cce01caa24b9f1ea32745b6b331f8aa860a62cb29d1def8 debian-9.9.0-s390x-DVD-9.iso 9de7ca5578b705a0da4f2569436cac6770502fa1fa2d7565fd74e39a5a1ec807 debian-9.9.0-s390x-DVD-9.jigdo e2834436c36b994d28f055b1b19bc1b1b11e14fb debian-9.9.0-s390x-DVD-9.template 2eb165b42b7ffb29e42484e09016da50 debian-9.9.0-s390x-DVD-9.template ce399650bebbc0ae9f72e7ea4aab4d8533b79791299be39c88629c1e062df5a28c8b861e71740a54070a48931a6e2a78a4224db211eed5a2799b4c3b2a3d1853 debian-9.9.0-s390x-DVD-9.template f18392d28fab3bfade8d120c9a529345a65f965be7ac8fe5c35f23289c7a00e1 debian-9.9.0-s390x-DVD-9.template Sat 27 Apr 16:13:52 UTC 2019: Finished.