Sat 16 Feb 17:34:16 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/contrib s390x Packages [46.6 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main s390x Packages [9,171 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+deb9u8) but it is not installed tasksel : Depends: liblocale-gettext-perl but it is not installed util-linux : PreDepends: libsystemd0 but it is not installed vim-common : Depends: xxd but it is not installed wget : Depends: libnettle6 but it is not installed Depends: libpsl5 (>= 0.13.0) but it is not installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/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+deb9u5+b2/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 114708816 bytes Adding the rest of the requested packages Now up to 55532364724 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 49014 packages, total size 56789939166 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 49014 packages for s390x Reading in translated package descriptions for main: Done: read 202894 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 310 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_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-02-16 17:36:36-- 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: 6579860 (6.3M) [application/x-gzip] Saving to: 'release-notes-s390x.tar.gz' 0K .......... .......... .......... .......... .......... 0% 19.5M 0s 50K .......... .......... .......... .......... .......... 1% 18.6M 0s 100K .......... .......... .......... .......... .......... 2% 5.47M 1s 150K .......... .......... .......... .......... .......... 3% 25.2M 0s 200K .......... .......... .......... .......... .......... 3% 28.9M 0s 250K .......... .......... .......... .......... .......... 4% 23.4M 0s 300K .......... .......... .......... .......... .......... 5% 17.8M 0s 350K .......... .......... .......... .......... .......... 6% 22.1M 0s 400K .......... .......... .......... .......... .......... 7% 17.0M 0s 450K .......... .......... .......... .......... .......... 7% 13.4M 0s 500K .......... .......... .......... .......... .......... 8% 41.9M 0s 550K .......... .......... .......... .......... .......... 9% 43.0M 0s 600K .......... .......... .......... .......... .......... 10% 38.1M 0s 650K .......... .......... .......... .......... .......... 10% 43.8M 0s 700K .......... .......... .......... .......... .......... 11% 39.1M 0s 750K .......... .......... .......... .......... .......... 12% 25.8M 0s 800K .......... .......... .......... .......... .......... 13% 31.7M 0s 850K .......... .......... .......... .......... .......... 14% 41.5M 0s 900K .......... .......... .......... .......... .......... 14% 40.0M 0s 950K .......... .......... .......... .......... .......... 15% 35.9M 0s 1000K .......... .......... .......... .......... .......... 16% 41.2M 0s 1050K .......... .......... .......... .......... .......... 17% 40.8M 0s 1100K .......... .......... .......... .......... .......... 17% 40.0M 0s 1150K .......... .......... .......... .......... .......... 18% 41.9M 0s 1200K .......... .......... .......... .......... .......... 19% 28.5M 0s 1250K .......... .......... .......... .......... .......... 20% 40.7M 0s 1300K .......... .......... .......... .......... .......... 21% 42.9M 0s 1350K .......... .......... .......... .......... .......... 21% 34.5M 0s 1400K .......... .......... .......... .......... .......... 22% 29.7M 0s 1450K .......... .......... .......... .......... .......... 23% 36.5M 0s 1500K .......... .......... .......... .......... .......... 24% 39.7M 0s 1550K .......... .......... .......... .......... .......... 24% 41.3M 0s 1600K .......... .......... .......... .......... .......... 25% 32.0M 0s 1650K .......... .......... .......... .......... .......... 26% 41.4M 0s 1700K .......... .......... .......... .......... .......... 27% 39.1M 0s 1750K .......... .......... .......... .......... .......... 28% 37.3M 0s 1800K .......... .......... .......... .......... .......... 28% 14.7M 0s 1850K .......... .......... .......... .......... .......... 29% 18.4M 0s 1900K .......... .......... .......... .......... .......... 30% 29.4M 0s 1950K .......... .......... .......... .......... .......... 31% 24.5M 0s 2000K .......... .......... .......... .......... .......... 31% 22.1M 0s 2050K .......... .......... .......... .......... .......... 32% 28.4M 0s 2100K .......... .......... .......... .......... .......... 33% 29.2M 0s 2150K .......... .......... .......... .......... .......... 34% 28.6M 0s 2200K .......... .......... .......... .......... .......... 35% 35.3M 0s 2250K .......... .......... .......... .......... .......... 35% 42.4M 0s 2300K .......... .......... .......... .......... .......... 36% 39.6M 0s 2350K .......... .......... .......... .......... .......... 37% 40.3M 0s 2400K .......... .......... .......... .......... .......... 38% 31.3M 0s 2450K .......... .......... .......... .......... .......... 38% 43.5M 0s 2500K .......... .......... .......... .......... .......... 39% 33.7M 0s 2550K .......... .......... .......... .......... .......... 40% 40.1M 0s 2600K .......... .......... .......... .......... .......... 41% 40.6M 0s 2650K .......... .......... .......... .......... .......... 42% 37.5M 0s 2700K .......... .......... .......... .......... .......... 42% 40.5M 0s 2750K .......... .......... .......... .......... .......... 43% 46.6M 0s 2800K .......... .......... .......... .......... .......... 44% 30.8M 0s 2850K .......... .......... .......... .......... .......... 45% 42.3M 0s 2900K .......... .......... .......... .......... .......... 45% 39.1M 0s 2950K .......... .......... .......... .......... .......... 46% 32.7M 0s 3000K .......... .......... .......... .......... .......... 47% 40.1M 0s 3050K .......... .......... .......... .......... .......... 48% 39.0M 0s 3100K .......... .......... .......... .......... .......... 49% 42.6M 0s 3150K .......... .......... .......... .......... .......... 49% 40.1M 0s 3200K .......... .......... .......... .......... .......... 50% 26.8M 0s 3250K .......... .......... .......... .......... .......... 51% 37.9M 0s 3300K .......... .......... .......... .......... .......... 52% 39.4M 0s 3350K .......... .......... .......... .......... .......... 52% 38.0M 0s 3400K .......... .......... .......... .......... .......... 53% 42.1M 0s 3450K .......... .......... .......... .......... .......... 54% 14.8M 0s 3500K .......... .......... .......... .......... .......... 55% 40.5M 0s 3550K .......... .......... .......... .......... .......... 56% 9.32M 0s 3600K .......... .......... .......... .......... .......... 56% 15.0M 0s 3650K .......... .......... .......... .......... .......... 57% 21.8M 0s 3700K .......... .......... .......... .......... .......... 58% 21.3M 0s 3750K .......... .......... .......... .......... .......... 59% 20.0M 0s 3800K .......... .......... .......... .......... .......... 59% 28.0M 0s 3850K .......... .......... .......... .......... .......... 60% 29.5M 0s 3900K .......... .......... .......... .......... .......... 61% 25.3M 0s 3950K .......... .......... .......... .......... .......... 62% 29.5M 0s 4000K .......... .......... .......... .......... .......... 63% 23.4M 0s 4050K .......... .......... .......... .......... .......... 63% 34.0M 0s 4100K .......... .......... .......... .......... .......... 64% 33.0M 0s 4150K .......... .......... .......... .......... .......... 65% 42.0M 0s 4200K .......... .......... .......... .......... .......... 66% 38.6M 0s 4250K .......... .......... .......... .......... .......... 66% 43.2M 0s 4300K .......... .......... .......... .......... .......... 67% 38.9M 0s 4350K .......... .......... .......... .......... .......... 68% 42.2M 0s 4400K .......... .......... .......... .......... .......... 69% 18.9M 0s 4450K .......... .......... .......... .......... .......... 70% 21.4M 0s 4500K .......... .......... .......... .......... .......... 70% 21.8M 0s 4550K .......... .......... .......... .......... .......... 71% 21.5M 0s 4600K .......... .......... .......... .......... .......... 72% 9.34M 0s 4650K .......... .......... .......... .......... .......... 73% 23.9M 0s 4700K .......... .......... .......... .......... .......... 73% 21.0M 0s 4750K .......... .......... .......... .......... .......... 74% 23.6M 0s 4800K .......... .......... .......... .......... .......... 75% 24.1M 0s 4850K .......... .......... .......... .......... .......... 76% 44.3M 0s 4900K .......... .......... .......... .......... .......... 77% 44.2M 0s 4950K .......... .......... .......... .......... .......... 77% 41.5M 0s 5000K .......... .......... .......... .......... .......... 78% 42.3M 0s 5050K .......... .......... .......... .......... .......... 79% 46.3M 0s 5100K .......... .......... .......... .......... .......... 80% 40.9M 0s 5150K .......... .......... .......... .......... .......... 80% 42.5M 0s 5200K .......... .......... .......... .......... .......... 81% 33.8M 0s 5250K .......... .......... .......... .......... .......... 82% 30.9M 0s 5300K .......... .......... .......... .......... .......... 83% 25.0M 0s 5350K .......... .......... .......... .......... .......... 84% 22.3M 0s 5400K .......... .......... .......... .......... .......... 84% 24.9M 0s 5450K .......... .......... .......... .......... .......... 85% 24.5M 0s 5500K .......... .......... .......... .......... .......... 86% 22.6M 0s 5550K .......... .......... .......... .......... .......... 87% 23.9M 0s 5600K .......... .......... .......... .......... .......... 87% 34.8M 0s 5650K .......... .......... .......... .......... .......... 88% 48.2M 0s 5700K .......... .......... .......... .......... .......... 89% 48.0M 0s 5750K .......... .......... .......... .......... .......... 90% 43.6M 0s 5800K .......... .......... .......... .......... .......... 91% 41.5M 0s 5850K .......... .......... .......... .......... .......... 91% 34.5M 0s 5900K .......... .......... .......... .......... .......... 92% 43.5M 0s 5950K .......... .......... .......... .......... .......... 93% 48.9M 0s 6000K .......... .......... .......... .......... .......... 94% 33.1M 0s 6050K .......... .......... .......... .......... .......... 94% 37.4M 0s 6100K .......... .......... .......... .......... .......... 95% 45.2M 0s 6150K .......... .......... .......... .......... .......... 96% 49.7M 0s 6200K .......... .......... .......... .......... .......... 97% 46.6M 0s 6250K .......... .......... .......... .......... .......... 98% 40.8M 0s 6300K .......... .......... .......... .......... .......... 98% 45.4M 0s 6350K .......... .......... .......... .......... .......... 99% 48.7M 0s 6400K .......... .......... ..... 100% 51.8M=0.2s 2019-02-16 17:36:36 (28.8 MB/s) - 'release-notes-s390x.tar.gz' saved [6579860/6579860] 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-sk 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 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 5150 packages, 2213732 blocks, 4533723136 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-pl already exists; not overwritten 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-it 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 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-de already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 3148 packages, 2083670 blocks, 4267356160 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-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-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-sk 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-fr 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-sk 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-fr 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-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-sk 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-fr 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-sk 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-fr 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-ja 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-fr 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-da 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-zh_CN 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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-fr 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 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-ja 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-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-sk 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-fr 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-ko 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-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-es 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-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-ru 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-fr 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-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-ko 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-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-es 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-pl 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-zh_CN 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-ru 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-fr 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-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-cs 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-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-sk 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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-fr 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-sk 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-sk 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-fr 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-sk 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-de 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-ko 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-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-es 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-pl 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-zh_CN 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-ru 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-fr 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 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-fr 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-ko 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-pt_BR 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-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-fi 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-pl 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-sk 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-fr 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-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-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-sk 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-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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-fr 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-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-sk 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-en 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-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-ru 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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD3/dists/stretch/main/i18n/Translation-fr 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-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-sk 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-de 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-sk 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-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-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/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 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 2455 packages, 2287302 blocks, 4684394496 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-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. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 2753 packages, 2257461 blocks, 4623280128 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-uk 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-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-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-uk 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-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-de 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-pt_BR 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-es 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-pl 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-de 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-sk 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-sk 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-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-fr 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-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-de 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-de 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-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-de 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-pt 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-cs 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-ja 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-zh_CN 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-de 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-pl 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-sk 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-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-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-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-sk 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-ko 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-sk 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-de 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-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-sk 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-sk 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-sk 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-sr 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-de 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-cs 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-zh_CN 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-pt_BR 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 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-pt_BR 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 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 2331 packages, 2284662 blocks, 4678987776 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-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-sk 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-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-de 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-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-de 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-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-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-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-es 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-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-de 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-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-zh_CN 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-en 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 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-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-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-ja 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-sk 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-de 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-pl 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-sk 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-sk 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-pt_BR 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-de 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-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-it 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-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-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-sk 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-sk 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-en 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-uk 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-nl 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-es 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-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-ru 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-de 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-sk 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-de 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-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-ja 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-de 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-ja 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-de 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-de 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-de 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-ko 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-pt_BR 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-ja 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 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-ko 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-pt_BR 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-ja 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 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 1665 packages, 2291856 blocks, 4693721088 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-fi 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-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-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-ja 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-sk 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-de 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-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 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-ko 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-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-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. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 3728 packages, 2278013 blocks, 4665370624 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-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-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 4098 packages, 2282338 blocks, 4674228224 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-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-pl 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-de 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-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-fr 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-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-pt 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-pl 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-ru 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-de 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-cs 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-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-de 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-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-fr 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-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-fr 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-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-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-pt 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-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-fr 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-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-de 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-de 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-pl 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-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-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-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-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-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-ja 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-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-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-de 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-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-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-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-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-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 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-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-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 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-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. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 4093 packages, 2288574 blocks, 4686999552 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-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-sk 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-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-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-sk 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-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-pl 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-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD10/dists/stretch/main/i18n/Translation-pl 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-pt_BR 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-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-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-ja 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-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-sk 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-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-uk 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-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 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-en 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-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-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-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-sk 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-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-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-pt_BR 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-sk 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-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-pt_BR 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-pl 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-sk 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-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-de 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-pt 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-de 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 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-sk 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 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 7899 packages, 2285491 blocks, 4680685568 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-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-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-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-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 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-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-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-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-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 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-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-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-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-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-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 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-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-ja 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-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-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-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-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-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-pt_BR 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-sk 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-de 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-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-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-ja 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-de 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-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-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-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-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-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-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-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-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-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-sk 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-de 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-fi 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-de 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-pt_BR 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-de 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-ja 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-de 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-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-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-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-de 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-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-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 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-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-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-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 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-fr 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-pt_BR 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-ja 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-ru 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-de 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-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-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-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 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-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-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-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-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-ja 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-de 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-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-de 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-it 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-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 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-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-en 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-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-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-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-ja 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-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 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-ja 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-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-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-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-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-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-pt_BR 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-sk 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-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-de 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-pl 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-de 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-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 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_BR 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-ru 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-ja 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-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-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-de 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-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-ja 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-sk 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-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-de 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-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-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-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-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-de 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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-de 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-sk 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 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-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-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 6670 packages, 2288191 blocks, 4686215168 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-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-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-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-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-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 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 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-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-de 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 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-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-de 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-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-sk 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-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-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-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-ja 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-de 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-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-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-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-ja 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-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-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-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-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-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-fr 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-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-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD12/dists/stretch/main/i18n/Translation-uk 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-de 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 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-fr 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 4199 packages, 2289381 blocks, 4688652288 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 825 packages, 760678 blocks, 1557868544 bytes Finished: 49014 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+deb9u5+b2/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.8.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.stretch/debian-cd/tools/jigdo_cleanup" Generating the s390x iso/jigdo images ... Last-minute updates: README.html README.txt Sat 16 Feb 17:48:55 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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.8.0-s390x-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 2189g 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 : 9925 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.35% done xorriso : UPDATE : 0.46% done, estimate finish Sat Feb 16 17:56:52 2019 xorriso : UPDATE : 0.53% done, estimate finish Sat Feb 16 17:58:59 2019 xorriso : UPDATE : 0.95% done, estimate finish Sat Feb 16 17:56:20 2019 xorriso : UPDATE : 1.32% done, estimate finish Sat Feb 16 17:55:31 2019 xorriso : UPDATE : 1.71% done, estimate finish Sat Feb 16 17:54:59 2019 xorriso : UPDATE : 2.99% done, estimate finish Sat Feb 16 17:52:58 2019 xorriso : UPDATE : 4.47% done, estimate finish Sat Feb 16 17:52:00 2019 xorriso : UPDATE : 6.76% done, estimate finish Sat Feb 16 17:51:12 2019 xorriso : UPDATE : 9.15% done, estimate finish Sat Feb 16 17:50:48 2019 xorriso : UPDATE : 11.32% done, estimate finish Sat Feb 16 17:50:35 2019 xorriso : UPDATE : 13.49% done, estimate finish Sat Feb 16 17:50:27 2019 xorriso : UPDATE : 14.76% done, estimate finish Sat Feb 16 17:50:26 2019 xorriso : UPDATE : 17.19% done, estimate finish Sat Feb 16 17:50:19 2019 xorriso : UPDATE : 19.79% done, estimate finish Sat Feb 16 17:49:58 2019 xorriso : UPDATE : 22.09% done, estimate finish Sat Feb 16 17:49:56 2019 xorriso : UPDATE : 22.78% done, estimate finish Sat Feb 16 17:49:59 2019 xorriso : UPDATE : 26.48% done, estimate finish Sat Feb 16 17:49:54 2019 xorriso : UPDATE : 27.18% done, estimate finish Sat Feb 16 17:49:57 2019 xorriso : UPDATE : 30.75% done, estimate finish Sat Feb 16 17:49:53 2019 xorriso : UPDATE : 32.58% done, estimate finish Sat Feb 16 17:49:53 2019 xorriso : UPDATE : 35.00% done, estimate finish Sat Feb 16 17:49:52 2019 xorriso : UPDATE : 36.79% done, estimate finish Sat Feb 16 17:49:53 2019 xorriso : UPDATE : 38.88% done, estimate finish Sat Feb 16 17:49:52 2019 xorriso : UPDATE : 41.08% done, estimate finish Sat Feb 16 17:49:50 2019 xorriso : UPDATE : 43.78% done, estimate finish Sat Feb 16 17:49:49 2019 xorriso : UPDATE : 45.53% done, estimate finish Sat Feb 16 17:49:49 2019 xorriso : UPDATE : 47.64% done, estimate finish Sat Feb 16 17:49:49 2019 xorriso : UPDATE : 49.48% done, estimate finish Sat Feb 16 17:49:49 2019 xorriso : UPDATE : 51.80% done, estimate finish Sat Feb 16 17:49:49 2019 xorriso : UPDATE : 53.93% done, estimate finish Sat Feb 16 17:49:49 2019 xorriso : UPDATE : 55.21% done, estimate finish Sat Feb 16 17:49:50 2019 xorriso : UPDATE : 57.16% done, estimate finish Sat Feb 16 17:49:50 2019 xorriso : UPDATE : 59.44% done, estimate finish Sat Feb 16 17:49:50 2019 xorriso : UPDATE : 61.26% done, estimate finish Sat Feb 16 17:49:50 2019 xorriso : UPDATE : 62.80% done, estimate finish Sat Feb 16 17:49:51 2019 xorriso : UPDATE : 64.46% done, estimate finish Sat Feb 16 17:49:51 2019 xorriso : UPDATE : 65.83% done, estimate finish Sat Feb 16 17:49:52 2019 xorriso : UPDATE : 67.75% done, estimate finish Sat Feb 16 17:49:51 2019 xorriso : UPDATE : 69.88% done, estimate finish Sat Feb 16 17:49:51 2019 xorriso : UPDATE : 71.83% done, estimate finish Sat Feb 16 17:49:52 2019 xorriso : UPDATE : 73.13% done, estimate finish Sat Feb 16 17:49:52 2019 xorriso : UPDATE : 75.35% done, estimate finish Sat Feb 16 17:49:52 2019 xorriso : UPDATE : 78.38% done, estimate finish Sat Feb 16 17:49:51 2019 xorriso : UPDATE : 78.70% done, estimate finish Sat Feb 16 17:49:53 2019 xorriso : UPDATE : 78.70% done, estimate finish Sat Feb 16 17:49:55 2019 xorriso : UPDATE : 78.70% done, estimate finish Sat Feb 16 17:49:57 2019 xorriso : UPDATE : 86.97% done, estimate finish Sat Feb 16 17:49:50 2019 xorriso : UPDATE : 86.97% done, estimate finish Sat Feb 16 17:49:52 2019 xorriso : UPDATE : 92.22% done, estimate finish Sat Feb 16 17:49:49 2019 xorriso : UPDATE : 94.28% done, estimate finish Sat Feb 16 17:49:49 2019 xorriso : UPDATE : 96.66% done xorriso : UPDATE : 98.72% done ISO image produced: 2213733 sectors Written to medium : 2213733 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:49:50 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 14044 files added in 1 seconds xorriso : UPDATE : 14044 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.43% done xorriso : UPDATE : 0.79% done, estimate finish Sat Feb 16 17:54:43 2019 xorriso : UPDATE : 2.74% done, estimate finish Sat Feb 16 17:51:52 2019 xorriso : UPDATE : 4.59% done, estimate finish Sat Feb 16 17:51:25 2019 xorriso : UPDATE : 7.10% done, estimate finish Sat Feb 16 17:51:06 2019 xorriso : UPDATE : 9.19% done, estimate finish Sat Feb 16 17:51:00 2019 xorriso : UPDATE : 9.86% done, estimate finish Sat Feb 16 17:51:05 2019 xorriso : UPDATE : 13.43% done, estimate finish Sat Feb 16 17:50:53 2019 xorriso : UPDATE : 15.44% done, estimate finish Sat Feb 16 17:50:51 2019 xorriso : UPDATE : 16.64% done, estimate finish Sat Feb 16 17:50:53 2019 xorriso : UPDATE : 19.40% done, estimate finish Sat Feb 16 17:50:50 2019 xorriso : UPDATE : 21.40% done, estimate finish Sat Feb 16 17:50:42 2019 xorriso : UPDATE : 23.54% done, estimate finish Sat Feb 16 17:50:41 2019 xorriso : UPDATE : 25.04% done, estimate finish Sat Feb 16 17:50:42 2019 xorriso : UPDATE : 27.08% done, estimate finish Sat Feb 16 17:50:42 2019 xorriso : UPDATE : 29.06% done, estimate finish Sat Feb 16 17:50:42 2019 xorriso : UPDATE : 30.89% done, estimate finish Sat Feb 16 17:50:42 2019 xorriso : UPDATE : 33.49% done, estimate finish Sat Feb 16 17:50:41 2019 xorriso : UPDATE : 34.62% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 37.43% done, estimate finish Sat Feb 16 17:50:42 2019 xorriso : UPDATE : 39.20% done, estimate finish Sat Feb 16 17:50:42 2019 xorriso : UPDATE : 41.09% done, estimate finish Sat Feb 16 17:50:42 2019 xorriso : UPDATE : 42.68% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 44.75% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 46.67% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 48.33% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 50.45% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 52.75% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 54.19% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 55.85% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 57.54% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 59.47% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 61.25% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 63.18% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 63.20% done, estimate finish Sat Feb 16 17:50:47 2019 xorriso : UPDATE : 66.93% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 68.80% done, estimate finish Sat Feb 16 17:50:45 2019 xorriso : UPDATE : 70.93% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 72.59% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 74.76% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 76.69% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 78.17% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 79.84% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 82.44% done, estimate finish Sat Feb 16 17:50:44 2019 xorriso : UPDATE : 84.71% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 86.63% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 88.56% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 90.76% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 92.40% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 94.37% done, estimate finish Sat Feb 16 17:50:43 2019 xorriso : UPDATE : 96.55% done xorriso : UPDATE : 98.57% done ISO image produced: 2285492 sectors Written to medium : 2285492 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:50:44 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 11751 files added in 1 seconds xorriso : UPDATE : 11751 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.47% done xorriso : UPDATE : 1.01% done, estimate finish Sat Feb 16 17:54:43 2019 xorriso : UPDATE : 3.40% done, estimate finish Sat Feb 16 17:52:25 2019 xorriso : UPDATE : 5.54% done, estimate finish Sat Feb 16 17:52:05 2019 xorriso : UPDATE : 7.58% done, estimate finish Sat Feb 16 17:51:56 2019 xorriso : UPDATE : 8.88% done, estimate finish Sat Feb 16 17:51:57 2019 xorriso : UPDATE : 11.53% done, estimate finish Sat Feb 16 17:51:49 2019 xorriso : UPDATE : 12.65% done, estimate finish Sat Feb 16 17:51:51 2019 xorriso : UPDATE : 12.93% done, estimate finish Sat Feb 16 17:51:57 2019 xorriso : UPDATE : 17.10% done, estimate finish Sat Feb 16 17:51:46 2019 xorriso : UPDATE : 19.42% done, estimate finish Sat Feb 16 17:51:43 2019 xorriso : UPDATE : 20.59% done, estimate finish Sat Feb 16 17:51:45 2019 xorriso : UPDATE : 23.52% done, estimate finish Sat Feb 16 17:51:35 2019 xorriso : UPDATE : 25.52% done, estimate finish Sat Feb 16 17:51:35 2019 xorriso : UPDATE : 26.60% done, estimate finish Sat Feb 16 17:51:37 2019 xorriso : UPDATE : 29.61% done, estimate finish Sat Feb 16 17:51:36 2019 xorriso : UPDATE : 31.62% done, estimate finish Sat Feb 16 17:51:35 2019 xorriso : UPDATE : 33.64% done, estimate finish Sat Feb 16 17:51:35 2019 xorriso : UPDATE : 35.15% done, estimate finish Sat Feb 16 17:51:36 2019 xorriso : UPDATE : 37.12% done, estimate finish Sat Feb 16 17:51:36 2019 xorriso : UPDATE : 38.83% done, estimate finish Sat Feb 16 17:51:36 2019 xorriso : UPDATE : 40.46% done, estimate finish Sat Feb 16 17:51:37 2019 xorriso : UPDATE : 42.20% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 43.97% done, estimate finish Sat Feb 16 17:51:39 2019 xorriso : UPDATE : 46.20% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 47.47% done, estimate finish Sat Feb 16 17:51:39 2019 xorriso : UPDATE : 50.22% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 51.50% done, estimate finish Sat Feb 16 17:51:39 2019 xorriso : UPDATE : 54.08% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 55.31% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 57.60% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 59.29% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 61.46% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 63.27% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 65.21% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 66.62% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 68.54% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 71.08% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 72.42% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 73.28% done, estimate finish Sat Feb 16 17:51:39 2019 xorriso : UPDATE : 73.28% done, estimate finish Sat Feb 16 17:51:41 2019 xorriso : UPDATE : 78.79% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 80.85% done, estimate finish Sat Feb 16 17:51:37 2019 xorriso : UPDATE : 82.93% done, estimate finish Sat Feb 16 17:51:37 2019 xorriso : UPDATE : 84.80% done, estimate finish Sat Feb 16 17:51:37 2019 xorriso : UPDATE : 86.71% done, estimate finish Sat Feb 16 17:51:37 2019 xorriso : UPDATE : 86.71% done, estimate finish Sat Feb 16 17:51:39 2019 xorriso : UPDATE : 90.97% done, estimate finish Sat Feb 16 17:51:37 2019 xorriso : UPDATE : 92.96% done, estimate finish Sat Feb 16 17:51:37 2019 xorriso : UPDATE : 94.25% done, estimate finish Sat Feb 16 17:51:37 2019 xorriso : UPDATE : 95.71% done, estimate finish Sat Feb 16 17:51:38 2019 xorriso : UPDATE : 99.19% done ISO image produced: 2288192 sectors Written to medium : 2288192 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:51:38 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 7207 files added in 1 seconds xorriso : UPDATE : 7207 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.16% done xorriso : UPDATE : 1.11% done xorriso : UPDATE : 3.18% done, estimate finish Sat Feb 16 17:52:58 2019 xorriso : UPDATE : 5.06% done, estimate finish Sat Feb 16 17:52:48 2019 xorriso : UPDATE : 6.85% done, estimate finish Sat Feb 16 17:52:45 2019 xorriso : UPDATE : 6.85% done, estimate finish Sat Feb 16 17:52:59 2019 xorriso : UPDATE : 10.74% done, estimate finish Sat Feb 16 17:52:40 2019 xorriso : UPDATE : 10.74% done, estimate finish Sat Feb 16 17:52:49 2019 xorriso : UPDATE : 14.17% done, estimate finish Sat Feb 16 17:52:39 2019 xorriso : UPDATE : 16.88% done, estimate finish Sat Feb 16 17:52:35 2019 xorriso : UPDATE : 19.60% done, estimate finish Sat Feb 16 17:52:33 2019 xorriso : UPDATE : 21.26% done, estimate finish Sat Feb 16 17:52:33 2019 xorriso : UPDATE : 23.64% done, estimate finish Sat Feb 16 17:52:28 2019 xorriso : UPDATE : 25.56% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 27.69% done, estimate finish Sat Feb 16 17:52:28 2019 xorriso : UPDATE : 29.45% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 31.64% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 33.45% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 34.47% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 37.61% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 39.48% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 41.51% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 43.31% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 45.09% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 47.10% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 48.60% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 50.35% done, estimate finish Sat Feb 16 17:52:31 2019 xorriso : UPDATE : 50.35% done, estimate finish Sat Feb 16 17:52:33 2019 xorriso : UPDATE : 50.35% done, estimate finish Sat Feb 16 17:52:36 2019 xorriso : UPDATE : 57.09% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 58.66% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 60.54% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 60.54% done, estimate finish Sat Feb 16 17:52:33 2019 xorriso : UPDATE : 65.28% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 66.93% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 69.15% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 70.48% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 73.13% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 74.36% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 76.14% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 78.69% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 79.99% done, estimate finish Sat Feb 16 17:52:30 2019 xorriso : UPDATE : 82.70% done, estimate finish Sat Feb 16 17:52:28 2019 xorriso : UPDATE : 84.83% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 86.65% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 88.48% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 89.76% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 89.76% done, estimate finish Sat Feb 16 17:52:31 2019 xorriso : UPDATE : 94.87% done, estimate finish Sat Feb 16 17:52:29 2019 xorriso : UPDATE : 96.07% done xorriso : UPDATE : 98.81% done ISO image produced: 2289382 sectors Written to medium : 2289382 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:52:30 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 1406 files added in 1 seconds xorriso : UPDATE : 1406 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.13% done xorriso : UPDATE : 2.94% done xorriso : UPDATE : 9.94% done xorriso : UPDATE : 9.94% done, estimate finish Sat Feb 16 17:52:59 2019 xorriso : UPDATE : 21.55% done, estimate finish Sat Feb 16 17:52:48 2019 xorriso : UPDATE : 26.56% done, estimate finish Sat Feb 16 17:52:49 2019 xorriso : UPDATE : 33.17% done, estimate finish Sat Feb 16 17:52:48 2019 xorriso : UPDATE : 39.53% done, estimate finish Sat Feb 16 17:52:48 2019 xorriso : UPDATE : 44.24% done, estimate finish Sat Feb 16 17:52:48 2019 xorriso : UPDATE : 45.96% done, estimate finish Sat Feb 16 17:52:50 2019 xorriso : UPDATE : 45.96% done, estimate finish Sat Feb 16 17:52:52 2019 xorriso : UPDATE : 46.30% done, estimate finish Sat Feb 16 17:52:54 2019 xorriso : UPDATE : 68.41% done, estimate finish Sat Feb 16 17:52:48 2019 xorriso : UPDATE : 76.27% done, estimate finish Sat Feb 16 17:52:47 2019 xorriso : UPDATE : 76.53% done, estimate finish Sat Feb 16 17:52:47 2019 xorriso : UPDATE : 88.23% done xorriso : UPDATE : 94.11% done ISO image produced: 760679 sectors Written to medium : 760679 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:52:47 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 5338 files added in 1 seconds xorriso : UPDATE : 5338 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.27% done xorriso : UPDATE : 2.07% done xorriso : UPDATE : 4.25% done, estimate finish Sat Feb 16 17:53:51 2019 xorriso : UPDATE : 6.20% done, estimate finish Sat Feb 16 17:53:48 2019 xorriso : UPDATE : 7.42% done, estimate finish Sat Feb 16 17:53:51 2019 xorriso : UPDATE : 10.30% done, estimate finish Sat Feb 16 17:53:43 2019 xorriso : UPDATE : 12.99% done, estimate finish Sat Feb 16 17:53:39 2019 xorriso : UPDATE : 15.08% done, estimate finish Sat Feb 16 17:53:39 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:53:41 2019 xorriso : UPDATE : 20.02% done, estimate finish Sat Feb 16 17:53:36 2019 xorriso : UPDATE : 21.44% done, estimate finish Sat Feb 16 17:53:38 2019 xorriso : UPDATE : 24.35% done, estimate finish Sat Feb 16 17:53:36 2019 xorriso : UPDATE : 26.44% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 27.80% done, estimate finish Sat Feb 16 17:53:35 2019 xorriso : UPDATE : 31.00% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 33.30% done, estimate finish Sat Feb 16 17:53:32 2019 xorriso : UPDATE : 35.45% done, estimate finish Sat Feb 16 17:53:32 2019 xorriso : UPDATE : 37.67% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 38.43% done, estimate finish Sat Feb 16 17:53:34 2019 xorriso : UPDATE : 42.26% done, estimate finish Sat Feb 16 17:53:32 2019 xorriso : UPDATE : 44.20% done, estimate finish Sat Feb 16 17:53:34 2019 xorriso : UPDATE : 46.10% done, estimate finish Sat Feb 16 17:53:34 2019 xorriso : UPDATE : 48.12% done, estimate finish Sat Feb 16 17:53:34 2019 xorriso : UPDATE : 49.22% done, estimate finish Sat Feb 16 17:53:35 2019 xorriso : UPDATE : 52.56% done, estimate finish Sat Feb 16 17:53:34 2019 xorriso : UPDATE : 54.55% done, estimate finish Sat Feb 16 17:53:34 2019 xorriso : UPDATE : 56.99% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 58.03% done, estimate finish Sat Feb 16 17:53:35 2019 xorriso : UPDATE : 61.49% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 63.75% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 66.02% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 66.38% done, estimate finish Sat Feb 16 17:53:35 2019 xorriso : UPDATE : 69.76% done, estimate finish Sat Feb 16 17:53:34 2019 xorriso : UPDATE : 72.89% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 74.89% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 76.82% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 76.82% done, estimate finish Sat Feb 16 17:53:35 2019 xorriso : UPDATE : 80.50% done, estimate finish Sat Feb 16 17:53:34 2019 xorriso : UPDATE : 84.23% done, estimate finish Sat Feb 16 17:53:33 2019 xorriso : UPDATE : 87.32% done, estimate finish Sat Feb 16 17:53:32 2019 xorriso : UPDATE : 89.28% done, estimate finish Sat Feb 16 17:53:32 2019 xorriso : UPDATE : 91.86% done, estimate finish Sat Feb 16 17:53:32 2019 xorriso : UPDATE : 93.05% done, estimate finish Sat Feb 16 17:53:32 2019 xorriso : UPDATE : 96.83% done xorriso : UPDATE : 99.02% done ISO image produced: 2083671 sectors Written to medium : 2083671 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:53:33 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 3' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 4363 files added in 1 seconds xorriso : UPDATE : 4363 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.04% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 0.30% done xorriso : UPDATE : 0.30% done, estimate finish Sat Feb 16 18:08:29 2019 xorriso : UPDATE : 0.30% done, estimate finish Sat Feb 16 18:14:00 2019 xorriso : UPDATE : 0.30% done, estimate finish Sat Feb 16 18:19:31 2019 xorriso : UPDATE : 0.30% done, estimate finish Sat Feb 16 18:25:03 2019 xorriso : UPDATE : 13.32% done, estimate finish Sat Feb 16 17:54:24 2019 xorriso : UPDATE : 15.37% done, estimate finish Sat Feb 16 17:54:24 2019 xorriso : UPDATE : 17.17% done, estimate finish Sat Feb 16 17:54:25 2019 xorriso : UPDATE : 19.13% done, estimate finish Sat Feb 16 17:54:25 2019 xorriso : UPDATE : 21.43% done, estimate finish Sat Feb 16 17:54:24 2019 xorriso : UPDATE : 23.68% done, estimate finish Sat Feb 16 17:54:23 2019 xorriso : UPDATE : 25.17% done, estimate finish Sat Feb 16 17:54:24 2019 xorriso : UPDATE : 26.28% done, estimate finish Sat Feb 16 17:54:26 2019 xorriso : UPDATE : 29.89% done, estimate finish Sat Feb 16 17:54:23 2019 xorriso : UPDATE : 31.94% done, estimate finish Sat Feb 16 17:54:23 2019 xorriso : UPDATE : 33.82% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 35.93% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 38.03% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 39.93% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 41.98% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 43.99% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 45.60% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 48.15% done, estimate finish Sat Feb 16 17:54:23 2019 xorriso : UPDATE : 50.16% done, estimate finish Sat Feb 16 17:54:23 2019 xorriso : UPDATE : 51.70% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 54.17% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 56.35% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 58.52% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 60.52% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 62.73% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 64.85% done, estimate finish Sat Feb 16 17:54:23 2019 xorriso : UPDATE : 66.84% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 68.75% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 70.85% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 72.33% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 74.12% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 74.12% done, estimate finish Sat Feb 16 17:54:25 2019 xorriso : UPDATE : 74.12% done, estimate finish Sat Feb 16 17:54:27 2019 xorriso : UPDATE : 74.12% done, estimate finish Sat Feb 16 17:54:29 2019 xorriso : UPDATE : 76.59% done, estimate finish Sat Feb 16 17:54:27 2019 xorriso : UPDATE : 85.80% done, estimate finish Sat Feb 16 17:54:21 2019 xorriso : UPDATE : 86.53% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 89.94% done, estimate finish Sat Feb 16 17:54:21 2019 xorriso : UPDATE : 90.99% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 94.18% done, estimate finish Sat Feb 16 17:54:21 2019 xorriso : UPDATE : 94.36% done, estimate finish Sat Feb 16 17:54:22 2019 xorriso : UPDATE : 98.62% done ISO image produced: 2287303 sectors Written to medium : 2287303 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:54:22 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 4982 files added in 1 seconds xorriso : UPDATE : 4982 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.23% done xorriso : UPDATE : 2.02% done xorriso : UPDATE : 3.90% done, estimate finish Sat Feb 16 17:55:32 2019 xorriso : UPDATE : 5.55% done, estimate finish Sat Feb 16 17:55:29 2019 xorriso : UPDATE : 7.86% done, estimate finish Sat Feb 16 17:55:23 2019 xorriso : UPDATE : 9.93% done, estimate finish Sat Feb 16 17:55:20 2019 xorriso : UPDATE : 11.14% done, estimate finish Sat Feb 16 17:55:23 2019 xorriso : UPDATE : 11.14% done, estimate finish Sat Feb 16 17:55:32 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:55:16 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:55:23 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:55:29 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:55:35 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:55:44 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:55:51 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:56:07 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:56:14 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:56:22 2019 xorriso : UPDATE : 16.22% done, estimate finish Sat Feb 16 17:56:30 2019 xorriso : UPDATE : 26.89% done, estimate finish Sat Feb 16 17:55:36 2019 xorriso : UPDATE : 42.28% done, estimate finish Sat Feb 16 17:55:10 2019 xorriso : UPDATE : 45.24% done, estimate finish Sat Feb 16 17:55:09 2019 xorriso : UPDATE : 47.34% done, estimate finish Sat Feb 16 17:55:04 2019 xorriso : UPDATE : 49.43% done, estimate finish Sat Feb 16 17:55:04 2019 xorriso : UPDATE : 51.00% done, estimate finish Sat Feb 16 17:55:06 2019 xorriso : UPDATE : 53.31% done, estimate finish Sat Feb 16 17:55:06 2019 xorriso : UPDATE : 55.33% done, estimate finish Sat Feb 16 17:55:07 2019 xorriso : UPDATE : 57.21% done, estimate finish Sat Feb 16 17:55:07 2019 xorriso : UPDATE : 58.16% done, estimate finish Sat Feb 16 17:55:08 2019 xorriso : UPDATE : 61.39% done, estimate finish Sat Feb 16 17:55:08 2019 xorriso : UPDATE : 63.25% done, estimate finish Sat Feb 16 17:55:08 2019 xorriso : UPDATE : 65.41% done, estimate finish Sat Feb 16 17:55:08 2019 xorriso : UPDATE : 67.09% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 68.88% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 70.98% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 73.05% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 75.21% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 77.18% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 78.54% done, estimate finish Sat Feb 16 17:55:12 2019 xorriso : UPDATE : 81.21% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 83.08% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 85.21% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 87.17% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 87.51% done, estimate finish Sat Feb 16 17:55:12 2019 xorriso : UPDATE : 91.05% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 92.88% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 94.78% done, estimate finish Sat Feb 16 17:55:11 2019 xorriso : UPDATE : 94.78% done, estimate finish Sat Feb 16 17:55:12 2019 xorriso : UPDATE : 99.59% done ISO image produced: 2257462 sectors Written to medium : 2257462 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:55:12 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 4243 files added in 1 seconds xorriso : UPDATE : 4243 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.25% done xorriso : UPDATE : 1.97% done xorriso : UPDATE : 2.89% done, estimate finish Sat Feb 16 17:56:46 2019 xorriso : UPDATE : 5.29% done, estimate finish Sat Feb 16 17:56:23 2019 xorriso : UPDATE : 8.56% done, estimate finish Sat Feb 16 17:56:08 2019 xorriso : UPDATE : 10.66% done, estimate finish Sat Feb 16 17:56:06 2019 xorriso : UPDATE : 12.63% done, estimate finish Sat Feb 16 17:56:06 2019 xorriso : UPDATE : 14.52% done, estimate finish Sat Feb 16 17:56:06 2019 xorriso : UPDATE : 16.93% done, estimate finish Sat Feb 16 17:56:04 2019 xorriso : UPDATE : 17.67% done, estimate finish Sat Feb 16 17:56:08 2019 xorriso : UPDATE : 18.78% done, estimate finish Sat Feb 16 17:56:10 2019 xorriso : UPDATE : 23.14% done, estimate finish Sat Feb 16 17:56:03 2019 xorriso : UPDATE : 25.07% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 25.07% done, estimate finish Sat Feb 16 17:56:03 2019 xorriso : UPDATE : 29.62% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 31.68% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 33.16% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 35.85% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 37.91% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 39.92% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 41.93% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 42.89% done, estimate finish Sat Feb 16 17:56:01 2019 xorriso : UPDATE : 45.06% done, estimate finish Sat Feb 16 17:56:01 2019 xorriso : UPDATE : 45.06% done, estimate finish Sat Feb 16 17:56:04 2019 xorriso : UPDATE : 50.14% done, estimate finish Sat Feb 16 17:56:00 2019 xorriso : UPDATE : 51.63% done, estimate finish Sat Feb 16 17:56:01 2019 xorriso : UPDATE : 51.63% done, estimate finish Sat Feb 16 17:56:04 2019 xorriso : UPDATE : 51.63% done, estimate finish Sat Feb 16 17:56:06 2019 xorriso : UPDATE : 57.46% done, estimate finish Sat Feb 16 17:56:01 2019 xorriso : UPDATE : 59.33% done, estimate finish Sat Feb 16 17:56:02 2019 xorriso : UPDATE : 59.33% done, estimate finish Sat Feb 16 17:56:04 2019 xorriso : UPDATE : 59.33% done, estimate finish Sat Feb 16 17:56:06 2019 xorriso : UPDATE : 59.33% done, estimate finish Sat Feb 16 17:56:08 2019 xorriso : UPDATE : 64.01% done, estimate finish Sat Feb 16 17:56:05 2019 xorriso : UPDATE : 70.73% done, estimate finish Sat Feb 16 17:56:00 2019 xorriso : UPDATE : 73.90% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 75.89% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 76.30% done, estimate finish Sat Feb 16 17:56:00 2019 xorriso : UPDATE : 79.94% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 81.39% done, estimate finish Sat Feb 16 17:56:00 2019 xorriso : UPDATE : 84.00% done, estimate finish Sat Feb 16 17:56:00 2019 xorriso : UPDATE : 84.15% done, estimate finish Sat Feb 16 17:56:01 2019 xorriso : UPDATE : 88.14% done, estimate finish Sat Feb 16 17:56:00 2019 xorriso : UPDATE : 90.03% done, estimate finish Sat Feb 16 17:55:59 2019 xorriso : UPDATE : 90.03% done, estimate finish Sat Feb 16 17:56:01 2019 xorriso : UPDATE : 94.44% done, estimate finish Sat Feb 16 17:56:00 2019 xorriso : UPDATE : 96.39% done xorriso : UPDATE : 98.60% done ISO image produced: 2284663 sectors Written to medium : 2284663 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:56:01 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 3050 files added in 1 seconds xorriso : UPDATE : 3050 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.80% done xorriso : UPDATE : 2.34% done xorriso : UPDATE : 4.07% done, estimate finish Sat Feb 16 17:57:11 2019 xorriso : UPDATE : 6.44% done, estimate finish Sat Feb 16 17:57:01 2019 xorriso : UPDATE : 9.32% done, estimate finish Sat Feb 16 17:56:53 2019 xorriso : UPDATE : 10.96% done, estimate finish Sat Feb 16 17:56:55 2019 xorriso : UPDATE : 11.46% done, estimate finish Sat Feb 16 17:57:01 2019 xorriso : UPDATE : 11.46% done, estimate finish Sat Feb 16 17:57:10 2019 xorriso : UPDATE : 16.85% done, estimate finish Sat Feb 16 17:56:54 2019 xorriso : UPDATE : 19.53% done, estimate finish Sat Feb 16 17:56:52 2019 xorriso : UPDATE : 19.97% done, estimate finish Sat Feb 16 17:56:56 2019 xorriso : UPDATE : 19.97% done, estimate finish Sat Feb 16 17:57:01 2019 xorriso : UPDATE : 26.03% done, estimate finish Sat Feb 16 17:56:47 2019 xorriso : UPDATE : 28.06% done, estimate finish Sat Feb 16 17:56:48 2019 xorriso : UPDATE : 29.54% done, estimate finish Sat Feb 16 17:56:49 2019 xorriso : UPDATE : 30.99% done, estimate finish Sat Feb 16 17:56:51 2019 xorriso : UPDATE : 34.43% done, estimate finish Sat Feb 16 17:56:48 2019 xorriso : UPDATE : 36.34% done, estimate finish Sat Feb 16 17:56:48 2019 xorriso : UPDATE : 37.97% done, estimate finish Sat Feb 16 17:56:50 2019 xorriso : UPDATE : 39.87% done, estimate finish Sat Feb 16 17:56:50 2019 xorriso : UPDATE : 41.91% done, estimate finish Sat Feb 16 17:56:49 2019 xorriso : UPDATE : 44.38% done, estimate finish Sat Feb 16 17:56:49 2019 xorriso : UPDATE : 46.34% done, estimate finish Sat Feb 16 17:56:49 2019 xorriso : UPDATE : 46.64% done, estimate finish Sat Feb 16 17:56:52 2019 xorriso : UPDATE : 46.64% done, estimate finish Sat Feb 16 17:56:55 2019 xorriso : UPDATE : 46.64% done, estimate finish Sat Feb 16 17:56:59 2019 xorriso : UPDATE : 46.64% done, estimate finish Sat Feb 16 17:57:02 2019 xorriso : UPDATE : 46.64% done, estimate finish Sat Feb 16 17:57:05 2019 xorriso : UPDATE : 46.64% done, estimate finish Sat Feb 16 17:57:08 2019 xorriso : UPDATE : 46.64% done, estimate finish Sat Feb 16 17:57:11 2019 xorriso : UPDATE : 52.11% done, estimate finish Sat Feb 16 17:57:03 2019 xorriso : UPDATE : 65.87% done, estimate finish Sat Feb 16 17:56:49 2019 xorriso : UPDATE : 67.87% done, estimate finish Sat Feb 16 17:56:49 2019 xorriso : UPDATE : 69.92% done, estimate finish Sat Feb 16 17:56:48 2019 xorriso : UPDATE : 71.94% done, estimate finish Sat Feb 16 17:56:48 2019 xorriso : UPDATE : 72.46% done, estimate finish Sat Feb 16 17:56:49 2019 xorriso : UPDATE : 72.46% done, estimate finish Sat Feb 16 17:56:51 2019 xorriso : UPDATE : 73.00% done, estimate finish Sat Feb 16 17:56:53 2019 xorriso : UPDATE : 79.11% done, estimate finish Sat Feb 16 17:56:50 2019 xorriso : UPDATE : 79.11% done, estimate finish Sat Feb 16 17:56:51 2019 xorriso : UPDATE : 79.11% done, estimate finish Sat Feb 16 17:56:52 2019 xorriso : UPDATE : 86.83% done, estimate finish Sat Feb 16 17:56:48 2019 xorriso : UPDATE : 87.20% done, estimate finish Sat Feb 16 17:56:50 2019 xorriso : UPDATE : 87.20% done, estimate finish Sat Feb 16 17:56:52 2019 xorriso : UPDATE : 88.58% done, estimate finish Sat Feb 16 17:56:52 2019 xorriso : UPDATE : 94.36% done, estimate finish Sat Feb 16 17:56:49 2019 xorriso : UPDATE : 94.36% done, estimate finish Sat Feb 16 17:56:51 2019 ISO image produced: 2291857 sectors Written to medium : 2291857 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:56:49 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 6712 files added in 1 seconds xorriso : UPDATE : 6712 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/hdmi2usb-fx2-firmware_0.0.0~git20151225-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.21% done xorriso : UPDATE : 1.27% done xorriso : UPDATE : 3.22% done, estimate finish Sat Feb 16 17:58:11 2019 xorriso : UPDATE : 5.25% done, estimate finish Sat Feb 16 17:57:58 2019 xorriso : UPDATE : 6.06% done, estimate finish Sat Feb 16 17:58:06 2019 xorriso : UPDATE : 6.06% done, estimate finish Sat Feb 16 17:58:22 2019 xorriso : UPDATE : 6.06% done, estimate finish Sat Feb 16 17:58:39 2019 xorriso : UPDATE : 8.12% done, estimate finish Sat Feb 16 17:58:24 2019 xorriso : UPDATE : 15.62% done, estimate finish Sat Feb 16 17:57:45 2019 xorriso : UPDATE : 17.59% done, estimate finish Sat Feb 16 17:57:45 2019 xorriso : UPDATE : 18.48% done, estimate finish Sat Feb 16 17:57:47 2019 xorriso : UPDATE : 21.97% done, estimate finish Sat Feb 16 17:57:43 2019 xorriso : UPDATE : 24.04% done, estimate finish Sat Feb 16 17:57:38 2019 xorriso : UPDATE : 26.10% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 28.04% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 30.12% done, estimate finish Sat Feb 16 17:57:38 2019 xorriso : UPDATE : 32.23% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 34.16% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 36.35% done, estimate finish Sat Feb 16 17:57:38 2019 xorriso : UPDATE : 37.83% done, estimate finish Sat Feb 16 17:57:40 2019 xorriso : UPDATE : 40.40% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 42.41% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 44.45% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 46.40% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 48.41% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 50.56% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 52.51% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 54.11% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 54.69% done, estimate finish Sat Feb 16 17:57:41 2019 xorriso : UPDATE : 54.69% done, estimate finish Sat Feb 16 17:57:44 2019 xorriso : UPDATE : 59.76% done, estimate finish Sat Feb 16 17:57:40 2019 xorriso : UPDATE : 62.67% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 64.45% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 66.28% done, estimate finish Sat Feb 16 17:57:40 2019 xorriso : UPDATE : 68.42% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 70.02% done, estimate finish Sat Feb 16 17:57:40 2019 xorriso : UPDATE : 72.71% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 74.72% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 76.49% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 78.60% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 80.34% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 82.38% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 84.60% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 86.56% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 88.71% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 90.30% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 92.15% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 95.03% done, estimate finish Sat Feb 16 17:57:39 2019 xorriso : UPDATE : 96.98% done xorriso : UPDATE : 98.33% done ISO image produced: 2278014 sectors Written to medium : 2278014 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:57:40 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 7593 files added in 1 seconds xorriso : UPDATE : 7593 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.20% done xorriso : UPDATE : 1.01% done xorriso : UPDATE : 3.03% done, estimate finish Sat Feb 16 17:59:07 2019 xorriso : UPDATE : 5.05% done, estimate finish Sat Feb 16 17:58:52 2019 xorriso : UPDATE : 5.96% done, estimate finish Sat Feb 16 17:58:58 2019 xorriso : UPDATE : 8.86% done, estimate finish Sat Feb 16 17:58:44 2019 xorriso : UPDATE : 9.39% done, estimate finish Sat Feb 16 17:58:51 2019 xorriso : UPDATE : 12.76% done, estimate finish Sat Feb 16 17:58:41 2019 xorriso : UPDATE : 14.55% done, estimate finish Sat Feb 16 17:58:40 2019 xorriso : UPDATE : 17.17% done, estimate finish Sat Feb 16 17:58:37 2019 xorriso : UPDATE : 19.14% done, estimate finish Sat Feb 16 17:58:36 2019 xorriso : UPDATE : 19.14% done, estimate finish Sat Feb 16 17:58:42 2019 xorriso : UPDATE : 23.54% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 24.80% done, estimate finish Sat Feb 16 17:58:32 2019 xorriso : UPDATE : 27.63% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 29.73% done, estimate finish Sat Feb 16 17:58:29 2019 xorriso : UPDATE : 30.65% done, estimate finish Sat Feb 16 17:58:32 2019 xorriso : UPDATE : 33.79% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 35.86% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 37.71% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 39.71% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 41.30% done, estimate finish Sat Feb 16 17:58:31 2019 xorriso : UPDATE : 43.79% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 45.64% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 47.42% done, estimate finish Sat Feb 16 17:58:31 2019 xorriso : UPDATE : 48.50% done, estimate finish Sat Feb 16 17:58:32 2019 xorriso : UPDATE : 48.50% done, estimate finish Sat Feb 16 17:58:35 2019 xorriso : UPDATE : 52.86% done, estimate finish Sat Feb 16 17:58:32 2019 xorriso : UPDATE : 52.86% done, estimate finish Sat Feb 16 17:58:34 2019 xorriso : UPDATE : 58.25% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 60.18% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 61.29% done, estimate finish Sat Feb 16 17:58:31 2019 xorriso : UPDATE : 64.33% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 66.19% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 68.25% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 70.02% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 71.10% done, estimate finish Sat Feb 16 17:58:31 2019 xorriso : UPDATE : 74.20% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 75.94% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 78.28% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 80.37% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 82.51% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 84.72% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 85.22% done, estimate finish Sat Feb 16 17:58:31 2019 xorriso : UPDATE : 85.22% done, estimate finish Sat Feb 16 17:58:33 2019 xorriso : UPDATE : 87.67% done, estimate finish Sat Feb 16 17:58:32 2019 xorriso : UPDATE : 91.72% done, estimate finish Sat Feb 16 17:58:31 2019 xorriso : UPDATE : 95.26% done, estimate finish Sat Feb 16 17:58:30 2019 xorriso : UPDATE : 97.24% done xorriso : UPDATE : 99.44% done ISO image produced: 2282339 sectors Written to medium : 2282339 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 17:58:31 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 s390x 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.0-s390x-DVD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.8.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 : 7473 files added in 1 seconds xorriso : UPDATE : 7473 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.20% done xorriso : UPDATE : 1.18% done xorriso : UPDATE : 3.03% done, estimate finish Sat Feb 16 17:59:58 2019 xorriso : UPDATE : 3.26% done, estimate finish Sat Feb 16 18:00:22 2019 xorriso : UPDATE : 6.97% done, estimate finish Sat Feb 16 17:59:38 2019 xorriso : UPDATE : 8.93% done, estimate finish Sat Feb 16 17:59:35 2019 xorriso : UPDATE : 8.93% done, estimate finish Sat Feb 16 17:59:46 2019 xorriso : UPDATE : 9.37% done, estimate finish Sat Feb 16 17:59:53 2019 xorriso : UPDATE : 15.14% done, estimate finish Sat Feb 16 17:59:29 2019 xorriso : UPDATE : 17.10% done, estimate finish Sat Feb 16 17:59:28 2019 xorriso : UPDATE : 19.04% done, estimate finish Sat Feb 16 17:59:28 2019 xorriso : UPDATE : 20.85% done, estimate finish Sat Feb 16 17:59:27 2019 xorriso : UPDATE : 22.84% done, estimate finish Sat Feb 16 17:59:27 2019 xorriso : UPDATE : 23.89% done, estimate finish Sat Feb 16 17:59:25 2019 xorriso : UPDATE : 23.89% done, estimate finish Sat Feb 16 17:59:30 2019 xorriso : UPDATE : 29.13% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 31.29% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 31.69% done, estimate finish Sat Feb 16 17:59:25 2019 xorriso : UPDATE : 35.20% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 37.37% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 38.85% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 41.40% done, estimate finish Sat Feb 16 17:59:21 2019 xorriso : UPDATE : 43.13% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 45.06% done, estimate finish Sat Feb 16 17:59:21 2019 xorriso : UPDATE : 46.42% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 48.00% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 50.78% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 52.21% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 54.95% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 56.72% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 58.83% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 60.68% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 61.80% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 64.42% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 66.49% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 68.07% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 68.07% done, estimate finish Sat Feb 16 17:59:26 2019 xorriso : UPDATE : 72.05% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 74.67% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 76.26% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 78.19% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 80.34% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 80.84% done, estimate finish Sat Feb 16 17:59:24 2019 xorriso : UPDATE : 80.84% done, estimate finish Sat Feb 16 17:59:26 2019 xorriso : UPDATE : 80.84% done, estimate finish Sat Feb 16 17:59:27 2019 xorriso : UPDATE : 80.84% done, estimate finish Sat Feb 16 17:59:31 2019 xorriso : UPDATE : 83.69% done, estimate finish Sat Feb 16 17:59:29 2019 xorriso : UPDATE : 93.16% done, estimate finish Sat Feb 16 17:59:22 2019 xorriso : UPDATE : 93.16% done, estimate finish Sat Feb 16 17:59:23 2019 xorriso : UPDATE : 97.09% done xorriso : UPDATE : 99.37% done ISO image produced: 2288575 sectors Written to medium : 2288575 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 d90060bd98534a5492d77e55a77056767c4ecc3f debian-9.8.0-s390x-DVD-1.iso No Jigdo help for md5, doing it the long way with md5sum ccf00516946a67efe1bb8e3fbaaa3e51 debian-9.8.0-s390x-DVD-1.iso No Jigdo help for sha512, doing it the long way with sha512sum 224b494d2a6e25564ac9c8ceed5d3173a6794f792bb6fe2932961a2a0dec33e11cd498341001e01cb9567fa09175568efc9fca464320979d087031ffc71b2ecf debian-9.8.0-s390x-DVD-1.iso No Jigdo help for sha256, doing it the long way with sha256sum beed69cc1e1fb83b6dd7d79850017cb52d42ebcdf04907ba81aefd94aa01b847 debian-9.8.0-s390x-DVD-1.iso f27902ea6b54901f2d55f3e2c6d75fa3780c0050 debian-9.8.0-s390x-DVD-1.jigdo e3c7d702affbbf6d7ae99455aeb2e5fd debian-9.8.0-s390x-DVD-1.jigdo a219997f4d571a6747dea99503bc5a9b485570e81f111dd0e4617e89300ba35fcbbea709c1b43b1d99b71cf704f530c35d4d13e73cbca18cd4ab6c6b0cbcfcee debian-9.8.0-s390x-DVD-1.jigdo 5d6ea02e435427b538421c0964e380e1aa6e0b07124ecee54ef7715e91acbf33 debian-9.8.0-s390x-DVD-1.jigdo df5c21701772fd12ee7818d12db775decb43a6cd debian-9.8.0-s390x-DVD-1.template 639be06c345b4442d469871f5142e338 debian-9.8.0-s390x-DVD-1.template a07dfac7b6d1a1f3ad1e9eb6c9ce91a38c2ea54705806e643ca4de014604ff2e9242b4485fbfd93ccd43897c414f084c4b3c7d22643d42d051f87b3ca1921eca debian-9.8.0-s390x-DVD-1.template a33dbd0461b7ba30c23e30a032375b92a939e14e6a12e15d5820d2531ca1b6aa debian-9.8.0-s390x-DVD-1.template cbff7c0e290bad6eae5c3a41519bfecccdee407b debian-9.8.0-s390x-DVD-10.iso 66045942f40a7115a7fd330c1d3d3438b4f9f55c debian-9.8.0-s390x-DVD-10.jigdo b193ad372dcad259acb33ba5b0ae71d9 debian-9.8.0-s390x-DVD-10.iso 12017c41bae027a5d4a6d6ba42ca5d63 debian-9.8.0-s390x-DVD-10.jigdo 41a99048a0a2f7c892dc1678bab8b29071e516931e90c6608e010ea84b62dcf9ed65c476dda91b2f87759b9252b08171917b8ad3826a8bcd36a991c298662313 debian-9.8.0-s390x-DVD-10.iso 562d9064da61c865fd74e5c5e10290b94bc5e59cc4672f894f9dbc249ab4b62f0221388c2e203a54a56043c8b28b1e6985611afe93b19ef26d87e17291011d2a debian-9.8.0-s390x-DVD-10.jigdo d2c7ace1c71335fb1ba775771d72cd17e9dc63d1146d9271f8631667da5bde68 debian-9.8.0-s390x-DVD-10.iso d9103fef236e72a64feaa92b6885c6a69684628d01c45cae73d4f320acfefa54 debian-9.8.0-s390x-DVD-10.jigdo 85ff7b0e6a486c535455a15be5b1f8952c7726ec debian-9.8.0-s390x-DVD-10.template 993378ea71eb9da0f2254aa5c26a6fcf debian-9.8.0-s390x-DVD-10.template 66dbec1c4bc5428f90b5e8f33135dcb3034bcf9da2ac151b1a43a3fc299eade3dd64f752b983111e4fbe1645de18be77ed6e19d8d15bf0b6325041bbadab96b6 debian-9.8.0-s390x-DVD-10.template 1acb97fe03924dd44f69863497a3fe09e0e2dfc1388e0802fda73b869500bdcb debian-9.8.0-s390x-DVD-10.template aa3f3e8a5df7e708ea3208797a1fc0211e0dde92 debian-9.8.0-s390x-DVD-11.iso 0662a9126da4dda2ede4ba3ee36c7ec208b3d073 debian-9.8.0-s390x-DVD-11.jigdo 2443068404bf3770406b024165dc12ac debian-9.8.0-s390x-DVD-11.iso d747dbc1b8aa3b6122c94f6436b689df debian-9.8.0-s390x-DVD-11.jigdo 2606c6cc38b0beb9abeead4714450e13a9cd753e86709799e425d874ffbee8525610fd51f733506b5ef2898c38bea47441b29a1fe28620f6c196d7704a192a59 debian-9.8.0-s390x-DVD-11.iso 0cfeac1c04d3aa2eb56f8e9766f125ced63e384c5ce2e5b6f8a03562b357fbc870280b5cc5bc112e497033ff48ff9a9fa61328f3a48fa650c7f544b475b566c0 debian-9.8.0-s390x-DVD-11.jigdo f6212fcd2dbe040e0187d30d129d2a4b33b03ea1a79bfbef31ffde67c6591538 debian-9.8.0-s390x-DVD-11.iso d62308a6ddc5e4c55cd1eeb1a52521335f5f65991f458fd73581e865243643d8 debian-9.8.0-s390x-DVD-11.jigdo 2daa36d5d9644ca06a457f7ab491dc40ae16cd4a debian-9.8.0-s390x-DVD-11.template 7f70868c835b2db83672182f0bbde5df debian-9.8.0-s390x-DVD-11.template dc2f93e758bb77e5e7d900a19f97e66a719982279f3cc51bc84830a0ec591d23c9efcd4fdda1e47d4e7f7111bde32033c2030b76ceb302e057972a82062642f5 debian-9.8.0-s390x-DVD-11.template 9f3573dd28dca60b8e1a14b8d63ee5416b22c33cf4895b2b96bda7ce7eee2632 debian-9.8.0-s390x-DVD-11.template caa7b17a395d2340e58f8d680ab00de005e11843 debian-9.8.0-s390x-DVD-12.iso 37fff4b3fd7bdc4ef3de694abd73bd908f5c849b debian-9.8.0-s390x-DVD-12.jigdo 0d9264b91c3ab0734ec3220116ef53b2 debian-9.8.0-s390x-DVD-12.iso 9c124f6e32f6a06605c1704bb5dd6dc9 debian-9.8.0-s390x-DVD-12.jigdo 5c09b8cd6c924700e9f153e618c2e77b94deb7d1b8f50a7810a11e449dee01c8136dd5c3313784af72b8a02783ef770c5a042d3fbc0f80e8eeab469433ba0e11 debian-9.8.0-s390x-DVD-12.iso 6c7e7e93ae934e37fc807bec737bdca1ab8691ae5fcf93c30c95dc1f34e4fad1f5dfa3614ee5f609015145f91cd99fd7759bddc2a8943f75aa7c3e3fd4ea2259 debian-9.8.0-s390x-DVD-12.jigdo 60073587ffba0a680a0b42605dca2542d5f8cdb0bf00507df4a5dd88aad583e0 debian-9.8.0-s390x-DVD-12.iso a55c3df1a5637adbe06fb70af7aa7bff0ceebbbe7be4967d8b68dfb179093387 debian-9.8.0-s390x-DVD-12.jigdo 36354b18c0388e0ed39c752f570050d84335cce5 debian-9.8.0-s390x-DVD-12.template ff90c794895b9761488b64a7e5106224 debian-9.8.0-s390x-DVD-12.template f128fc7b06f4953ea91eb450d8a157f157aebcbb09c488165316ece4f245f14f4bce3c7519b5d375bf326bc12b1c5336403f556658fdec4a51a37f6d69c01e04 debian-9.8.0-s390x-DVD-12.template 3f0406720504d16055884e076f08b5cc78c07356b140ca3dbd085434f1f9626c debian-9.8.0-s390x-DVD-12.template 4cc69b8a27324db7a4601e01aa854b7acef44618 debian-9.8.0-s390x-DVD-13.iso 9c8ee31b38eafecd20c0484a77837e95727d2b29 debian-9.8.0-s390x-DVD-13.jigdo efa04471076f3993e26c549313814e06 debian-9.8.0-s390x-DVD-13.iso d38603e85380314acd55cee33db38330 debian-9.8.0-s390x-DVD-13.jigdo 398028f25d7aba1ab9f245166641b7b0bb6bc3a54a905bdc732675d9f29f7074fb6c6b2652ab83a1d0eac1c3d205764adea951d732d9e6f3c0e62b7b50cabdce debian-9.8.0-s390x-DVD-13.iso 51fa52f1648f2a5ed318346915542adb5f7b1fa53851e996ddbfae6e05f1942e5f49154cc5daf492bc8c9240ee3d4be0830743905911d5f19c334c5487f3cc58 debian-9.8.0-s390x-DVD-13.jigdo 6543268a1c285d21bc5beeb6330d9dbe28f9a9e81cb4f8ed307500f939ba7b6b debian-9.8.0-s390x-DVD-13.iso 1a7472b388fad6d9ae3e03f4d7586b798ee8c0c86245abeb6b4f7d45ff519818 debian-9.8.0-s390x-DVD-13.jigdo aa38874b6f28d98a791c4e47337d0624adb21103 debian-9.8.0-s390x-DVD-13.template 032f8db57434d84b7e1a6fa73df2e1d9 debian-9.8.0-s390x-DVD-13.template e5c10878051e9bc39b70b4291979396b0ae55c807221fec600395390449d1cf7130922e95b99268f886f490869b351bed7e569dbb567068a97698facaedbe0ae debian-9.8.0-s390x-DVD-13.template 32e2cdb70bf4ff5c3b9b34d0b9c47c9e3f4eaf8c18642bc2c6ef9426408f401e debian-9.8.0-s390x-DVD-13.template 1368901b2bfccb623d50c984ab6641a46869df16 debian-9.8.0-s390x-DVD-2.iso bea126fe17fac33ac8cdb20769f7ab17784f318c debian-9.8.0-s390x-DVD-2.jigdo 5b7f3d89fc153c663f9e8dadba178502 debian-9.8.0-s390x-DVD-2.iso 7945490b56d72f80bf71fcc79f5f7bab debian-9.8.0-s390x-DVD-2.jigdo 72f03b5494f67b8be187ba44bf56f7cdfd127b553cb7dfae3d084a958f7312d988c2bb21b9ba2b774c47a822d89d3dd93565b9f492f9c9bf9ac04cd71ae66d70 debian-9.8.0-s390x-DVD-2.iso 21ed65b2b6e089ce9a034cd4b82df739e07cba662e0d3525c442b05e168038e434dd907e0271a73dc11a6a6dc5c11d108cf64d0c047c4cf6e2e297b93c6f879b debian-9.8.0-s390x-DVD-2.jigdo 77470a462e4e75a08c843eb5bc74fe9f7b1f79da629dfd21dfecdcab050370d9 debian-9.8.0-s390x-DVD-2.iso e158e1914a50d0b9a58b4a03cb2b790f9243c213219e14bb52d8305fc7e66eb8 debian-9.8.0-s390x-DVD-2.jigdo 2615af8c52f76f0c10bdeef82ccf055d25b872bf debian-9.8.0-s390x-DVD-2.template 77548cbb24d1ecea341d303d92c24203 debian-9.8.0-s390x-DVD-2.template 46205335aceafcb68554f64a3cff34c591ce4ccf725748f1cce4e85d027dcb0e49e0dc9646e12a82212373d917d0af4a0b3017350167315adff02282be140b2d debian-9.8.0-s390x-DVD-2.template 9bf11606414f3ab6e50af0715aa57a87e4a4725c3ec305a9e62e1dea724bc683 debian-9.8.0-s390x-DVD-2.template 47a6b27dbc880fb0a01cb9df1fb6d1a3346cc3dd debian-9.8.0-s390x-DVD-3.iso a477c4f0d8e99ab8fd11c2eeb66313a49b691008 debian-9.8.0-s390x-DVD-3.jigdo 7c85287daffef66f0446897f329963f6 debian-9.8.0-s390x-DVD-3.iso a48997e0101a29fa3632dd3a77495c19 debian-9.8.0-s390x-DVD-3.jigdo 8cc9153078f955195b0c45533685793803996f1544d98153a183a1fd0ce611a46b4ffbc36584334794d7c1123dd3c0b39d7bb081a52573f57a0a4638a16c2f3b debian-9.8.0-s390x-DVD-3.iso 13bf37ff7c2daa9389b790e59bd61b13ddf2d3cb5b1844e5ca2fad6c91e9194b94b835e467a1b354cd45f86b9364e48967d4abd18b1cb4c93970a91026a7785e debian-9.8.0-s390x-DVD-3.jigdo 5f002dc6373e3b791792630405ea9ab939573e184934060ec39a464954d35ba0 debian-9.8.0-s390x-DVD-3.iso 03ea528dccf3b0c89f6133aa4b32708b954c49713272a0f782b7418d0a206e12 debian-9.8.0-s390x-DVD-3.jigdo 6170aab9587d47f82f354419cd7c176884d2959a debian-9.8.0-s390x-DVD-3.template f4bf2549ee3296475631969931755dd6 debian-9.8.0-s390x-DVD-3.template 0f30f9c07415cfbb65d0dcaf7ba29fce5e26480e27f171c5e18cd46be2377997650895642c2db11fcc6b0169ab8f49a219d1e7587c7cfe2343eeadad05c0c48d debian-9.8.0-s390x-DVD-3.template 31c2251ffa7431356639084090709c076367742a5b0f9839929cbd9b623e6c78 debian-9.8.0-s390x-DVD-3.template e56f05a25dafcd67571016246dd7688704687d54 debian-9.8.0-s390x-DVD-4.iso 552096f05670d86deb30af4d82c79c77274f4268 debian-9.8.0-s390x-DVD-4.jigdo ff3ac4c7bf31c9cfc5471cdabbe54f2e debian-9.8.0-s390x-DVD-4.iso 184edac1a5d6c796b513c0f08bb5e1c6 debian-9.8.0-s390x-DVD-4.jigdo 4c4cff943e1c45805fb2c6ff6a7aa3d51858e2e71e42729b90116d2d8b845d9d44b900683fc13da70ef64c8908a073834f7c2c6222e12519b7a6702db2ee1e0b debian-9.8.0-s390x-DVD-4.iso 6c8e220576d534547866b757ebb2d2101d5d7e31993d40ff2713829487ac8fa9909179650548688f764c71b537e5f7cc030b457c4f325bc74329409ceb172349 debian-9.8.0-s390x-DVD-4.jigdo 5d018b21bf7b9c3762b191be0fcd30deb5932fe50646ab95ea77181ce900d945 debian-9.8.0-s390x-DVD-4.iso 4aa38601b4878c8bce44e6ad53d2b12de9becae9421db77378562a2120fd1e0e debian-9.8.0-s390x-DVD-4.jigdo 3546aeb09910306373446cea8d3972db17075434 debian-9.8.0-s390x-DVD-4.template 15db6a7a9ec3c4c8c7aa66fe2b5346c0 debian-9.8.0-s390x-DVD-4.template 83caf6d926859d7150cf1a1861e0e473458ae56395a3319a9635edc73d1e1c50b48e328613a329d8baf358fba632cfbb92d70d804eaf09df666d6e86e42892ad debian-9.8.0-s390x-DVD-4.template 2b04eb5f25b8760a7fd6734da679d0ef7ed203963843ee0cb007c6fe31be6e73 debian-9.8.0-s390x-DVD-4.template ff873b787ed4e908b9e64884d8451fe7cca233f5 debian-9.8.0-s390x-DVD-5.iso 78a783d44ad700a555cf531015b45a9f0beb31b8 debian-9.8.0-s390x-DVD-5.jigdo c52cdb860cd041cf91826cfd1d80b876 debian-9.8.0-s390x-DVD-5.iso 6d1d8678cad1330dfe64438d875543e0 debian-9.8.0-s390x-DVD-5.jigdo 2fd8435aa83cdbd2aa5148adaaafa474177c09ca116cc2eb67cfff405d3c8ca846262d5cb1dad7635d2cff60569a90f36b7a70cbd558389bbc936516605a26a5 debian-9.8.0-s390x-DVD-5.iso 65d8f9b787bc007dc5d1b2eb4d79f26def00dfb999b599f41c1287f1a4a3527ecdb94d0e05731407d549d968176719ba193d7cfd3edb1ffe5af90871bb8daaa6 debian-9.8.0-s390x-DVD-5.jigdo 8cf7584a0e1b906c54b6897eb876ae513c32963162636d9df8e39d09870e143b debian-9.8.0-s390x-DVD-5.iso a093211348924d82712668cdc312fccd1cdcc345be60655ab150914b8818a127 debian-9.8.0-s390x-DVD-5.jigdo 5ef5b31da1cc90eef67478bb9265952ba240750c debian-9.8.0-s390x-DVD-5.template 2b911496f62c12000cca2a6ed1a0d26c debian-9.8.0-s390x-DVD-5.template c64eb02389dd0879983f02deb7b9d3007bc028c3a6e54803ad524b943abe705dd53be7acf5c4dec6ba4143b928b78386cd7348993f48de83b42369d24e8f89af debian-9.8.0-s390x-DVD-5.template 2e975c63b523acd10be3b5a23a6c00db1e3daeb1701de41c2bb2ee532f1e75c9 debian-9.8.0-s390x-DVD-5.template 45c2ddc8b0ab8cc812aac3e773f67a1eb4e06c65 debian-9.8.0-s390x-DVD-6.iso e25eb578d177db1b7b3b22bdf2fc7a950973fe85 debian-9.8.0-s390x-DVD-6.jigdo d02ac7ce788095dc6e312b58e5bc7309 debian-9.8.0-s390x-DVD-6.iso 9e6a06e866c078483eb8005e5c74d735 debian-9.8.0-s390x-DVD-6.jigdo 908e6772dbdaef606578c918562854436c79ef0ab1b7bf6f032e3eedf52114b7de58d5f899db75984dd4db64b05e4855fb0b558358904f479c392b7ddd4a016f debian-9.8.0-s390x-DVD-6.iso a7bd83ee21ce74edf0ce64f23a013bc579a4d4a2c2fe626f163d7c3a935de951c34e839e5c5c155fc3f42f08a05f62576bc34cd082de6f6b5c077ca06daa0a29 debian-9.8.0-s390x-DVD-6.jigdo ce99276c34e89417c3f3dc2541967e51326292d357dfc18a9323c6d8c67ff099 debian-9.8.0-s390x-DVD-6.iso e128ba4f713b6b40d54b816fb51a87701d227d75900e2c43683a36c319a88a8c debian-9.8.0-s390x-DVD-6.jigdo 8ceb74ac99869e9e689019ce2a974ad5f83a077a debian-9.8.0-s390x-DVD-6.template ad2d416c76cdc0854655f781f8a706ca debian-9.8.0-s390x-DVD-6.template 66514c929274158f30c02c5c05bd50860c51c3711774429ead91c19ae298c47db6e03697a58cb25da3914e9df75fbe3416a301cd038967ef3561633530793a05 debian-9.8.0-s390x-DVD-6.template ee78caeaa7a5f95b712947d6c1f01208ad151fbc58bf15ce62c6a660c001f660 debian-9.8.0-s390x-DVD-6.template 1ed88a9db54de1251c9668704bff94bd47229579 debian-9.8.0-s390x-DVD-7.iso 9cb2c34823c0776dabb36c458070d5de7554a39e debian-9.8.0-s390x-DVD-7.jigdo c621726a4bcce9982d37dadf5db43b90 debian-9.8.0-s390x-DVD-7.iso 784b6cab8ced30b53ed9c27aa1f332a1 debian-9.8.0-s390x-DVD-7.jigdo 0fddbb2c221391a3b24816c1cc8579ae535ee5ef912d9b4a19bcefde9ed470705697bcc8c8b13cd74568b29ae77a492d910f8b5976f2175e07880fe0a3dc0050 debian-9.8.0-s390x-DVD-7.iso e4d83d4d4cf33e4076bd493b343ccb8178228edc9ef19a13dd6de00f93065f79487cd838e730303e26f05a8078c16c7ac36788661f7565e95a1b1f5d966660e7 debian-9.8.0-s390x-DVD-7.jigdo ba4cacfb700d1909f505c9ab0e5d9e2def27f4930c23e6f515c3b74166ef1685 debian-9.8.0-s390x-DVD-7.iso e95f19e25f8a52e9395bf454d77359fd1f142a6792404f07c5ce13c537d4f0d7 debian-9.8.0-s390x-DVD-7.jigdo 01a0c8b721f53ab3c853d7e626001ae15dae5506 debian-9.8.0-s390x-DVD-7.template f5e76feb2092849a96ad3c0e67cdd7ce debian-9.8.0-s390x-DVD-7.template 3432e69005fbcf70fe0aa89549d7f45be178abe1ccde24d4799958aef1fc380beb3fb1689a9b83557c941a0b14774b8aab92f2e9315f59fd3081700ca0f0fb24 debian-9.8.0-s390x-DVD-7.template da4e5c509e2684d86eb03ed4577b1cde7db6bed1bfab356a391836a797dd6cbd debian-9.8.0-s390x-DVD-7.template 9aee62603b863e2690543eccbaae79ff7cab0982 debian-9.8.0-s390x-DVD-8.iso b8f054e8d3e4631ad71e22d9661defa962384791 debian-9.8.0-s390x-DVD-8.jigdo 19ba02e4a615e34d06ec3e8cd105356b debian-9.8.0-s390x-DVD-8.iso db6c1c653b230faa6963d9b5c6a86006 debian-9.8.0-s390x-DVD-8.jigdo d973a68832a9d48641bd61ecdb4446c9f517485c3155516e92e90f3e5faae0415efad2ec4f296d0536cc33b750e6229670acccc5a5ee4378a66f060a5cf518e9 debian-9.8.0-s390x-DVD-8.iso f636a19e15f4aa96dc7739af40ace7c2ffbbae314baf69b23191331d3b538c313ce64a0e1a3de8308fdf4a10072c117d0a40f51da73fd81f17f92be219f61db7 debian-9.8.0-s390x-DVD-8.jigdo 5d2e4cd51ca19189e5767832c939cc286f5876d4625a525ebe8b77ec033bd47d debian-9.8.0-s390x-DVD-8.iso bb4febe39807bfe71097116a911db7ca422c3367b8f26ac9c58ff607008b9ad2 debian-9.8.0-s390x-DVD-8.jigdo d4d372955c214dfb507d3c26fd7873e935fcd33c debian-9.8.0-s390x-DVD-8.template 614abf21d8d31bf1e59d6e877bc5e541 debian-9.8.0-s390x-DVD-8.template 3813f3fa43e8c75db2f06ed57dd5423130dfcca06abda25d9109e1aa156b8a2a217642c59d4d7545364e46f32822e0632e0cc5a6b3b0d784306fa7bad0f9525b debian-9.8.0-s390x-DVD-8.template 000d5f9a45334424bcc2b21b1336e39088934919970312cc026927efc86dc159 debian-9.8.0-s390x-DVD-8.template 2662a6fff5a29ea858a0490f9c50951a397b5488 debian-9.8.0-s390x-DVD-9.iso 6c5092e75659ece5d16c8bea210a84495aa5be39 debian-9.8.0-s390x-DVD-9.jigdo a1d6012492b0abbf5e8b1b67391c7fa5 debian-9.8.0-s390x-DVD-9.iso 36bda36ba4377aa13a82bbb6eaa7c19c debian-9.8.0-s390x-DVD-9.jigdo c39274dccd2037a02c0cb8ef483c0f9c310b3fd466ee515c74bbbff332784820e635560d34734bc304aaf817085da3b7d6118641c0b4e1ebe33b9f81a41adcbe debian-9.8.0-s390x-DVD-9.iso 1087093e1bd104fdbf2118857128b1db385d2d9fd9753b82bd02249a6579353a7a639cf8e3bde5846e192c851f260ee07d449aeea9f55352626870d84a0e9af7 debian-9.8.0-s390x-DVD-9.jigdo be680318d752872471569809b5c90eac5f08467645cb93ab879fc62621a29336 debian-9.8.0-s390x-DVD-9.iso b975eeed5cb5c3142dbd173fd722763727650a28ba5f5d063a0e73d2d7bb7c02 debian-9.8.0-s390x-DVD-9.jigdo c34e0dddfb35d8afb32ee564b700d1a12610a354 debian-9.8.0-s390x-DVD-9.template 74e471ec1e4f19de05e0ac1626405992 debian-9.8.0-s390x-DVD-9.template fd85e90bc8879e067febeba9c32b62e37d06c27b2649cdcdfb5d8a5ee14538fe68de490de079a1b23dbf225953c895f05004f557ae041f7c09d6b2345d4e1ddc debian-9.8.0-s390x-DVD-9.template eb508f92ff999751d38f74f2f7c3c6d14e036fb7b94d6628a68d06d1905e1a7e debian-9.8.0-s390x-DVD-9.template Sat 16 Feb 18:00:16 UTC 2019: Finished.