Sat 7 Oct 23:41:03 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/CD[1234567890]* rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/tasks rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/*.filelist* rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/packages-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/upgrade-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt echo "Updating task files..." Updating task files... mkdir -p /org/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/* /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /org/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' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /org/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 /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/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 /org/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 /org/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 /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/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 /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/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 \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /org/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);' \ >> /org/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);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /org/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 /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/archive-keyring for ARCH in s390x; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/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 Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 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 /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-source/apt/preferences.d ; \ :> /org/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-get -f 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+deb9u3) 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.22-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.0.1) 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~deb9u1) 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+deb9u2) 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) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2) 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 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+deb9u1) 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 using -f. 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 /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/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 ... Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: 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" \ /org/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" \ /org/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;" \ >> /org/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;" \ >> /org/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 /org/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+deb9u2/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 /org/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 /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/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 ... Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: 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" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ else \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ echo "exim4-daemon-light" >>/org/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 \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap-list; \ cat /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/debootstrap-list >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ rm -rf /org/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 /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/tasks /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/tasks/Debian-all >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist; \ fi Generating the complete list of packages to be included in /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/rawlist \ > /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list.backports if [ -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list.backports ]; then mv /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list.backports /org/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 /org/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 114606190 bytes Adding the rest of the requested packages Now up to 2649591188 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 49016 packages, total size 56169480444 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/grab_source_list /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/apt "s390x" /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/packages > /org/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 /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x stretch "s390x" "/home/93sam/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*'" GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. /home/93sam/xorriso -version says: GNU xorriso 1.3.6.pl01 ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program Copyright (C) 2013, Thomas Schmitt , libburnia project. xorriso version : 1.3.6.pl01 Version timestamp : 2014.04.08.180000 Build timestamp : -none-given- libisofs in use : 1.3.6 (min. 1.3.6) libjte in use : 1.0.0 (min. 1.0.0) libburn in use : 1.3.6 (min. 1.3.6) libburn OS adapter: internal GNU/Linux SG_IO adapter sg-linux libisoburn in use : 1.3.6 (min. 1.3.6) License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Reading in package information for s390x: Done: Read details of 49016 packages for s390x Reading in translated package descriptions for main: Done: read 202876 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 converted 'http://www.debian.org/releases/stretch/release-notes-s390x.tar.gz' (ANSI_X3.4-1968) -> 'http://www.debian.org/releases/stretch/release-notes-s390x.tar.gz' (UTF-8) --2017-10-07 23:45:09-- http://www.debian.org/releases/stretch/release-notes-s390x.tar.gz Resolving www.debian.org (www.debian.org)... 2001:67c:2564:a119::148:14, 2001:41c8:1000:21::21:4, 5.153.231.4, ... Connecting to www.debian.org (www.debian.org)|2001:67c:2564:a119::148:14|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6396081 (6.1M) [application/x-gzip] Saving to: 'release-notes-s390x.tar.gz' 0K .......... .......... .......... .......... .......... 0% 533K 12s 50K .......... .......... .......... .......... .......... 1% 1.04M 9s 100K .......... .......... .......... .......... .......... 2% 1.44M 7s 150K .......... .......... .......... .......... .......... 3% 47.0M 5s 200K .......... .......... .......... .......... .......... 4% 3.70M 5s 250K .......... .......... .......... .......... .......... 4% 1.52M 4s 300K .......... .......... .......... .......... .......... 5% 37.2M 4s 350K .......... .......... .......... .......... .......... 6% 34.5M 3s 400K .......... .......... .......... .......... .......... 7% 4.23M 3s 450K .......... .......... .......... .......... .......... 8% 58.0M 3s 500K .......... .......... .......... .......... .......... 8% 1.78M 3s 550K .......... .......... .......... .......... .......... 9% 11.0M 3s 600K .......... .......... .......... .......... .......... 10% 50.9M 2s 650K .......... .......... .......... .......... .......... 11% 89.3M 2s 700K .......... .......... .......... .......... .......... 12% 57.3M 2s 750K .......... .......... .......... .......... .......... 12% 84.3M 2s 800K .......... .......... .......... .......... .......... 13% 85.3M 2s 850K .......... .......... .......... .......... .......... 14% 4.48M 2s 900K .......... .......... .......... .......... .......... 15% 113M 2s 950K .......... .......... .......... .......... .......... 16% 125M 1s 1000K .......... .......... .......... .......... .......... 16% 96.8M 1s 1050K .......... .......... .......... .......... .......... 17% 1.81M 1s 1100K .......... .......... .......... .......... .......... 18% 54.5M 1s 1150K .......... .......... .......... .......... .......... 19% 89.7M 1s 1200K .......... .......... .......... .......... .......... 20% 12.7M 1s 1250K .......... .......... .......... .......... .......... 20% 73.4M 1s 1300K .......... .......... .......... .......... .......... 21% 62.1M 1s 1350K .......... .......... .......... .......... .......... 22% 66.6M 1s 1400K .......... .......... .......... .......... .......... 23% 84.4M 1s 1450K .......... .......... .......... .......... .......... 24% 65.4M 1s 1500K .......... .......... .......... .......... .......... 24% 130M 1s 1550K .......... .......... .......... .......... .......... 25% 57.3M 1s 1600K .......... .......... .......... .......... .......... 26% 67.1M 1s 1650K .......... .......... .......... .......... .......... 27% 59.9M 1s 1700K .......... .......... .......... .......... .......... 28% 118M 1s 1750K .......... .......... .......... .......... .......... 28% 7.03M 1s 1800K .......... .......... .......... .......... .......... 29% 92.9M 1s 1850K .......... .......... .......... .......... .......... 30% 83.8M 1s 1900K .......... .......... .......... .......... .......... 31% 119M 1s 1950K .......... .......... .......... .......... .......... 32% 89.2M 1s 2000K .......... .......... .......... .......... .......... 32% 72.2M 1s 2050K .......... .......... .......... .......... .......... 33% 97.0M 1s 2100K .......... .......... .......... .......... .......... 34% 2.00M 1s 2150K .......... .......... .......... .......... .......... 35% 79.8M 1s 2200K .......... .......... .......... .......... .......... 36% 98.0M 1s 2250K .......... .......... .......... .......... .......... 36% 112M 1s 2300K .......... .......... .......... .......... .......... 37% 15.4M 1s 2350K .......... .......... .......... .......... .......... 38% 112M 1s 2400K .......... .......... .......... .......... .......... 39% 36.1M 1s 2450K .......... .......... .......... .......... .......... 40% 103M 1s 2500K .......... .......... .......... .......... .......... 40% 17.6M 1s 2550K .......... .......... .......... .......... .......... 41% 49.2M 1s 2600K .......... .......... .......... .......... .......... 42% 134M 0s 2650K .......... .......... .......... .......... .......... 43% 92.8M 0s 2700K .......... .......... .......... .......... .......... 44% 4.49M 0s 2750K .......... .......... .......... .......... .......... 44% 93.6M 0s 2800K .......... .......... .......... .......... .......... 45% 108M 0s 2850K .......... .......... .......... .......... .......... 46% 140M 0s 2900K .......... .......... .......... .......... .......... 47% 7.84M 0s 2950K .......... .......... .......... .......... .......... 48% 86.1M 0s 3000K .......... .......... .......... .......... .......... 48% 18.4M 0s 3050K .......... .......... .......... .......... .......... 49% 89.5M 0s 3100K .......... .......... .......... .......... .......... 50% 117M 0s 3150K .......... .......... .......... .......... .......... 51% 120M 0s 3200K .......... .......... .......... .......... .......... 52% 94.0M 0s 3250K .......... .......... .......... .......... .......... 52% 80.4M 0s 3300K .......... .......... .......... .......... .......... 53% 119M 0s 3350K .......... .......... .......... .......... .......... 54% 93.6M 0s 3400K .......... .......... .......... .......... .......... 55% 128M 0s 3450K .......... .......... .......... .......... .......... 56% 119M 0s 3500K .......... .......... .......... .......... .......... 56% 83.4M 0s 3550K .......... .......... .......... .......... .......... 57% 90.1M 0s 3600K .......... .......... .......... .......... .......... 58% 128M 0s 3650K .......... .......... .......... .......... .......... 59% 84.4M 0s 3700K .......... .......... .......... .......... .......... 60% 119M 0s 3750K .......... .......... .......... .......... .......... 60% 89.7M 0s 3800K .......... .......... .......... .......... .......... 61% 118M 0s 3850K .......... .......... .......... .......... .......... 62% 86.8M 0s 3900K .......... .......... .......... .......... .......... 63% 121M 0s 3950K .......... .......... .......... .......... .......... 64% 123M 0s 4000K .......... .......... .......... .......... .......... 64% 10.9M 0s 4050K .......... .......... .......... .......... .......... 65% 85.1M 0s 4100K .......... .......... .......... .......... .......... 66% 124M 0s 4150K .......... .......... .......... .......... .......... 67% 94.5M 0s 4200K .......... .......... .......... .......... .......... 68% 89.1M 0s 4250K .......... .......... .......... .......... .......... 68% 76.1M 0s 4300K .......... .......... .......... .......... .......... 69% 122M 0s 4350K .......... .......... .......... .......... .......... 70% 87.3M 0s 4400K .......... .......... .......... .......... .......... 71% 66.2M 0s 4450K .......... .......... .......... .......... .......... 72% 128M 0s 4500K .......... .......... .......... .......... .......... 72% 83.7M 0s 4550K .......... .......... .......... .......... .......... 73% 121M 0s 4600K .......... .......... .......... .......... .......... 74% 84.2M 0s 4650K .......... .......... .......... .......... .......... 75% 89.0M 0s 4700K .......... .......... .......... .......... .......... 76% 84.3M 0s 4750K .......... .......... .......... .......... .......... 76% 118M 0s 4800K .......... .......... .......... .......... .......... 77% 104M 0s 4850K .......... .......... .......... .......... .......... 78% 97.2M 0s 4900K .......... .......... .......... .......... .......... 79% 91.3M 0s 4950K .......... .......... .......... .......... .......... 80% 81.3M 0s 5000K .......... .......... .......... .......... .......... 80% 88.5M 0s 5050K .......... .......... .......... .......... .......... 81% 123M 0s 5100K .......... .......... .......... .......... .......... 82% 88.3M 0s 5150K .......... .......... .......... .......... .......... 83% 119M 0s 5200K .......... .......... .......... .......... .......... 84% 83.3M 0s 5250K .......... .......... .......... .......... .......... 84% 122M 0s 5300K .......... .......... .......... .......... .......... 85% 93.8M 0s 5350K .......... .......... .......... .......... .......... 86% 118M 0s 5400K .......... .......... .......... .......... .......... 87% 5.41M 0s 5450K .......... .......... .......... .......... .......... 88% 79.6M 0s 5500K .......... .......... .......... .......... .......... 88% 92.1M 0s 5550K .......... .......... .......... .......... .......... 89% 121M 0s 5600K .......... .......... .......... .......... .......... 90% 58.7M 0s 5650K .......... .......... .......... .......... .......... 91% 85.0M 0s 5700K .......... .......... .......... .......... .......... 92% 79.7M 0s 5750K .......... .......... .......... .......... .......... 92% 13.8M 0s 5800K .......... .......... .......... .......... .......... 93% 81.4M 0s 5850K .......... .......... .......... .......... .......... 94% 90.0M 0s 5900K .......... .......... .......... .......... .......... 95% 77.1M 0s 5950K .......... .......... .......... .......... .......... 96% 93.5M 0s 6000K .......... .......... .......... .......... .......... 96% 29.7M 0s 6050K .......... .......... .......... .......... .......... 97% 135M 0s 6100K .......... .......... .......... .......... .......... 98% 69.7M 0s 6150K .......... .......... .......... .......... .......... 99% 14.9M 0s 6200K .......... .......... .......... .......... ...... 100% 119M=0.4s 2017-10-07 23:45:10 (13.8 MB/s) - 'release-notes-s390x.tar.gz' saved [6396081/6396081] 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : 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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 1 filled with 7403 packages, 2227836 blocks, 4562608128 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 1610 packages, 2294145 blocks, 4698408960 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 1232 packages, 2288360 blocks, 4686561280 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 3462 packages, 2293164 blocks, 4696399872 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 3239 packages, 2293776 blocks, 4697653248 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 1341 packages, 2190722 blocks, 4486598656 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 513 packages, 2293546 blocks, 4697182208 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 401 packages, 2172581 blocks, 4449445888 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 3447 packages, 2283495 blocks, 4676597760 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 9314 packages, 2291519 blocks, 4693030912 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 11765 packages, 2241197 blocks, 4589971456 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 3239 packages, 2287485 blocks, 4684769280 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 /org/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 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 13 (not) filled with 2050 packages, 420668 blocks, 861528064 bytes Finished: 49016 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "s390x" stretch stretch /org/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+deb9u2/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 /org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/org/cdbuilder.debian.org/src/deb-cd/tmp/3s390x/stretch" "s390x" "/org/cdbuilder.debian.org/dst/deb-cd/out/3s390x" "9.2.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "/home/93sam/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 Sun 8 Oct 00:11:17 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 1' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-1.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /org/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 boot1 CD1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 411g 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/boot1' xorriso : UPDATE : 10 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD1' xorriso : UPDATE : 13545 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/alsa-firmware-loaders_1.1.3-1_s390x.deb 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/firmware-b43-installer_019-3_all.deb 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. 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.02% done xorriso : UPDATE : 0.20% done xorriso : UPDATE : 0.65% done xorriso : UPDATE : 0.96% done, estimate finish Sun Oct 08 00:16:01 2017 xorriso : UPDATE : 1.12% done, estimate finish Sun Oct 08 00:16:49 2017 xorriso : UPDATE : 1.21% done, estimate finish Sun Oct 08 00:17:48 2017 xorriso : UPDATE : 1.59% done, estimate finish Sun Oct 08 00:17:18 2017 xorriso : UPDATE : 2.12% done, estimate finish Sun Oct 08 00:16:34 2017 xorriso : UPDATE : 2.67% done, estimate finish Sun Oct 08 00:16:08 2017 xorriso : UPDATE : 3.02% done, estimate finish Sun Oct 08 00:16:08 2017 xorriso : UPDATE : 3.80% done, estimate finish Sun Oct 08 00:15:34 2017 xorriso : UPDATE : 4.53% done, estimate finish Sun Oct 08 00:15:15 2017 xorriso : UPDATE : 4.98% done, estimate finish Sun Oct 08 00:15:14 2017 xorriso : UPDATE : 5.56% done, estimate finish Sun Oct 08 00:14:57 2017 xorriso : UPDATE : 6.22% done, estimate finish Sun Oct 08 00:14:48 2017 xorriso : UPDATE : 6.71% done, estimate finish Sun Oct 08 00:14:48 2017 xorriso : UPDATE : 7.65% done, estimate finish Sun Oct 08 00:14:33 2017 xorriso : UPDATE : 8.46% done, estimate finish Sun Oct 08 00:14:26 2017 xorriso : UPDATE : 9.19% done, estimate finish Sun Oct 08 00:14:22 2017 xorriso : UPDATE : 9.81% done, estimate finish Sun Oct 08 00:14:20 2017 xorriso : UPDATE : 10.57% done, estimate finish Sun Oct 08 00:14:16 2017 xorriso : UPDATE : 11.04% done, estimate finish Sun Oct 08 00:14:18 2017 xorriso : UPDATE : 11.50% done, estimate finish Sun Oct 08 00:14:20 2017 xorriso : UPDATE : 11.93% done, estimate finish Sun Oct 08 00:14:10 2017 xorriso : UPDATE : 12.50% done, estimate finish Sun Oct 08 00:14:10 2017 xorriso : UPDATE : 13.26% done, estimate finish Sun Oct 08 00:14:08 2017 xorriso : UPDATE : 14.07% done, estimate finish Sun Oct 08 00:14:04 2017 xorriso : UPDATE : 14.90% done, estimate finish Sun Oct 08 00:14:01 2017 xorriso : UPDATE : 15.54% done, estimate finish Sun Oct 08 00:14:01 2017 xorriso : UPDATE : 15.72% done, estimate finish Sun Oct 08 00:14:07 2017 xorriso : UPDATE : 17.22% done, estimate finish Sun Oct 08 00:13:56 2017 xorriso : UPDATE : 17.27% done, estimate finish Sun Oct 08 00:14:03 2017 xorriso : UPDATE : 17.81% done, estimate finish Sun Oct 08 00:14:04 2017 xorriso : UPDATE : 18.29% done, estimate finish Sun Oct 08 00:14:05 2017 xorriso : UPDATE : 18.81% done, estimate finish Sun Oct 08 00:14:07 2017 xorriso : UPDATE : 19.19% done, estimate finish Sun Oct 08 00:14:10 2017 xorriso : UPDATE : 19.73% done, estimate finish Sun Oct 08 00:14:11 2017 xorriso : UPDATE : 20.37% done, estimate finish Sun Oct 08 00:14:11 2017 xorriso : UPDATE : 21.06% done, estimate finish Sun Oct 08 00:14:09 2017 xorriso : UPDATE : 21.57% done, estimate finish Sun Oct 08 00:14:10 2017 xorriso : UPDATE : 22.06% done, estimate finish Sun Oct 08 00:14:11 2017 xorriso : UPDATE : 22.80% done, estimate finish Sun Oct 08 00:14:10 2017 xorriso : UPDATE : 23.46% done, estimate finish Sun Oct 08 00:14:09 2017 xorriso : UPDATE : 24.27% done, estimate finish Sun Oct 08 00:14:09 2017 xorriso : UPDATE : 24.94% done, estimate finish Sun Oct 08 00:14:08 2017 xorriso : UPDATE : 25.63% done, estimate finish Sun Oct 08 00:14:07 2017 xorriso : UPDATE : 26.84% done, estimate finish Sun Oct 08 00:14:00 2017 xorriso : UPDATE : 27.58% done, estimate finish Sun Oct 08 00:13:59 2017 xorriso : UPDATE : 28.39% done, estimate finish Sun Oct 08 00:13:57 2017 xorriso : UPDATE : 29.42% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 30.41% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 31.16% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 31.77% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 32.33% done, estimate finish Sun Oct 08 00:13:45 2017 xorriso : UPDATE : 32.78% done, estimate finish Sun Oct 08 00:13:48 2017 xorriso : UPDATE : 33.86% done, estimate finish Sun Oct 08 00:13:44 2017 xorriso : UPDATE : 34.66% done, estimate finish Sun Oct 08 00:13:44 2017 xorriso : UPDATE : 35.46% done, estimate finish Sun Oct 08 00:13:44 2017 xorriso : UPDATE : 36.60% done, estimate finish Sun Oct 08 00:13:42 2017 xorriso : UPDATE : 37.17% done, estimate finish Sun Oct 08 00:13:43 2017 xorriso : UPDATE : 38.16% done, estimate finish Sun Oct 08 00:13:41 2017 xorriso : UPDATE : 38.73% done, estimate finish Sun Oct 08 00:13:42 2017 xorriso : UPDATE : 39.18% done, estimate finish Sun Oct 08 00:13:44 2017 xorriso : UPDATE : 39.68% done, estimate finish Sun Oct 08 00:13:48 2017 xorriso : UPDATE : 39.73% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 41.40% done, estimate finish Sun Oct 08 00:13:44 2017 xorriso : UPDATE : 41.51% done, estimate finish Sun Oct 08 00:13:50 2017 xorriso : UPDATE : 41.98% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 42.51% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 42.95% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 43.56% done, estimate finish Sun Oct 08 00:13:55 2017 xorriso : UPDATE : 44.26% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 44.90% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 45.44% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 46.22% done, estimate finish Sun Oct 08 00:14:00 2017 xorriso : UPDATE : 46.70% done, estimate finish Sun Oct 08 00:14:01 2017 xorriso : UPDATE : 46.70% done, estimate finish Sun Oct 08 00:14:08 2017 xorriso : UPDATE : 46.70% done, estimate finish Sun Oct 08 00:14:13 2017 xorriso : UPDATE : 49.49% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 50.15% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 50.80% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 51.39% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 51.95% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 52.38% done, estimate finish Sun Oct 08 00:13:55 2017 xorriso : UPDATE : 52.99% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 53.48% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 53.89% done, estimate finish Sun Oct 08 00:13:56 2017 xorriso : UPDATE : 54.52% done, estimate finish Sun Oct 08 00:13:56 2017 xorriso : UPDATE : 55.19% done, estimate finish Sun Oct 08 00:13:56 2017 xorriso : UPDATE : 55.88% done, estimate finish Sun Oct 08 00:13:55 2017 xorriso : UPDATE : 56.43% done, estimate finish Sun Oct 08 00:13:56 2017 xorriso : UPDATE : 57.15% done, estimate finish Sun Oct 08 00:13:55 2017 xorriso : UPDATE : 57.72% done, estimate finish Sun Oct 08 00:13:57 2017 xorriso : UPDATE : 58.86% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 59.70% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 60.56% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 60.95% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 61.96% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 62.57% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 63.13% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 63.71% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 64.04% done, estimate finish Sun Oct 08 00:13:55 2017 xorriso : UPDATE : 64.69% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 65.16% done, estimate finish Sun Oct 08 00:13:55 2017 xorriso : UPDATE : 65.63% done, estimate finish Sun Oct 08 00:13:59 2017 xorriso : UPDATE : 66.31% done, estimate finish Sun Oct 08 00:13:58 2017 xorriso : UPDATE : 66.82% done, estimate finish Sun Oct 08 00:13:59 2017 xorriso : UPDATE : 67.83% done, estimate finish Sun Oct 08 00:13:56 2017 xorriso : UPDATE : 68.39% done, estimate finish Sun Oct 08 00:13:56 2017 xorriso : UPDATE : 69.49% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 70.29% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 71.06% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 71.43% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 71.99% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 72.29% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 73.17% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 74.01% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 74.63% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 74.94% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 76.04% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 76.81% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 77.22% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 77.23% done, estimate finish Sun Oct 08 00:13:56 2017 xorriso : UPDATE : 77.23% done, estimate finish Sun Oct 08 00:13:58 2017 xorriso : UPDATE : 79.74% done, estimate finish Sun Oct 08 00:13:50 2017 xorriso : UPDATE : 80.17% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 80.76% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 81.31% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 82.63% done, estimate finish Sun Oct 08 00:13:50 2017 xorriso : UPDATE : 83.13% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 83.61% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 84.49% done, estimate finish Sun Oct 08 00:13:50 2017 xorriso : UPDATE : 85.04% done, estimate finish Sun Oct 08 00:13:51 2017 xorriso : UPDATE : 85.58% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 86.28% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 86.70% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 87.72% done, estimate finish Sun Oct 08 00:13:52 2017 xorriso : UPDATE : 88.35% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 88.77% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 89.23% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 89.79% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 90.56% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 90.94% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 91.73% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 92.23% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 92.49% done, estimate finish Sun Oct 08 00:13:56 2017 xorriso : UPDATE : 92.78% done, estimate finish Sun Oct 08 00:13:57 2017 xorriso : UPDATE : 93.77% done, estimate finish Sun Oct 08 00:13:55 2017 xorriso : UPDATE : 94.94% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 95.89% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 96.34% done, estimate finish Sun Oct 08 00:13:53 2017 xorriso : UPDATE : 96.69% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 97.40% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 97.99% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 98.55% done, estimate finish Sun Oct 08 00:13:54 2017 xorriso : UPDATE : 99.40% done xorriso : UPDATE : 99.84% done ISO image produced: 2227837 sectors Written to medium : 2227837 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:13:55 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 10' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-10.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-10.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot10 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD10' xorriso : UPDATE : 14869 files added in 1 seconds xorriso : UPDATE : 14869 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-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.27% done xorriso : UPDATE : 0.52% done, estimate finish Sun Oct 08 00:20:22 2017 xorriso : UPDATE : 0.83% done, estimate finish Sun Oct 08 00:20:00 2017 xorriso : UPDATE : 1.26% done, estimate finish Sun Oct 08 00:19:14 2017 xorriso : UPDATE : 1.58% done, estimate finish Sun Oct 08 00:19:13 2017 xorriso : UPDATE : 2.62% done, estimate finish Sun Oct 08 00:17:46 2017 xorriso : UPDATE : 2.83% done, estimate finish Sun Oct 08 00:18:04 2017 xorriso : UPDATE : 4.36% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 4.72% done, estimate finish Sun Oct 08 00:17:08 2017 xorriso : UPDATE : 5.13% done, estimate finish Sun Oct 08 00:17:12 2017 xorriso : UPDATE : 5.84% done, estimate finish Sun Oct 08 00:17:05 2017 xorriso : UPDATE : 6.35% done, estimate finish Sun Oct 08 00:17:06 2017 xorriso : UPDATE : 6.70% done, estimate finish Sun Oct 08 00:16:48 2017 xorriso : UPDATE : 7.04% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 7.39% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 7.86% done, estimate finish Sun Oct 08 00:17:03 2017 xorriso : UPDATE : 8.24% done, estimate finish Sun Oct 08 00:17:07 2017 xorriso : UPDATE : 8.65% done, estimate finish Sun Oct 08 00:17:10 2017 xorriso : UPDATE : 9.50% done, estimate finish Sun Oct 08 00:17:02 2017 xorriso : UPDATE : 9.72% done, estimate finish Sun Oct 08 00:17:08 2017 xorriso : UPDATE : 10.73% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 11.10% done, estimate finish Sun Oct 08 00:17:03 2017 xorriso : UPDATE : 11.64% done, estimate finish Sun Oct 08 00:17:11 2017 xorriso : UPDATE : 12.27% done, estimate finish Sun Oct 08 00:17:08 2017 xorriso : UPDATE : 12.57% done, estimate finish Sun Oct 08 00:17:13 2017 xorriso : UPDATE : 13.23% done, estimate finish Sun Oct 08 00:17:10 2017 xorriso : UPDATE : 13.69% done, estimate finish Sun Oct 08 00:17:11 2017 xorriso : UPDATE : 14.00% done, estimate finish Sun Oct 08 00:17:15 2017 xorriso : UPDATE : 14.56% done, estimate finish Sun Oct 08 00:17:14 2017 xorriso : UPDATE : 15.06% done, estimate finish Sun Oct 08 00:17:14 2017 xorriso : UPDATE : 16.06% done, estimate finish Sun Oct 08 00:17:05 2017 xorriso : UPDATE : 16.38% done, estimate finish Sun Oct 08 00:17:09 2017 xorriso : UPDATE : 17.49% done, estimate finish Sun Oct 08 00:16:54 2017 xorriso : UPDATE : 18.20% done, estimate finish Sun Oct 08 00:16:51 2017 xorriso : UPDATE : 18.43% done, estimate finish Sun Oct 08 00:16:57 2017 xorriso : UPDATE : 19.58% done, estimate finish Sun Oct 08 00:16:48 2017 xorriso : UPDATE : 19.92% done, estimate finish Sun Oct 08 00:16:52 2017 xorriso : UPDATE : 20.91% done, estimate finish Sun Oct 08 00:16:47 2017 xorriso : UPDATE : 21.08% done, estimate finish Sun Oct 08 00:16:52 2017 xorriso : UPDATE : 21.35% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 21.94% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 22.52% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 22.87% done, estimate finish Sun Oct 08 00:17:01 2017 xorriso : UPDATE : 23.42% done, estimate finish Sun Oct 08 00:17:01 2017 xorriso : UPDATE : 23.99% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 24.38% done, estimate finish Sun Oct 08 00:17:03 2017 xorriso : UPDATE : 24.77% done, estimate finish Sun Oct 08 00:17:06 2017 xorriso : UPDATE : 25.79% done, estimate finish Sun Oct 08 00:16:58 2017 xorriso : UPDATE : 26.51% done, estimate finish Sun Oct 08 00:16:56 2017 xorriso : UPDATE : 27.05% done, estimate finish Sun Oct 08 00:16:56 2017 xorriso : UPDATE : 27.52% done, estimate finish Sun Oct 08 00:16:57 2017 xorriso : UPDATE : 27.77% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 28.95% done, estimate finish Sun Oct 08 00:16:53 2017 xorriso : UPDATE : 29.34% done, estimate finish Sun Oct 08 00:16:52 2017 xorriso : UPDATE : 29.83% done, estimate finish Sun Oct 08 00:16:54 2017 xorriso : UPDATE : 30.33% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 30.66% done, estimate finish Sun Oct 08 00:16:58 2017 xorriso : UPDATE : 31.77% done, estimate finish Sun Oct 08 00:16:51 2017 xorriso : UPDATE : 32.01% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 32.45% done, estimate finish Sun Oct 08 00:16:56 2017 xorriso : UPDATE : 32.68% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 33.43% done, estimate finish Sun Oct 08 00:16:58 2017 xorriso : UPDATE : 33.87% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 34.40% done, estimate finish Sun Oct 08 00:17:06 2017 xorriso : UPDATE : 34.62% done, estimate finish Sun Oct 08 00:17:11 2017 xorriso : UPDATE : 36.03% done, estimate finish Sun Oct 08 00:16:57 2017 xorriso : UPDATE : 36.48% done, estimate finish Sun Oct 08 00:16:58 2017 xorriso : UPDATE : 36.82% done, estimate finish Sun Oct 08 00:17:01 2017 xorriso : UPDATE : 37.33% done, estimate finish Sun Oct 08 00:17:01 2017 xorriso : UPDATE : 38.14% done, estimate finish Sun Oct 08 00:16:58 2017 xorriso : UPDATE : 38.64% done, estimate finish Sun Oct 08 00:16:58 2017 xorriso : UPDATE : 39.00% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 39.45% done, estimate finish Sun Oct 08 00:17:01 2017 xorriso : UPDATE : 39.85% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 40.71% done, estimate finish Sun Oct 08 00:16:56 2017 xorriso : UPDATE : 41.28% done, estimate finish Sun Oct 08 00:16:56 2017 xorriso : UPDATE : 41.47% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 42.64% done, estimate finish Sun Oct 08 00:16:54 2017 xorriso : UPDATE : 43.22% done, estimate finish Sun Oct 08 00:16:53 2017 xorriso : UPDATE : 43.65% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 43.80% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 45.15% done, estimate finish Sun Oct 08 00:16:51 2017 xorriso : UPDATE : 45.47% done, estimate finish Sun Oct 08 00:16:54 2017 xorriso : UPDATE : 45.89% done, estimate finish Sun Oct 08 00:16:52 2017 xorriso : UPDATE : 46.29% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 46.45% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 46.45% done, estimate finish Sun Oct 08 00:17:06 2017 xorriso : UPDATE : 48.38% done, estimate finish Sun Oct 08 00:16:51 2017 xorriso : UPDATE : 48.75% done, estimate finish Sun Oct 08 00:16:53 2017 xorriso : UPDATE : 49.27% done, estimate finish Sun Oct 08 00:16:54 2017 xorriso : UPDATE : 49.92% done, estimate finish Sun Oct 08 00:16:53 2017 xorriso : UPDATE : 50.44% done, estimate finish Sun Oct 08 00:16:54 2017 xorriso : UPDATE : 51.12% done, estimate finish Sun Oct 08 00:16:53 2017 xorriso : UPDATE : 51.60% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 52.20% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 52.80% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 53.27% done, estimate finish Sun Oct 08 00:16:56 2017 xorriso : UPDATE : 53.50% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 53.98% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 54.60% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 55.07% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 55.68% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 56.41% done, estimate finish Sun Oct 08 00:16:57 2017 xorriso : UPDATE : 57.04% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 57.51% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 58.05% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 58.47% done, estimate finish Sun Oct 08 00:17:01 2017 xorriso : UPDATE : 58.96% done, estimate finish Sun Oct 08 00:17:01 2017 xorriso : UPDATE : 59.35% done, estimate finish Sun Oct 08 00:17:02 2017 xorriso : UPDATE : 60.36% done, estimate finish Sun Oct 08 00:16:58 2017 xorriso : UPDATE : 60.57% done, estimate finish Sun Oct 08 00:17:01 2017 xorriso : UPDATE : 61.26% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 61.73% done, estimate finish Sun Oct 08 00:17:00 2017 xorriso : UPDATE : 62.42% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 62.99% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 63.23% done, estimate finish Sun Oct 08 00:17:02 2017 xorriso : UPDATE : 63.29% done, estimate finish Sun Oct 08 00:17:06 2017 xorriso : UPDATE : 63.70% done, estimate finish Sun Oct 08 00:17:07 2017 xorriso : UPDATE : 64.42% done, estimate finish Sun Oct 08 00:17:05 2017 xorriso : UPDATE : 64.76% done, estimate finish Sun Oct 08 00:17:06 2017 xorriso : UPDATE : 64.76% done, estimate finish Sun Oct 08 00:17:11 2017 xorriso : UPDATE : 67.29% done, estimate finish Sun Oct 08 00:16:56 2017 xorriso : UPDATE : 67.58% done, estimate finish Sun Oct 08 00:16:57 2017 xorriso : UPDATE : 67.69% done, estimate finish Sun Oct 08 00:16:59 2017 xorriso : UPDATE : 67.69% done, estimate finish Sun Oct 08 00:17:06 2017 xorriso : UPDATE : 69.97% done, estimate finish Sun Oct 08 00:16:51 2017 xorriso : UPDATE : 70.33% done, estimate finish Sun Oct 08 00:16:52 2017 xorriso : UPDATE : 71.98% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 72.67% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 73.07% done, estimate finish Sun Oct 08 00:16:47 2017 xorriso : UPDATE : 74.03% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 74.82% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 75.26% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 75.80% done, estimate finish Sun Oct 08 00:16:48 2017 xorriso : UPDATE : 76.30% done, estimate finish Sun Oct 08 00:16:41 2017 xorriso : UPDATE : 76.95% done, estimate finish Sun Oct 08 00:16:42 2017 xorriso : UPDATE : 77.34% done, estimate finish Sun Oct 08 00:16:43 2017 xorriso : UPDATE : 77.81% done, estimate finish Sun Oct 08 00:16:44 2017 xorriso : UPDATE : 77.94% done, estimate finish Sun Oct 08 00:16:47 2017 xorriso : UPDATE : 79.20% done, estimate finish Sun Oct 08 00:16:45 2017 xorriso : UPDATE : 79.69% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 80.32% done, estimate finish Sun Oct 08 00:16:45 2017 xorriso : UPDATE : 80.98% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 81.24% done, estimate finish Sun Oct 08 00:16:47 2017 xorriso : UPDATE : 81.86% done, estimate finish Sun Oct 08 00:16:53 2017 xorriso : UPDATE : 82.15% done, estimate finish Sun Oct 08 00:16:55 2017 xorriso : UPDATE : 83.57% done, estimate finish Sun Oct 08 00:16:50 2017 xorriso : UPDATE : 83.68% done, estimate finish Sun Oct 08 00:16:52 2017 xorriso : UPDATE : 84.07% done, estimate finish Sun Oct 08 00:16:53 2017 xorriso : UPDATE : 84.07% done, estimate finish Sun Oct 08 00:16:56 2017 xorriso : UPDATE : 86.12% done, estimate finish Sun Oct 08 00:16:49 2017 xorriso : UPDATE : 86.64% done, estimate finish Sun Oct 08 00:16:51 2017 xorriso : UPDATE : 87.32% done, estimate finish Sun Oct 08 00:16:49 2017 xorriso : UPDATE : 87.93% done, estimate finish Sun Oct 08 00:16:49 2017 xorriso : UPDATE : 88.56% done, estimate finish Sun Oct 08 00:16:49 2017 xorriso : UPDATE : 89.28% done, estimate finish Sun Oct 08 00:16:47 2017 xorriso : UPDATE : 90.05% done, estimate finish Sun Oct 08 00:16:47 2017 xorriso : UPDATE : 90.05% done, estimate finish Sun Oct 08 00:16:49 2017 xorriso : UPDATE : 90.05% done, estimate finish Sun Oct 08 00:16:52 2017 xorriso : UPDATE : 92.62% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 93.28% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 94.21% done, estimate finish Sun Oct 08 00:16:45 2017 xorriso : UPDATE : 94.72% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 95.31% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 95.54% done, estimate finish Sun Oct 08 00:16:47 2017 xorriso : UPDATE : 96.43% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 97.37% done, estimate finish Sun Oct 08 00:16:46 2017 xorriso : UPDATE : 97.67% done, estimate finish Sun Oct 08 00:16:47 2017 xorriso : UPDATE : 98.19% done, estimate finish Sun Oct 08 00:16:47 2017 xorriso : UPDATE : 98.76% done xorriso : UPDATE : 99.40% done xorriso : UPDATE : 99.96% done ISO image produced: 2291520 sectors Written to medium : 2291520 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:16:49 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 11' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-11.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-11.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot11 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD11' xorriso : UPDATE : 20549 files added in 1 seconds xorriso : UPDATE : 20549 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. xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.21% done xorriso : UPDATE : 0.44% done xorriso : UPDATE : 0.78% done, estimate finish Sun Oct 08 00:22:26 2017 xorriso : UPDATE : 0.93% done, estimate finish Sun Oct 08 00:23:20 2017 xorriso : UPDATE : 1.48% done, estimate finish Sun Oct 08 00:22:03 2017 xorriso : UPDATE : 1.99% done, estimate finish Sun Oct 08 00:21:33 2017 xorriso : UPDATE : 2.37% done, estimate finish Sun Oct 08 00:21:30 2017 xorriso : UPDATE : 2.60% done, estimate finish Sun Oct 08 00:21:44 2017 xorriso : UPDATE : 3.07% done, estimate finish Sun Oct 08 00:21:31 2017 xorriso : UPDATE : 3.58% done, estimate finish Sun Oct 08 00:21:20 2017 xorriso : UPDATE : 4.12% done, estimate finish Sun Oct 08 00:21:09 2017 xorriso : UPDATE : 4.43% done, estimate finish Sun Oct 08 00:21:13 2017 xorriso : UPDATE : 4.79% done, estimate finish Sun Oct 08 00:21:01 2017 xorriso : UPDATE : 5.20% done, estimate finish Sun Oct 08 00:21:00 2017 xorriso : UPDATE : 5.35% done, estimate finish Sun Oct 08 00:21:14 2017 xorriso : UPDATE : 6.80% done, estimate finish Sun Oct 08 00:20:27 2017 xorriso : UPDATE : 7.04% done, estimate finish Sun Oct 08 00:20:35 2017 xorriso : UPDATE : 7.51% done, estimate finish Sun Oct 08 00:20:34 2017 xorriso : UPDATE : 8.58% done, estimate finish Sun Oct 08 00:20:17 2017 xorriso : UPDATE : 9.18% done, estimate finish Sun Oct 08 00:20:14 2017 xorriso : UPDATE : 10.27% done, estimate finish Sun Oct 08 00:20:01 2017 xorriso : UPDATE : 11.38% done, estimate finish Sun Oct 08 00:19:51 2017 xorriso : UPDATE : 11.38% done, estimate finish Sun Oct 08 00:19:43 2017 xorriso : UPDATE : 13.25% done, estimate finish Sun Oct 08 00:19:22 2017 xorriso : UPDATE : 14.71% done, estimate finish Sun Oct 08 00:19:13 2017 xorriso : UPDATE : 15.41% done, estimate finish Sun Oct 08 00:19:13 2017 xorriso : UPDATE : 15.81% done, estimate finish Sun Oct 08 00:19:17 2017 xorriso : UPDATE : 16.17% done, estimate finish Sun Oct 08 00:19:20 2017 xorriso : UPDATE : 16.48% done, estimate finish Sun Oct 08 00:19:24 2017 xorriso : UPDATE : 16.70% done, estimate finish Sun Oct 08 00:19:29 2017 xorriso : UPDATE : 17.08% done, estimate finish Sun Oct 08 00:19:31 2017 xorriso : UPDATE : 17.50% done, estimate finish Sun Oct 08 00:19:33 2017 xorriso : UPDATE : 17.89% done, estimate finish Sun Oct 08 00:19:36 2017 xorriso : UPDATE : 18.32% done, estimate finish Sun Oct 08 00:19:39 2017 xorriso : UPDATE : 18.62% done, estimate finish Sun Oct 08 00:19:44 2017 xorriso : UPDATE : 18.95% done, estimate finish Sun Oct 08 00:19:48 2017 xorriso : UPDATE : 19.59% done, estimate finish Sun Oct 08 00:19:47 2017 xorriso : UPDATE : 20.22% done, estimate finish Sun Oct 08 00:19:46 2017 xorriso : UPDATE : 20.83% done, estimate finish Sun Oct 08 00:19:46 2017 xorriso : UPDATE : 21.19% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 21.63% done, estimate finish Sun Oct 08 00:19:51 2017 xorriso : UPDATE : 21.97% done, estimate finish Sun Oct 08 00:19:53 2017 xorriso : UPDATE : 22.43% done, estimate finish Sun Oct 08 00:19:54 2017 xorriso : UPDATE : 22.71% done, estimate finish Sun Oct 08 00:20:16 2017 xorriso : UPDATE : 23.20% done, estimate finish Sun Oct 08 00:20:16 2017 xorriso : UPDATE : 23.44% done, estimate finish Sun Oct 08 00:20:21 2017 xorriso : UPDATE : 23.62% done, estimate finish Sun Oct 08 00:20:27 2017 xorriso : UPDATE : 23.99% done, estimate finish Sun Oct 08 00:20:28 2017 xorriso : UPDATE : 24.53% done, estimate finish Sun Oct 08 00:20:26 2017 xorriso : UPDATE : 25.42% done, estimate finish Sun Oct 08 00:20:17 2017 xorriso : UPDATE : 25.71% done, estimate finish Sun Oct 08 00:20:20 2017 xorriso : UPDATE : 26.01% done, estimate finish Sun Oct 08 00:20:23 2017 xorriso : UPDATE : 26.29% done, estimate finish Sun Oct 08 00:20:25 2017 xorriso : UPDATE : 26.60% done, estimate finish Sun Oct 08 00:20:34 2017 xorriso : UPDATE : 27.30% done, estimate finish Sun Oct 08 00:20:26 2017 xorriso : UPDATE : 27.69% done, estimate finish Sun Oct 08 00:20:27 2017 xorriso : UPDATE : 28.19% done, estimate finish Sun Oct 08 00:20:25 2017 xorriso : UPDATE : 28.93% done, estimate finish Sun Oct 08 00:20:19 2017 xorriso : UPDATE : 29.28% done, estimate finish Sun Oct 08 00:20:21 2017 xorriso : UPDATE : 29.54% done, estimate finish Sun Oct 08 00:20:25 2017 xorriso : UPDATE : 30.15% done, estimate finish Sun Oct 08 00:20:22 2017 xorriso : UPDATE : 30.78% done, estimate finish Sun Oct 08 00:20:19 2017 xorriso : UPDATE : 31.40% done, estimate finish Sun Oct 08 00:20:17 2017 xorriso : UPDATE : 32.01% done, estimate finish Sun Oct 08 00:20:02 2017 xorriso : UPDATE : 32.45% done, estimate finish Sun Oct 08 00:20:04 2017 xorriso : UPDATE : 32.45% done, estimate finish Sun Oct 08 00:20:13 2017 xorriso : UPDATE : 34.24% done, estimate finish Sun Oct 08 00:19:55 2017 xorriso : UPDATE : 34.24% done, estimate finish Sun Oct 08 00:20:02 2017 xorriso : UPDATE : 34.80% done, estimate finish Sun Oct 08 00:20:01 2017 xorriso : UPDATE : 34.80% done, estimate finish Sun Oct 08 00:20:08 2017 xorriso : UPDATE : 34.80% done, estimate finish Sun Oct 08 00:20:14 2017 xorriso : UPDATE : 38.29% done, estimate finish Sun Oct 08 00:19:45 2017 xorriso : UPDATE : 38.84% done, estimate finish Sun Oct 08 00:19:45 2017 xorriso : UPDATE : 40.56% done, estimate finish Sun Oct 08 00:19:27 2017 xorriso : UPDATE : 40.56% done, estimate finish Sun Oct 08 00:19:33 2017 xorriso : UPDATE : 42.23% done, estimate finish Sun Oct 08 00:19:26 2017 xorriso : UPDATE : 43.32% done, estimate finish Sun Oct 08 00:19:24 2017 xorriso : UPDATE : 43.32% done, estimate finish Sun Oct 08 00:19:29 2017 xorriso : UPDATE : 45.51% done, estimate finish Sun Oct 08 00:19:21 2017 xorriso : UPDATE : 46.07% done, estimate finish Sun Oct 08 00:19:22 2017 xorriso : UPDATE : 47.39% done, estimate finish Sun Oct 08 00:19:20 2017 xorriso : UPDATE : 47.62% done, estimate finish Sun Oct 08 00:19:22 2017 xorriso : UPDATE : 47.62% done, estimate finish Sun Oct 08 00:19:25 2017 xorriso : UPDATE : 50.02% done, estimate finish Sun Oct 08 00:19:17 2017 xorriso : UPDATE : 50.55% done, estimate finish Sun Oct 08 00:19:18 2017 xorriso : UPDATE : 52.37% done, estimate finish Sun Oct 08 00:19:13 2017 xorriso : UPDATE : 52.83% done, estimate finish Sun Oct 08 00:19:15 2017 xorriso : UPDATE : 54.29% done, estimate finish Sun Oct 08 00:19:13 2017 xorriso : UPDATE : 54.63% done, estimate finish Sun Oct 08 00:19:15 2017 xorriso : UPDATE : 55.18% done, estimate finish Sun Oct 08 00:19:16 2017 xorriso : UPDATE : 55.66% done, estimate finish Sun Oct 08 00:19:18 2017 xorriso : UPDATE : 56.41% done, estimate finish Sun Oct 08 00:19:18 2017 xorriso : UPDATE : 56.51% done, estimate finish Sun Oct 08 00:19:20 2017 xorriso : UPDATE : 56.51% done, estimate finish Sun Oct 08 00:19:32 2017 xorriso : UPDATE : 58.67% done, estimate finish Sun Oct 08 00:19:21 2017 xorriso : UPDATE : 59.11% done, estimate finish Sun Oct 08 00:19:23 2017 xorriso : UPDATE : 59.33% done, estimate finish Sun Oct 08 00:19:26 2017 xorriso : UPDATE : 59.94% done, estimate finish Sun Oct 08 00:19:26 2017 xorriso : UPDATE : 60.19% done, estimate finish Sun Oct 08 00:19:29 2017 xorriso : UPDATE : 60.40% done, estimate finish Sun Oct 08 00:19:31 2017 xorriso : UPDATE : 60.74% done, estimate finish Sun Oct 08 00:19:33 2017 xorriso : UPDATE : 61.19% done, estimate finish Sun Oct 08 00:19:34 2017 xorriso : UPDATE : 61.34% done, estimate finish Sun Oct 08 00:19:37 2017 xorriso : UPDATE : 61.75% done, estimate finish Sun Oct 08 00:19:39 2017 xorriso : UPDATE : 61.96% done, estimate finish Sun Oct 08 00:19:48 2017 xorriso : UPDATE : 62.32% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 62.77% done, estimate finish Sun Oct 08 00:19:50 2017 xorriso : UPDATE : 63.19% done, estimate finish Sun Oct 08 00:19:50 2017 xorriso : UPDATE : 63.80% done, estimate finish Sun Oct 08 00:19:50 2017 xorriso : UPDATE : 64.14% done, estimate finish Sun Oct 08 00:19:50 2017 xorriso : UPDATE : 64.40% done, estimate finish Sun Oct 08 00:19:53 2017 xorriso : UPDATE : 64.45% done, estimate finish Sun Oct 08 00:19:57 2017 xorriso : UPDATE : 66.26% done, estimate finish Sun Oct 08 00:19:46 2017 xorriso : UPDATE : 67.77% done, estimate finish Sun Oct 08 00:19:40 2017 xorriso : UPDATE : 68.17% done, estimate finish Sun Oct 08 00:19:36 2017 xorriso : UPDATE : 68.42% done, estimate finish Sun Oct 08 00:19:39 2017 xorriso : UPDATE : 68.99% done, estimate finish Sun Oct 08 00:19:40 2017 xorriso : UPDATE : 69.33% done, estimate finish Sun Oct 08 00:19:41 2017 xorriso : UPDATE : 69.94% done, estimate finish Sun Oct 08 00:19:41 2017 xorriso : UPDATE : 70.64% done, estimate finish Sun Oct 08 00:19:40 2017 xorriso : UPDATE : 71.49% done, estimate finish Sun Oct 08 00:19:38 2017 xorriso : UPDATE : 71.94% done, estimate finish Sun Oct 08 00:19:39 2017 xorriso : UPDATE : 72.27% done, estimate finish Sun Oct 08 00:19:40 2017 xorriso : UPDATE : 72.71% done, estimate finish Sun Oct 08 00:19:42 2017 xorriso : UPDATE : 73.21% done, estimate finish Sun Oct 08 00:19:47 2017 xorriso : UPDATE : 73.62% done, estimate finish Sun Oct 08 00:19:47 2017 xorriso : UPDATE : 73.80% done, estimate finish Sun Oct 08 00:19:50 2017 xorriso : UPDATE : 75.06% done, estimate finish Sun Oct 08 00:19:44 2017 xorriso : UPDATE : 75.40% done, estimate finish Sun Oct 08 00:19:45 2017 xorriso : UPDATE : 75.83% done, estimate finish Sun Oct 08 00:19:46 2017 xorriso : UPDATE : 76.47% done, estimate finish Sun Oct 08 00:19:45 2017 xorriso : UPDATE : 76.88% done, estimate finish Sun Oct 08 00:19:46 2017 xorriso : UPDATE : 77.16% done, estimate finish Sun Oct 08 00:19:47 2017 xorriso : UPDATE : 77.33% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 77.71% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 78.00% done, estimate finish Sun Oct 08 00:19:54 2017 xorriso : UPDATE : 78.40% done, estimate finish Sun Oct 08 00:19:54 2017 xorriso : UPDATE : 79.14% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 79.88% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 80.27% done, estimate finish Sun Oct 08 00:19:51 2017 xorriso : UPDATE : 80.84% done, estimate finish Sun Oct 08 00:19:50 2017 xorriso : UPDATE : 81.05% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 81.42% done, estimate finish Sun Oct 08 00:19:51 2017 xorriso : UPDATE : 82.04% done, estimate finish Sun Oct 08 00:19:51 2017 xorriso : UPDATE : 82.81% done, estimate finish Sun Oct 08 00:19:48 2017 xorriso : UPDATE : 83.30% done, estimate finish Sun Oct 08 00:19:47 2017 xorriso : UPDATE : 83.61% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 83.97% done, estimate finish Sun Oct 08 00:19:50 2017 xorriso : UPDATE : 84.13% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 85.52% done, estimate finish Sun Oct 08 00:19:47 2017 xorriso : UPDATE : 85.80% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 86.20% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 86.58% done, estimate finish Sun Oct 08 00:19:50 2017 xorriso : UPDATE : 86.96% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 87.86% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 88.19% done, estimate finish Sun Oct 08 00:19:50 2017 xorriso : UPDATE : 89.06% done, estimate finish Sun Oct 08 00:19:48 2017 xorriso : UPDATE : 89.48% done, estimate finish Sun Oct 08 00:19:48 2017 xorriso : UPDATE : 90.27% done, estimate finish Sun Oct 08 00:19:47 2017 xorriso : UPDATE : 90.53% done, estimate finish Sun Oct 08 00:19:48 2017 xorriso : UPDATE : 90.88% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 91.31% done, estimate finish Sun Oct 08 00:19:49 2017 xorriso : UPDATE : 91.42% done, estimate finish Sun Oct 08 00:19:50 2017 xorriso : UPDATE : 91.50% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 92.01% done, estimate finish Sun Oct 08 00:19:54 2017 xorriso : UPDATE : 92.34% done, estimate finish Sun Oct 08 00:19:54 2017 xorriso : UPDATE : 92.95% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 93.66% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 94.20% done, estimate finish Sun Oct 08 00:19:51 2017 xorriso : UPDATE : 94.56% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 94.93% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 95.49% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 95.76% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 95.85% done, estimate finish Sun Oct 08 00:19:53 2017 xorriso : UPDATE : 95.99% done, estimate finish Sun Oct 08 00:19:54 2017 xorriso : UPDATE : 97.27% done, estimate finish Sun Oct 08 00:19:51 2017 xorriso : UPDATE : 97.59% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 97.82% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 98.24% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 98.86% done, estimate finish Sun Oct 08 00:19:52 2017 xorriso : UPDATE : 99.25% done ISO image produced: 2241198 sectors Written to medium : 2241198 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:19:52 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 12' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-12.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-12.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot12 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD12' xorriso : UPDATE : 5643 files added in 1 seconds xorriso : UPDATE : 5643 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/ubertooth-firmware-source_2015.09.R2-4_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.31% done xorriso : UPDATE : 0.92% done, estimate finish Sun Oct 08 00:24:24 2017 xorriso : UPDATE : 1.43% done, estimate finish Sun Oct 08 00:23:57 2017 xorriso : UPDATE : 2.11% done, estimate finish Sun Oct 08 00:23:21 2017 xorriso : UPDATE : 2.32% done, estimate finish Sun Oct 08 00:23:46 2017 xorriso : UPDATE : 2.32% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 2.32% done, estimate finish Sun Oct 08 00:25:13 2017 xorriso : UPDATE : 6.34% done, estimate finish Sun Oct 08 00:22:06 2017 xorriso : UPDATE : 6.82% done, estimate finish Sun Oct 08 00:22:11 2017 xorriso : UPDATE : 7.53% done, estimate finish Sun Oct 08 00:22:11 2017 xorriso : UPDATE : 7.99% done, estimate finish Sun Oct 08 00:22:16 2017 xorriso : UPDATE : 9.19% done, estimate finish Sun Oct 08 00:22:08 2017 xorriso : UPDATE : 10.46% done, estimate finish Sun Oct 08 00:21:48 2017 xorriso : UPDATE : 11.21% done, estimate finish Sun Oct 08 00:21:50 2017 xorriso : UPDATE : 11.21% done, estimate finish Sun Oct 08 00:22:00 2017 xorriso : UPDATE : 13.13% done, estimate finish Sun Oct 08 00:21:49 2017 xorriso : UPDATE : 13.63% done, estimate finish Sun Oct 08 00:21:51 2017 xorriso : UPDATE : 14.26% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 14.68% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 16.41% done, estimate finish Sun Oct 08 00:21:49 2017 xorriso : UPDATE : 16.76% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 17.71% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 18.36% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 18.75% done, estimate finish Sun Oct 08 00:22:02 2017 xorriso : UPDATE : 20.03% done, estimate finish Sun Oct 08 00:21:56 2017 xorriso : UPDATE : 20.43% done, estimate finish Sun Oct 08 00:22:00 2017 xorriso : UPDATE : 20.64% done, estimate finish Sun Oct 08 00:22:05 2017 xorriso : UPDATE : 21.81% done, estimate finish Sun Oct 08 00:22:01 2017 xorriso : UPDATE : 22.09% done, estimate finish Sun Oct 08 00:22:06 2017 xorriso : UPDATE : 22.43% done, estimate finish Sun Oct 08 00:22:09 2017 xorriso : UPDATE : 24.29% done, estimate finish Sun Oct 08 00:22:00 2017 xorriso : UPDATE : 24.29% done, estimate finish Sun Oct 08 00:22:06 2017 xorriso : UPDATE : 24.29% done, estimate finish Sun Oct 08 00:22:21 2017 xorriso : UPDATE : 24.29% done, estimate finish Sun Oct 08 00:22:32 2017 xorriso : UPDATE : 24.29% done, estimate finish Sun Oct 08 00:22:41 2017 xorriso : UPDATE : 25.91% done, estimate finish Sun Oct 08 00:22:25 2017 xorriso : UPDATE : 30.56% done, estimate finish Sun Oct 08 00:21:50 2017 xorriso : UPDATE : 30.72% done, estimate finish Sun Oct 08 00:21:55 2017 xorriso : UPDATE : 31.95% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 32.50% done, estimate finish Sun Oct 08 00:21:54 2017 xorriso : UPDATE : 32.72% done, estimate finish Sun Oct 08 00:21:58 2017 xorriso : UPDATE : 32.72% done, estimate finish Sun Oct 08 00:22:02 2017 xorriso : UPDATE : 33.30% done, estimate finish Sun Oct 08 00:21:54 2017 xorriso : UPDATE : 35.57% done, estimate finish Sun Oct 08 00:21:46 2017 xorriso : UPDATE : 35.60% done, estimate finish Sun Oct 08 00:21:51 2017 xorriso : UPDATE : 37.08% done, estimate finish Sun Oct 08 00:21:48 2017 xorriso : UPDATE : 38.25% done, estimate finish Sun Oct 08 00:21:47 2017 xorriso : UPDATE : 39.03% done, estimate finish Sun Oct 08 00:21:47 2017 xorriso : UPDATE : 39.68% done, estimate finish Sun Oct 08 00:21:49 2017 xorriso : UPDATE : 40.32% done, estimate finish Sun Oct 08 00:21:50 2017 xorriso : UPDATE : 40.97% done, estimate finish Sun Oct 08 00:21:51 2017 xorriso : UPDATE : 41.15% done, estimate finish Sun Oct 08 00:21:54 2017 xorriso : UPDATE : 42.23% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 42.38% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 43.95% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 44.14% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 44.14% done, estimate finish Sun Oct 08 00:22:02 2017 xorriso : UPDATE : 44.14% done, estimate finish Sun Oct 08 00:22:07 2017 xorriso : UPDATE : 47.43% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 48.45% done, estimate finish Sun Oct 08 00:21:52 2017 xorriso : UPDATE : 48.86% done, estimate finish Sun Oct 08 00:21:55 2017 xorriso : UPDATE : 49.81% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 50.30% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 51.20% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 51.89% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 52.03% done, estimate finish Sun Oct 08 00:22:01 2017 xorriso : UPDATE : 53.57% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 54.12% done, estimate finish Sun Oct 08 00:21:58 2017 xorriso : UPDATE : 54.71% done, estimate finish Sun Oct 08 00:22:00 2017 xorriso : UPDATE : 55.27% done, estimate finish Sun Oct 08 00:22:00 2017 xorriso : UPDATE : 56.07% done, estimate finish Sun Oct 08 00:22:00 2017 xorriso : UPDATE : 56.34% done, estimate finish Sun Oct 08 00:22:03 2017 xorriso : UPDATE : 57.45% done, estimate finish Sun Oct 08 00:22:01 2017 xorriso : UPDATE : 57.99% done, estimate finish Sun Oct 08 00:22:05 2017 xorriso : UPDATE : 58.52% done, estimate finish Sun Oct 08 00:22:06 2017 xorriso : UPDATE : 59.71% done, estimate finish Sun Oct 08 00:22:03 2017 xorriso : UPDATE : 60.11% done, estimate finish Sun Oct 08 00:22:05 2017 xorriso : UPDATE : 60.74% done, estimate finish Sun Oct 08 00:22:05 2017 xorriso : UPDATE : 61.97% done, estimate finish Sun Oct 08 00:22:02 2017 xorriso : UPDATE : 62.46% done, estimate finish Sun Oct 08 00:22:04 2017 xorriso : UPDATE : 62.92% done, estimate finish Sun Oct 08 00:22:05 2017 xorriso : UPDATE : 63.62% done, estimate finish Sun Oct 08 00:22:05 2017 xorriso : UPDATE : 64.72% done, estimate finish Sun Oct 08 00:22:03 2017 xorriso : UPDATE : 64.72% done, estimate finish Sun Oct 08 00:22:07 2017 xorriso : UPDATE : 64.72% done, estimate finish Sun Oct 08 00:22:12 2017 xorriso : UPDATE : 64.72% done, estimate finish Sun Oct 08 00:22:18 2017 xorriso : UPDATE : 64.72% done, estimate finish Sun Oct 08 00:22:23 2017 xorriso : UPDATE : 69.80% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 70.52% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 71.09% done, estimate finish Sun Oct 08 00:21:58 2017 xorriso : UPDATE : 71.09% done, estimate finish Sun Oct 08 00:22:01 2017 xorriso : UPDATE : 71.09% done, estimate finish Sun Oct 08 00:22:04 2017 xorriso : UPDATE : 74.49% done, estimate finish Sun Oct 08 00:21:56 2017 xorriso : UPDATE : 74.95% done, estimate finish Sun Oct 08 00:21:52 2017 xorriso : UPDATE : 75.76% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 75.86% done, estimate finish Sun Oct 08 00:21:56 2017 xorriso : UPDATE : 77.59% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 77.66% done, estimate finish Sun Oct 08 00:21:56 2017 xorriso : UPDATE : 77.66% done, estimate finish Sun Oct 08 00:21:58 2017 xorriso : UPDATE : 80.69% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 81.58% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 82.02% done, estimate finish Sun Oct 08 00:21:53 2017 xorriso : UPDATE : 82.32% done, estimate finish Sun Oct 08 00:21:55 2017 xorriso : UPDATE : 83.36% done, estimate finish Sun Oct 08 00:21:56 2017 xorriso : UPDATE : 84.17% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 84.17% done, estimate finish Sun Oct 08 00:21:59 2017 xorriso : UPDATE : 86.26% done, estimate finish Sun Oct 08 00:21:55 2017 xorriso : UPDATE : 87.14% done, estimate finish Sun Oct 08 00:21:56 2017 xorriso : UPDATE : 87.66% done, estimate finish Sun Oct 08 00:21:56 2017 xorriso : UPDATE : 88.50% done, estimate finish Sun Oct 08 00:21:56 2017 xorriso : UPDATE : 88.94% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 89.47% done, estimate finish Sun Oct 08 00:21:58 2017 xorriso : UPDATE : 89.47% done, estimate finish Sun Oct 08 00:21:59 2017 xorriso : UPDATE : 91.44% done, estimate finish Sun Oct 08 00:21:57 2017 xorriso : UPDATE : 92.02% done, estimate finish Sun Oct 08 00:21:58 2017 xorriso : UPDATE : 92.72% done, estimate finish Sun Oct 08 00:21:58 2017 xorriso : UPDATE : 93.20% done, estimate finish Sun Oct 08 00:21:59 2017 xorriso : UPDATE : 93.95% done, estimate finish Sun Oct 08 00:21:58 2017 xorriso : UPDATE : 94.68% done, estimate finish Sun Oct 08 00:21:59 2017 xorriso : UPDATE : 95.41% done, estimate finish Sun Oct 08 00:21:59 2017 xorriso : UPDATE : 95.96% done, estimate finish Sun Oct 08 00:21:59 2017 xorriso : UPDATE : 97.17% done, estimate finish Sun Oct 08 00:21:58 2017 xorriso : UPDATE : 97.27% done, estimate finish Sun Oct 08 00:21:59 2017 xorriso : UPDATE : 97.27% done, estimate finish Sun Oct 08 00:22:01 2017 xorriso : UPDATE : 99.48% done ISO image produced: 2287486 sectors Written to medium : 2287486 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:21:59 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 13' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-13.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-13.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot13 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD13' xorriso : UPDATE : 3643 files added in 1 seconds xorriso : UPDATE : 3643 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.24% done xorriso : UPDATE : 0.87% done xorriso : UPDATE : 2.96% done xorriso : UPDATE : 7.08% done, estimate finish Sun Oct 08 00:22:37 2017 xorriso : UPDATE : 10.52% done, estimate finish Sun Oct 08 00:22:34 2017 xorriso : UPDATE : 12.47% done, estimate finish Sun Oct 08 00:22:37 2017 xorriso : UPDATE : 14.86% done, estimate finish Sun Oct 08 00:22:38 2017 xorriso : UPDATE : 16.84% done, estimate finish Sun Oct 08 00:22:39 2017 xorriso : UPDATE : 18.87% done, estimate finish Sun Oct 08 00:22:40 2017 xorriso : UPDATE : 21.91% done, estimate finish Sun Oct 08 00:22:39 2017 xorriso : UPDATE : 25.47% done, estimate finish Sun Oct 08 00:22:38 2017 xorriso : UPDATE : 28.80% done, estimate finish Sun Oct 08 00:22:37 2017 xorriso : UPDATE : 30.08% done, estimate finish Sun Oct 08 00:22:38 2017 xorriso : UPDATE : 34.48% done, estimate finish Sun Oct 08 00:22:35 2017 xorriso : UPDATE : 38.56% done, estimate finish Sun Oct 08 00:22:35 2017 xorriso : UPDATE : 41.51% done, estimate finish Sun Oct 08 00:22:34 2017 xorriso : UPDATE : 44.66% done, estimate finish Sun Oct 08 00:22:34 2017 xorriso : UPDATE : 48.63% done, estimate finish Sun Oct 08 00:22:33 2017 xorriso : UPDATE : 49.96% done, estimate finish Sun Oct 08 00:22:34 2017 xorriso : UPDATE : 53.40% done, estimate finish Sun Oct 08 00:22:34 2017 xorriso : UPDATE : 54.48% done, estimate finish Sun Oct 08 00:22:35 2017 xorriso : UPDATE : 58.77% done, estimate finish Sun Oct 08 00:22:34 2017 xorriso : UPDATE : 60.64% done, estimate finish Sun Oct 08 00:22:34 2017 xorriso : UPDATE : 63.31% done, estimate finish Sun Oct 08 00:22:34 2017 xorriso : UPDATE : 64.84% done, estimate finish Sun Oct 08 00:22:35 2017 xorriso : UPDATE : 66.09% done, estimate finish Sun Oct 08 00:22:36 2017 xorriso : UPDATE : 71.90% done, estimate finish Sun Oct 08 00:22:34 2017 xorriso : UPDATE : 72.86% done, estimate finish Sun Oct 08 00:22:35 2017 xorriso : UPDATE : 76.53% done, estimate finish Sun Oct 08 00:22:35 2017 xorriso : UPDATE : 78.37% done, estimate finish Sun Oct 08 00:22:35 2017 xorriso : UPDATE : 80.95% done, estimate finish Sun Oct 08 00:22:35 2017 xorriso : UPDATE : 81.06% done, estimate finish Sun Oct 08 00:22:37 2017 xorriso : UPDATE : 90.02% done, estimate finish Sun Oct 08 00:22:34 2017 xorriso : UPDATE : 91.52% done, estimate finish Sun Oct 08 00:22:35 2017 xorriso : UPDATE : 94.14% done, estimate finish Sun Oct 08 00:22:35 2017 xorriso : UPDATE : 97.94% done ISO image produced: 420669 sectors Written to medium : 420669 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:22:35 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 2' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD2' xorriso : UPDATE : 2509 files added in 1 seconds xorriso : UPDATE : 2509 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.02% done xorriso : UPDATE : 0.21% done xorriso : UPDATE : 0.97% done xorriso : UPDATE : 1.03% done, estimate finish Sun Oct 08 00:26:48 2017 xorriso : UPDATE : 1.03% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 3.67% done, estimate finish Sun Oct 08 00:24:41 2017 xorriso : UPDATE : 4.73% done, estimate finish Sun Oct 08 00:24:34 2017 xorriso : UPDATE : 5.71% done, estimate finish Sun Oct 08 00:24:32 2017 xorriso : UPDATE : 6.47% done, estimate finish Sun Oct 08 00:24:34 2017 xorriso : UPDATE : 6.48% done, estimate finish Sun Oct 08 00:24:49 2017 xorriso : UPDATE : 6.48% done, estimate finish Sun Oct 08 00:25:04 2017 xorriso : UPDATE : 6.48% done, estimate finish Sun Oct 08 00:25:20 2017 xorriso : UPDATE : 6.48% done, estimate finish Sun Oct 08 00:25:35 2017 xorriso : UPDATE : 11.61% done, estimate finish Sun Oct 08 00:24:11 2017 xorriso : UPDATE : 12.38% done, estimate finish Sun Oct 08 00:24:14 2017 xorriso : UPDATE : 13.43% done, estimate finish Sun Oct 08 00:24:14 2017 xorriso : UPDATE : 14.14% done, estimate finish Sun Oct 08 00:24:17 2017 xorriso : UPDATE : 15.21% done, estimate finish Sun Oct 08 00:24:16 2017 xorriso : UPDATE : 15.32% done, estimate finish Sun Oct 08 00:24:22 2017 xorriso : UPDATE : 17.17% done, estimate finish Sun Oct 08 00:24:17 2017 xorriso : UPDATE : 17.71% done, estimate finish Sun Oct 08 00:24:19 2017 xorriso : UPDATE : 18.62% done, estimate finish Sun Oct 08 00:24:19 2017 xorriso : UPDATE : 18.93% done, estimate finish Sun Oct 08 00:24:23 2017 xorriso : UPDATE : 18.93% done, estimate finish Sun Oct 08 00:24:40 2017 xorriso : UPDATE : 22.01% done, estimate finish Sun Oct 08 00:24:19 2017 xorriso : UPDATE : 22.68% done, estimate finish Sun Oct 08 00:24:21 2017 xorriso : UPDATE : 24.05% done, estimate finish Sun Oct 08 00:24:19 2017 xorriso : UPDATE : 24.53% done, estimate finish Sun Oct 08 00:24:22 2017 xorriso : UPDATE : 24.89% done, estimate finish Sun Oct 08 00:24:25 2017 xorriso : UPDATE : 24.89% done, estimate finish Sun Oct 08 00:24:31 2017 xorriso : UPDATE : 27.91% done, estimate finish Sun Oct 08 00:24:19 2017 xorriso : UPDATE : 28.81% done, estimate finish Sun Oct 08 00:24:20 2017 xorriso : UPDATE : 29.25% done, estimate finish Sun Oct 08 00:24:22 2017 xorriso : UPDATE : 30.51% done, estimate finish Sun Oct 08 00:24:13 2017 xorriso : UPDATE : 31.46% done, estimate finish Sun Oct 08 00:24:13 2017 xorriso : UPDATE : 31.88% done, estimate finish Sun Oct 08 00:24:17 2017 xorriso : UPDATE : 31.88% done, estimate finish Sun Oct 08 00:24:21 2017 xorriso : UPDATE : 33.43% done, estimate finish Sun Oct 08 00:24:18 2017 xorriso : UPDATE : 34.05% done, estimate finish Sun Oct 08 00:24:20 2017 xorriso : UPDATE : 34.81% done, estimate finish Sun Oct 08 00:24:21 2017 xorriso : UPDATE : 35.72% done, estimate finish Sun Oct 08 00:24:21 2017 xorriso : UPDATE : 35.82% done, estimate finish Sun Oct 08 00:24:25 2017 xorriso : UPDATE : 37.20% done, estimate finish Sun Oct 08 00:24:23 2017 xorriso : UPDATE : 37.20% done, estimate finish Sun Oct 08 00:24:27 2017 xorriso : UPDATE : 39.34% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 39.92% done, estimate finish Sun Oct 08 00:24:32 2017 xorriso : UPDATE : 40.12% done, estimate finish Sun Oct 08 00:24:36 2017 xorriso : UPDATE : 41.84% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 42.08% done, estimate finish Sun Oct 08 00:24:33 2017 xorriso : UPDATE : 43.61% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 44.16% done, estimate finish Sun Oct 08 00:24:31 2017 xorriso : UPDATE : 44.82% done, estimate finish Sun Oct 08 00:24:32 2017 xorriso : UPDATE : 45.45% done, estimate finish Sun Oct 08 00:24:33 2017 xorriso : UPDATE : 46.11% done, estimate finish Sun Oct 08 00:24:33 2017 xorriso : UPDATE : 47.08% done, estimate finish Sun Oct 08 00:24:34 2017 xorriso : UPDATE : 47.77% done, estimate finish Sun Oct 08 00:24:35 2017 xorriso : UPDATE : 48.99% done, estimate finish Sun Oct 08 00:24:32 2017 xorriso : UPDATE : 49.73% done, estimate finish Sun Oct 08 00:24:32 2017 xorriso : UPDATE : 50.56% done, estimate finish Sun Oct 08 00:24:32 2017 xorriso : UPDATE : 51.62% done, estimate finish Sun Oct 08 00:24:31 2017 xorriso : UPDATE : 52.27% done, estimate finish Sun Oct 08 00:24:32 2017 xorriso : UPDATE : 52.27% done, estimate finish Sun Oct 08 00:24:35 2017 xorriso : UPDATE : 52.27% done, estimate finish Sun Oct 08 00:24:40 2017 xorriso : UPDATE : 52.27% done, estimate finish Sun Oct 08 00:24:43 2017 xorriso : UPDATE : 52.27% done, estimate finish Sun Oct 08 00:25:00 2017 xorriso : UPDATE : 52.27% done, estimate finish Sun Oct 08 00:25:07 2017 xorriso : UPDATE : 52.27% done, estimate finish Sun Oct 08 00:25:15 2017 xorriso : UPDATE : 56.62% done, estimate finish Sun Oct 08 00:24:38 2017 xorriso : UPDATE : 60.28% done, estimate finish Sun Oct 08 00:24:26 2017 xorriso : UPDATE : 60.81% done, estimate finish Sun Oct 08 00:24:26 2017 xorriso : UPDATE : 60.81% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 60.81% done, estimate finish Sun Oct 08 00:24:33 2017 xorriso : UPDATE : 63.78% done, estimate finish Sun Oct 08 00:24:26 2017 xorriso : UPDATE : 64.62% done, estimate finish Sun Oct 08 00:24:26 2017 xorriso : UPDATE : 65.33% done, estimate finish Sun Oct 08 00:24:18 2017 xorriso : UPDATE : 66.00% done, estimate finish Sun Oct 08 00:24:20 2017 xorriso : UPDATE : 66.81% done, estimate finish Sun Oct 08 00:24:21 2017 xorriso : UPDATE : 67.78% done, estimate finish Sun Oct 08 00:24:21 2017 xorriso : UPDATE : 68.22% done, estimate finish Sun Oct 08 00:24:22 2017 xorriso : UPDATE : 68.22% done, estimate finish Sun Oct 08 00:24:25 2017 xorriso : UPDATE : 68.22% done, estimate finish Sun Oct 08 00:24:27 2017 xorriso : UPDATE : 71.28% done, estimate finish Sun Oct 08 00:24:23 2017 xorriso : UPDATE : 71.95% done, estimate finish Sun Oct 08 00:24:23 2017 xorriso : UPDATE : 72.72% done, estimate finish Sun Oct 08 00:24:24 2017 xorriso : UPDATE : 73.78% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 74.47% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 74.58% done, estimate finish Sun Oct 08 00:24:33 2017 xorriso : UPDATE : 76.06% done, estimate finish Sun Oct 08 00:24:31 2017 xorriso : UPDATE : 77.23% done, estimate finish Sun Oct 08 00:24:29 2017 xorriso : UPDATE : 77.99% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 79.00% done, estimate finish Sun Oct 08 00:24:29 2017 xorriso : UPDATE : 79.49% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 80.19% done, estimate finish Sun Oct 08 00:24:31 2017 xorriso : UPDATE : 81.03% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 82.67% done, estimate finish Sun Oct 08 00:24:28 2017 xorriso : UPDATE : 83.69% done, estimate finish Sun Oct 08 00:24:28 2017 xorriso : UPDATE : 84.46% done, estimate finish Sun Oct 08 00:24:28 2017 xorriso : UPDATE : 84.46% done, estimate finish Sun Oct 08 00:24:30 2017 xorriso : UPDATE : 84.46% done, estimate finish Sun Oct 08 00:24:33 2017 xorriso : UPDATE : 84.46% done, estimate finish Sun Oct 08 00:24:34 2017 xorriso : UPDATE : 84.46% done, estimate finish Sun Oct 08 00:24:37 2017 xorriso : UPDATE : 84.46% done, estimate finish Sun Oct 08 00:24:39 2017 xorriso : UPDATE : 90.20% done, estimate finish Sun Oct 08 00:24:28 2017 xorriso : UPDATE : 91.23% done, estimate finish Sun Oct 08 00:24:27 2017 xorriso : UPDATE : 91.94% done, estimate finish Sun Oct 08 00:24:27 2017 xorriso : UPDATE : 92.77% done, estimate finish Sun Oct 08 00:24:27 2017 xorriso : UPDATE : 93.46% done, estimate finish Sun Oct 08 00:24:28 2017 xorriso : UPDATE : 93.85% done, estimate finish Sun Oct 08 00:24:29 2017 xorriso : UPDATE : 94.85% done, estimate finish Sun Oct 08 00:24:28 2017 xorriso : UPDATE : 96.01% done, estimate finish Sun Oct 08 00:24:28 2017 xorriso : UPDATE : 96.69% done, estimate finish Sun Oct 08 00:24:28 2017 xorriso : UPDATE : 98.08% done, estimate finish Sun Oct 08 00:24:28 2017 xorriso : UPDATE : 98.08% done, estimate finish Sun Oct 08 00:24:29 2017 xorriso : UPDATE : Thank you for being patient. Working since 113 seconds. ISO image produced: 2294146 sectors Written to medium : 2294146 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:24:29 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 3' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-3.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD3' xorriso : UPDATE : 1876 files added in 1 seconds xorriso : UPDATE : 1876 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.03% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 3.82% done, estimate finish Sun Oct 08 00:28:47 2017 xorriso : UPDATE : 10.45% done, estimate finish Sun Oct 08 00:26:13 2017 xorriso : UPDATE : 11.33% done, estimate finish Sun Oct 08 00:26:14 2017 xorriso : UPDATE : 12.35% done, estimate finish Sun Oct 08 00:26:13 2017 xorriso : UPDATE : 12.35% done, estimate finish Sun Oct 08 00:26:22 2017 xorriso : UPDATE : 14.98% done, estimate finish Sun Oct 08 00:26:09 2017 xorriso : UPDATE : 14.98% done, estimate finish Sun Oct 08 00:26:15 2017 xorriso : UPDATE : 16.19% done, estimate finish Sun Oct 08 00:26:13 2017 xorriso : UPDATE : 18.30% done, estimate finish Sun Oct 08 00:26:07 2017 xorriso : UPDATE : 18.87% done, estimate finish Sun Oct 08 00:26:09 2017 xorriso : UPDATE : 18.87% done, estimate finish Sun Oct 08 00:26:14 2017 xorriso : UPDATE : 18.87% done, estimate finish Sun Oct 08 00:25:48 2017 xorriso : UPDATE : 18.87% done, estimate finish Sun Oct 08 00:25:56 2017 xorriso : UPDATE : 23.73% done, estimate finish Sun Oct 08 00:25:41 2017 xorriso : UPDATE : 24.33% done, estimate finish Sun Oct 08 00:25:44 2017 xorriso : UPDATE : 24.88% done, estimate finish Sun Oct 08 00:25:47 2017 xorriso : UPDATE : 26.17% done, estimate finish Sun Oct 08 00:25:47 2017 xorriso : UPDATE : 26.53% done, estimate finish Sun Oct 08 00:25:51 2017 xorriso : UPDATE : 28.27% done, estimate finish Sun Oct 08 00:25:49 2017 xorriso : UPDATE : 29.26% done, estimate finish Sun Oct 08 00:25:51 2017 xorriso : UPDATE : 30.16% done, estimate finish Sun Oct 08 00:25:51 2017 xorriso : UPDATE : 31.25% done, estimate finish Sun Oct 08 00:25:54 2017 xorriso : UPDATE : 31.89% done, estimate finish Sun Oct 08 00:25:57 2017 xorriso : UPDATE : 32.55% done, estimate finish Sun Oct 08 00:25:59 2017 xorriso : UPDATE : 33.76% done, estimate finish Sun Oct 08 00:25:59 2017 xorriso : UPDATE : 34.22% done, estimate finish Sun Oct 08 00:26:02 2017 xorriso : UPDATE : 35.09% done, estimate finish Sun Oct 08 00:26:03 2017 xorriso : UPDATE : 35.92% done, estimate finish Sun Oct 08 00:26:04 2017 xorriso : UPDATE : 37.32% done, estimate finish Sun Oct 08 00:26:02 2017 xorriso : UPDATE : 37.32% done, estimate finish Sun Oct 08 00:26:06 2017 xorriso : UPDATE : 38.94% done, estimate finish Sun Oct 08 00:26:04 2017 xorriso : UPDATE : 39.38% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 40.10% done, estimate finish Sun Oct 08 00:26:17 2017 xorriso : UPDATE : 41.10% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 41.42% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 42.95% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 43.14% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 44.32% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 44.92% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 46.50% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 47.49% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 48.10% done, estimate finish Sun Oct 08 00:26:15 2017 xorriso : UPDATE : 48.27% done, estimate finish Sun Oct 08 00:26:20 2017 xorriso : UPDATE : 49.54% done, estimate finish Sun Oct 08 00:26:17 2017 xorriso : UPDATE : 50.76% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 51.98% done, estimate finish Sun Oct 08 00:26:14 2017 xorriso : UPDATE : 51.99% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 52.81% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 54.01% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 55.36% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 55.81% done, estimate finish Sun Oct 08 00:26:17 2017 xorriso : UPDATE : 56.84% done, estimate finish Sun Oct 08 00:26:17 2017 xorriso : UPDATE : 56.84% done, estimate finish Sun Oct 08 00:26:22 2017 xorriso : UPDATE : 59.12% done, estimate finish Sun Oct 08 00:26:15 2017 xorriso : UPDATE : 60.02% done, estimate finish Sun Oct 08 00:26:15 2017 xorriso : UPDATE : 60.94% done, estimate finish Sun Oct 08 00:26:15 2017 xorriso : UPDATE : 61.65% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 62.38% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 62.38% done, estimate finish Sun Oct 08 00:26:20 2017 xorriso : UPDATE : 64.63% done, estimate finish Sun Oct 08 00:26:15 2017 xorriso : UPDATE : 65.12% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 65.51% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 67.12% done, estimate finish Sun Oct 08 00:26:15 2017 xorriso : UPDATE : 68.11% done, estimate finish Sun Oct 08 00:26:15 2017 xorriso : UPDATE : 68.11% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 70.11% done, estimate finish Sun Oct 08 00:26:15 2017 xorriso : UPDATE : 71.02% done, estimate finish Sun Oct 08 00:26:15 2017 xorriso : UPDATE : 71.55% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 71.72% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 73.08% done, estimate finish Sun Oct 08 00:26:17 2017 xorriso : UPDATE : 73.93% done, estimate finish Sun Oct 08 00:26:17 2017 xorriso : UPDATE : 74.80% done, estimate finish Sun Oct 08 00:26:17 2017 xorriso : UPDATE : 75.65% done, estimate finish Sun Oct 08 00:26:16 2017 xorriso : UPDATE : 76.33% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 76.80% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 77.83% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 78.85% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 79.21% done, estimate finish Sun Oct 08 00:26:20 2017 xorriso : UPDATE : 80.27% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 81.00% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 81.00% done, estimate finish Sun Oct 08 00:26:21 2017 xorriso : UPDATE : 81.00% done, estimate finish Sun Oct 08 00:26:23 2017 xorriso : UPDATE : 84.08% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 85.19% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 86.12% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 86.40% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 87.65% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 88.06% done, estimate finish Sun Oct 08 00:26:20 2017 xorriso : UPDATE : 88.86% done, estimate finish Sun Oct 08 00:26:20 2017 xorriso : UPDATE : 88.86% done, estimate finish Sun Oct 08 00:26:22 2017 xorriso : UPDATE : 88.86% done, estimate finish Sun Oct 08 00:26:23 2017 xorriso : UPDATE : 88.86% done, estimate finish Sun Oct 08 00:26:25 2017 xorriso : UPDATE : 88.86% done, estimate finish Sun Oct 08 00:26:33 2017 xorriso : UPDATE : 88.86% done, estimate finish Sun Oct 08 00:26:36 2017 xorriso : UPDATE : 92.14% done, estimate finish Sun Oct 08 00:26:24 2017 xorriso : UPDATE : 95.79% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 97.19% done, estimate finish Sun Oct 08 00:26:18 2017 xorriso : UPDATE : 97.22% done, estimate finish Sun Oct 08 00:26:19 2017 xorriso : UPDATE : 99.45% done ISO image produced: 2288361 sectors Written to medium : 2288361 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:26:18 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 4' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-4.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-4.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot4 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD4' xorriso : UPDATE : 5577 files added in 1 seconds xorriso : UPDATE : 5577 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/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.15% done xorriso : UPDATE : 0.53% done xorriso : UPDATE : 1.34% done, estimate finish Sun Oct 08 00:29:25 2017 xorriso : UPDATE : 1.34% done, estimate finish Sun Oct 08 00:30:40 2017 xorriso : UPDATE : 3.09% done, estimate finish Sun Oct 08 00:28:45 2017 xorriso : UPDATE : 3.66% done, estimate finish Sun Oct 08 00:28:50 2017 xorriso : UPDATE : 4.59% done, estimate finish Sun Oct 08 00:28:41 2017 xorriso : UPDATE : 5.54% done, estimate finish Sun Oct 08 00:28:35 2017 xorriso : UPDATE : 5.54% done, estimate finish Sun Oct 08 00:28:53 2017 xorriso : UPDATE : 7.80% done, estimate finish Sun Oct 08 00:28:21 2017 xorriso : UPDATE : 8.58% done, estimate finish Sun Oct 08 00:28:21 2017 xorriso : UPDATE : 9.53% done, estimate finish Sun Oct 08 00:28:20 2017 xorriso : UPDATE : 10.26% done, estimate finish Sun Oct 08 00:28:12 2017 xorriso : UPDATE : 10.95% done, estimate finish Sun Oct 08 00:28:14 2017 xorriso : UPDATE : 11.75% done, estimate finish Sun Oct 08 00:28:14 2017 xorriso : UPDATE : 11.75% done, estimate finish Sun Oct 08 00:28:24 2017 xorriso : UPDATE : 13.08% done, estimate finish Sun Oct 08 00:28:19 2017 xorriso : UPDATE : 13.64% done, estimate finish Sun Oct 08 00:28:22 2017 xorriso : UPDATE : 14.41% done, estimate finish Sun Oct 08 00:28:21 2017 xorriso : UPDATE : 15.23% done, estimate finish Sun Oct 08 00:28:22 2017 xorriso : UPDATE : 15.83% done, estimate finish Sun Oct 08 00:28:24 2017 xorriso : UPDATE : 16.65% done, estimate finish Sun Oct 08 00:28:24 2017 xorriso : UPDATE : 17.49% done, estimate finish Sun Oct 08 00:28:30 2017 xorriso : UPDATE : 17.90% done, estimate finish Sun Oct 08 00:28:34 2017 xorriso : UPDATE : 18.99% done, estimate finish Sun Oct 08 00:28:30 2017 xorriso : UPDATE : 19.98% done, estimate finish Sun Oct 08 00:28:28 2017 xorriso : UPDATE : 20.98% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 21.44% done, estimate finish Sun Oct 08 00:28:28 2017 xorriso : UPDATE : 21.44% done, estimate finish Sun Oct 08 00:28:34 2017 xorriso : UPDATE : 23.21% done, estimate finish Sun Oct 08 00:28:26 2017 xorriso : UPDATE : 23.63% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 24.39% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 24.88% done, estimate finish Sun Oct 08 00:28:30 2017 xorriso : UPDATE : 25.49% done, estimate finish Sun Oct 08 00:28:32 2017 xorriso : UPDATE : 26.19% done, estimate finish Sun Oct 08 00:28:32 2017 xorriso : UPDATE : 26.80% done, estimate finish Sun Oct 08 00:28:33 2017 xorriso : UPDATE : 27.39% done, estimate finish Sun Oct 08 00:28:34 2017 xorriso : UPDATE : 28.20% done, estimate finish Sun Oct 08 00:28:34 2017 xorriso : UPDATE : 28.84% done, estimate finish Sun Oct 08 00:28:34 2017 xorriso : UPDATE : 29.76% done, estimate finish Sun Oct 08 00:28:33 2017 xorriso : UPDATE : 29.79% done, estimate finish Sun Oct 08 00:28:38 2017 xorriso : UPDATE : 29.79% done, estimate finish Sun Oct 08 00:28:43 2017 xorriso : UPDATE : 31.89% done, estimate finish Sun Oct 08 00:28:33 2017 xorriso : UPDATE : 32.87% done, estimate finish Sun Oct 08 00:28:32 2017 xorriso : UPDATE : 33.45% done, estimate finish Sun Oct 08 00:28:33 2017 xorriso : UPDATE : 34.08% done, estimate finish Sun Oct 08 00:28:34 2017 xorriso : UPDATE : 34.47% done, estimate finish Sun Oct 08 00:28:37 2017 xorriso : UPDATE : 34.47% done, estimate finish Sun Oct 08 00:28:43 2017 xorriso : UPDATE : 34.47% done, estimate finish Sun Oct 08 00:28:48 2017 xorriso : UPDATE : 37.96% done, estimate finish Sun Oct 08 00:28:28 2017 xorriso : UPDATE : 38.09% done, estimate finish Sun Oct 08 00:28:32 2017 xorriso : UPDATE : 39.71% done, estimate finish Sun Oct 08 00:28:27 2017 xorriso : UPDATE : 40.04% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 40.04% done, estimate finish Sun Oct 08 00:28:34 2017 xorriso : UPDATE : 42.41% done, estimate finish Sun Oct 08 00:28:21 2017 xorriso : UPDATE : 42.91% done, estimate finish Sun Oct 08 00:28:24 2017 xorriso : UPDATE : 44.17% done, estimate finish Sun Oct 08 00:28:22 2017 xorriso : UPDATE : 44.67% done, estimate finish Sun Oct 08 00:28:23 2017 xorriso : UPDATE : 44.67% done, estimate finish Sun Oct 08 00:28:28 2017 xorriso : UPDATE : 46.71% done, estimate finish Sun Oct 08 00:28:21 2017 xorriso : UPDATE : 47.41% done, estimate finish Sun Oct 08 00:28:22 2017 xorriso : UPDATE : 47.87% done, estimate finish Sun Oct 08 00:28:24 2017 xorriso : UPDATE : 49.23% done, estimate finish Sun Oct 08 00:28:22 2017 xorriso : UPDATE : 49.89% done, estimate finish Sun Oct 08 00:28:16 2017 xorriso : UPDATE : 50.54% done, estimate finish Sun Oct 08 00:28:18 2017 xorriso : UPDATE : 51.35% done, estimate finish Sun Oct 08 00:28:18 2017 xorriso : UPDATE : 52.44% done, estimate finish Sun Oct 08 00:28:18 2017 xorriso : UPDATE : 53.22% done, estimate finish Sun Oct 08 00:28:18 2017 xorriso : UPDATE : 53.90% done, estimate finish Sun Oct 08 00:28:19 2017 xorriso : UPDATE : 54.67% done, estimate finish Sun Oct 08 00:28:19 2017 xorriso : UPDATE : 54.69% done, estimate finish Sun Oct 08 00:28:23 2017 xorriso : UPDATE : 54.69% done, estimate finish Sun Oct 08 00:28:26 2017 xorriso : UPDATE : 54.69% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 58.92% done, estimate finish Sun Oct 08 00:28:19 2017 xorriso : UPDATE : 59.53% done, estimate finish Sun Oct 08 00:28:20 2017 xorriso : UPDATE : 60.17% done, estimate finish Sun Oct 08 00:28:21 2017 xorriso : UPDATE : 60.96% done, estimate finish Sun Oct 08 00:28:21 2017 xorriso : UPDATE : 61.91% done, estimate finish Sun Oct 08 00:28:21 2017 xorriso : UPDATE : 62.40% done, estimate finish Sun Oct 08 00:28:23 2017 xorriso : UPDATE : 63.00% done, estimate finish Sun Oct 08 00:28:24 2017 xorriso : UPDATE : 63.81% done, estimate finish Sun Oct 08 00:28:24 2017 xorriso : UPDATE : 64.74% done, estimate finish Sun Oct 08 00:28:23 2017 xorriso : UPDATE : 65.49% done, estimate finish Sun Oct 08 00:28:23 2017 xorriso : UPDATE : 66.03% done, estimate finish Sun Oct 08 00:28:28 2017 xorriso : UPDATE : 66.60% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 67.15% done, estimate finish Sun Oct 08 00:28:30 2017 xorriso : UPDATE : 67.91% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 68.50% done, estimate finish Sun Oct 08 00:28:31 2017 xorriso : UPDATE : 69.44% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 70.15% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 70.84% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 71.48% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 72.43% done, estimate finish Sun Oct 08 00:28:28 2017 xorriso : UPDATE : 72.81% done, estimate finish Sun Oct 08 00:28:31 2017 xorriso : UPDATE : 73.68% done, estimate finish Sun Oct 08 00:28:29 2017 xorriso : UPDATE : 74.28% done, estimate finish Sun Oct 08 00:28:30 2017 xorriso : UPDATE : 75.38% done, estimate finish Sun Oct 08 00:28:28 2017 xorriso : UPDATE : 76.43% done, estimate finish Sun Oct 08 00:28:27 2017 xorriso : UPDATE : 76.93% done, estimate finish Sun Oct 08 00:28:28 2017 xorriso : UPDATE : 78.23% done, estimate finish Sun Oct 08 00:28:26 2017 xorriso : UPDATE : 78.82% done, estimate finish Sun Oct 08 00:28:27 2017 xorriso : UPDATE : 79.55% done, estimate finish Sun Oct 08 00:28:27 2017 xorriso : UPDATE : 80.07% done, estimate finish Sun Oct 08 00:28:28 2017 xorriso : UPDATE : 80.62% done, estimate finish Sun Oct 08 00:28:26 2017 xorriso : UPDATE : 81.34% done, estimate finish Sun Oct 08 00:28:27 2017 xorriso : UPDATE : 82.05% done, estimate finish Sun Oct 08 00:28:27 2017 xorriso : UPDATE : 82.86% done, estimate finish Sun Oct 08 00:28:27 2017 xorriso : UPDATE : 84.14% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 85.13% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 86.13% done, estimate finish Sun Oct 08 00:28:24 2017 xorriso : UPDATE : 86.80% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 87.52% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 88.15% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 89.23% done, estimate finish Sun Oct 08 00:28:24 2017 xorriso : UPDATE : 89.81% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 90.54% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 90.95% done, estimate finish Sun Oct 08 00:28:27 2017 xorriso : UPDATE : 92.31% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 92.84% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 93.75% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 94.47% done, estimate finish Sun Oct 08 00:28:25 2017 xorriso : UPDATE : 94.72% done, estimate finish Sun Oct 08 00:28:26 2017 xorriso : UPDATE : 95.80% done, estimate finish Sun Oct 08 00:28:26 2017 xorriso : UPDATE : 96.51% done, estimate finish Sun Oct 08 00:28:26 2017 xorriso : UPDATE : 97.44% done, estimate finish Sun Oct 08 00:28:26 2017 xorriso : UPDATE : 98.12% done, estimate finish Sun Oct 08 00:28:26 2017 xorriso : UPDATE : 98.90% done xorriso : UPDATE : 99.88% done ISO image produced: 2293165 sectors Written to medium : 2293165 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:28:27 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 5' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-5.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-5.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot5 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD5' xorriso : UPDATE : 6341 files added in 1 seconds xorriso : UPDATE : 6341 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.29% done xorriso : UPDATE : 0.67% done, estimate finish Sun Oct 08 00:34:40 2017 xorriso : UPDATE : 1.27% done, estimate finish Sun Oct 08 00:33:04 2017 xorriso : UPDATE : 1.89% done, estimate finish Sun Oct 08 00:32:26 2017 xorriso : UPDATE : 2.37% done, estimate finish Sun Oct 08 00:32:20 2017 xorriso : UPDATE : 3.07% done, estimate finish Sun Oct 08 00:32:00 2017 xorriso : UPDATE : 3.67% done, estimate finish Sun Oct 08 00:31:53 2017 xorriso : UPDATE : 4.30% done, estimate finish Sun Oct 08 00:31:46 2017 xorriso : UPDATE : 4.93% done, estimate finish Sun Oct 08 00:31:41 2017 xorriso : UPDATE : 5.74% done, estimate finish Sun Oct 08 00:31:31 2017 xorriso : UPDATE : 6.51% done, estimate finish Sun Oct 08 00:31:25 2017 xorriso : UPDATE : 7.09% done, estimate finish Sun Oct 08 00:31:25 2017 xorriso : UPDATE : 7.11% done, estimate finish Sun Oct 08 00:31:37 2017 xorriso : UPDATE : 7.11% done, estimate finish Sun Oct 08 00:31:36 2017 xorriso : UPDATE : 9.52% done, estimate finish Sun Oct 08 00:30:54 2017 xorriso : UPDATE : 10.17% done, estimate finish Sun Oct 08 00:30:55 2017 xorriso : UPDATE : 10.90% done, estimate finish Sun Oct 08 00:30:53 2017 xorriso : UPDATE : 11.59% done, estimate finish Sun Oct 08 00:30:54 2017 xorriso : UPDATE : 12.52% done, estimate finish Sun Oct 08 00:30:51 2017 xorriso : UPDATE : 13.12% done, estimate finish Sun Oct 08 00:30:52 2017 xorriso : UPDATE : 13.33% done, estimate finish Sun Oct 08 00:30:58 2017 xorriso : UPDATE : 14.66% done, estimate finish Sun Oct 08 00:30:50 2017 xorriso : UPDATE : 15.34% done, estimate finish Sun Oct 08 00:30:51 2017 xorriso : UPDATE : 16.24% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 16.80% done, estimate finish Sun Oct 08 00:30:38 2017 xorriso : UPDATE : 17.29% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 18.15% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 18.74% done, estimate finish Sun Oct 08 00:30:42 2017 xorriso : UPDATE : 19.84% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 20.42% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 20.78% done, estimate finish Sun Oct 08 00:30:44 2017 xorriso : UPDATE : 21.79% done, estimate finish Sun Oct 08 00:30:43 2017 xorriso : UPDATE : 21.93% done, estimate finish Sun Oct 08 00:30:47 2017 xorriso : UPDATE : 21.93% done, estimate finish Sun Oct 08 00:31:11 2017 xorriso : UPDATE : 21.93% done, estimate finish Sun Oct 08 00:31:21 2017 xorriso : UPDATE : 22.53% done, estimate finish Sun Oct 08 00:31:20 2017 xorriso : UPDATE : 26.59% done, estimate finish Sun Oct 08 00:30:40 2017 xorriso : UPDATE : 26.81% done, estimate finish Sun Oct 08 00:30:45 2017 xorriso : UPDATE : 28.35% done, estimate finish Sun Oct 08 00:30:38 2017 xorriso : UPDATE : 29.02% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 29.68% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 30.55% done, estimate finish Sun Oct 08 00:30:40 2017 xorriso : UPDATE : 31.07% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 31.09% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 32.69% done, estimate finish Sun Oct 08 00:30:30 2017 xorriso : UPDATE : 33.72% done, estimate finish Sun Oct 08 00:30:30 2017 xorriso : UPDATE : 34.78% done, estimate finish Sun Oct 08 00:30:29 2017 xorriso : UPDATE : 35.78% done, estimate finish Sun Oct 08 00:30:28 2017 xorriso : UPDATE : 35.94% done, estimate finish Sun Oct 08 00:30:32 2017 xorriso : UPDATE : 36.47% done, estimate finish Sun Oct 08 00:30:34 2017 xorriso : UPDATE : 37.07% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 37.77% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 38.69% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 39.22% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 39.41% done, estimate finish Sun Oct 08 00:30:44 2017 xorriso : UPDATE : 39.41% done, estimate finish Sun Oct 08 00:30:50 2017 xorriso : UPDATE : 42.43% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 43.00% done, estimate finish Sun Oct 08 00:30:36 2017 xorriso : UPDATE : 43.74% done, estimate finish Sun Oct 08 00:30:36 2017 xorriso : UPDATE : 44.71% done, estimate finish Sun Oct 08 00:30:36 2017 xorriso : UPDATE : 45.29% done, estimate finish Sun Oct 08 00:30:37 2017 xorriso : UPDATE : 46.02% done, estimate finish Sun Oct 08 00:30:37 2017 xorriso : UPDATE : 46.56% done, estimate finish Sun Oct 08 00:30:38 2017 xorriso : UPDATE : 47.38% done, estimate finish Sun Oct 08 00:30:38 2017 xorriso : UPDATE : 47.81% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 48.55% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 49.24% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 50.46% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 51.52% done, estimate finish Sun Oct 08 00:30:37 2017 xorriso : UPDATE : 52.04% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 52.68% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 53.40% done, estimate finish Sun Oct 08 00:30:40 2017 xorriso : UPDATE : 54.31% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 54.98% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 56.18% done, estimate finish Sun Oct 08 00:30:38 2017 xorriso : UPDATE : 57.14% done, estimate finish Sun Oct 08 00:30:38 2017 xorriso : UPDATE : 57.74% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 58.45% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 59.09% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 59.69% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 60.23% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 61.13% done, estimate finish Sun Oct 08 00:30:40 2017 xorriso : UPDATE : 61.65% done, estimate finish Sun Oct 08 00:30:42 2017 xorriso : UPDATE : 61.65% done, estimate finish Sun Oct 08 00:30:47 2017 xorriso : UPDATE : 63.05% done, estimate finish Sun Oct 08 00:30:43 2017 xorriso : UPDATE : 64.29% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 65.04% done, estimate finish Sun Oct 08 00:30:40 2017 xorriso : UPDATE : 65.68% done, estimate finish Sun Oct 08 00:30:40 2017 xorriso : UPDATE : 66.90% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 67.52% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 68.09% done, estimate finish Sun Oct 08 00:30:40 2017 xorriso : UPDATE : 69.07% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 69.68% done, estimate finish Sun Oct 08 00:30:41 2017 xorriso : UPDATE : 70.48% done, estimate finish Sun Oct 08 00:30:40 2017 xorriso : UPDATE : 70.93% done, estimate finish Sun Oct 08 00:30:38 2017 xorriso : UPDATE : 71.54% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 72.76% done, estimate finish Sun Oct 08 00:30:37 2017 xorriso : UPDATE : 72.76% done, estimate finish Sun Oct 08 00:30:40 2017 xorriso : UPDATE : 74.71% done, estimate finish Sun Oct 08 00:30:36 2017 xorriso : UPDATE : 75.28% done, estimate finish Sun Oct 08 00:30:37 2017 xorriso : UPDATE : 76.40% done, estimate finish Sun Oct 08 00:30:37 2017 xorriso : UPDATE : 76.97% done, estimate finish Sun Oct 08 00:30:37 2017 xorriso : UPDATE : 77.68% done, estimate finish Sun Oct 08 00:30:38 2017 xorriso : UPDATE : 78.27% done, estimate finish Sun Oct 08 00:30:39 2017 xorriso : UPDATE : 79.52% done, estimate finish Sun Oct 08 00:30:37 2017 xorriso : UPDATE : 80.73% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 81.38% done, estimate finish Sun Oct 08 00:30:37 2017 xorriso : UPDATE : 82.69% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 83.30% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 84.42% done, estimate finish Sun Oct 08 00:30:36 2017 xorriso : UPDATE : 85.69% done, estimate finish Sun Oct 08 00:30:34 2017 xorriso : UPDATE : 86.72% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 87.35% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 88.35% done, estimate finish Sun Oct 08 00:30:34 2017 xorriso : UPDATE : 88.96% done, estimate finish Sun Oct 08 00:30:34 2017 xorriso : UPDATE : 89.88% done, estimate finish Sun Oct 08 00:30:34 2017 xorriso : UPDATE : 90.48% done, estimate finish Sun Oct 08 00:30:36 2017 xorriso : UPDATE : 91.28% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 91.47% done, estimate finish Sun Oct 08 00:30:36 2017 xorriso : UPDATE : 93.21% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 94.19% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 94.80% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 95.45% done, estimate finish Sun Oct 08 00:30:36 2017 xorriso : UPDATE : 96.54% done, estimate finish Sun Oct 08 00:30:35 2017 xorriso : UPDATE : 97.35% done, estimate finish Sun Oct 08 00:30:36 2017 xorriso : UPDATE : 97.89% done, estimate finish Sun Oct 08 00:30:36 2017 xorriso : UPDATE : 98.56% done xorriso : UPDATE : 99.47% done xorriso : UPDATE : 99.99% done ISO image produced: 2293777 sectors Written to medium : 2293777 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:30:38 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 6' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-6.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-6.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot6 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD6' xorriso : UPDATE : 2393 files added in 1 seconds xorriso : UPDATE : 2393 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/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/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.05% done xorriso : UPDATE : 0.10% done xorriso : UPDATE : 0.43% done xorriso : UPDATE : 0.43% done, estimate finish Sun Oct 08 00:40:43 2017 xorriso : UPDATE : 2.49% done, estimate finish Sun Oct 08 00:33:04 2017 xorriso : UPDATE : 3.45% done, estimate finish Sun Oct 08 00:32:52 2017 xorriso : UPDATE : 4.43% done, estimate finish Sun Oct 08 00:32:46 2017 xorriso : UPDATE : 5.10% done, estimate finish Sun Oct 08 00:32:48 2017 xorriso : UPDATE : 5.66% done, estimate finish Sun Oct 08 00:32:53 2017 xorriso : UPDATE : 6.27% done, estimate finish Sun Oct 08 00:32:56 2017 xorriso : UPDATE : 7.01% done, estimate finish Sun Oct 08 00:32:56 2017 xorriso : UPDATE : 7.45% done, estimate finish Sun Oct 08 00:33:01 2017 xorriso : UPDATE : 8.46% done, estimate finish Sun Oct 08 00:32:56 2017 xorriso : UPDATE : 9.46% done, estimate finish Sun Oct 08 00:32:52 2017 xorriso : UPDATE : 10.14% done, estimate finish Sun Oct 08 00:32:49 2017 xorriso : UPDATE : 10.14% done, estimate finish Sun Oct 08 00:33:03 2017 xorriso : UPDATE : 12.47% done, estimate finish Sun Oct 08 00:32:40 2017 xorriso : UPDATE : 13.29% done, estimate finish Sun Oct 08 00:32:39 2017 xorriso : UPDATE : 14.05% done, estimate finish Sun Oct 08 00:32:40 2017 xorriso : UPDATE : 14.78% done, estimate finish Sun Oct 08 00:32:41 2017 xorriso : UPDATE : 15.70% done, estimate finish Sun Oct 08 00:32:41 2017 xorriso : UPDATE : 16.49% done, estimate finish Sun Oct 08 00:32:40 2017 xorriso : UPDATE : 17.27% done, estimate finish Sun Oct 08 00:32:41 2017 xorriso : UPDATE : 18.03% done, estimate finish Sun Oct 08 00:32:42 2017 xorriso : UPDATE : 18.99% done, estimate finish Sun Oct 08 00:32:36 2017 xorriso : UPDATE : 19.89% done, estimate finish Sun Oct 08 00:32:36 2017 xorriso : UPDATE : 20.70% done, estimate finish Sun Oct 08 00:32:37 2017 xorriso : UPDATE : 21.64% done, estimate finish Sun Oct 08 00:32:36 2017 xorriso : UPDATE : 22.06% done, estimate finish Sun Oct 08 00:32:39 2017 xorriso : UPDATE : 23.57% done, estimate finish Sun Oct 08 00:32:35 2017 xorriso : UPDATE : 23.72% done, estimate finish Sun Oct 08 00:32:39 2017 xorriso : UPDATE : 24.75% done, estimate finish Sun Oct 08 00:32:38 2017 xorriso : UPDATE : 24.75% done, estimate finish Sun Oct 08 00:32:44 2017 xorriso : UPDATE : 24.75% done, estimate finish Sun Oct 08 00:32:49 2017 xorriso : UPDATE : 24.75% done, estimate finish Sun Oct 08 00:33:10 2017 xorriso : UPDATE : 24.75% done, estimate finish Sun Oct 08 00:33:20 2017 xorriso : UPDATE : 30.05% done, estimate finish Sun Oct 08 00:32:32 2017 xorriso : UPDATE : 30.05% done, estimate finish Sun Oct 08 00:32:38 2017 xorriso : UPDATE : 32.56% done, estimate finish Sun Oct 08 00:32:28 2017 xorriso : UPDATE : 32.56% done, estimate finish Sun Oct 08 00:32:33 2017 xorriso : UPDATE : 34.40% done, estimate finish Sun Oct 08 00:32:29 2017 xorriso : UPDATE : 34.40% done, estimate finish Sun Oct 08 00:32:33 2017 xorriso : UPDATE : 34.40% done, estimate finish Sun Oct 08 00:32:37 2017 xorriso : UPDATE : 34.40% done, estimate finish Sun Oct 08 00:32:41 2017 xorriso : UPDATE : 34.40% done, estimate finish Sun Oct 08 00:32:36 2017 xorriso : UPDATE : 40.11% done, estimate finish Sun Oct 08 00:32:14 2017 xorriso : UPDATE : 40.54% done, estimate finish Sun Oct 08 00:32:17 2017 xorriso : UPDATE : 40.54% done, estimate finish Sun Oct 08 00:32:21 2017 xorriso : UPDATE : 40.54% done, estimate finish Sun Oct 08 00:32:24 2017 xorriso : UPDATE : 40.54% done, estimate finish Sun Oct 08 00:32:28 2017 xorriso : UPDATE : 40.54% done, estimate finish Sun Oct 08 00:32:32 2017 xorriso : UPDATE : 40.54% done, estimate finish Sun Oct 08 00:32:37 2017 xorriso : UPDATE : 40.54% done, estimate finish Sun Oct 08 00:32:40 2017 xorriso : UPDATE : 49.05% done, estimate finish Sun Oct 08 00:32:15 2017 xorriso : UPDATE : 49.61% done, estimate finish Sun Oct 08 00:32:12 2017 xorriso : UPDATE : 50.55% done, estimate finish Sun Oct 08 00:32:12 2017 xorriso : UPDATE : 51.34% done, estimate finish Sun Oct 08 00:32:14 2017 xorriso : UPDATE : 52.31% done, estimate finish Sun Oct 08 00:32:15 2017 xorriso : UPDATE : 53.05% done, estimate finish Sun Oct 08 00:32:16 2017 xorriso : UPDATE : 53.75% done, estimate finish Sun Oct 08 00:32:16 2017 xorriso : UPDATE : 54.60% done, estimate finish Sun Oct 08 00:32:18 2017 xorriso : UPDATE : 55.45% done, estimate finish Sun Oct 08 00:32:19 2017 xorriso : UPDATE : 56.22% done, estimate finish Sun Oct 08 00:32:19 2017 xorriso : UPDATE : 57.05% done, estimate finish Sun Oct 08 00:32:20 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:32:36 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:32:42 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:32:47 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:32:52 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:32:57 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:33:02 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:33:08 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:33:13 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:33:18 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:33:24 2017 xorriso : UPDATE : 57.06% done, estimate finish Sun Oct 08 00:33:28 2017 xorriso : UPDATE : 70.33% done, estimate finish Sun Oct 08 00:32:19 2017 xorriso : UPDATE : 71.09% done, estimate finish Sun Oct 08 00:32:19 2017 xorriso : UPDATE : 71.53% done, estimate finish Sun Oct 08 00:32:21 2017 xorriso : UPDATE : 73.36% done, estimate finish Sun Oct 08 00:32:19 2017 xorriso : UPDATE : 74.04% done, estimate finish Sun Oct 08 00:32:21 2017 xorriso : UPDATE : 75.37% done, estimate finish Sun Oct 08 00:32:20 2017 xorriso : UPDATE : 76.14% done, estimate finish Sun Oct 08 00:32:20 2017 xorriso : UPDATE : 76.93% done, estimate finish Sun Oct 08 00:32:21 2017 xorriso : UPDATE : 77.87% done, estimate finish Sun Oct 08 00:32:22 2017 xorriso : UPDATE : 78.54% done, estimate finish Sun Oct 08 00:32:21 2017 xorriso : UPDATE : 79.61% done, estimate finish Sun Oct 08 00:32:24 2017 xorriso : UPDATE : 80.12% done, estimate finish Sun Oct 08 00:32:26 2017 xorriso : UPDATE : 80.12% done, estimate finish Sun Oct 08 00:32:29 2017 xorriso : UPDATE : 83.04% done, estimate finish Sun Oct 08 00:32:23 2017 xorriso : UPDATE : 83.80% done, estimate finish Sun Oct 08 00:32:23 2017 xorriso : UPDATE : 84.63% done, estimate finish Sun Oct 08 00:32:24 2017 xorriso : UPDATE : 85.21% done, estimate finish Sun Oct 08 00:32:24 2017 xorriso : UPDATE : 86.01% done, estimate finish Sun Oct 08 00:32:25 2017 xorriso : UPDATE : 87.03% done, estimate finish Sun Oct 08 00:32:24 2017 xorriso : UPDATE : 88.02% done, estimate finish Sun Oct 08 00:32:24 2017 xorriso : UPDATE : 88.81% done, estimate finish Sun Oct 08 00:32:25 2017 xorriso : UPDATE : 89.47% done, estimate finish Sun Oct 08 00:32:25 2017 xorriso : UPDATE : 90.16% done, estimate finish Sun Oct 08 00:32:26 2017 xorriso : UPDATE : 90.91% done, estimate finish Sun Oct 08 00:32:26 2017 xorriso : UPDATE : 91.72% done, estimate finish Sun Oct 08 00:32:26 2017 xorriso : UPDATE : 92.45% done, estimate finish Sun Oct 08 00:32:26 2017 xorriso : UPDATE : 93.35% done, estimate finish Sun Oct 08 00:32:26 2017 xorriso : UPDATE : 94.19% done, estimate finish Sun Oct 08 00:32:26 2017 xorriso : UPDATE : 94.92% done, estimate finish Sun Oct 08 00:32:26 2017 xorriso : UPDATE : 95.83% done, estimate finish Sun Oct 08 00:32:26 2017 xorriso : UPDATE : 95.83% done, estimate finish Sun Oct 08 00:32:28 2017 xorriso : UPDATE : 97.15% done, estimate finish Sun Oct 08 00:32:27 2017 xorriso : UPDATE : 98.93% done xorriso : UPDATE : 99.63% done ISO image produced: 2190723 sectors Written to medium : 2190723 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:32:27 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 7' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-7.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-7.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot7 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD7' xorriso : UPDATE : 992 files added in 1 seconds xorriso : UPDATE : 992 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.03% done xorriso : UPDATE : 0.43% done xorriso : UPDATE : 1.36% done xorriso : UPDATE : 1.76% done, estimate finish Sun Oct 08 00:35:02 2017 xorriso : UPDATE : 1.76% done, estimate finish Sun Oct 08 00:35:59 2017 xorriso : UPDATE : 1.76% done, estimate finish Sun Oct 08 00:36:56 2017 xorriso : UPDATE : 5.46% done, estimate finish Sun Oct 08 00:34:12 2017 xorriso : UPDATE : 6.74% done, estimate finish Sun Oct 08 00:34:07 2017 xorriso : UPDATE : 7.10% done, estimate finish Sun Oct 08 00:34:16 2017 xorriso : UPDATE : 7.44% done, estimate finish Sun Oct 08 00:34:25 2017 xorriso : UPDATE : 8.79% done, estimate finish Sun Oct 08 00:34:18 2017 xorriso : UPDATE : 8.94% done, estimate finish Sun Oct 08 00:34:28 2017 xorriso : UPDATE : 8.94% done, estimate finish Sun Oct 08 00:34:39 2017 xorriso : UPDATE : 8.94% done, estimate finish Sun Oct 08 00:34:47 2017 xorriso : UPDATE : 12.60% done, estimate finish Sun Oct 08 00:34:10 2017 xorriso : UPDATE : 12.60% done, estimate finish Sun Oct 08 00:34:19 2017 xorriso : UPDATE : 13.99% done, estimate finish Sun Oct 08 00:34:14 2017 xorriso : UPDATE : 15.43% done, estimate finish Sun Oct 08 00:34:11 2017 xorriso : UPDATE : 16.31% done, estimate finish Sun Oct 08 00:34:12 2017 xorriso : UPDATE : 17.04% done, estimate finish Sun Oct 08 00:34:13 2017 xorriso : UPDATE : 17.04% done, estimate finish Sun Oct 08 00:34:19 2017 xorriso : UPDATE : 17.04% done, estimate finish Sun Oct 08 00:34:26 2017 xorriso : UPDATE : 20.06% done, estimate finish Sun Oct 08 00:34:12 2017 xorriso : UPDATE : 21.12% done, estimate finish Sun Oct 08 00:34:02 2017 xorriso : UPDATE : 21.69% done, estimate finish Sun Oct 08 00:34:05 2017 xorriso : UPDATE : 22.52% done, estimate finish Sun Oct 08 00:34:06 2017 xorriso : UPDATE : 23.21% done, estimate finish Sun Oct 08 00:34:09 2017 xorriso : UPDATE : 24.73% done, estimate finish Sun Oct 08 00:34:06 2017 xorriso : UPDATE : 24.97% done, estimate finish Sun Oct 08 00:34:10 2017 xorriso : UPDATE : 25.12% done, estimate finish Sun Oct 08 00:34:14 2017 xorriso : UPDATE : 25.12% done, estimate finish Sun Oct 08 00:34:19 2017 xorriso : UPDATE : 25.12% done, estimate finish Sun Oct 08 00:34:24 2017 xorriso : UPDATE : 25.12% done, estimate finish Sun Oct 08 00:34:29 2017 xorriso : UPDATE : 27.24% done, estimate finish Sun Oct 08 00:34:45 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:34:23 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:34:30 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:34:36 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:34:42 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:34:49 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:34:56 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:35:02 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:35:09 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:35:15 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:36:14 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:36:30 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:36:46 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:37:02 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:37:19 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:37:35 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:37:51 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:38:08 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:38:24 2017 xorriso : UPDATE : 30.12% done, estimate finish Sun Oct 08 00:38:40 2017 xorriso : UPDATE : 30.12% done xorriso : UPDATE : 30.12% done xorriso : UPDATE : 30.12% done xorriso : UPDATE : 35.29% done, estimate finish Sun Oct 08 00:35:42 2017 xorriso : UPDATE : 47.31% done, estimate finish Sun Oct 08 00:34:13 2017 xorriso : UPDATE : 55.77% done, estimate finish Sun Oct 08 00:33:56 2017 xorriso : UPDATE : 55.77% done, estimate finish Sun Oct 08 00:33:59 2017 xorriso : UPDATE : 58.12% done, estimate finish Sun Oct 08 00:33:57 2017 xorriso : UPDATE : 58.62% done, estimate finish Sun Oct 08 00:33:59 2017 xorriso : UPDATE : 59.91% done, estimate finish Sun Oct 08 00:33:59 2017 xorriso : UPDATE : 60.91% done, estimate finish Sun Oct 08 00:33:50 2017 xorriso : UPDATE : 60.91% done, estimate finish Sun Oct 08 00:33:52 2017 xorriso : UPDATE : 62.97% done, estimate finish Sun Oct 08 00:33:51 2017 xorriso : UPDATE : 63.32% done, estimate finish Sun Oct 08 00:33:53 2017 xorriso : UPDATE : 64.62% done, estimate finish Sun Oct 08 00:33:54 2017 xorriso : UPDATE : 65.35% done, estimate finish Sun Oct 08 00:33:55 2017 xorriso : UPDATE : 65.90% done, estimate finish Sun Oct 08 00:33:56 2017 xorriso : UPDATE : 66.88% done, estimate finish Sun Oct 08 00:33:57 2017 xorriso : UPDATE : 66.88% done, estimate finish Sun Oct 08 00:33:59 2017 xorriso : UPDATE : 69.08% done, estimate finish Sun Oct 08 00:33:58 2017 xorriso : UPDATE : 69.08% done, estimate finish Sun Oct 08 00:34:16 2017 xorriso : UPDATE : 69.08% done, estimate finish Sun Oct 08 00:34:20 2017 xorriso : UPDATE : 72.18% done, estimate finish Sun Oct 08 00:34:11 2017 xorriso : UPDATE : 73.18% done, estimate finish Sun Oct 08 00:34:11 2017 xorriso : UPDATE : 74.05% done, estimate finish Sun Oct 08 00:34:11 2017 xorriso : UPDATE : 74.83% done, estimate finish Sun Oct 08 00:34:11 2017 xorriso : UPDATE : 75.10% done, estimate finish Sun Oct 08 00:34:13 2017 xorriso : UPDATE : 75.10% done, estimate finish Sun Oct 08 00:34:16 2017 xorriso : UPDATE : 75.10% done, estimate finish Sun Oct 08 00:34:18 2017 xorriso : UPDATE : 75.10% done, estimate finish Sun Oct 08 00:34:21 2017 xorriso : UPDATE : 76.06% done, estimate finish Sun Oct 08 00:34:20 2017 xorriso : UPDATE : 80.60% done, estimate finish Sun Oct 08 00:34:09 2017 xorriso : UPDATE : 81.40% done, estimate finish Sun Oct 08 00:34:10 2017 xorriso : UPDATE : 82.05% done, estimate finish Sun Oct 08 00:34:10 2017 xorriso : UPDATE : 82.91% done, estimate finish Sun Oct 08 00:34:12 2017 xorriso : UPDATE : 83.52% done, estimate finish Sun Oct 08 00:34:12 2017 xorriso : UPDATE : 84.48% done, estimate finish Sun Oct 08 00:34:12 2017 xorriso : UPDATE : 85.03% done, estimate finish Sun Oct 08 00:34:12 2017 xorriso : UPDATE : 85.03% done, estimate finish Sun Oct 08 00:34:14 2017 xorriso : UPDATE : 85.03% done, estimate finish Sun Oct 08 00:34:16 2017 xorriso : UPDATE : 85.03% done, estimate finish Sun Oct 08 00:34:18 2017 xorriso : UPDATE : 85.03% done, estimate finish Sun Oct 08 00:34:32 2017 xorriso : UPDATE : 85.03% done, estimate finish Sun Oct 08 00:34:36 2017 xorriso : UPDATE : 85.03% done, estimate finish Sun Oct 08 00:34:40 2017 xorriso : UPDATE : 93.46% done, estimate finish Sun Oct 08 00:34:10 2017 xorriso : UPDATE : 93.46% done, estimate finish Sun Oct 08 00:34:12 2017 xorriso : UPDATE : 93.46% done, estimate finish Sun Oct 08 00:34:13 2017 xorriso : UPDATE : 93.46% done, estimate finish Sun Oct 08 00:34:15 2017 xorriso : UPDATE : 95.95% done, estimate finish Sun Oct 08 00:34:12 2017 xorriso : UPDATE : 99.07% done xorriso : UPDATE : 99.95% done ISO image produced: 2293547 sectors Written to medium : 2293547 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:34:11 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 8' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-8.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-8.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot8 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD8' xorriso : UPDATE : 762 files added in 1 seconds xorriso : UPDATE : 762 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.03% done xorriso : UPDATE : 0.03% done xorriso : UPDATE : 1.75% done xorriso : UPDATE : 2.67% done, estimate finish Sun Oct 08 00:35:57 2017 xorriso : UPDATE : 3.35% done, estimate finish Sun Oct 08 00:36:05 2017 xorriso : UPDATE : 4.53% done, estimate finish Sun Oct 08 00:35:58 2017 xorriso : UPDATE : 5.41% done, estimate finish Sun Oct 08 00:35:59 2017 xorriso : UPDATE : 5.97% done, estimate finish Sun Oct 08 00:36:06 2017 xorriso : UPDATE : 6.95% done, estimate finish Sun Oct 08 00:36:04 2017 xorriso : UPDATE : 7.01% done, estimate finish Sun Oct 08 00:36:17 2017 xorriso : UPDATE : 7.01% done, estimate finish Sun Oct 08 00:36:32 2017 xorriso : UPDATE : 7.01% done, estimate finish Sun Oct 08 00:36:46 2017 xorriso : UPDATE : 7.01% done, estimate finish Sun Oct 08 00:37:00 2017 xorriso : UPDATE : 12.56% done, estimate finish Sun Oct 08 00:35:53 2017 xorriso : UPDATE : 13.56% done, estimate finish Sun Oct 08 00:35:52 2017 xorriso : UPDATE : 14.05% done, estimate finish Sun Oct 08 00:35:57 2017 xorriso : UPDATE : 15.03% done, estimate finish Sun Oct 08 00:35:56 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:35:59 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:36:07 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:36:14 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:36:21 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:36:29 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:36:36 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:36:44 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:38:18 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:38:36 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:38:55 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:39:14 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:39:33 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:39:51 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:40:10 2017 xorriso : UPDATE : 15.67% done, estimate finish Sun Oct 08 00:40:29 2017 xorriso : UPDATE : 18.69% done, estimate finish Sun Oct 08 00:38:08 2017 xorriso : UPDATE : 35.11% done, estimate finish Sun Oct 08 00:35:42 2017 xorriso : UPDATE : 35.59% done, estimate finish Sun Oct 08 00:35:28 2017 xorriso : UPDATE : 36.17% done, estimate finish Sun Oct 08 00:35:30 2017 xorriso : UPDATE : 37.88% done, estimate finish Sun Oct 08 00:35:30 2017 xorriso : UPDATE : 38.69% done, estimate finish Sun Oct 08 00:35:31 2017 xorriso : UPDATE : 38.69% done, estimate finish Sun Oct 08 00:35:35 2017 xorriso : UPDATE : 38.69% done, estimate finish Sun Oct 08 00:35:38 2017 xorriso : UPDATE : 38.69% done, estimate finish Sun Oct 08 00:35:41 2017 xorriso : UPDATE : 38.69% done, estimate finish Sun Oct 08 00:35:45 2017 xorriso : UPDATE : 38.69% done, estimate finish Sun Oct 08 00:35:47 2017 xorriso : UPDATE : 38.69% done, estimate finish Sun Oct 08 00:35:51 2017 xorriso : UPDATE : 38.69% done, estimate finish Sun Oct 08 00:37:24 2017 xorriso : UPDATE : 38.69% done, estimate finish Sun Oct 08 00:37:38 2017 xorriso : UPDATE : 45.89% done, estimate finish Sun Oct 08 00:35:57 2017 xorriso : UPDATE : 50.39% done, estimate finish Sun Oct 08 00:35:42 2017 xorriso : UPDATE : 50.39% done, estimate finish Sun Oct 08 00:35:46 2017 xorriso : UPDATE : 50.39% done, estimate finish Sun Oct 08 00:35:49 2017 xorriso : UPDATE : 50.39% done, estimate finish Sun Oct 08 00:35:53 2017 xorriso : UPDATE : 50.39% done, estimate finish Sun Oct 08 00:35:57 2017 xorriso : UPDATE : 56.53% done, estimate finish Sun Oct 08 00:35:41 2017 xorriso : UPDATE : 56.53% done, estimate finish Sun Oct 08 00:35:44 2017 xorriso : UPDATE : 58.66% done, estimate finish Sun Oct 08 00:35:30 2017 xorriso : UPDATE : 58.91% done, estimate finish Sun Oct 08 00:35:33 2017 xorriso : UPDATE : 58.91% done, estimate finish Sun Oct 08 00:35:35 2017 xorriso : UPDATE : 58.91% done, estimate finish Sun Oct 08 00:35:38 2017 xorriso : UPDATE : 62.61% done, estimate finish Sun Oct 08 00:35:34 2017 xorriso : UPDATE : 63.41% done, estimate finish Sun Oct 08 00:35:35 2017 xorriso : UPDATE : 63.41% done, estimate finish Sun Oct 08 00:35:37 2017 xorriso : UPDATE : 63.41% done, estimate finish Sun Oct 08 00:35:40 2017 xorriso : UPDATE : 63.41% done, estimate finish Sun Oct 08 00:35:41 2017 xorriso : UPDATE : 63.41% done, estimate finish Sun Oct 08 00:35:45 2017 xorriso : UPDATE : 63.41% done, estimate finish Sun Oct 08 00:36:21 2017 xorriso : UPDATE : 70.46% done, estimate finish Sun Oct 08 00:35:43 2017 xorriso : UPDATE : 71.12% done, estimate finish Sun Oct 08 00:35:44 2017 xorriso : UPDATE : 71.31% done, estimate finish Sun Oct 08 00:35:46 2017 xorriso : UPDATE : 72.41% done, estimate finish Sun Oct 08 00:35:47 2017 xorriso : UPDATE : 73.41% done, estimate finish Sun Oct 08 00:35:47 2017 xorriso : UPDATE : 73.41% done, estimate finish Sun Oct 08 00:35:48 2017 xorriso : UPDATE : 73.41% done, estimate finish Sun Oct 08 00:35:51 2017 xorriso : UPDATE : 73.41% done, estimate finish Sun Oct 08 00:35:54 2017 xorriso : UPDATE : 73.41% done, estimate finish Sun Oct 08 00:35:56 2017 xorriso : UPDATE : 73.41% done, estimate finish Sun Oct 08 00:35:52 2017 xorriso : UPDATE : 75.80% done, estimate finish Sun Oct 08 00:35:47 2017 xorriso : UPDATE : 82.48% done, estimate finish Sun Oct 08 00:35:39 2017 xorriso : UPDATE : 83.32% done, estimate finish Sun Oct 08 00:35:39 2017 xorriso : UPDATE : 83.70% done, estimate finish Sun Oct 08 00:35:41 2017 xorriso : UPDATE : 84.64% done, estimate finish Sun Oct 08 00:35:41 2017 xorriso : UPDATE : 86.08% done, estimate finish Sun Oct 08 00:35:40 2017 xorriso : UPDATE : 86.83% done, estimate finish Sun Oct 08 00:35:41 2017 xorriso : UPDATE : 86.83% done, estimate finish Sun Oct 08 00:35:43 2017 xorriso : UPDATE : 89.12% done, estimate finish Sun Oct 08 00:35:43 2017 xorriso : UPDATE : 90.28% done, estimate finish Sun Oct 08 00:35:40 2017 xorriso : UPDATE : 91.49% done, estimate finish Sun Oct 08 00:35:41 2017 xorriso : UPDATE : 92.39% done, estimate finish Sun Oct 08 00:35:41 2017 xorriso : UPDATE : 92.39% done, estimate finish Sun Oct 08 00:35:43 2017 xorriso : UPDATE : 92.39% done, estimate finish Sun Oct 08 00:35:44 2017 xorriso : UPDATE : 92.39% done, estimate finish Sun Oct 08 00:35:46 2017 xorriso : UPDATE : 92.39% done, estimate finish Sun Oct 08 00:35:47 2017 xorriso : UPDATE : 92.39% done, estimate finish Sun Oct 08 00:35:48 2017 xorriso : UPDATE : 99.15% done ISO image produced: 2172582 sectors Written to medium : 2172582 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sun 8 Oct 00:35:44 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 s390x 9' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-9.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x/debian-9.2.0-s390x-DVD-9.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot9 -md5-list /org/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 GNU xorriso 1.3.6.pl01 : 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 '/'='/mnt/cd-src/deb-cd/tmp/3s390x/stretch/CD9' xorriso : UPDATE : 5850 files added in 1 seconds xorriso : UPDATE : 5850 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.48% done xorriso : UPDATE : 1.05% done, estimate finish Sun Oct 08 00:39:44 2017 xorriso : UPDATE : 1.64% done, estimate finish Sun Oct 08 00:39:18 2017 xorriso : UPDATE : 2.23% done, estimate finish Sun Oct 08 00:39:07 2017 xorriso : UPDATE : 2.91% done, estimate finish Sun Oct 08 00:38:54 2017 xorriso : UPDATE : 3.71% done, estimate finish Sun Oct 08 00:38:40 2017 xorriso : UPDATE : 4.43% done, estimate finish Sun Oct 08 00:38:35 2017 xorriso : UPDATE : 5.89% done, estimate finish Sun Oct 08 00:38:10 2017 xorriso : UPDATE : 6.26% done, estimate finish Sun Oct 08 00:38:17 2017 xorriso : UPDATE : 6.96% done, estimate finish Sun Oct 08 00:38:16 2017 xorriso : UPDATE : 7.71% done, estimate finish Sun Oct 08 00:38:14 2017 xorriso : UPDATE : 8.48% done, estimate finish Sun Oct 08 00:38:00 2017 xorriso : UPDATE : 9.49% done, estimate finish Sun Oct 08 00:37:56 2017 xorriso : UPDATE : 10.02% done, estimate finish Sun Oct 08 00:38:00 2017 xorriso : UPDATE : 10.50% done, estimate finish Sun Oct 08 00:38:03 2017 xorriso : UPDATE : 10.97% done, estimate finish Sun Oct 08 00:38:06 2017 xorriso : UPDATE : 11.45% done, estimate finish Sun Oct 08 00:38:09 2017 xorriso : UPDATE : 11.96% done, estimate finish Sun Oct 08 00:38:12 2017 xorriso : UPDATE : 11.96% done, estimate finish Sun Oct 08 00:38:21 2017 xorriso : UPDATE : 11.96% done, estimate finish Sun Oct 08 00:38:30 2017 xorriso : UPDATE : 14.82% done, estimate finish Sun Oct 08 00:38:03 2017 xorriso : UPDATE : 16.09% done, estimate finish Sun Oct 08 00:37:58 2017 xorriso : UPDATE : 17.02% done, estimate finish Sun Oct 08 00:37:56 2017 xorriso : UPDATE : 17.71% done, estimate finish Sun Oct 08 00:37:56 2017 xorriso : UPDATE : 18.64% done, estimate finish Sun Oct 08 00:37:55 2017 xorriso : UPDATE : 18.72% done, estimate finish Sun Oct 08 00:38:01 2017 xorriso : UPDATE : 18.72% done, estimate finish Sun Oct 08 00:38:09 2017 xorriso : UPDATE : 21.71% done, estimate finish Sun Oct 08 00:37:49 2017 xorriso : UPDATE : 21.71% done, estimate finish Sun Oct 08 00:37:55 2017 xorriso : UPDATE : 21.71% done, estimate finish Sun Oct 08 00:38:01 2017 xorriso : UPDATE : 21.71% done, estimate finish Sun Oct 08 00:38:06 2017 xorriso : UPDATE : 25.83% done, estimate finish Sun Oct 08 00:37:44 2017 xorriso : UPDATE : 27.44% done, estimate finish Sun Oct 08 00:37:34 2017 xorriso : UPDATE : 28.19% done, estimate finish Sun Oct 08 00:37:35 2017 xorriso : UPDATE : 28.92% done, estimate finish Sun Oct 08 00:37:36 2017 xorriso : UPDATE : 29.49% done, estimate finish Sun Oct 08 00:37:39 2017 xorriso : UPDATE : 30.23% done, estimate finish Sun Oct 08 00:37:40 2017 xorriso : UPDATE : 30.84% done, estimate finish Sun Oct 08 00:37:42 2017 xorriso : UPDATE : 31.38% done, estimate finish Sun Oct 08 00:37:43 2017 xorriso : UPDATE : 32.08% done, estimate finish Sun Oct 08 00:37:44 2017 xorriso : UPDATE : 33.01% done, estimate finish Sun Oct 08 00:37:44 2017 xorriso : UPDATE : 33.54% done, estimate finish Sun Oct 08 00:37:46 2017 xorriso : UPDATE : 34.23% done, estimate finish Sun Oct 08 00:37:59 2017 xorriso : UPDATE : 34.93% done, estimate finish Sun Oct 08 00:37:59 2017 xorriso : UPDATE : 35.34% done, estimate finish Sun Oct 08 00:38:02 2017 xorriso : UPDATE : 36.49% done, estimate finish Sun Oct 08 00:37:58 2017 xorriso : UPDATE : 37.16% done, estimate finish Sun Oct 08 00:37:58 2017 xorriso : UPDATE : 37.84% done, estimate finish Sun Oct 08 00:37:58 2017 xorriso : UPDATE : 37.84% done, estimate finish Sun Oct 08 00:38:03 2017 xorriso : UPDATE : 37.84% done, estimate finish Sun Oct 08 00:38:09 2017 xorriso : UPDATE : 37.84% done, estimate finish Sun Oct 08 00:38:14 2017 xorriso : UPDATE : 41.18% done, estimate finish Sun Oct 08 00:37:56 2017 xorriso : UPDATE : 42.14% done, estimate finish Sun Oct 08 00:37:51 2017 xorriso : UPDATE : 42.59% done, estimate finish Sun Oct 08 00:37:53 2017 xorriso : UPDATE : 43.45% done, estimate finish Sun Oct 08 00:37:52 2017 xorriso : UPDATE : 43.85% done, estimate finish Sun Oct 08 00:37:55 2017 xorriso : UPDATE : 45.49% done, estimate finish Sun Oct 08 00:37:49 2017 xorriso : UPDATE : 46.12% done, estimate finish Sun Oct 08 00:37:51 2017 xorriso : UPDATE : 46.75% done, estimate finish Sun Oct 08 00:37:52 2017 xorriso : UPDATE : 47.45% done, estimate finish Sun Oct 08 00:37:52 2017 xorriso : UPDATE : 48.25% done, estimate finish Sun Oct 08 00:37:52 2017 xorriso : UPDATE : 48.88% done, estimate finish Sun Oct 08 00:37:52 2017 xorriso : UPDATE : 49.46% done, estimate finish Sun Oct 08 00:37:56 2017 xorriso : UPDATE : 49.85% done, estimate finish Sun Oct 08 00:37:57 2017 xorriso : UPDATE : 49.85% done, estimate finish Sun Oct 08 00:38:04 2017 xorriso : UPDATE : 52.07% done, estimate finish Sun Oct 08 00:37:52 2017 xorriso : UPDATE : 52.72% done, estimate finish Sun Oct 08 00:37:54 2017 xorriso : UPDATE : 53.29% done, estimate finish Sun Oct 08 00:37:54 2017 xorriso : UPDATE : 54.28% done, estimate finish Sun Oct 08 00:37:54 2017 xorriso : UPDATE : 54.94% done, estimate finish Sun Oct 08 00:37:53 2017 xorriso : UPDATE : 55.73% done, estimate finish Sun Oct 08 00:37:53 2017 xorriso : UPDATE : 56.40% done, estimate finish Sun Oct 08 00:37:55 2017 xorriso : UPDATE : 57.23% done, estimate finish Sun Oct 08 00:37:53 2017 xorriso : UPDATE : 57.88% done, estimate finish Sun Oct 08 00:37:54 2017 xorriso : UPDATE : 58.59% done, estimate finish Sun Oct 08 00:37:54 2017 xorriso : UPDATE : 59.19% done, estimate finish Sun Oct 08 00:37:55 2017 xorriso : UPDATE : 59.19% done, estimate finish Sun Oct 08 00:37:59 2017 xorriso : UPDATE : 59.19% done, estimate finish Sun Oct 08 00:38:03 2017 xorriso : UPDATE : 59.19% done, estimate finish Sun Oct 08 00:38:08 2017 xorriso : UPDATE : 59.19% done, estimate finish Sun Oct 08 00:38:12 2017 xorriso : UPDATE : 59.19% done, estimate finish Sun Oct 08 00:38:15 2017 xorriso : UPDATE : 66.28% done, estimate finish Sun Oct 08 00:37:46 2017 xorriso : UPDATE : 67.03% done, estimate finish Sun Oct 08 00:37:43 2017 xorriso : UPDATE : 67.60% done, estimate finish Sun Oct 08 00:37:44 2017 xorriso : UPDATE : 68.30% done, estimate finish Sun Oct 08 00:37:45 2017 xorriso : UPDATE : 68.40% done, estimate finish Sun Oct 08 00:37:48 2017 xorriso : UPDATE : 68.40% done, estimate finish Sun Oct 08 00:37:51 2017 xorriso : UPDATE : 68.40% done, estimate finish Sun Oct 08 00:37:55 2017 xorriso : UPDATE : 68.40% done, estimate finish Sun Oct 08 00:37:58 2017 xorriso : UPDATE : 68.40% done, estimate finish Sun Oct 08 00:38:02 2017 xorriso : UPDATE : 68.40% done, estimate finish Sun Oct 08 00:38:05 2017 xorriso : UPDATE : 74.61% done, estimate finish Sun Oct 08 00:37:45 2017 xorriso : UPDATE : 75.51% done, estimate finish Sun Oct 08 00:37:47 2017 xorriso : UPDATE : 75.51% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 75.51% done, estimate finish Sun Oct 08 00:37:53 2017 xorriso : UPDATE : 75.51% done, estimate finish Sun Oct 08 00:37:57 2017 xorriso : UPDATE : 80.07% done, estimate finish Sun Oct 08 00:37:43 2017 xorriso : UPDATE : 80.64% done, estimate finish Sun Oct 08 00:37:44 2017 xorriso : UPDATE : 81.22% done, estimate finish Sun Oct 08 00:37:46 2017 xorriso : UPDATE : 81.63% done, estimate finish Sun Oct 08 00:37:47 2017 xorriso : UPDATE : 81.63% done, estimate finish Sun Oct 08 00:37:48 2017 xorriso : UPDATE : 81.63% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 84.37% done, estimate finish Sun Oct 08 00:37:45 2017 xorriso : UPDATE : 85.62% done, estimate finish Sun Oct 08 00:37:44 2017 xorriso : UPDATE : 86.73% done, estimate finish Sun Oct 08 00:37:45 2017 xorriso : UPDATE : 87.21% done, estimate finish Sun Oct 08 00:37:45 2017 xorriso : UPDATE : 88.07% done, estimate finish Sun Oct 08 00:37:45 2017 xorriso : UPDATE : 88.58% done, estimate finish Sun Oct 08 00:37:46 2017 xorriso : UPDATE : 89.06% done, estimate finish Sun Oct 08 00:37:46 2017 xorriso : UPDATE : 89.55% done, estimate finish Sun Oct 08 00:37:47 2017 xorriso : UPDATE : 90.33% done, estimate finish Sun Oct 08 00:37:47 2017 xorriso : UPDATE : 90.99% done, estimate finish Sun Oct 08 00:37:48 2017 xorriso : UPDATE : 91.67% done, estimate finish Sun Oct 08 00:37:48 2017 xorriso : UPDATE : 92.43% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 93.00% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 93.69% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 94.25% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 94.77% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 95.74% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 96.42% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 96.96% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 97.46% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 98.41% done, estimate finish Sun Oct 08 00:37:50 2017 xorriso : UPDATE : 98.97% done xorriso : UPDATE : 99.62% done ISO image produced: 2283496 sectors Written to medium : 2283496 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.stretch/debian-cd/tools/imagesums /org/cdbuilder.debian.org/dst/deb-cd/out/3s390x 0508473ae8b807a9ab8a6b8febe90cdd3b0c9e6d debian-9.2.0-s390x-DVD-1.iso 421c2b7d455eba3d7183ff8daf9d92c6 debian-9.2.0-s390x-DVD-1.iso 5937da930dcab4bfb3a806045fdc79c9f336ae347ad723a863d6a040f8af9e22790e6f36cc24dd1f01b720e12a94b0b7f0238b1aff4cf909beac0c337b80deb3 debian-9.2.0-s390x-DVD-1.iso 3a575674e79e32ac8d09395761558164bb4dff483814d6bb923a7a297ed2598c debian-9.2.0-s390x-DVD-1.iso a1ab3457a754af50879106b528647b044556a330 debian-9.2.0-s390x-DVD-10.iso 4811418c36d9c1855eb2d9cb92eba133 debian-9.2.0-s390x-DVD-10.iso 85946bb8886281f6049d91a7e7964751cc4756ae781dc90607c1b82ff0f9925f22943a45a301d032e038f49cdc213b50d37f61a68e4db64ad81afefc80a25993 debian-9.2.0-s390x-DVD-10.iso 4f4088ad2aefd223062150fe8afb5528eef1414b59758eeb738092374ac4b6a3 debian-9.2.0-s390x-DVD-10.iso 6f1da765e7c62039a12df2b3c8ead5f91a06372b debian-9.2.0-s390x-DVD-11.iso f10aacab6373f46609992ff3e6864bac debian-9.2.0-s390x-DVD-11.iso 7ba61275a18bb1f20d84858e410dca9e264adcf612dd749eaf648e19ae43f3d4b923f892ddfb17457ecd69cddaff72a60834bab2c144da3b9400972ea02cae93 debian-9.2.0-s390x-DVD-11.iso 34ab475dbfcc7c735f870f05595cddcbf92bfbd23ad5507e4851f07b4fcd2cac debian-9.2.0-s390x-DVD-11.iso fd00de3ea04d58e7e0688fc3e47d341630b3985e debian-9.2.0-s390x-DVD-12.iso 33c78c4333e98062750f329c48149c68 debian-9.2.0-s390x-DVD-12.iso 04bdfeb7701191ae0cacb08428acbda500949a5e01495a384454ba6eaab6433a5b3912c3ecd4d9a5be20e4d7c49489ce2098dfa05b7fd386fca5a8790ec09613 debian-9.2.0-s390x-DVD-12.iso e2d44e4f73ba60b11bdf0f91813dbd39da471925d7e5ea334b632d43cd415914 debian-9.2.0-s390x-DVD-12.iso fcc3333264e2c75cdc8b84f1241a9967b1934bd8 debian-9.2.0-s390x-DVD-13.iso f5f2fda11ffaa7010f404ce0c6466050 debian-9.2.0-s390x-DVD-13.iso 561345944907e7bfd08503863cd602c660edd7eb03afe075e63e721a92b2e9efef3204d566238deea2721ecca4d288d9a7cef39c091ccf8a3529268cffaeaf7d debian-9.2.0-s390x-DVD-13.iso c26a874ccc5f4524eae3f44079c046bd1de0e77d4bf406ea9bcd994d397bd5f7 debian-9.2.0-s390x-DVD-13.iso 12e629243b91f6533563cb32b65b3ad7c359dfe1 debian-9.2.0-s390x-DVD-2.iso aa3345e17dcd097e879be43801ff8410 debian-9.2.0-s390x-DVD-2.iso 18e59375f6d2c04fba4839391bc45d88e2c264d80309e8606714b5640533df1e96042e7b76f0cb940b494a42090025bccd4219e167c5c8bf90f91e4d4915cc59 debian-9.2.0-s390x-DVD-2.iso 7945c1f18d8c36abd10fa622e5920df8e18f02e631acb075004bafe4a4941e18 debian-9.2.0-s390x-DVD-2.iso f955c4d6047bfbe458ccfe6896b8bce43ad5db45 debian-9.2.0-s390x-DVD-3.iso a9fda1cec30c6d0a9ee11f65a4bcf903 debian-9.2.0-s390x-DVD-3.iso c4650cea18cae5e39d2f6d116c77068087e4f22255b21449501929685669def25005a91cf93c7b688a340f8f37ee5cd80e02e39d38a6250ddb30e33dd17264f1 debian-9.2.0-s390x-DVD-3.iso 8c460d0d9ec6a9024130d7845ec059f218ec83f73e3513b7c90fde83cbcb269b debian-9.2.0-s390x-DVD-3.iso df2970749cc7b2166fe6368751a9d1f66da151f1 debian-9.2.0-s390x-DVD-4.iso 4bd7ff521268d105b65bcd368ab24ccf debian-9.2.0-s390x-DVD-4.iso 411b53eee1301c4093c1b4d1c87e2a4b760cd7033f98533da56b13ef7edad4ffd18e3175844e229bfded805a6b21fb7a29ca76fb019096d79e77fd4cbd03096c debian-9.2.0-s390x-DVD-4.iso febad0cfc6fc11eef20cdd9d4fe94b5d9124f8dade543d74c2a6e5d3e7fb65b8 debian-9.2.0-s390x-DVD-4.iso c2dbe0e39d64be14515e2ab4f92ee71830eb1955 debian-9.2.0-s390x-DVD-5.iso ceef90b465b7dcda8827e23a6350eb7f debian-9.2.0-s390x-DVD-5.iso 486f9bfb00a4aa5d6bdcc7cbef9ff5bb94910ead640f6de7c07bdaa3b801f299e16547e46807dcd6b2f3a76a2953cc9328242309964dd58c17d17f904d921d27 debian-9.2.0-s390x-DVD-5.iso 04dd628de488955ee1fa7764500c4808494110cf722510019c5ecf5852748c59 debian-9.2.0-s390x-DVD-5.iso 03395bce65eb299866a9c3b8c1498ecf7a5a6949 debian-9.2.0-s390x-DVD-6.iso 98800092b8bf6f995590b24b321db343 debian-9.2.0-s390x-DVD-6.iso 034c76719592dbe5355b2fd86cd1951b10ff47954e104e9ff314893a5aecbc15dae24c2ca83d9879607093d166c281bae4093e076b8a6dc3e88e82d93c53a460 debian-9.2.0-s390x-DVD-6.iso a1541aa15c97ecbbe0f87d97451e32659f9383f6c350e87a606919657ed2be5c debian-9.2.0-s390x-DVD-6.iso 8225efb6a62fe4f7cae35277c79b184409c6932f debian-9.2.0-s390x-DVD-7.iso 13f8844fbff65c12949eb9ee1378f4aa debian-9.2.0-s390x-DVD-7.iso e09af956c1020703d95ccd22d939668a810e1216999c6d094ca3489a66a5a8410869bca8e26aacd78c3b3c6342962acf7dd504af21cf56fa69a1963d8fe80d0c debian-9.2.0-s390x-DVD-7.iso 5e74b685957ec19ddf3acd3b1933f5e3ca5fc268e481e00566f390f85a5cb69e debian-9.2.0-s390x-DVD-7.iso 8d7f49454c61381b9671375649a40d166a052c03 debian-9.2.0-s390x-DVD-8.iso 2da77369217707d99a293b77d1977f12 debian-9.2.0-s390x-DVD-8.iso 768cf81ed1f0918424634a4dce416c6bfaabd87b81988e1f008674241a5f533ddb64bf34244df946f87778c65d558e14fa6d25169dc4ff9e921d95b0abd27a75 debian-9.2.0-s390x-DVD-8.iso 4c81994c9262711e04fb360fbf074a01817571a27df5bc0d389f04c04126e671 debian-9.2.0-s390x-DVD-8.iso 95632ae8d805badd0094c0bc83654b0a533c0893 debian-9.2.0-s390x-DVD-9.iso fb956ddeb1e99dd1b5d2b356d7631796 debian-9.2.0-s390x-DVD-9.iso a4e80ca32f862c8efc0f134189b5a880cc815204eaee6d2deedb3a2e041ee96337141572927e1e7da435a623fbe72284b18374ad314f215f91460eb16db832cb debian-9.2.0-s390x-DVD-9.iso 82ca4514857c9d1eb68b28588d067c1d0eef3fd8089004f30456fed52dabc212 debian-9.2.0-s390x-DVD-9.iso Sun 8 Oct 00:37:52 UTC 2017: Finished.