Sat 7 Oct 19:37:10 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD[1234567890]* rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/tasks rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/*.filelist* rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/packages-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/upgrade-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt echo "Updating task files..." Updating task files... mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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/3ppc64el/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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/3ppc64el/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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/3ppc64el/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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 ppc64el; 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/3ppc64el/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/3ppc64el/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-ppc64el ... 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/3ppc64el/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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 ppc64el; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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/3ppc64el/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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/3ppc64el/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/3ppc64el/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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/3ppc64el/archive-keyring for ARCH in ppc64el; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in ppc64el; 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/3ppc64el/apt/stretch-source/apt/preferences.d ; \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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 ppc64el; 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 powerpc-ibm-utils : Depends: librtas2 (>= 1.3.6) but it is not installed Depends: librtasevent2 (>= 1.3.6) but it is not installed Depends: bc 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 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/3ppc64el/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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 [ "ppc64el" != "source" ] ; then \ for ARCH in ppc64el; 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 [ "ppc64el" != "source" ] ; then \ for ARCH in ppc64el; 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/3ppc64el/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/3ppc64el/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "ppc64el" != "source" ] ; then \ for ARCH in ppc64el; 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/3ppc64el/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/3ppc64el/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi ppc64el:bc ppc64el:ca-certificates ppc64el:dh-python ppc64el:dmsetup ppc64el:gnupg-agent ppc64el:libapparmor1 ppc64el:libassuan0 ppc64el:libaudit-common ppc64el:libaudit1 ppc64el:libbsd0 ppc64el:libcap-ng0 ppc64el:libcryptsetup4 ppc64el:libcurl3-gnutls ppc64el:libdbus-1-3 ppc64el:libdebconfclient0 ppc64el:libdevmapper1.02.1 ppc64el:libdns-export162 ppc64el:libelf1 ppc64el:libev4 ppc64el:libexpat1 ppc64el:libfastjson4 ppc64el:libffi6 ppc64el:libgeoip1 ppc64el:libgmp10 ppc64el:libhogweed4 ppc64el:libicu57 ppc64el:libidn2-0 ppc64el:libip4tc0 ppc64el:libip6tc0 ppc64el:libiptc0 ppc64el:libisc-export160 ppc64el:libisccc140 ppc64el:libisccfg140 ppc64el:libksba8 ppc64el:liblocale-gettext-perl ppc64el:liblognorm5 ppc64el:liblz4-1 ppc64el:libmnl0 ppc64el:libmpdec2 ppc64el:libncurses5 ppc64el:libnetfilter-conntrack3 ppc64el:libnettle6 ppc64el:libnfnetlink0 ppc64el:libnghttp2-14 ppc64el:libnpth0 ppc64el:libperl5.24 ppc64el:libpsl5 ppc64el:libpython-stdlib ppc64el:libpython2.7-minimal ppc64el:libpython2.7-stdlib ppc64el:libpython3-stdlib ppc64el:libpython3.5-minimal ppc64el:libpython3.5-stdlib ppc64el:librtas2 ppc64el:librtasevent2 ppc64el:librtmp1 ppc64el:libseccomp2 ppc64el:libsemanage-common ppc64el:libsemanage1 ppc64el:libssh2-1 ppc64el:libsystemd0 ppc64el:libtext-charwidth-perl ppc64el:libtext-iconv-perl ppc64el:libtext-wrapi18n-perl ppc64el:libunistring0 ppc64el:libustr-1.0-1 ppc64el:libverto-libev1 ppc64el:libverto1 ppc64el:libxtables12 ppc64el:openssl ppc64el:pinentry-curses ppc64el:python-apt-common ppc64el:python2.7-minimal ppc64el:python3 ppc64el:python3-apt ppc64el:python3-chardet ppc64el:python3-debian ppc64el:python3-debianbts ppc64el:python3-httplib2 ppc64el:python3-minimal ppc64el:python3-pkg-resources ppc64el:python3-pycurl ppc64el:python3-pysimplesoap ppc64el:python3-requests ppc64el:python3-six ppc64el:python3-urllib3 ppc64el:python3.5 ppc64el:python3.5-minimal ppc64el:xxd for ARCH in ppc64el; 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 "ppc64el" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-ppc64el/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-ppc64el/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-ppc64el/20170615+deb9u2/images/MD5SUMS for ARCH in ppc64el; 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/3ppc64el/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and up to 1 isos for ppc64el 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/3ppc64el/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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 [ "ppc64el" != "source" ] ; then \ for ARCH in ppc64el; 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/3ppc64el/stretch/rawlist; \ else \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/rawlist; \ echo "exim4-daemon-light" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in ppc64el; do \ BINCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BINCLUDE" ] || BINCLUDE="--include=$BINCLUDE"; \ BEXCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BEXCLUDE" ] || BEXCLUDE="--exclude=$BEXCLUDE"; \ debootstrap --no-check-gpg --arch $ARCH \ --print-debs \ $BINCLUDE $BEXCLUDE \ stretch \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/debootstrap-list; \ cat /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/debootstrap-list >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/rawlist; \ rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in ppc64el; do \ ARCHDEFS="$ARCHDEFS -D ARCH_`echo $ARCH | sed 's/-/_/'`"; \ ARCHUNDEFS="$ARCHUNDEFS -U $ARCH"; \ done; \ for VARIANT in ; do \ VARIANTDEFS="$VARIANTDEFS -D VARIANT_$VARIANT"; \ done; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DFORCE_FIRMWARE"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_486_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_586_KERNEL"; \ fi; \ if [ ""x = "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/3ppc64el/stretch/tasks /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/tasks/Debian-all >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/rawlist; \ fi Generating the complete list of packages to be included in /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/rawlist \ > /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/list.backports if [ -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/list.backports ]; then mv /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/list.backports /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/list; fi for ARCH in ppc64el; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/list; \ done Running sort_deps to sort packages for ppc64el: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 112555178 bytes Adding the rest of the requested packages Now up to 2698343854 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 49797 packages, total size 55567570854 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/3ppc64el/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/apt "ppc64el" /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/packages > /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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/3ppc64el stretch "ppc64el" "/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 ppc64el: Done: Read details of 49797 packages for ppc64el 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_INCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/ppc64el_udeb_include WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/ppc64el_udeb_exclude Adding docs to CD1 removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1/doc/dedication/dedication-5.0.vi.txt' Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for ppc64el converted 'http://www.debian.org/releases/stretch/release-notes-ppc64el.tar.gz' (ANSI_X3.4-1968) -> 'http://www.debian.org/releases/stretch/release-notes-ppc64el.tar.gz' (UTF-8) --2017-10-07 19:42:40-- http://www.debian.org/releases/stretch/release-notes-ppc64el.tar.gz Resolving www.debian.org (www.debian.org)... 2001:67c:2564:a119::148:14, 2001:41c8:1000:21::21:4, 130.89.148.14, ... Connecting to www.debian.org (www.debian.org)|2001:67c:2564:a119::148:14|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6397515 (6.1M) [application/x-gzip] Saving to: 'release-notes-ppc64el.tar.gz' 0K .......... .......... .......... .......... .......... 0% 391K 16s 50K .......... .......... .......... .......... .......... 1% 833K 12s 100K .......... .......... .......... .......... .......... 2% 1.24M 9s 150K .......... .......... .......... .......... .......... 3% 898K 9s 200K .......... .......... .......... .......... .......... 4% 1.41M 8s 250K .......... .......... .......... .......... .......... 4% 51.7M 6s 300K .......... .......... .......... .......... .......... 5% 62.3M 5s 350K .......... .......... .......... .......... .......... 6% 3.59M 5s 400K .......... .......... .......... .......... .......... 7% 668K 5s 450K .......... .......... .......... .......... .......... 8% 21.9M 5s 500K .......... .......... .......... .......... .......... 8% 36.5M 4s 550K .......... .......... .......... .......... .......... 9% 991K 4s 600K .......... .......... .......... .......... .......... 10% 342M 4s 650K .......... .......... .......... .......... .......... 11% 70.8M 4s 700K .......... .......... .......... .......... .......... 12% 370M 3s 750K .......... .......... .......... .......... .......... 12% 392M 3s 800K .......... .......... .......... .......... .......... 13% 305M 3s 850K .......... .......... .......... .......... .......... 14% 451M 3s 900K .......... .......... .......... .......... .......... 15% 388M 3s 950K .......... .......... .......... .......... .......... 16% 270M 2s 1000K .......... .......... .......... .......... .......... 16% 397M 2s 1050K .......... .......... .......... .......... .......... 17% 369M 2s 1100K .......... .......... .......... .......... .......... 18% 334M 2s 1150K .......... .......... .......... .......... .......... 19% 453M 2s 1200K .......... .......... .......... .......... .......... 20% 324M 2s 1250K .......... .......... .......... .......... .......... 20% 19.4M 2s 1300K .......... .......... .......... .......... .......... 21% 1.17M 2s 1350K .......... .......... .......... .......... .......... 22% 46.6M 2s 1400K .......... .......... .......... .......... .......... 23% 46.6M 2s 1450K .......... .......... .......... .......... .......... 24% 24.1M 2s 1500K .......... .......... .......... .......... .......... 24% 465K 2s 1550K .......... .......... .......... .......... .......... 25% 61.1M 2s 1600K .......... .......... .......... .......... .......... 26% 1001K 2s 1650K .......... .......... .......... .......... .......... 27% 333M 2s 1700K .......... .......... .......... .......... .......... 28% 382M 2s 1750K .......... .......... .......... .......... .......... 28% 405M 2s 1800K .......... .......... .......... .......... .......... 29% 359M 2s 1850K .......... .......... .......... .......... .......... 30% 356M 2s 1900K .......... .......... .......... .......... .......... 31% 1.02M 2s 1950K .......... .......... .......... .......... .......... 32% 393M 2s 2000K .......... .......... .......... .......... .......... 32% 259M 1s 2050K .......... .......... .......... .......... .......... 33% 339M 1s 2100K .......... .......... .......... .......... .......... 34% 432M 1s 2150K .......... .......... .......... .......... .......... 35% 365M 1s 2200K .......... .......... .......... .......... .......... 36% 424M 1s 2250K .......... .......... .......... .......... .......... 36% 49.9M 1s 2300K .......... .......... .......... .......... .......... 37% 20.0M 1s 2350K .......... .......... .......... .......... .......... 38% 35.4M 1s 2400K .......... .......... .......... .......... .......... 39% 35.2M 1s 2450K .......... .......... .......... .......... .......... 40% 1.14M 1s 2500K .......... .......... .......... .......... .......... 40% 53.8M 1s 2550K .......... .......... .......... .......... .......... 41% 967K 1s 2600K .......... .......... .......... .......... .......... 42% 40.4M 1s 2650K .......... .......... .......... .......... .......... 43% 327M 1s 2700K .......... .......... .......... .......... .......... 44% 384M 1s 2750K .......... .......... .......... .......... .......... 44% 417M 1s 2800K .......... .......... .......... .......... .......... 45% 387M 1s 2850K .......... .......... .......... .......... .......... 46% 333M 1s 2900K .......... .......... .......... .......... .......... 47% 49.7M 1s 2950K .......... .......... .......... .......... .......... 48% 1.12M 1s 3000K .......... .......... .......... .......... .......... 48% 22.8M 1s 3050K .......... .......... .......... .......... .......... 49% 983K 1s 3100K .......... .......... .......... .......... .......... 50% 407M 1s 3150K .......... .......... .......... .......... .......... 51% 467M 1s 3200K .......... .......... .......... .......... .......... 52% 397M 1s 3250K .......... .......... .......... .......... .......... 52% 28.9M 1s 3300K .......... .......... .......... .......... .......... 53% 2.12M 1s 3350K .......... .......... .......... .......... .......... 54% 2.04M 1s 3400K .......... .......... .......... .......... .......... 55% 954K 1s 3450K .......... .......... .......... .......... .......... 56% 398M 1s 3500K .......... .......... .......... .......... .......... 56% 388M 1s 3550K .......... .......... .......... .......... .......... 57% 1001K 1s 3600K .......... .......... .......... .......... .......... 58% 316M 1s 3650K .......... .......... .......... .......... .......... 59% 702K 1s 3700K .......... .......... .......... .......... .......... 60% 2.01M 1s 3750K .......... .......... .......... .......... .......... 60% 8.88M 1s 3800K .......... .......... .......... .......... .......... 61% 1006K 1s 3850K .......... .......... .......... .......... .......... 62% 1003K 1s 3900K .......... .......... .......... .......... .......... 63% 1005K 1s 3950K .......... .......... .......... .......... .......... 64% 529K 1s 4000K .......... .......... .......... .......... .......... 64% 1008K 1s 4050K .......... .......... .......... .......... .......... 65% 938K 1s 4100K .......... .......... .......... .......... .......... 66% 532K 1s 4150K .......... .......... .......... .......... .......... 67% 939K 1s 4200K .......... .......... .......... .......... .......... 68% 940K 1s 4250K .......... .......... .......... .......... .......... 68% 540K 1s 4300K .......... .......... .......... .......... .......... 69% 966K 1s 4350K .......... .......... .......... .......... .......... 70% 949K 1s 4400K .......... .......... .......... .......... .......... 71% 966K 1s 4450K .......... .......... .......... .......... .......... 72% 990K 1s 4500K .......... .......... .......... .......... .......... 72% 539K 1s 4550K .......... .......... .......... .......... .......... 73% 984K 1s 4600K .......... .......... .......... .......... .......... 74% 993K 1s 4650K .......... .......... .......... .......... .......... 75% 969K 1s 4700K .......... .......... .......... .......... .......... 76% 993K 1s 4750K .......... .......... .......... .......... .......... 76% 975K 1s 4800K .......... .......... .......... .......... .......... 77% 526K 1s 4850K .......... .......... .......... .......... .......... 78% 928K 1s 4900K .......... .......... .......... .......... .......... 79% 533K 1s 4950K .......... .......... .......... .......... .......... 80% 931K 1s 5000K .......... .......... .......... .......... .......... 80% 951K 1s 5050K .......... .......... .......... .......... .......... 81% 536K 1s 5100K .......... .......... .......... .......... .......... 82% 939K 1s 5150K .......... .......... .......... .......... .......... 83% 959K 1s 5200K .......... .......... .......... .......... .......... 84% 540K 1s 5250K .......... .......... .......... .......... .......... 84% 886K 1s 5300K .......... .......... .......... .......... .......... 85% 548K 1s 5350K .......... .......... .......... .......... .......... 86% 479K 1s 5400K .......... .......... .......... .......... .......... 87% 506K 0s 5450K .......... .......... .......... .......... .......... 88% 330K 0s 5500K .......... .......... .......... .......... .......... 88% 506K 0s 5550K .......... .......... .......... .......... .......... 89% 335K 0s 5600K .......... .......... .......... .......... .......... 90% 337K 0s 5650K .......... .......... .......... .......... .......... 91% 489K 0s 5700K .......... .......... .......... .......... .......... 92% 344K 0s 5750K .......... .......... .......... .......... .......... 92% 484K 0s 5800K .......... .......... .......... .......... .......... 93% 339K 0s 5850K .......... .......... .......... .......... .......... 94% 337K 0s 5900K .......... .......... .......... .......... .......... 95% 361K 0s 5950K .......... .......... .......... .......... .......... 96% 451K 0s 6000K .......... .......... .......... .......... .......... 96% 493K 0s 6050K .......... .......... .......... .......... .......... 97% 335K 0s 6100K .......... .......... .......... .......... .......... 98% 335K 0s 6150K .......... .......... .......... .......... .......... 99% 343K 0s 6200K .......... .......... .......... .......... ....... 100% 464K=5.5s 2017-10-07 19:42:46 (1.12 MB/s) - 'release-notes-ppc64el.tar.gz' saved [6397515/6397515] 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 1 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD1 Starting new "ppc64el" 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 ppc64el 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 7527 packages, 2258202 blocks, 4624797696 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 2 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD2 Starting new "ppc64el" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 1703 packages, 2267805 blocks, 4644464640 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 3 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD3 Starting new "ppc64el" 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 1174 packages, 2292545 blocks, 4695132160 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 4 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD4 Starting new "ppc64el" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 3849 packages, 2282278 blocks, 4674105344 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 5 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD5 Starting new "ppc64el" 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. 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 3259 packages, 2291740 blocks, 4693483520 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 6 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD6 Starting new "ppc64el" 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 1265 packages, 2111607 blocks, 4324571136 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 7 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD7 Starting new "ppc64el" 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 510 packages, 2291856 blocks, 4693721088 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 8 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD8 Starting new "ppc64el" 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 400 packages, 2165397 blocks, 4434733056 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 9 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD9 Starting new "ppc64el" 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. 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 4195 packages, 2291433 blocks, 4692854784 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 10 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD10 Starting new "ppc64el" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 9232 packages, 2289315 blocks, 4688517120 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 11 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD11 Starting new "ppc64el" 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. 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 11405 packages, 2280793 blocks, 4671064064 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 12 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD12 Starting new "ppc64el" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 4312 packages, 2293308 blocks, 4696694784 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 ppc64el: Running tools/boot/stretch/boot-ppc64el 13 /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch/CD13 Starting new "ppc64el" 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 966 packages, 176119 blocks, 360691712 bytes Finished: 49797 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "ppc64el" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/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-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-ppc64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-ppc64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-ppc64el/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-ppc64el/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-ppc64el/20170615+deb9u2/images/MD5SUMS for ARCH in ppc64el; 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/3ppc64el/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/org/cdbuilder.debian.org/src/deb-cd/tmp/3ppc64el/stretch" "ppc64el" "/org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el" "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 ppc64el iso/jigdo images ... Last-minute updates: README.html README.txt Sat 7 Oct 20:17:10 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 1' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-1.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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 -chrp-boot-part CD1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 410g 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' xorriso : UPDATE : 4200 files added in 1 seconds xorriso : UPDATE : 9900 files added in 2 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3ppc64el/stretch/CD1' xorriso : UPDATE : 13819 files added in 3 seconds xorriso : UPDATE : 13819 files added in 3 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_ppc64el.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_ppc64el.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/firmware-linux-free_3.4_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.32% done xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 20:23:48 2017 xorriso : UPDATE : 0.81% done, estimate finish Sat Oct 07 20:23:36 2017 xorriso : UPDATE : 1.44% done, estimate finish Sat Oct 07 20:21:59 2017 xorriso : UPDATE : 1.83% done, estimate finish Sat Oct 07 20:21:53 2017 xorriso : UPDATE : 2.43% done, estimate finish Sat Oct 07 20:21:25 2017 xorriso : UPDATE : 2.94% done, estimate finish Sat Oct 07 20:21:15 2017 xorriso : UPDATE : 3.57% done, estimate finish Sat Oct 07 20:21:01 2017 xorriso : UPDATE : 4.18% done, estimate finish Sat Oct 07 20:20:51 2017 xorriso : UPDATE : 4.76% done, estimate finish Sat Oct 07 20:20:46 2017 xorriso : UPDATE : 5.42% done, estimate finish Sat Oct 07 20:20:38 2017 xorriso : UPDATE : 5.82% done, estimate finish Sat Oct 07 20:20:42 2017 xorriso : UPDATE : 6.66% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 7.32% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 7.70% done, estimate finish Sat Oct 07 20:20:09 2017 xorriso : UPDATE : 8.70% done, estimate finish Sat Oct 07 20:20:00 2017 xorriso : UPDATE : 9.44% done, estimate finish Sat Oct 07 20:19:57 2017 xorriso : UPDATE : 9.95% done, estimate finish Sat Oct 07 20:19:59 2017 xorriso : UPDATE : 10.20% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 10.52% done, estimate finish Sat Oct 07 20:20:10 2017 xorriso : UPDATE : 10.93% done, estimate finish Sat Oct 07 20:20:13 2017 xorriso : UPDATE : 11.44% done, estimate finish Sat Oct 07 20:20:14 2017 xorriso : UPDATE : 11.97% done, estimate finish Sat Oct 07 20:20:19 2017 xorriso : UPDATE : 12.51% done, estimate finish Sat Oct 07 20:20:18 2017 xorriso : UPDATE : 13.14% done, estimate finish Sat Oct 07 20:20:16 2017 xorriso : UPDATE : 13.25% done, estimate finish Sat Oct 07 20:20:26 2017 xorriso : UPDATE : 14.02% done, estimate finish Sat Oct 07 20:20:20 2017 xorriso : UPDATE : 14.48% done, estimate finish Sat Oct 07 20:20:22 2017 xorriso : UPDATE : 14.91% done, estimate finish Sat Oct 07 20:20:23 2017 xorriso : UPDATE : 14.98% done, estimate finish Sat Oct 07 20:20:31 2017 xorriso : UPDATE : 16.69% done, estimate finish Sat Oct 07 20:20:12 2017 xorriso : UPDATE : 17.09% done, estimate finish Sat Oct 07 20:20:15 2017 xorriso : UPDATE : 17.63% done, estimate finish Sat Oct 07 20:20:12 2017 xorriso : UPDATE : 17.97% done, estimate finish Sat Oct 07 20:20:16 2017 xorriso : UPDATE : 18.33% done, estimate finish Sat Oct 07 20:20:20 2017 xorriso : UPDATE : 18.66% done, estimate finish Sat Oct 07 20:20:24 2017 xorriso : UPDATE : 19.25% done, estimate finish Sat Oct 07 20:20:23 2017 xorriso : UPDATE : 19.87% done, estimate finish Sat Oct 07 20:20:21 2017 xorriso : UPDATE : 20.24% done, estimate finish Sat Oct 07 20:20:24 2017 xorriso : UPDATE : 20.68% done, estimate finish Sat Oct 07 20:20:25 2017 xorriso : UPDATE : 21.32% done, estimate finish Sat Oct 07 20:20:23 2017 xorriso : UPDATE : 21.96% done, estimate finish Sat Oct 07 20:20:22 2017 xorriso : UPDATE : 22.41% done, estimate finish Sat Oct 07 20:20:30 2017 xorriso : UPDATE : 23.23% done, estimate finish Sat Oct 07 20:20:23 2017 xorriso : UPDATE : 23.87% done, estimate finish Sat Oct 07 20:20:20 2017 xorriso : UPDATE : 24.55% done, estimate finish Sat Oct 07 20:20:18 2017 xorriso : UPDATE : 25.59% done, estimate finish Sat Oct 07 20:20:11 2017 xorriso : UPDATE : 26.29% done, estimate finish Sat Oct 07 20:20:09 2017 xorriso : UPDATE : 27.21% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 28.05% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 29.03% done, estimate finish Sat Oct 07 20:19:59 2017 xorriso : UPDATE : 29.84% done, estimate finish Sat Oct 07 20:19:58 2017 xorriso : UPDATE : 30.45% done, estimate finish Sat Oct 07 20:19:58 2017 xorriso : UPDATE : 30.77% done, estimate finish Sat Oct 07 20:19:49 2017 xorriso : UPDATE : 31.42% done, estimate finish Sat Oct 07 20:19:49 2017 xorriso : UPDATE : 32.44% done, estimate finish Sat Oct 07 20:19:47 2017 xorriso : UPDATE : 33.11% done, estimate finish Sat Oct 07 20:19:47 2017 xorriso : UPDATE : 33.94% done, estimate finish Sat Oct 07 20:19:46 2017 xorriso : UPDATE : 34.60% done, estimate finish Sat Oct 07 20:19:46 2017 xorriso : UPDATE : 35.73% done, estimate finish Sat Oct 07 20:19:44 2017 xorriso : UPDATE : 36.56% done, estimate finish Sat Oct 07 20:19:43 2017 xorriso : UPDATE : 37.00% done, estimate finish Sat Oct 07 20:19:44 2017 xorriso : UPDATE : 37.38% done, estimate finish Sat Oct 07 20:19:47 2017 xorriso : UPDATE : 37.77% done, estimate finish Sat Oct 07 20:19:51 2017 xorriso : UPDATE : 38.27% done, estimate finish Sat Oct 07 20:19:53 2017 xorriso : UPDATE : 38.37% done, estimate finish Sat Oct 07 20:19:58 2017 xorriso : UPDATE : 39.77% done, estimate finish Sat Oct 07 20:19:52 2017 xorriso : UPDATE : 40.12% done, estimate finish Sat Oct 07 20:19:54 2017 xorriso : UPDATE : 40.63% done, estimate finish Sat Oct 07 20:19:55 2017 xorriso : UPDATE : 40.99% done, estimate finish Sat Oct 07 20:19:58 2017 xorriso : UPDATE : 41.23% done, estimate finish Sat Oct 07 20:20:01 2017 xorriso : UPDATE : 41.78% done, estimate finish Sat Oct 07 20:20:02 2017 xorriso : UPDATE : 42.44% done, estimate finish Sat Oct 07 20:20:00 2017 xorriso : UPDATE : 42.99% done, estimate finish Sat Oct 07 20:20:11 2017 xorriso : UPDATE : 43.35% done, estimate finish Sat Oct 07 20:20:14 2017 xorriso : UPDATE : 43.88% done, estimate finish Sat Oct 07 20:20:14 2017 xorriso : UPDATE : 44.49% done, estimate finish Sat Oct 07 20:20:13 2017 xorriso : UPDATE : 44.83% done, estimate finish Sat Oct 07 20:20:15 2017 xorriso : UPDATE : 44.83% done, estimate finish Sat Oct 07 20:20:21 2017 xorriso : UPDATE : 45.53% done, estimate finish Sat Oct 07 20:20:19 2017 xorriso : UPDATE : 47.56% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 48.06% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 48.62% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 49.17% done, estimate finish Sat Oct 07 20:20:00 2017 xorriso : UPDATE : 49.62% done, estimate finish Sat Oct 07 20:20:02 2017 xorriso : UPDATE : 50.16% done, estimate finish Sat Oct 07 20:20:02 2017 xorriso : UPDATE : 50.47% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 51.06% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 51.50% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 51.85% done, estimate finish Sat Oct 07 20:20:09 2017 xorriso : UPDATE : 52.82% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 53.15% done, estimate finish Sat Oct 07 20:20:07 2017 xorriso : UPDATE : 53.86% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 54.43% done, estimate finish Sat Oct 07 20:20:11 2017 xorriso : UPDATE : 54.78% done, estimate finish Sat Oct 07 20:20:13 2017 xorriso : UPDATE : 55.23% done, estimate finish Sat Oct 07 20:20:14 2017 xorriso : UPDATE : 55.70% done, estimate finish Sat Oct 07 20:20:14 2017 xorriso : UPDATE : 56.26% done, estimate finish Sat Oct 07 20:20:14 2017 xorriso : UPDATE : 57.63% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 58.51% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 59.13% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 59.46% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 60.46% done, estimate finish Sat Oct 07 20:20:02 2017 xorriso : UPDATE : 61.02% done, estimate finish Sat Oct 07 20:20:02 2017 xorriso : UPDATE : 61.46% done, estimate finish Sat Oct 07 20:19:58 2017 xorriso : UPDATE : 61.90% done, estimate finish Sat Oct 07 20:20:00 2017 xorriso : UPDATE : 62.34% done, estimate finish Sat Oct 07 20:20:02 2017 xorriso : UPDATE : 62.76% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 63.27% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 63.60% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 64.05% done, estimate finish Sat Oct 07 20:20:07 2017 xorriso : UPDATE : 64.67% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 65.08% done, estimate finish Sat Oct 07 20:20:07 2017 xorriso : UPDATE : 65.82% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 66.37% done, estimate finish Sat Oct 07 20:20:14 2017 xorriso : UPDATE : 67.09% done, estimate finish Sat Oct 07 20:20:11 2017 xorriso : UPDATE : 68.04% done, estimate finish Sat Oct 07 20:20:07 2017 xorriso : UPDATE : 68.70% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 69.42% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 69.75% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 69.99% done, estimate finish Sat Oct 07 20:20:09 2017 xorriso : UPDATE : 70.45% done, estimate finish Sat Oct 07 20:20:10 2017 xorriso : UPDATE : 70.84% done, estimate finish Sat Oct 07 20:20:11 2017 xorriso : UPDATE : 72.00% done, estimate finish Sat Oct 07 20:20:07 2017 xorriso : UPDATE : 72.74% done, estimate finish Sat Oct 07 20:20:01 2017 xorriso : UPDATE : 73.19% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 73.98% done, estimate finish Sat Oct 07 20:20:02 2017 xorriso : UPDATE : 74.41% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 75.21% done, estimate finish Sat Oct 07 20:20:02 2017 xorriso : UPDATE : 75.56% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 75.61% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 75.61% done, estimate finish Sat Oct 07 20:20:09 2017 xorriso : UPDATE : 78.08% done, estimate finish Sat Oct 07 20:20:00 2017 xorriso : UPDATE : 78.52% done, estimate finish Sat Oct 07 20:20:00 2017 xorriso : UPDATE : 79.06% done, estimate finish Sat Oct 07 20:20:02 2017 xorriso : UPDATE : 79.48% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 80.38% done, estimate finish Sat Oct 07 20:20:01 2017 xorriso : UPDATE : 80.70% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 80.95% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 81.26% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 82.30% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 82.86% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 83.59% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 84.06% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 84.88% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 85.46% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 85.89% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 86.34% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 87.01% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 87.46% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 88.04% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 88.76% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 89.60% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 90.18% done, estimate finish Sat Oct 07 20:20:03 2017 xorriso : UPDATE : 90.62% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 91.04% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 91.29% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 91.58% done, estimate finish Sat Oct 07 20:20:07 2017 xorriso : UPDATE : 92.51% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 93.25% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 93.71% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 94.60% done, estimate finish Sat Oct 07 20:20:04 2017 xorriso : UPDATE : 94.90% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 95.40% done, estimate finish Sat Oct 07 20:20:05 2017 xorriso : UPDATE : 95.66% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 96.30% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 96.46% done, estimate finish Sat Oct 07 20:20:07 2017 xorriso : UPDATE : 97.08% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 97.69% done, estimate finish Sat Oct 07 20:20:06 2017 xorriso : UPDATE : 97.92% done, estimate finish Sat Oct 07 20:20:07 2017 xorriso : UPDATE : 99.03% done xorriso : UPDATE : 99.25% done xorriso : UPDATE : 99.75% done xorriso : UPDATE : 99.96% done ISO image produced: 2258203 sectors Written to medium : 2258203 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:20:08 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 10' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-10.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD10' xorriso : UPDATE : 14700 files added in 1 seconds xorriso : UPDATE : 14700 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.51% done, estimate finish Sat Oct 07 20:26:40 2017 xorriso : UPDATE : 0.65% done, estimate finish Sat Oct 07 20:27:50 2017 xorriso : UPDATE : 1.04% done, estimate finish Sat Oct 07 20:26:34 2017 xorriso : UPDATE : 1.46% done, estimate finish Sat Oct 07 20:25:52 2017 xorriso : UPDATE : 1.61% done, estimate finish Sat Oct 07 20:26:23 2017 xorriso : UPDATE : 2.75% done, estimate finish Sat Oct 07 20:24:25 2017 xorriso : UPDATE : 3.67% done, estimate finish Sat Oct 07 20:23:48 2017 xorriso : UPDATE : 4.00% done, estimate finish Sat Oct 07 20:23:55 2017 xorriso : UPDATE : 4.41% done, estimate finish Sat Oct 07 20:23:57 2017 xorriso : UPDATE : 4.82% done, estimate finish Sat Oct 07 20:23:58 2017 xorriso : UPDATE : 5.36% done, estimate finish Sat Oct 07 20:23:54 2017 xorriso : UPDATE : 6.00% done, estimate finish Sat Oct 07 20:23:47 2017 xorriso : UPDATE : 6.44% done, estimate finish Sat Oct 07 20:23:17 2017 xorriso : UPDATE : 6.85% done, estimate finish Sat Oct 07 20:23:21 2017 xorriso : UPDATE : 7.21% done, estimate finish Sat Oct 07 20:23:25 2017 xorriso : UPDATE : 7.69% done, estimate finish Sat Oct 07 20:23:27 2017 xorriso : UPDATE : 8.03% done, estimate finish Sat Oct 07 20:23:31 2017 xorriso : UPDATE : 8.47% done, estimate finish Sat Oct 07 20:23:33 2017 xorriso : UPDATE : 9.34% done, estimate finish Sat Oct 07 20:23:24 2017 xorriso : UPDATE : 9.60% done, estimate finish Sat Oct 07 20:23:30 2017 xorriso : UPDATE : 10.54% done, estimate finish Sat Oct 07 20:23:20 2017 xorriso : UPDATE : 11.04% done, estimate finish Sat Oct 07 20:23:21 2017 xorriso : UPDATE : 11.69% done, estimate finish Sat Oct 07 20:23:20 2017 xorriso : UPDATE : 12.14% done, estimate finish Sat Oct 07 20:23:22 2017 xorriso : UPDATE : 12.33% done, estimate finish Sat Oct 07 20:23:30 2017 xorriso : UPDATE : 13.21% done, estimate finish Sat Oct 07 20:23:21 2017 xorriso : UPDATE : 14.15% done, estimate finish Sat Oct 07 20:23:14 2017 xorriso : UPDATE : 14.45% done, estimate finish Sat Oct 07 20:23:18 2017 xorriso : UPDATE : 15.06% done, estimate finish Sat Oct 07 20:23:16 2017 xorriso : UPDATE : 16.02% done, estimate finish Sat Oct 07 20:23:11 2017 xorriso : UPDATE : 16.34% done, estimate finish Sat Oct 07 20:23:14 2017 xorriso : UPDATE : 17.49% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 18.24% done, estimate finish Sat Oct 07 20:22:56 2017 xorriso : UPDATE : 18.42% done, estimate finish Sat Oct 07 20:23:03 2017 xorriso : UPDATE : 19.49% done, estimate finish Sat Oct 07 20:22:56 2017 xorriso : UPDATE : 19.72% done, estimate finish Sat Oct 07 20:23:02 2017 xorriso : UPDATE : 20.88% done, estimate finish Sat Oct 07 20:22:54 2017 xorriso : UPDATE : 21.30% done, estimate finish Sat Oct 07 20:22:56 2017 xorriso : UPDATE : 22.01% done, estimate finish Sat Oct 07 20:22:55 2017 xorriso : UPDATE : 22.40% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 22.72% done, estimate finish Sat Oct 07 20:23:01 2017 xorriso : UPDATE : 23.40% done, estimate finish Sat Oct 07 20:23:00 2017 xorriso : UPDATE : 23.87% done, estimate finish Sat Oct 07 20:23:01 2017 xorriso : UPDATE : 24.18% done, estimate finish Sat Oct 07 20:23:11 2017 xorriso : UPDATE : 24.47% done, estimate finish Sat Oct 07 20:23:16 2017 xorriso : UPDATE : 25.59% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 26.40% done, estimate finish Sat Oct 07 20:23:03 2017 xorriso : UPDATE : 26.94% done, estimate finish Sat Oct 07 20:23:04 2017 xorriso : UPDATE : 27.44% done, estimate finish Sat Oct 07 20:23:05 2017 xorriso : UPDATE : 28.44% done, estimate finish Sat Oct 07 20:23:00 2017 xorriso : UPDATE : 28.84% done, estimate finish Sat Oct 07 20:23:02 2017 xorriso : UPDATE : 29.16% done, estimate finish Sat Oct 07 20:23:05 2017 xorriso : UPDATE : 29.74% done, estimate finish Sat Oct 07 20:23:04 2017 xorriso : UPDATE : 30.04% done, estimate finish Sat Oct 07 20:23:05 2017 xorriso : UPDATE : 30.04% done, estimate finish Sat Oct 07 20:23:14 2017 xorriso : UPDATE : 32.40% done, estimate finish Sat Oct 07 20:22:51 2017 xorriso : UPDATE : 32.81% done, estimate finish Sat Oct 07 20:22:53 2017 xorriso : UPDATE : 32.95% done, estimate finish Sat Oct 07 20:22:59 2017 xorriso : UPDATE : 34.36% done, estimate finish Sat Oct 07 20:22:51 2017 xorriso : UPDATE : 34.66% done, estimate finish Sat Oct 07 20:22:54 2017 xorriso : UPDATE : 35.10% done, estimate finish Sat Oct 07 20:22:56 2017 xorriso : UPDATE : 35.50% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 35.91% done, estimate finish Sat Oct 07 20:23:00 2017 xorriso : UPDATE : 36.48% done, estimate finish Sat Oct 07 20:22:57 2017 xorriso : UPDATE : 36.91% done, estimate finish Sat Oct 07 20:22:59 2017 xorriso : UPDATE : 37.31% done, estimate finish Sat Oct 07 20:23:02 2017 xorriso : UPDATE : 37.86% done, estimate finish Sat Oct 07 20:23:02 2017 xorriso : UPDATE : 38.75% done, estimate finish Sat Oct 07 20:22:59 2017 xorriso : UPDATE : 39.12% done, estimate finish Sat Oct 07 20:23:01 2017 xorriso : UPDATE : 39.87% done, estimate finish Sat Oct 07 20:23:00 2017 xorriso : UPDATE : 40.29% done, estimate finish Sat Oct 07 20:23:02 2017 xorriso : UPDATE : 40.75% done, estimate finish Sat Oct 07 20:23:03 2017 xorriso : UPDATE : 41.62% done, estimate finish Sat Oct 07 20:23:00 2017 xorriso : UPDATE : 42.21% done, estimate finish Sat Oct 07 20:23:05 2017 xorriso : UPDATE : 42.41% done, estimate finish Sat Oct 07 20:23:09 2017 xorriso : UPDATE : 43.51% done, estimate finish Sat Oct 07 20:23:02 2017 xorriso : UPDATE : 44.06% done, estimate finish Sat Oct 07 20:23:03 2017 xorriso : UPDATE : 44.53% done, estimate finish Sat Oct 07 20:23:04 2017 xorriso : UPDATE : 44.55% done, estimate finish Sat Oct 07 20:23:10 2017 xorriso : UPDATE : 45.94% done, estimate finish Sat Oct 07 20:23:02 2017 xorriso : UPDATE : 46.36% done, estimate finish Sat Oct 07 20:23:03 2017 xorriso : UPDATE : 46.67% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 47.13% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 47.39% done, estimate finish Sat Oct 07 20:23:12 2017 xorriso : UPDATE : 47.39% done, estimate finish Sat Oct 07 20:23:20 2017 xorriso : UPDATE : 49.37% done, estimate finish Sat Oct 07 20:23:01 2017 xorriso : UPDATE : 49.73% done, estimate finish Sat Oct 07 20:23:03 2017 xorriso : UPDATE : 50.25% done, estimate finish Sat Oct 07 20:23:04 2017 xorriso : UPDATE : 50.57% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 51.23% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 51.58% done, estimate finish Sat Oct 07 20:23:07 2017 xorriso : UPDATE : 52.27% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 52.89% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 53.41% done, estimate finish Sat Oct 07 20:23:02 2017 xorriso : UPDATE : 53.63% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 53.77% done, estimate finish Sat Oct 07 20:23:11 2017 xorriso : UPDATE : 54.25% done, estimate finish Sat Oct 07 20:23:11 2017 xorriso : UPDATE : 54.81% done, estimate finish Sat Oct 07 20:23:11 2017 xorriso : UPDATE : 55.84% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 56.30% done, estimate finish Sat Oct 07 20:23:08 2017 xorriso : UPDATE : 57.16% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 57.65% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 57.91% done, estimate finish Sat Oct 07 20:23:08 2017 xorriso : UPDATE : 58.31% done, estimate finish Sat Oct 07 20:23:09 2017 xorriso : UPDATE : 58.81% done, estimate finish Sat Oct 07 20:23:15 2017 xorriso : UPDATE : 59.30% done, estimate finish Sat Oct 07 20:23:15 2017 xorriso : UPDATE : 59.91% done, estimate finish Sat Oct 07 20:23:14 2017 xorriso : UPDATE : 60.45% done, estimate finish Sat Oct 07 20:23:14 2017 xorriso : UPDATE : 61.16% done, estimate finish Sat Oct 07 20:23:12 2017 xorriso : UPDATE : 61.91% done, estimate finish Sat Oct 07 20:23:10 2017 xorriso : UPDATE : 62.26% done, estimate finish Sat Oct 07 20:23:12 2017 xorriso : UPDATE : 62.91% done, estimate finish Sat Oct 07 20:23:10 2017 xorriso : UPDATE : 63.68% done, estimate finish Sat Oct 07 20:23:09 2017 xorriso : UPDATE : 64.32% done, estimate finish Sat Oct 07 20:23:09 2017 xorriso : UPDATE : 64.62% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 65.04% done, estimate finish Sat Oct 07 20:23:07 2017 xorriso : UPDATE : 65.72% done, estimate finish Sat Oct 07 20:23:06 2017 xorriso : UPDATE : 66.18% done, estimate finish Sat Oct 07 20:23:08 2017 xorriso : UPDATE : 66.18% done, estimate finish Sat Oct 07 20:23:12 2017 xorriso : UPDATE : 68.72% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 69.19% done, estimate finish Sat Oct 07 20:23:00 2017 xorriso : UPDATE : 69.51% done, estimate finish Sat Oct 07 20:23:02 2017 xorriso : UPDATE : 69.51% done, estimate finish Sat Oct 07 20:23:05 2017 xorriso : UPDATE : 71.73% done, estimate finish Sat Oct 07 20:22:57 2017 xorriso : UPDATE : 72.09% done, estimate finish Sat Oct 07 20:22:55 2017 xorriso : UPDATE : 73.72% done, estimate finish Sat Oct 07 20:22:50 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 20:22:51 2017 xorriso : UPDATE : 74.79% done, estimate finish Sat Oct 07 20:22:52 2017 xorriso : UPDATE : 75.50% done, estimate finish Sat Oct 07 20:22:52 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 20:22:53 2017 xorriso : UPDATE : 76.57% done, estimate finish Sat Oct 07 20:22:54 2017 xorriso : UPDATE : 77.26% done, estimate finish Sat Oct 07 20:22:53 2017 xorriso : UPDATE : 77.73% done, estimate finish Sat Oct 07 20:22:55 2017 xorriso : UPDATE : 78.41% done, estimate finish Sat Oct 07 20:22:54 2017 xorriso : UPDATE : 78.74% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 79.27% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 80.35% done, estimate finish Sat Oct 07 20:22:56 2017 xorriso : UPDATE : 80.68% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 81.19% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 81.61% done, estimate finish Sat Oct 07 20:22:59 2017 xorriso : UPDATE : 82.53% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 82.83% done, estimate finish Sat Oct 07 20:23:00 2017 xorriso : UPDATE : 83.58% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 83.69% done, estimate finish Sat Oct 07 20:23:00 2017 xorriso : UPDATE : 85.12% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 85.32% done, estimate finish Sat Oct 07 20:23:00 2017 xorriso : UPDATE : 85.68% done, estimate finish Sat Oct 07 20:23:01 2017 xorriso : UPDATE : 85.68% done, estimate finish Sat Oct 07 20:23:04 2017 xorriso : UPDATE : 87.74% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 88.11% done, estimate finish Sat Oct 07 20:22:59 2017 xorriso : UPDATE : 88.68% done, estimate finish Sat Oct 07 20:22:59 2017 xorriso : UPDATE : 89.04% done, estimate finish Sat Oct 07 20:23:01 2017 xorriso : UPDATE : 89.81% done, estimate finish Sat Oct 07 20:22:59 2017 xorriso : UPDATE : 90.30% done, estimate finish Sat Oct 07 20:22:59 2017 xorriso : UPDATE : 90.89% done, estimate finish Sat Oct 07 20:22:59 2017 xorriso : UPDATE : 90.89% done, estimate finish Sat Oct 07 20:23:03 2017 xorriso : UPDATE : 93.37% done, estimate finish Sat Oct 07 20:22:56 2017 xorriso : UPDATE : 94.07% done, estimate finish Sat Oct 07 20:22:56 2017 xorriso : UPDATE : 94.44% done, estimate finish Sat Oct 07 20:22:57 2017 xorriso : UPDATE : 95.32% done, estimate finish Sat Oct 07 20:22:56 2017 xorriso : UPDATE : 95.89% done, estimate finish Sat Oct 07 20:22:57 2017 xorriso : UPDATE : 96.23% done, estimate finish Sat Oct 07 20:22:57 2017 xorriso : UPDATE : 96.90% done, estimate finish Sat Oct 07 20:22:57 2017 xorriso : UPDATE : 97.57% done, estimate finish Sat Oct 07 20:22:57 2017 xorriso : UPDATE : 97.97% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 98.25% done, estimate finish Sat Oct 07 20:22:58 2017 xorriso : UPDATE : 98.60% done xorriso : UPDATE : 99.08% done xorriso : UPDATE : 99.64% done ISO image produced: 2289316 sectors Written to medium : 2289316 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:23:00 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 11' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-11.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD11' xorriso : UPDATE : 20073 files added in 1 seconds xorriso : UPDATE : 20073 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.04% done xorriso : UPDATE : 0.25% done xorriso : UPDATE : 0.49% done xorriso : UPDATE : 0.81% done, estimate finish Sat Oct 07 20:28:38 2017 xorriso : UPDATE : 0.91% done, estimate finish Sat Oct 07 20:29:48 2017 xorriso : UPDATE : 1.49% done, estimate finish Sat Oct 07 20:28:18 2017 xorriso : UPDATE : 1.81% done, estimate finish Sat Oct 07 20:28:18 2017 xorriso : UPDATE : 2.11% done, estimate finish Sat Oct 07 20:28:20 2017 xorriso : UPDATE : 2.58% done, estimate finish Sat Oct 07 20:28:01 2017 xorriso : UPDATE : 3.07% done, estimate finish Sat Oct 07 20:27:45 2017 xorriso : UPDATE : 3.55% done, estimate finish Sat Oct 07 20:27:36 2017 xorriso : UPDATE : 3.84% done, estimate finish Sat Oct 07 20:27:41 2017 xorriso : UPDATE : 4.18% done, estimate finish Sat Oct 07 20:27:42 2017 xorriso : UPDATE : 4.54% done, estimate finish Sat Oct 07 20:27:30 2017 xorriso : UPDATE : 4.66% done, estimate finish Sat Oct 07 20:27:47 2017 xorriso : UPDATE : 5.87% done, estimate finish Sat Oct 07 20:27:00 2017 xorriso : UPDATE : 6.20% done, estimate finish Sat Oct 07 20:27:04 2017 xorriso : UPDATE : 6.67% done, estimate finish Sat Oct 07 20:26:59 2017 xorriso : UPDATE : 7.71% done, estimate finish Sat Oct 07 20:26:39 2017 xorriso : UPDATE : 8.30% done, estimate finish Sat Oct 07 20:26:35 2017 xorriso : UPDATE : 9.37% done, estimate finish Sat Oct 07 20:26:20 2017 xorriso : UPDATE : 10.46% done, estimate finish Sat Oct 07 20:26:08 2017 xorriso : UPDATE : 10.46% done, estimate finish Sat Oct 07 20:26:19 2017 xorriso : UPDATE : 12.30% done, estimate finish Sat Oct 07 20:25:56 2017 xorriso : UPDATE : 12.30% done, estimate finish Sat Oct 07 20:25:46 2017 xorriso : UPDATE : 14.21% done, estimate finish Sat Oct 07 20:25:28 2017 xorriso : UPDATE : 14.60% done, estimate finish Sat Oct 07 20:25:32 2017 xorriso : UPDATE : 14.97% done, estimate finish Sat Oct 07 20:25:36 2017 xorriso : UPDATE : 15.28% done, estimate finish Sat Oct 07 20:25:39 2017 xorriso : UPDATE : 15.50% done, estimate finish Sat Oct 07 20:25:45 2017 xorriso : UPDATE : 15.81% done, estimate finish Sat Oct 07 20:25:49 2017 xorriso : UPDATE : 16.36% done, estimate finish Sat Oct 07 20:25:49 2017 xorriso : UPDATE : 16.37% done, estimate finish Sat Oct 07 20:25:57 2017 xorriso : UPDATE : 16.65% done, estimate finish Sat Oct 07 20:26:01 2017 xorriso : UPDATE : 16.99% done, estimate finish Sat Oct 07 20:26:24 2017 xorriso : UPDATE : 17.38% done, estimate finish Sat Oct 07 20:26:26 2017 xorriso : UPDATE : 17.74% done, estimate finish Sat Oct 07 20:26:29 2017 xorriso : UPDATE : 18.35% done, estimate finish Sat Oct 07 20:26:26 2017 xorriso : UPDATE : 18.89% done, estimate finish Sat Oct 07 20:26:25 2017 xorriso : UPDATE : 19.63% done, estimate finish Sat Oct 07 20:26:20 2017 xorriso : UPDATE : 19.97% done, estimate finish Sat Oct 07 20:26:23 2017 xorriso : UPDATE : 20.32% done, estimate finish Sat Oct 07 20:26:25 2017 xorriso : UPDATE : 20.67% done, estimate finish Sat Oct 07 20:26:27 2017 xorriso : UPDATE : 21.10% done, estimate finish Sat Oct 07 20:26:28 2017 xorriso : UPDATE : 21.36% done, estimate finish Sat Oct 07 20:26:35 2017 xorriso : UPDATE : 21.86% done, estimate finish Sat Oct 07 20:26:33 2017 xorriso : UPDATE : 22.04% done, estimate finish Sat Oct 07 20:26:40 2017 xorriso : UPDATE : 22.47% done, estimate finish Sat Oct 07 20:26:41 2017 xorriso : UPDATE : 23.06% done, estimate finish Sat Oct 07 20:26:37 2017 xorriso : UPDATE : 23.06% done, estimate finish Sat Oct 07 20:26:47 2017 xorriso : UPDATE : 23.06% done, estimate finish Sat Oct 07 20:26:56 2017 xorriso : UPDATE : 23.06% done, estimate finish Sat Oct 07 20:27:06 2017 xorriso : UPDATE : 23.06% done, estimate finish Sat Oct 07 20:27:16 2017 xorriso : UPDATE : 25.28% done, estimate finish Sat Oct 07 20:26:38 2017 xorriso : UPDATE : 29.29% done, estimate finish Sat Oct 07 20:25:40 2017 xorriso : UPDATE : 30.27% done, estimate finish Sat Oct 07 20:25:37 2017 xorriso : UPDATE : 30.54% done, estimate finish Sat Oct 07 20:25:41 2017 xorriso : UPDATE : 30.88% done, estimate finish Sat Oct 07 20:25:44 2017 xorriso : UPDATE : 31.25% done, estimate finish Sat Oct 07 20:25:47 2017 xorriso : UPDATE : 31.81% done, estimate finish Sat Oct 07 20:25:49 2017 xorriso : UPDATE : 32.07% done, estimate finish Sat Oct 07 20:25:52 2017 xorriso : UPDATE : 32.44% done, estimate finish Sat Oct 07 20:25:54 2017 xorriso : UPDATE : 32.79% done, estimate finish Sat Oct 07 20:25:56 2017 xorriso : UPDATE : 33.72% done, estimate finish Sat Oct 07 20:25:54 2017 xorriso : UPDATE : 33.97% done, estimate finish Sat Oct 07 20:26:19 2017 xorriso : UPDATE : 34.49% done, estimate finish Sat Oct 07 20:26:18 2017 xorriso : UPDATE : 35.10% done, estimate finish Sat Oct 07 20:26:15 2017 xorriso : UPDATE : 36.10% done, estimate finish Sat Oct 07 20:26:08 2017 xorriso : UPDATE : 36.52% done, estimate finish Sat Oct 07 20:26:09 2017 xorriso : UPDATE : 36.88% done, estimate finish Sat Oct 07 20:26:11 2017 xorriso : UPDATE : 36.88% done, estimate finish Sat Oct 07 20:26:18 2017 xorriso : UPDATE : 36.88% done, estimate finish Sat Oct 07 20:26:25 2017 xorriso : UPDATE : 40.31% done, estimate finish Sat Oct 07 20:25:53 2017 xorriso : UPDATE : 40.85% done, estimate finish Sat Oct 07 20:25:54 2017 xorriso : UPDATE : 40.85% done, estimate finish Sat Oct 07 20:25:57 2017 xorriso : UPDATE : 42.54% done, estimate finish Sat Oct 07 20:25:38 2017 xorriso : UPDATE : 44.18% done, estimate finish Sat Oct 07 20:25:33 2017 xorriso : UPDATE : 45.25% done, estimate finish Sat Oct 07 20:25:30 2017 xorriso : UPDATE : 45.25% done, estimate finish Sat Oct 07 20:25:35 2017 xorriso : UPDATE : 47.28% done, estimate finish Sat Oct 07 20:25:29 2017 xorriso : UPDATE : 47.92% done, estimate finish Sat Oct 07 20:25:29 2017 xorriso : UPDATE : 48.77% done, estimate finish Sat Oct 07 20:25:29 2017 xorriso : UPDATE : 49.44% done, estimate finish Sat Oct 07 20:25:29 2017 xorriso : UPDATE : 49.44% done, estimate finish Sat Oct 07 20:25:33 2017 xorriso : UPDATE : 52.31% done, estimate finish Sat Oct 07 20:25:24 2017 xorriso : UPDATE : 52.31% done, estimate finish Sat Oct 07 20:25:23 2017 xorriso : UPDATE : 54.55% done, estimate finish Sat Oct 07 20:25:17 2017 xorriso : UPDATE : 55.58% done, estimate finish Sat Oct 07 20:25:17 2017 xorriso : UPDATE : 56.14% done, estimate finish Sat Oct 07 20:25:19 2017 xorriso : UPDATE : 56.41% done, estimate finish Sat Oct 07 20:25:21 2017 xorriso : UPDATE : 57.07% done, estimate finish Sat Oct 07 20:25:22 2017 xorriso : UPDATE : 57.39% done, estimate finish Sat Oct 07 20:25:24 2017 xorriso : UPDATE : 58.15% done, estimate finish Sat Oct 07 20:25:24 2017 xorriso : UPDATE : 58.21% done, estimate finish Sat Oct 07 20:25:27 2017 xorriso : UPDATE : 59.86% done, estimate finish Sat Oct 07 20:25:24 2017 xorriso : UPDATE : 60.47% done, estimate finish Sat Oct 07 20:25:28 2017 xorriso : UPDATE : 60.79% done, estimate finish Sat Oct 07 20:25:30 2017 xorriso : UPDATE : 61.15% done, estimate finish Sat Oct 07 20:25:33 2017 xorriso : UPDATE : 61.66% done, estimate finish Sat Oct 07 20:25:34 2017 xorriso : UPDATE : 61.92% done, estimate finish Sat Oct 07 20:25:36 2017 xorriso : UPDATE : 62.22% done, estimate finish Sat Oct 07 20:25:39 2017 xorriso : UPDATE : 62.65% done, estimate finish Sat Oct 07 20:25:40 2017 xorriso : UPDATE : 62.79% done, estimate finish Sat Oct 07 20:25:43 2017 xorriso : UPDATE : 63.08% done, estimate finish Sat Oct 07 20:25:44 2017 xorriso : UPDATE : 63.48% done, estimate finish Sat Oct 07 20:25:46 2017 xorriso : UPDATE : 63.49% done, estimate finish Sat Oct 07 20:26:31 2017 xorriso : UPDATE : 63.83% done, estimate finish Sat Oct 07 20:26:30 2017 xorriso : UPDATE : 64.15% done, estimate finish Sat Oct 07 20:26:30 2017 xorriso : UPDATE : 64.51% done, estimate finish Sat Oct 07 20:26:28 2017 xorriso : UPDATE : 65.00% done, estimate finish Sat Oct 07 20:26:25 2017 xorriso : UPDATE : 65.40% done, estimate finish Sat Oct 07 20:26:24 2017 xorriso : UPDATE : 65.58% done, estimate finish Sat Oct 07 20:26:26 2017 xorriso : UPDATE : 67.28% done, estimate finish Sat Oct 07 20:26:07 2017 xorriso : UPDATE : 67.35% done, estimate finish Sat Oct 07 20:26:11 2017 xorriso : UPDATE : 67.41% done, estimate finish Sat Oct 07 20:26:15 2017 xorriso : UPDATE : 69.11% done, estimate finish Sat Oct 07 20:25:50 2017 xorriso : UPDATE : 69.34% done, estimate finish Sat Oct 07 20:25:53 2017 xorriso : UPDATE : 69.77% done, estimate finish Sat Oct 07 20:25:54 2017 xorriso : UPDATE : 70.23% done, estimate finish Sat Oct 07 20:25:54 2017 xorriso : UPDATE : 70.39% done, estimate finish Sat Oct 07 20:25:58 2017 xorriso : UPDATE : 71.23% done, estimate finish Sat Oct 07 20:25:54 2017 xorriso : UPDATE : 71.69% done, estimate finish Sat Oct 07 20:25:55 2017 xorriso : UPDATE : 72.59% done, estimate finish Sat Oct 07 20:25:53 2017 xorriso : UPDATE : 73.11% done, estimate finish Sat Oct 07 20:25:53 2017 xorriso : UPDATE : 73.69% done, estimate finish Sat Oct 07 20:25:53 2017 xorriso : UPDATE : 74.06% done, estimate finish Sat Oct 07 20:25:57 2017 xorriso : UPDATE : 74.46% done, estimate finish Sat Oct 07 20:25:57 2017 xorriso : UPDATE : 74.78% done, estimate finish Sat Oct 07 20:25:59 2017 xorriso : UPDATE : 75.09% done, estimate finish Sat Oct 07 20:26:01 2017 xorriso : UPDATE : 75.64% done, estimate finish Sat Oct 07 20:26:00 2017 xorriso : UPDATE : 76.21% done, estimate finish Sat Oct 07 20:25:59 2017 xorriso : UPDATE : 76.66% done, estimate finish Sat Oct 07 20:26:00 2017 xorriso : UPDATE : 76.92% done, estimate finish Sat Oct 07 20:26:01 2017 xorriso : UPDATE : 77.18% done, estimate finish Sat Oct 07 20:26:03 2017 xorriso : UPDATE : 77.64% done, estimate finish Sat Oct 07 20:26:02 2017 xorriso : UPDATE : 77.90% done, estimate finish Sat Oct 07 20:26:10 2017 xorriso : UPDATE : 78.27% done, estimate finish Sat Oct 07 20:26:10 2017 xorriso : UPDATE : 79.01% done, estimate finish Sat Oct 07 20:26:06 2017 xorriso : UPDATE : 79.55% done, estimate finish Sat Oct 07 20:26:05 2017 xorriso : UPDATE : 79.94% done, estimate finish Sat Oct 07 20:26:05 2017 xorriso : UPDATE : 80.16% done, estimate finish Sat Oct 07 20:26:07 2017 xorriso : UPDATE : 80.56% done, estimate finish Sat Oct 07 20:26:07 2017 xorriso : UPDATE : 81.07% done, estimate finish Sat Oct 07 20:26:06 2017 xorriso : UPDATE : 81.59% done, estimate finish Sat Oct 07 20:26:05 2017 xorriso : UPDATE : 82.08% done, estimate finish Sat Oct 07 20:26:05 2017 xorriso : UPDATE : 82.44% done, estimate finish Sat Oct 07 20:26:06 2017 xorriso : UPDATE : 82.59% done, estimate finish Sat Oct 07 20:26:06 2017 xorriso : UPDATE : 82.87% done, estimate finish Sat Oct 07 20:26:08 2017 xorriso : UPDATE : 84.23% done, estimate finish Sat Oct 07 20:26:01 2017 xorriso : UPDATE : 84.42% done, estimate finish Sat Oct 07 20:26:03 2017 xorriso : UPDATE : 84.74% done, estimate finish Sat Oct 07 20:26:04 2017 xorriso : UPDATE : 85.19% done, estimate finish Sat Oct 07 20:26:03 2017 xorriso : UPDATE : 85.80% done, estimate finish Sat Oct 07 20:26:02 2017 xorriso : UPDATE : 86.05% done, estimate finish Sat Oct 07 20:26:03 2017 xorriso : UPDATE : 87.20% done, estimate finish Sat Oct 07 20:26:00 2017 xorriso : UPDATE : 87.68% done, estimate finish Sat Oct 07 20:26:01 2017 xorriso : UPDATE : 88.17% done, estimate finish Sat Oct 07 20:25:58 2017 xorriso : UPDATE : 88.26% done, estimate finish Sat Oct 07 20:26:00 2017 xorriso : UPDATE : 88.54% done, estimate finish Sat Oct 07 20:26:02 2017 xorriso : UPDATE : 88.92% done, estimate finish Sat Oct 07 20:26:02 2017 xorriso : UPDATE : 89.30% done, estimate finish Sat Oct 07 20:26:03 2017 xorriso : UPDATE : 89.62% done, estimate finish Sat Oct 07 20:26:03 2017 xorriso : UPDATE : 90.15% done, estimate finish Sat Oct 07 20:26:03 2017 xorriso : UPDATE : 90.49% done, estimate finish Sat Oct 07 20:26:04 2017 xorriso : UPDATE : 91.10% done, estimate finish Sat Oct 07 20:26:03 2017 xorriso : UPDATE : 91.61% done, estimate finish Sat Oct 07 20:26:03 2017 xorriso : UPDATE : 92.04% done, estimate finish Sat Oct 07 20:26:07 2017 xorriso : UPDATE : 92.42% done, estimate finish Sat Oct 07 20:26:07 2017 xorriso : UPDATE : 92.92% done, estimate finish Sat Oct 07 20:26:05 2017 xorriso : UPDATE : 93.33% done, estimate finish Sat Oct 07 20:26:05 2017 xorriso : UPDATE : 93.59% done, estimate finish Sat Oct 07 20:26:07 2017 xorriso : UPDATE : 93.62% done, estimate finish Sat Oct 07 20:26:08 2017 xorriso : UPDATE : 95.02% done, estimate finish Sat Oct 07 20:26:04 2017 xorriso : UPDATE : 95.37% done, estimate finish Sat Oct 07 20:26:04 2017 xorriso : UPDATE : 95.64% done, estimate finish Sat Oct 07 20:26:05 2017 xorriso : UPDATE : 96.21% done, estimate finish Sat Oct 07 20:26:04 2017 xorriso : UPDATE : 96.80% done, estimate finish Sat Oct 07 20:26:03 2017 xorriso : UPDATE : 96.80% done, estimate finish Sat Oct 07 20:26:05 2017 xorriso : UPDATE : 98.22% done, estimate finish Sat Oct 07 20:26:02 2017 xorriso : UPDATE : 99.02% done xorriso : UPDATE : 99.91% done ISO image produced: 2280794 sectors Written to medium : 2280794 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:26:02 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 12' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-12.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD12' xorriso : UPDATE : 7434 files added in 1 seconds xorriso : UPDATE : 7434 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.03% done xorriso : UPDATE : 0.38% done xorriso : UPDATE : 1.08% done, estimate finish Sat Oct 07 20:29:37 2017 xorriso : UPDATE : 1.72% done, estimate finish Sat Oct 07 20:29:15 2017 xorriso : UPDATE : 2.32% done, estimate finish Sat Oct 07 20:29:09 2017 xorriso : UPDATE : 2.64% done, estimate finish Sat Oct 07 20:29:24 2017 xorriso : UPDATE : 2.64% done, estimate finish Sat Oct 07 20:30:02 2017 xorriso : UPDATE : 2.64% done, estimate finish Sat Oct 07 20:30:40 2017 xorriso : UPDATE : 6.35% done, estimate finish Sat Oct 07 20:28:14 2017 xorriso : UPDATE : 7.01% done, estimate finish Sat Oct 07 20:28:16 2017 xorriso : UPDATE : 7.77% done, estimate finish Sat Oct 07 20:28:16 2017 xorriso : UPDATE : 8.21% done, estimate finish Sat Oct 07 20:28:21 2017 xorriso : UPDATE : 8.95% done, estimate finish Sat Oct 07 20:28:11 2017 xorriso : UPDATE : 10.14% done, estimate finish Sat Oct 07 20:28:06 2017 xorriso : UPDATE : 11.39% done, estimate finish Sat Oct 07 20:28:00 2017 xorriso : UPDATE : 12.21% done, estimate finish Sat Oct 07 20:28:01 2017 xorriso : UPDATE : 12.21% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 14.16% done, estimate finish Sat Oct 07 20:27:58 2017 xorriso : UPDATE : 14.66% done, estimate finish Sat Oct 07 20:28:01 2017 xorriso : UPDATE : 15.34% done, estimate finish Sat Oct 07 20:28:03 2017 xorriso : UPDATE : 15.77% done, estimate finish Sat Oct 07 20:28:07 2017 xorriso : UPDATE : 17.59% done, estimate finish Sat Oct 07 20:27:59 2017 xorriso : UPDATE : 18.05% done, estimate finish Sat Oct 07 20:27:58 2017 xorriso : UPDATE : 18.88% done, estimate finish Sat Oct 07 20:27:58 2017 xorriso : UPDATE : 19.45% done, estimate finish Sat Oct 07 20:28:01 2017 xorriso : UPDATE : 20.24% done, estimate finish Sat Oct 07 20:28:01 2017 xorriso : UPDATE : 21.38% done, estimate finish Sat Oct 07 20:28:00 2017 xorriso : UPDATE : 21.80% done, estimate finish Sat Oct 07 20:28:03 2017 xorriso : UPDATE : 22.18% done, estimate finish Sat Oct 07 20:28:06 2017 xorriso : UPDATE : 22.78% done, estimate finish Sat Oct 07 20:28:08 2017 xorriso : UPDATE : 23.64% done, estimate finish Sat Oct 07 20:28:07 2017 xorriso : UPDATE : 23.75% done, estimate finish Sat Oct 07 20:28:12 2017 xorriso : UPDATE : 25.87% done, estimate finish Sat Oct 07 20:28:07 2017 xorriso : UPDATE : 26.33% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 26.77% done, estimate finish Sat Oct 07 20:28:13 2017 xorriso : UPDATE : 27.79% done, estimate finish Sat Oct 07 20:28:11 2017 xorriso : UPDATE : 28.37% done, estimate finish Sat Oct 07 20:28:13 2017 xorriso : UPDATE : 29.11% done, estimate finish Sat Oct 07 20:28:13 2017 xorriso : UPDATE : 29.22% done, estimate finish Sat Oct 07 20:28:18 2017 xorriso : UPDATE : 29.22% done, estimate finish Sat Oct 07 20:28:23 2017 xorriso : UPDATE : 31.85% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 32.04% done, estimate finish Sat Oct 07 20:28:14 2017 xorriso : UPDATE : 33.48% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 34.22% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 35.36% done, estimate finish Sat Oct 07 20:28:08 2017 xorriso : UPDATE : 35.91% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 36.82% done, estimate finish Sat Oct 07 20:28:09 2017 xorriso : UPDATE : 37.47% done, estimate finish Sat Oct 07 20:28:09 2017 xorriso : UPDATE : 38.17% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 38.45% done, estimate finish Sat Oct 07 20:28:13 2017 xorriso : UPDATE : 39.30% done, estimate finish Sat Oct 07 20:28:13 2017 xorriso : UPDATE : 39.72% done, estimate finish Sat Oct 07 20:28:14 2017 xorriso : UPDATE : 41.31% done, estimate finish Sat Oct 07 20:28:09 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 20:28:12 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 20:28:18 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 20:28:24 2017 xorriso : UPDATE : 45.45% done, estimate finish Sat Oct 07 20:28:04 2017 xorriso : UPDATE : 45.94% done, estimate finish Sat Oct 07 20:28:05 2017 xorriso : UPDATE : 46.67% done, estimate finish Sat Oct 07 20:28:05 2017 xorriso : UPDATE : 47.10% done, estimate finish Sat Oct 07 20:28:07 2017 xorriso : UPDATE : 48.11% done, estimate finish Sat Oct 07 20:28:07 2017 xorriso : UPDATE : 48.57% done, estimate finish Sat Oct 07 20:28:08 2017 xorriso : UPDATE : 49.52% done, estimate finish Sat Oct 07 20:28:07 2017 xorriso : UPDATE : 50.20% done, estimate finish Sat Oct 07 20:28:07 2017 xorriso : UPDATE : 50.38% done, estimate finish Sat Oct 07 20:28:11 2017 xorriso : UPDATE : 51.70% done, estimate finish Sat Oct 07 20:28:09 2017 xorriso : UPDATE : 51.88% done, estimate finish Sat Oct 07 20:28:12 2017 xorriso : UPDATE : 52.79% done, estimate finish Sat Oct 07 20:28:11 2017 xorriso : UPDATE : 53.33% done, estimate finish Sat Oct 07 20:28:11 2017 xorriso : UPDATE : 53.79% done, estimate finish Sat Oct 07 20:28:13 2017 xorriso : UPDATE : 54.73% done, estimate finish Sat Oct 07 20:28:12 2017 xorriso : UPDATE : 55.15% done, estimate finish Sat Oct 07 20:28:14 2017 xorriso : UPDATE : 55.83% done, estimate finish Sat Oct 07 20:28:14 2017 xorriso : UPDATE : 57.07% done, estimate finish Sat Oct 07 20:28:16 2017 xorriso : UPDATE : 57.65% done, estimate finish Sat Oct 07 20:28:17 2017 xorriso : UPDATE : 58.29% done, estimate finish Sat Oct 07 20:28:17 2017 xorriso : UPDATE : 58.73% done, estimate finish Sat Oct 07 20:28:18 2017 xorriso : UPDATE : 59.53% done, estimate finish Sat Oct 07 20:28:18 2017 xorriso : UPDATE : 60.40% done, estimate finish Sat Oct 07 20:28:17 2017 xorriso : UPDATE : 60.88% done, estimate finish Sat Oct 07 20:28:18 2017 xorriso : UPDATE : 61.35% done, estimate finish Sat Oct 07 20:28:20 2017 xorriso : UPDATE : 61.69% done, estimate finish Sat Oct 07 20:28:22 2017 xorriso : UPDATE : 62.41% done, estimate finish Sat Oct 07 20:28:21 2017 xorriso : UPDATE : 63.53% done, estimate finish Sat Oct 07 20:28:20 2017 xorriso : UPDATE : 63.53% done, estimate finish Sat Oct 07 20:28:25 2017 xorriso : UPDATE : 63.53% done, estimate finish Sat Oct 07 20:28:30 2017 xorriso : UPDATE : 63.53% done, estimate finish Sat Oct 07 20:28:35 2017 xorriso : UPDATE : 68.39% done, estimate finish Sat Oct 07 20:28:09 2017 xorriso : UPDATE : 69.06% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 69.71% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 69.99% done, estimate finish Sat Oct 07 20:28:12 2017 xorriso : UPDATE : 69.99% done, estimate finish Sat Oct 07 20:28:14 2017 xorriso : UPDATE : 69.99% done, estimate finish Sat Oct 07 20:28:18 2017 xorriso : UPDATE : 73.53% done, estimate finish Sat Oct 07 20:28:03 2017 xorriso : UPDATE : 73.89% done, estimate finish Sat Oct 07 20:28:05 2017 xorriso : UPDATE : 74.70% done, estimate finish Sat Oct 07 20:28:06 2017 xorriso : UPDATE : 75.40% done, estimate finish Sat Oct 07 20:28:06 2017 xorriso : UPDATE : 76.89% done, estimate finish Sat Oct 07 20:28:05 2017 xorriso : UPDATE : 77.25% done, estimate finish Sat Oct 07 20:28:06 2017 xorriso : UPDATE : 77.25% done, estimate finish Sat Oct 07 20:28:09 2017 xorriso : UPDATE : 77.25% done, estimate finish Sat Oct 07 20:28:11 2017 xorriso : UPDATE : 80.73% done, estimate finish Sat Oct 07 20:28:05 2017 xorriso : UPDATE : 81.58% done, estimate finish Sat Oct 07 20:28:05 2017 xorriso : UPDATE : 81.94% done, estimate finish Sat Oct 07 20:28:08 2017 xorriso : UPDATE : 82.38% done, estimate finish Sat Oct 07 20:28:08 2017 xorriso : UPDATE : 83.33% done, estimate finish Sat Oct 07 20:28:08 2017 xorriso : UPDATE : 83.94% done, estimate finish Sat Oct 07 20:28:09 2017 xorriso : UPDATE : 84.25% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 86.23% done, estimate finish Sat Oct 07 20:28:07 2017 xorriso : UPDATE : 86.88% done, estimate finish Sat Oct 07 20:28:08 2017 xorriso : UPDATE : 87.67% done, estimate finish Sat Oct 07 20:28:07 2017 xorriso : UPDATE : 88.01% done, estimate finish Sat Oct 07 20:28:08 2017 xorriso : UPDATE : 88.65% done, estimate finish Sat Oct 07 20:28:09 2017 xorriso : UPDATE : 88.85% done, estimate finish Sat Oct 07 20:28:10 2017 xorriso : UPDATE : 89.55% done, estimate finish Sat Oct 07 20:28:11 2017 xorriso : UPDATE : 90.50% done, estimate finish Sat Oct 07 20:28:11 2017 xorriso : UPDATE : 90.90% done, estimate finish Sat Oct 07 20:28:12 2017 xorriso : UPDATE : 91.34% done, estimate finish Sat Oct 07 20:28:12 2017 xorriso : UPDATE : 91.34% done, estimate finish Sat Oct 07 20:28:13 2017 xorriso : UPDATE : 93.24% done, estimate finish Sat Oct 07 20:28:11 2017 xorriso : UPDATE : 93.75% done, estimate finish Sat Oct 07 20:28:11 2017 xorriso : UPDATE : 94.28% done, estimate finish Sat Oct 07 20:28:12 2017 xorriso : UPDATE : 94.87% done, estimate finish Sat Oct 07 20:28:12 2017 xorriso : UPDATE : 95.21% done, estimate finish Sat Oct 07 20:28:13 2017 xorriso : UPDATE : 95.64% done, estimate finish Sat Oct 07 20:28:14 2017 xorriso : UPDATE : 96.66% done, estimate finish Sat Oct 07 20:28:13 2017 xorriso : UPDATE : 97.27% done, estimate finish Sat Oct 07 20:28:13 2017 xorriso : UPDATE : 98.11% done, estimate finish Sat Oct 07 20:28:12 2017 xorriso : UPDATE : 98.84% done xorriso : UPDATE : 99.59% done ISO image produced: 2293309 sectors Written to medium : 2293309 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:28:13 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 13' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-13.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD13' xorriso : UPDATE : 1818 files added in 1 seconds xorriso : UPDATE : 1818 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.49% done xorriso : UPDATE : 3.04% done xorriso : UPDATE : 11.33% done xorriso : UPDATE : 17.00% done, estimate finish Sat Oct 07 20:28:30 2017 xorriso : UPDATE : 21.44% done, estimate finish Sat Oct 07 20:28:31 2017 xorriso : UPDATE : 27.54% done, estimate finish Sat Oct 07 20:28:31 2017 xorriso : UPDATE : 34.93% done, estimate finish Sat Oct 07 20:28:30 2017 xorriso : UPDATE : 40.75% done, estimate finish Sat Oct 07 20:28:30 2017 xorriso : UPDATE : 47.84% done, estimate finish Sat Oct 07 20:28:30 2017 xorriso : UPDATE : 56.90% done, estimate finish Sat Oct 07 20:28:29 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 20:28:29 2017 xorriso : UPDATE : 69.68% done, estimate finish Sat Oct 07 20:28:29 2017 xorriso : UPDATE : 75.32% done, estimate finish Sat Oct 07 20:28:29 2017 xorriso : UPDATE : 79.00% done, estimate finish Sat Oct 07 20:28:29 2017 xorriso : UPDATE : 87.29% done xorriso : UPDATE : 96.28% done ISO image produced: 176120 sectors Written to medium : 176120 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:28:29 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 2' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD2' xorriso : UPDATE : 2665 files added in 1 seconds xorriso : UPDATE : 2665 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.59% done xorriso : UPDATE : 1.12% done, estimate finish Sat Oct 07 20:31:30 2017 xorriso : UPDATE : 1.12% done, estimate finish Sat Oct 07 20:32:59 2017 xorriso : UPDATE : 2.99% done, estimate finish Sat Oct 07 20:30:45 2017 xorriso : UPDATE : 4.21% done, estimate finish Sat Oct 07 20:30:30 2017 xorriso : UPDATE : 5.16% done, estimate finish Sat Oct 07 20:30:27 2017 xorriso : UPDATE : 5.72% done, estimate finish Sat Oct 07 20:30:33 2017 xorriso : UPDATE : 5.72% done, estimate finish Sat Oct 07 20:30:51 2017 xorriso : UPDATE : 5.72% done, estimate finish Sat Oct 07 20:31:08 2017 xorriso : UPDATE : 5.72% done, estimate finish Sat Oct 07 20:31:26 2017 xorriso : UPDATE : 10.42% done, estimate finish Sat Oct 07 20:30:16 2017 xorriso : UPDATE : 11.27% done, estimate finish Sat Oct 07 20:30:09 2017 xorriso : UPDATE : 11.58% done, estimate finish Sat Oct 07 20:30:16 2017 xorriso : UPDATE : 12.86% done, estimate finish Sat Oct 07 20:30:13 2017 xorriso : UPDATE : 13.74% done, estimate finish Sat Oct 07 20:30:14 2017 xorriso : UPDATE : 14.81% done, estimate finish Sat Oct 07 20:30:13 2017 xorriso : UPDATE : 14.81% done, estimate finish Sat Oct 07 20:30:20 2017 xorriso : UPDATE : 16.73% done, estimate finish Sat Oct 07 20:30:14 2017 xorriso : UPDATE : 17.49% done, estimate finish Sat Oct 07 20:30:14 2017 xorriso : UPDATE : 17.96% done, estimate finish Sat Oct 07 20:30:18 2017 xorriso : UPDATE : 18.75% done, estimate finish Sat Oct 07 20:30:19 2017 xorriso : UPDATE : 19.99% done, estimate finish Sat Oct 07 20:30:20 2017 xorriso : UPDATE : 20.62% done, estimate finish Sat Oct 07 20:30:23 2017 xorriso : UPDATE : 21.06% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 21.06% done, estimate finish Sat Oct 07 20:30:33 2017 xorriso : UPDATE : 22.52% done, estimate finish Sat Oct 07 20:30:28 2017 xorriso : UPDATE : 24.60% done, estimate finish Sat Oct 07 20:30:20 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 20:30:21 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 20:30:32 2017 xorriso : UPDATE : 28.21% done, estimate finish Sat Oct 07 20:30:20 2017 xorriso : UPDATE : 29.15% done, estimate finish Sat Oct 07 20:30:19 2017 xorriso : UPDATE : 29.55% done, estimate finish Sat Oct 07 20:30:22 2017 xorriso : UPDATE : 30.56% done, estimate finish Sat Oct 07 20:30:21 2017 xorriso : UPDATE : 31.46% done, estimate finish Sat Oct 07 20:30:21 2017 xorriso : UPDATE : 32.36% done, estimate finish Sat Oct 07 20:30:21 2017 xorriso : UPDATE : 33.10% done, estimate finish Sat Oct 07 20:30:22 2017 xorriso : UPDATE : 33.73% done, estimate finish Sat Oct 07 20:30:23 2017 xorriso : UPDATE : 33.94% done, estimate finish Sat Oct 07 20:30:27 2017 xorriso : UPDATE : 34.90% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 36.19% done, estimate finish Sat Oct 07 20:30:24 2017 xorriso : UPDATE : 36.86% done, estimate finish Sat Oct 07 20:30:25 2017 xorriso : UPDATE : 37.31% done, estimate finish Sat Oct 07 20:30:30 2017 xorriso : UPDATE : 38.27% done, estimate finish Sat Oct 07 20:30:29 2017 xorriso : UPDATE : 38.64% done, estimate finish Sat Oct 07 20:30:32 2017 xorriso : UPDATE : 39.99% done, estimate finish Sat Oct 07 20:30:28 2017 xorriso : UPDATE : 40.48% done, estimate finish Sat Oct 07 20:30:30 2017 xorriso : UPDATE : 40.48% done, estimate finish Sat Oct 07 20:30:35 2017 xorriso : UPDATE : 41.98% done, estimate finish Sat Oct 07 20:30:30 2017 xorriso : UPDATE : 42.39% done, estimate finish Sat Oct 07 20:30:33 2017 xorriso : UPDATE : 43.05% done, estimate finish Sat Oct 07 20:30:33 2017 xorriso : UPDATE : 43.84% done, estimate finish Sat Oct 07 20:30:33 2017 xorriso : UPDATE : 44.48% done, estimate finish Sat Oct 07 20:30:36 2017 xorriso : UPDATE : 45.44% done, estimate finish Sat Oct 07 20:30:34 2017 xorriso : UPDATE : 46.12% done, estimate finish Sat Oct 07 20:30:35 2017 xorriso : UPDATE : 47.31% done, estimate finish Sat Oct 07 20:30:32 2017 xorriso : UPDATE : 47.94% done, estimate finish Sat Oct 07 20:30:33 2017 xorriso : UPDATE : 48.85% done, estimate finish Sat Oct 07 20:30:32 2017 xorriso : UPDATE : 49.63% done, estimate finish Sat Oct 07 20:30:32 2017 xorriso : UPDATE : 50.38% done, estimate finish Sat Oct 07 20:30:32 2017 xorriso : UPDATE : 50.65% done, estimate finish Sat Oct 07 20:30:35 2017 xorriso : UPDATE : 50.65% done, estimate finish Sat Oct 07 20:30:39 2017 xorriso : UPDATE : 50.65% done, estimate finish Sat Oct 07 20:30:46 2017 xorriso : UPDATE : 50.65% done, estimate finish Sat Oct 07 20:30:54 2017 xorriso : UPDATE : 50.65% done, estimate finish Sat Oct 07 20:31:00 2017 xorriso : UPDATE : 50.65% done, estimate finish Sat Oct 07 20:31:07 2017 xorriso : UPDATE : 50.65% done, estimate finish Sat Oct 07 20:31:13 2017 xorriso : UPDATE : 58.26% done, estimate finish Sat Oct 07 20:30:24 2017 xorriso : UPDATE : 58.90% done, estimate finish Sat Oct 07 20:30:25 2017 xorriso : UPDATE : 58.99% done, estimate finish Sat Oct 07 20:30:28 2017 xorriso : UPDATE : 58.99% done, estimate finish Sat Oct 07 20:30:31 2017 xorriso : UPDATE : 62.13% done, estimate finish Sat Oct 07 20:30:23 2017 xorriso : UPDATE : 62.73% done, estimate finish Sat Oct 07 20:30:17 2017 xorriso : UPDATE : 63.47% done, estimate finish Sat Oct 07 20:30:18 2017 xorriso : UPDATE : 64.12% done, estimate finish Sat Oct 07 20:30:19 2017 xorriso : UPDATE : 65.17% done, estimate finish Sat Oct 07 20:30:20 2017 xorriso : UPDATE : 66.00% done, estimate finish Sat Oct 07 20:30:20 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 20:30:21 2017 xorriso : UPDATE : 66.76% done, estimate finish Sat Oct 07 20:30:23 2017 xorriso : UPDATE : 66.76% done, estimate finish Sat Oct 07 20:30:27 2017 xorriso : UPDATE : 69.72% done, estimate finish Sat Oct 07 20:30:21 2017 xorriso : UPDATE : 70.22% done, estimate finish Sat Oct 07 20:30:22 2017 xorriso : UPDATE : 71.19% done, estimate finish Sat Oct 07 20:30:27 2017 xorriso : UPDATE : 71.57% done, estimate finish Sat Oct 07 20:30:29 2017 xorriso : UPDATE : 73.01% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 73.23% done, estimate finish Sat Oct 07 20:30:29 2017 xorriso : UPDATE : 74.59% done, estimate finish Sat Oct 07 20:30:27 2017 xorriso : UPDATE : 74.59% done, estimate finish Sat Oct 07 20:30:30 2017 xorriso : UPDATE : 74.59% done, estimate finish Sat Oct 07 20:30:32 2017 xorriso : UPDATE : 77.60% done, estimate finish Sat Oct 07 20:30:25 2017 xorriso : UPDATE : 78.20% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 79.15% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 79.41% done, estimate finish Sat Oct 07 20:30:27 2017 xorriso : UPDATE : 80.96% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 81.61% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 82.24% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 83.65% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 84.61% done, estimate finish Sat Oct 07 20:30:25 2017 xorriso : UPDATE : 84.99% done, estimate finish Sat Oct 07 20:30:26 2017 xorriso : UPDATE : 84.99% done, estimate finish Sat Oct 07 20:30:28 2017 xorriso : UPDATE : 84.99% done, estimate finish Sat Oct 07 20:30:30 2017 xorriso : UPDATE : 84.99% done, estimate finish Sat Oct 07 20:30:32 2017 xorriso : UPDATE : 84.99% done, estimate finish Sat Oct 07 20:30:33 2017 xorriso : UPDATE : 90.47% done, estimate finish Sat Oct 07 20:30:25 2017 xorriso : UPDATE : 90.80% done, estimate finish Sat Oct 07 20:30:25 2017 xorriso : UPDATE : 92.24% done, estimate finish Sat Oct 07 20:30:24 2017 xorriso : UPDATE : 92.71% done, estimate finish Sat Oct 07 20:30:25 2017 xorriso : UPDATE : 93.86% done, estimate finish Sat Oct 07 20:30:24 2017 xorriso : UPDATE : 94.19% done, estimate finish Sat Oct 07 20:30:25 2017 xorriso : UPDATE : 95.67% done, estimate finish Sat Oct 07 20:30:24 2017 xorriso : UPDATE : 96.36% done, estimate finish Sat Oct 07 20:30:25 2017 xorriso : UPDATE : 97.07% done, estimate finish Sat Oct 07 20:30:25 2017 xorriso : UPDATE : 98.32% done xorriso : UPDATE : 98.44% done ISO image produced: 2267806 sectors Written to medium : 2267806 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:30:25 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 3' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD3' xorriso : UPDATE : 1780 files added in 1 seconds xorriso : UPDATE : 1780 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.05% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 10.43% done, estimate finish Sat Oct 07 20:32:04 2017 xorriso : UPDATE : 10.43% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 11.98% done, estimate finish Sat Oct 07 20:32:08 2017 xorriso : UPDATE : 12.25% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 12.25% done, estimate finish Sat Oct 07 20:32:22 2017 xorriso : UPDATE : 14.77% done, estimate finish Sat Oct 07 20:32:09 2017 xorriso : UPDATE : 14.81% done, estimate finish Sat Oct 07 20:32:16 2017 xorriso : UPDATE : 15.95% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 17.16% done, estimate finish Sat Oct 07 20:32:13 2017 xorriso : UPDATE : 18.69% done, estimate finish Sat Oct 07 20:32:09 2017 xorriso : UPDATE : 18.80% done, estimate finish Sat Oct 07 20:32:23 2017 xorriso : UPDATE : 18.80% done, estimate finish Sat Oct 07 20:32:33 2017 xorriso : UPDATE : 18.80% done, estimate finish Sat Oct 07 20:32:44 2017 xorriso : UPDATE : 19.12% done, estimate finish Sat Oct 07 20:32:50 2017 xorriso : UPDATE : 23.47% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 24.15% done, estimate finish Sat Oct 07 20:32:15 2017 xorriso : UPDATE : 24.69% done, estimate finish Sat Oct 07 20:32:16 2017 xorriso : UPDATE : 25.04% done, estimate finish Sat Oct 07 20:32:20 2017 xorriso : UPDATE : 26.13% done, estimate finish Sat Oct 07 20:32:18 2017 xorriso : UPDATE : 27.56% done, estimate finish Sat Oct 07 20:32:16 2017 xorriso : UPDATE : 27.68% done, estimate finish Sat Oct 07 20:32:18 2017 xorriso : UPDATE : 29.12% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 30.25% done, estimate finish Sat Oct 07 20:32:13 2017 xorriso : UPDATE : 31.00% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 32.04% done, estimate finish Sat Oct 07 20:32:13 2017 xorriso : UPDATE : 33.00% done, estimate finish Sat Oct 07 20:32:13 2017 xorriso : UPDATE : 33.95% done, estimate finish Sat Oct 07 20:32:13 2017 xorriso : UPDATE : 34.16% done, estimate finish Sat Oct 07 20:32:16 2017 xorriso : UPDATE : 34.96% done, estimate finish Sat Oct 07 20:32:17 2017 xorriso : UPDATE : 36.31% done, estimate finish Sat Oct 07 20:32:15 2017 xorriso : UPDATE : 37.84% done, estimate finish Sat Oct 07 20:32:10 2017 xorriso : UPDATE : 38.43% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 39.30% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 39.79% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 39.79% done, estimate finish Sat Oct 07 20:32:19 2017 xorriso : UPDATE : 41.79% done, estimate finish Sat Oct 07 20:32:13 2017 xorriso : UPDATE : 41.89% done, estimate finish Sat Oct 07 20:32:18 2017 xorriso : UPDATE : 43.64% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 43.96% done, estimate finish Sat Oct 07 20:32:16 2017 xorriso : UPDATE : 44.89% done, estimate finish Sat Oct 07 20:32:16 2017 xorriso : UPDATE : 46.18% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 46.49% done, estimate finish Sat Oct 07 20:32:22 2017 xorriso : UPDATE : 47.85% done, estimate finish Sat Oct 07 20:32:19 2017 xorriso : UPDATE : 48.95% done, estimate finish Sat Oct 07 20:32:18 2017 xorriso : UPDATE : 49.29% done, estimate finish Sat Oct 07 20:32:20 2017 xorriso : UPDATE : 49.29% done, estimate finish Sat Oct 07 20:32:25 2017 xorriso : UPDATE : 51.32% done, estimate finish Sat Oct 07 20:32:18 2017 xorriso : UPDATE : 51.36% done, estimate finish Sat Oct 07 20:32:22 2017 xorriso : UPDATE : 53.00% done, estimate finish Sat Oct 07 20:32:18 2017 xorriso : UPDATE : 54.00% done, estimate finish Sat Oct 07 20:32:18 2017 xorriso : UPDATE : 54.00% done, estimate finish Sat Oct 07 20:32:21 2017 xorriso : UPDATE : 56.15% done, estimate finish Sat Oct 07 20:32:13 2017 xorriso : UPDATE : 56.81% done, estimate finish Sat Oct 07 20:32:15 2017 xorriso : UPDATE : 57.06% done, estimate finish Sat Oct 07 20:32:17 2017 xorriso : UPDATE : 57.95% done, estimate finish Sat Oct 07 20:32:18 2017 xorriso : UPDATE : 59.28% done, estimate finish Sat Oct 07 20:32:16 2017 xorriso : UPDATE : 59.82% done, estimate finish Sat Oct 07 20:32:17 2017 xorriso : UPDATE : 60.64% done, estimate finish Sat Oct 07 20:32:17 2017 xorriso : UPDATE : 61.51% done, estimate finish Sat Oct 07 20:32:17 2017 xorriso : UPDATE : 62.03% done, estimate finish Sat Oct 07 20:32:19 2017 xorriso : UPDATE : 62.03% done, estimate finish Sat Oct 07 20:32:21 2017 xorriso : UPDATE : 62.03% done, estimate finish Sat Oct 07 20:32:36 2017 xorriso : UPDATE : 66.06% done, estimate finish Sat Oct 07 20:32:15 2017 xorriso : UPDATE : 66.06% done, estimate finish Sat Oct 07 20:32:20 2017 xorriso : UPDATE : 68.05% done, estimate finish Sat Oct 07 20:32:15 2017 xorriso : UPDATE : 69.01% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 69.01% done, estimate finish Sat Oct 07 20:32:18 2017 xorriso : UPDATE : 71.18% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 71.66% done, estimate finish Sat Oct 07 20:32:15 2017 xorriso : UPDATE : 72.53% done, estimate finish Sat Oct 07 20:32:15 2017 xorriso : UPDATE : 73.73% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 74.04% done, estimate finish Sat Oct 07 20:32:10 2017 xorriso : UPDATE : 75.48% done, estimate finish Sat Oct 07 20:32:09 2017 xorriso : UPDATE : 76.40% done, estimate finish Sat Oct 07 20:32:10 2017 xorriso : UPDATE : 77.14% done, estimate finish Sat Oct 07 20:32:10 2017 xorriso : UPDATE : 77.51% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 78.74% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 79.72% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 80.93% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 81.40% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 82.94% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 83.10% done, estimate finish Sat Oct 07 20:32:15 2017 xorriso : UPDATE : 84.19% done, estimate finish Sat Oct 07 20:32:15 2017 xorriso : UPDATE : 85.41% done, estimate finish Sat Oct 07 20:32:14 2017 xorriso : UPDATE : 85.72% done, estimate finish Sat Oct 07 20:32:15 2017 xorriso : UPDATE : 85.72% done, estimate finish Sat Oct 07 20:32:18 2017 xorriso : UPDATE : 85.72% done, estimate finish Sat Oct 07 20:32:20 2017 xorriso : UPDATE : 85.72% done, estimate finish Sat Oct 07 20:32:22 2017 xorriso : UPDATE : 85.72% done, estimate finish Sat Oct 07 20:32:24 2017 xorriso : UPDATE : 85.72% done, estimate finish Sat Oct 07 20:32:27 2017 xorriso : UPDATE : 85.72% done, estimate finish Sat Oct 07 20:32:28 2017 xorriso : UPDATE : 85.72% done, estimate finish Sat Oct 07 20:32:57 2017 xorriso : UPDATE : 95.16% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 96.24% done, estimate finish Sat Oct 07 20:32:12 2017 xorriso : UPDATE : 96.60% done, estimate finish Sat Oct 07 20:32:13 2017 xorriso : UPDATE : 97.40% done, estimate finish Sat Oct 07 20:32:13 2017 xorriso : UPDATE : 99.18% done xorriso : UPDATE : 99.98% done ISO image produced: 2292546 sectors Written to medium : 2292546 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:32:14 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 4' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-4.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD4' xorriso : UPDATE : 6297 files added in 1 seconds xorriso : UPDATE : 6297 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.22% done xorriso : UPDATE : 0.92% done xorriso : UPDATE : 1.45% done, estimate finish Sat Oct 07 20:35:22 2017 xorriso : UPDATE : 2.02% done, estimate finish Sat Oct 07 20:35:19 2017 xorriso : UPDATE : 3.44% done, estimate finish Sat Oct 07 20:34:33 2017 xorriso : UPDATE : 4.54% done, estimate finish Sat Oct 07 20:34:22 2017 xorriso : UPDATE : 5.49% done, estimate finish Sat Oct 07 20:34:18 2017 xorriso : UPDATE : 5.49% done, estimate finish Sat Oct 07 20:34:36 2017 xorriso : UPDATE : 7.79% done, estimate finish Sat Oct 07 20:34:08 2017 xorriso : UPDATE : 8.52% done, estimate finish Sat Oct 07 20:34:10 2017 xorriso : UPDATE : 9.48% done, estimate finish Sat Oct 07 20:34:09 2017 xorriso : UPDATE : 9.92% done, estimate finish Sat Oct 07 20:34:14 2017 xorriso : UPDATE : 10.78% done, estimate finish Sat Oct 07 20:34:04 2017 xorriso : UPDATE : 11.65% done, estimate finish Sat Oct 07 20:34:05 2017 xorriso : UPDATE : 12.28% done, estimate finish Sat Oct 07 20:34:07 2017 xorriso : UPDATE : 13.78% done, estimate finish Sat Oct 07 20:34:02 2017 xorriso : UPDATE : 14.49% done, estimate finish Sat Oct 07 20:34:04 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:34:04 2017 xorriso : UPDATE : 16.16% done, estimate finish Sat Oct 07 20:34:05 2017 xorriso : UPDATE : 16.90% done, estimate finish Sat Oct 07 20:34:07 2017 xorriso : UPDATE : 17.57% done, estimate finish Sat Oct 07 20:34:09 2017 xorriso : UPDATE : 18.35% done, estimate finish Sat Oct 07 20:34:09 2017 xorriso : UPDATE : 18.99% done, estimate finish Sat Oct 07 20:34:14 2017 xorriso : UPDATE : 19.69% done, estimate finish Sat Oct 07 20:34:15 2017 xorriso : UPDATE : 20.47% done, estimate finish Sat Oct 07 20:34:15 2017 xorriso : UPDATE : 21.31% done, estimate finish Sat Oct 07 20:34:15 2017 xorriso : UPDATE : 21.60% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 22.20% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 23.38% done, estimate finish Sat Oct 07 20:34:18 2017 xorriso : UPDATE : 24.03% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 24.74% done, estimate finish Sat Oct 07 20:34:20 2017 xorriso : UPDATE : 25.31% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 25.78% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 26.51% done, estimate finish Sat Oct 07 20:34:29 2017 xorriso : UPDATE : 27.23% done, estimate finish Sat Oct 07 20:34:29 2017 xorriso : UPDATE : 27.69% done, estimate finish Sat Oct 07 20:34:31 2017 xorriso : UPDATE : 28.31% done, estimate finish Sat Oct 07 20:34:32 2017 xorriso : UPDATE : 29.04% done, estimate finish Sat Oct 07 20:34:32 2017 xorriso : UPDATE : 29.78% done, estimate finish Sat Oct 07 20:34:31 2017 xorriso : UPDATE : 30.75% done, estimate finish Sat Oct 07 20:34:29 2017 xorriso : UPDATE : 30.76% done, estimate finish Sat Oct 07 20:34:35 2017 xorriso : UPDATE : 32.87% done, estimate finish Sat Oct 07 20:34:25 2017 xorriso : UPDATE : 33.74% done, estimate finish Sat Oct 07 20:34:25 2017 xorriso : UPDATE : 34.32% done, estimate finish Sat Oct 07 20:34:22 2017 xorriso : UPDATE : 34.97% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 35.34% done, estimate finish Sat Oct 07 20:34:27 2017 xorriso : UPDATE : 35.34% done, estimate finish Sat Oct 07 20:34:33 2017 xorriso : UPDATE : 35.34% done, estimate finish Sat Oct 07 20:34:39 2017 xorriso : UPDATE : 38.97% done, estimate finish Sat Oct 07 20:34:18 2017 xorriso : UPDATE : 39.32% done, estimate finish Sat Oct 07 20:34:20 2017 xorriso : UPDATE : 40.74% done, estimate finish Sat Oct 07 20:34:17 2017 xorriso : UPDATE : 40.86% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 40.86% done, estimate finish Sat Oct 07 20:34:25 2017 xorriso : UPDATE : 43.59% done, estimate finish Sat Oct 07 20:34:12 2017 xorriso : UPDATE : 44.65% done, estimate finish Sat Oct 07 20:34:12 2017 xorriso : UPDATE : 45.30% done, estimate finish Sat Oct 07 20:34:13 2017 xorriso : UPDATE : 45.37% done, estimate finish Sat Oct 07 20:34:17 2017 xorriso : UPDATE : 47.31% done, estimate finish Sat Oct 07 20:34:12 2017 xorriso : UPDATE : 48.02% done, estimate finish Sat Oct 07 20:34:13 2017 xorriso : UPDATE : 48.68% done, estimate finish Sat Oct 07 20:34:14 2017 xorriso : UPDATE : 50.00% done, estimate finish Sat Oct 07 20:34:12 2017 xorriso : UPDATE : 50.72% done, estimate finish Sat Oct 07 20:34:13 2017 xorriso : UPDATE : 51.37% done, estimate finish Sat Oct 07 20:34:14 2017 xorriso : UPDATE : 52.19% done, estimate finish Sat Oct 07 20:34:15 2017 xorriso : UPDATE : 53.35% done, estimate finish Sat Oct 07 20:34:14 2017 xorriso : UPDATE : 53.47% done, estimate finish Sat Oct 07 20:34:17 2017 xorriso : UPDATE : 54.45% done, estimate finish Sat Oct 07 20:34:17 2017 xorriso : UPDATE : 55.27% done, estimate finish Sat Oct 07 20:34:17 2017 xorriso : UPDATE : 55.87% done, estimate finish Sat Oct 07 20:34:18 2017 xorriso : UPDATE : 56.43% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 57.25% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 57.97% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 58.76% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 59.03% done, estimate finish Sat Oct 07 20:34:26 2017 xorriso : UPDATE : 59.71% done, estimate finish Sat Oct 07 20:34:27 2017 xorriso : UPDATE : 60.42% done, estimate finish Sat Oct 07 20:34:26 2017 xorriso : UPDATE : 61.23% done, estimate finish Sat Oct 07 20:34:25 2017 xorriso : UPDATE : 62.04% done, estimate finish Sat Oct 07 20:34:25 2017 xorriso : UPDATE : 62.76% done, estimate finish Sat Oct 07 20:34:25 2017 xorriso : UPDATE : 63.82% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 64.54% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 65.03% done, estimate finish Sat Oct 07 20:34:24 2017 xorriso : UPDATE : 65.93% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 66.36% done, estimate finish Sat Oct 07 20:34:25 2017 xorriso : UPDATE : 67.16% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 67.76% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 68.71% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 69.61% done, estimate finish Sat Oct 07 20:34:22 2017 xorriso : UPDATE : 70.17% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 70.90% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 71.72% done, estimate finish Sat Oct 07 20:34:23 2017 xorriso : UPDATE : 72.01% done, estimate finish Sat Oct 07 20:34:24 2017 xorriso : UPDATE : 72.97% done, estimate finish Sat Oct 07 20:34:24 2017 xorriso : UPDATE : 73.78% done, estimate finish Sat Oct 07 20:34:24 2017 xorriso : UPDATE : 74.87% done, estimate finish Sat Oct 07 20:34:22 2017 xorriso : UPDATE : 75.86% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 77.07% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 77.68% done, estimate finish Sat Oct 07 20:34:20 2017 xorriso : UPDATE : 78.31% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 79.04% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 79.83% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 80.48% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 81.36% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 82.22% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 82.83% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 84.47% done, estimate finish Sat Oct 07 20:34:18 2017 xorriso : UPDATE : 85.48% done, estimate finish Sat Oct 07 20:34:18 2017 xorriso : UPDATE : 86.05% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 86.83% done, estimate finish Sat Oct 07 20:34:20 2017 xorriso : UPDATE : 87.24% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 88.40% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 89.13% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 90.10% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 90.92% done, estimate finish Sat Oct 07 20:34:20 2017 xorriso : UPDATE : 91.76% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 92.59% done, estimate finish Sat Oct 07 20:34:19 2017 xorriso : UPDATE : 93.03% done, estimate finish Sat Oct 07 20:34:20 2017 xorriso : UPDATE : 93.45% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 94.36% done, estimate finish Sat Oct 07 20:34:20 2017 xorriso : UPDATE : 94.47% done, estimate finish Sat Oct 07 20:34:22 2017 xorriso : UPDATE : 96.25% done, estimate finish Sat Oct 07 20:34:20 2017 xorriso : UPDATE : 96.41% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 97.28% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 97.95% done, estimate finish Sat Oct 07 20:34:21 2017 xorriso : UPDATE : 98.45% done, estimate finish Sat Oct 07 20:34:22 2017 xorriso : UPDATE : 99.08% done ISO image produced: 2282279 sectors Written to medium : 2282279 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:34:22 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 5' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-5.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD5' xorriso : UPDATE : 6367 files added in 1 seconds xorriso : UPDATE : 6367 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.27% done xorriso : UPDATE : 0.65% done xorriso : UPDATE : 1.26% done, estimate finish Sat Oct 07 20:38:07 2017 xorriso : UPDATE : 1.88% done, estimate finish Sat Oct 07 20:37:46 2017 xorriso : UPDATE : 2.97% done, estimate finish Sat Oct 07 20:37:06 2017 xorriso : UPDATE : 3.66% done, estimate finish Sat Oct 07 20:37:02 2017 xorriso : UPDATE : 4.29% done, estimate finish Sat Oct 07 20:37:02 2017 xorriso : UPDATE : 4.95% done, estimate finish Sat Oct 07 20:37:02 2017 xorriso : UPDATE : 5.43% done, estimate finish Sat Oct 07 20:37:06 2017 xorriso : UPDATE : 6.14% done, estimate finish Sat Oct 07 20:37:04 2017 xorriso : UPDATE : 7.00% done, estimate finish Sat Oct 07 20:36:58 2017 xorriso : UPDATE : 7.40% done, estimate finish Sat Oct 07 20:37:03 2017 xorriso : UPDATE : 7.40% done, estimate finish Sat Oct 07 20:37:07 2017 xorriso : UPDATE : 10.03% done, estimate finish Sat Oct 07 20:36:30 2017 xorriso : UPDATE : 10.66% done, estimate finish Sat Oct 07 20:36:32 2017 xorriso : UPDATE : 11.18% done, estimate finish Sat Oct 07 20:36:35 2017 xorriso : UPDATE : 11.86% done, estimate finish Sat Oct 07 20:36:36 2017 xorriso : UPDATE : 13.00% done, estimate finish Sat Oct 07 20:36:32 2017 xorriso : UPDATE : 13.78% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 14.06% done, estimate finish Sat Oct 07 20:36:38 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:36:32 2017 xorriso : UPDATE : 15.88% done, estimate finish Sat Oct 07 20:36:35 2017 xorriso : UPDATE : 16.86% done, estimate finish Sat Oct 07 20:36:22 2017 xorriso : UPDATE : 17.36% done, estimate finish Sat Oct 07 20:36:26 2017 xorriso : UPDATE : 17.94% done, estimate finish Sat Oct 07 20:36:28 2017 xorriso : UPDATE : 18.53% done, estimate finish Sat Oct 07 20:36:30 2017 xorriso : UPDATE : 19.65% done, estimate finish Sat Oct 07 20:36:28 2017 xorriso : UPDATE : 20.22% done, estimate finish Sat Oct 07 20:36:30 2017 xorriso : UPDATE : 20.57% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 21.35% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 21.39% done, estimate finish Sat Oct 07 20:36:39 2017 xorriso : UPDATE : 21.39% done, estimate finish Sat Oct 07 20:36:45 2017 xorriso : UPDATE : 21.39% done, estimate finish Sat Oct 07 20:37:25 2017 xorriso : UPDATE : 22.27% done, estimate finish Sat Oct 07 20:37:16 2017 xorriso : UPDATE : 26.09% done, estimate finish Sat Oct 07 20:36:34 2017 xorriso : UPDATE : 26.30% done, estimate finish Sat Oct 07 20:36:39 2017 xorriso : UPDATE : 27.90% done, estimate finish Sat Oct 07 20:36:32 2017 xorriso : UPDATE : 28.58% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 29.22% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 30.10% done, estimate finish Sat Oct 07 20:36:32 2017 xorriso : UPDATE : 30.65% done, estimate finish Sat Oct 07 20:36:34 2017 xorriso : UPDATE : 30.65% done, estimate finish Sat Oct 07 20:36:39 2017 xorriso : UPDATE : 32.25% done, estimate finish Sat Oct 07 20:36:19 2017 xorriso : UPDATE : 33.28% done, estimate finish Sat Oct 07 20:36:18 2017 xorriso : UPDATE : 34.38% done, estimate finish Sat Oct 07 20:36:17 2017 xorriso : UPDATE : 34.72% done, estimate finish Sat Oct 07 20:36:20 2017 xorriso : UPDATE : 36.06% done, estimate finish Sat Oct 07 20:36:18 2017 xorriso : UPDATE : 36.67% done, estimate finish Sat Oct 07 20:36:19 2017 xorriso : UPDATE : 37.41% done, estimate finish Sat Oct 07 20:36:21 2017 xorriso : UPDATE : 38.00% done, estimate finish Sat Oct 07 20:36:23 2017 xorriso : UPDATE : 38.83% done, estimate finish Sat Oct 07 20:36:22 2017 xorriso : UPDATE : 39.50% done, estimate finish Sat Oct 07 20:36:23 2017 xorriso : UPDATE : 39.50% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 39.50% done, estimate finish Sat Oct 07 20:36:44 2017 xorriso : UPDATE : 42.83% done, estimate finish Sat Oct 07 20:36:25 2017 xorriso : UPDATE : 43.68% done, estimate finish Sat Oct 07 20:36:25 2017 xorriso : UPDATE : 44.50% done, estimate finish Sat Oct 07 20:36:25 2017 xorriso : UPDATE : 45.33% done, estimate finish Sat Oct 07 20:36:26 2017 xorriso : UPDATE : 46.04% done, estimate finish Sat Oct 07 20:36:26 2017 xorriso : UPDATE : 46.87% done, estimate finish Sat Oct 07 20:36:26 2017 xorriso : UPDATE : 47.39% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 48.20% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 48.68% done, estimate finish Sat Oct 07 20:36:29 2017 xorriso : UPDATE : 49.36% done, estimate finish Sat Oct 07 20:36:23 2017 xorriso : UPDATE : 50.15% done, estimate finish Sat Oct 07 20:36:23 2017 xorriso : UPDATE : 51.37% done, estimate finish Sat Oct 07 20:36:22 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 20:36:21 2017 xorriso : UPDATE : 53.11% done, estimate finish Sat Oct 07 20:36:23 2017 xorriso : UPDATE : 53.66% done, estimate finish Sat Oct 07 20:36:24 2017 xorriso : UPDATE : 54.38% done, estimate finish Sat Oct 07 20:36:25 2017 xorriso : UPDATE : 55.28% done, estimate finish Sat Oct 07 20:36:25 2017 xorriso : UPDATE : 55.93% done, estimate finish Sat Oct 07 20:36:25 2017 xorriso : UPDATE : 57.14% done, estimate finish Sat Oct 07 20:36:25 2017 xorriso : UPDATE : 58.10% done, estimate finish Sat Oct 07 20:36:26 2017 xorriso : UPDATE : 59.04% done, estimate finish Sat Oct 07 20:36:25 2017 xorriso : UPDATE : 59.63% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 60.23% done, estimate finish Sat Oct 07 20:36:28 2017 xorriso : UPDATE : 60.90% done, estimate finish Sat Oct 07 20:36:29 2017 xorriso : UPDATE : 61.39% done, estimate finish Sat Oct 07 20:36:30 2017 xorriso : UPDATE : 61.96% done, estimate finish Sat Oct 07 20:36:31 2017 xorriso : UPDATE : 61.96% done, estimate finish Sat Oct 07 20:36:34 2017 xorriso : UPDATE : 62.27% done, estimate finish Sat Oct 07 20:36:36 2017 xorriso : UPDATE : 64.60% done, estimate finish Sat Oct 07 20:36:30 2017 xorriso : UPDATE : 65.35% done, estimate finish Sat Oct 07 20:36:34 2017 xorriso : UPDATE : 66.04% done, estimate finish Sat Oct 07 20:36:34 2017 xorriso : UPDATE : 66.88% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 67.80% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 68.44% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 69.17% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 69.84% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 70.59% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 71.26% done, estimate finish Sat Oct 07 20:36:34 2017 xorriso : UPDATE : 71.42% done, estimate finish Sat Oct 07 20:36:35 2017 xorriso : UPDATE : 73.11% done, estimate finish Sat Oct 07 20:36:31 2017 xorriso : UPDATE : 73.12% done, estimate finish Sat Oct 07 20:36:36 2017 xorriso : UPDATE : 74.76% done, estimate finish Sat Oct 07 20:36:31 2017 xorriso : UPDATE : 75.17% done, estimate finish Sat Oct 07 20:36:32 2017 xorriso : UPDATE : 75.64% done, estimate finish Sat Oct 07 20:36:34 2017 xorriso : UPDATE : 76.80% done, estimate finish Sat Oct 07 20:36:32 2017 xorriso : UPDATE : 77.49% done, estimate finish Sat Oct 07 20:36:32 2017 xorriso : UPDATE : 78.04% done, estimate finish Sat Oct 07 20:36:33 2017 xorriso : UPDATE : 79.32% done, estimate finish Sat Oct 07 20:36:31 2017 xorriso : UPDATE : 80.48% done, estimate finish Sat Oct 07 20:36:30 2017 xorriso : UPDATE : 81.25% done, estimate finish Sat Oct 07 20:36:30 2017 xorriso : UPDATE : 82.48% done, estimate finish Sat Oct 07 20:36:28 2017 xorriso : UPDATE : 83.67% done, estimate finish Sat Oct 07 20:36:28 2017 xorriso : UPDATE : 84.78% done, estimate finish Sat Oct 07 20:36:26 2017 xorriso : UPDATE : 85.45% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 86.66% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 87.53% done, estimate finish Sat Oct 07 20:36:26 2017 xorriso : UPDATE : 88.46% done, estimate finish Sat Oct 07 20:36:26 2017 xorriso : UPDATE : 89.22% done, estimate finish Sat Oct 07 20:36:26 2017 xorriso : UPDATE : 89.88% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 90.55% done, estimate finish Sat Oct 07 20:36:28 2017 xorriso : UPDATE : 91.25% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 91.62% done, estimate finish Sat Oct 07 20:36:28 2017 xorriso : UPDATE : 93.09% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 94.25% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 94.95% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 95.18% done, estimate finish Sat Oct 07 20:36:28 2017 xorriso : UPDATE : 96.74% done, estimate finish Sat Oct 07 20:36:27 2017 xorriso : UPDATE : 97.14% done, estimate finish Sat Oct 07 20:36:28 2017 xorriso : UPDATE : 98.10% done, estimate finish Sat Oct 07 20:36:28 2017 xorriso : UPDATE : 98.56% done xorriso : UPDATE : 99.57% done ISO image produced: 2291741 sectors Written to medium : 2291741 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:36:29 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 6' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-6.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD6' xorriso : UPDATE : 2247 files added in 1 seconds xorriso : UPDATE : 2247 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_ppc64el.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.45% done xorriso : UPDATE : 2.14% done, estimate finish Sat Oct 07 20:38:18 2017 xorriso : UPDATE : 2.77% done, estimate finish Sat Oct 07 20:38:30 2017 xorriso : UPDATE : 3.99% done, estimate finish Sat Oct 07 20:38:18 2017 xorriso : UPDATE : 4.70% done, estimate finish Sat Oct 07 20:38:23 2017 xorriso : UPDATE : 5.31% done, estimate finish Sat Oct 07 20:38:29 2017 xorriso : UPDATE : 6.08% done, estimate finish Sat Oct 07 20:38:30 2017 xorriso : UPDATE : 6.68% done, estimate finish Sat Oct 07 20:38:35 2017 xorriso : UPDATE : 7.74% done, estimate finish Sat Oct 07 20:38:31 2017 xorriso : UPDATE : 8.78% done, estimate finish Sat Oct 07 20:38:27 2017 xorriso : UPDATE : 9.47% done, estimate finish Sat Oct 07 20:38:29 2017 xorriso : UPDATE : 9.47% done, estimate finish Sat Oct 07 20:38:39 2017 xorriso : UPDATE : 11.89% done, estimate finish Sat Oct 07 20:38:21 2017 xorriso : UPDATE : 12.75% done, estimate finish Sat Oct 07 20:38:22 2017 xorriso : UPDATE : 13.60% done, estimate finish Sat Oct 07 20:38:23 2017 xorriso : UPDATE : 14.60% done, estimate finish Sat Oct 07 20:38:21 2017 xorriso : UPDATE : 15.46% done, estimate finish Sat Oct 07 20:38:22 2017 xorriso : UPDATE : 16.43% done, estimate finish Sat Oct 07 20:38:21 2017 xorriso : UPDATE : 17.24% done, estimate finish Sat Oct 07 20:38:21 2017 xorriso : UPDATE : 17.94% done, estimate finish Sat Oct 07 20:38:23 2017 xorriso : UPDATE : 19.09% done, estimate finish Sat Oct 07 20:38:22 2017 xorriso : UPDATE : 20.13% done, estimate finish Sat Oct 07 20:38:20 2017 xorriso : UPDATE : 21.03% done, estimate finish Sat Oct 07 20:38:20 2017 xorriso : UPDATE : 21.49% done, estimate finish Sat Oct 07 20:38:24 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 20:38:18 2017 xorriso : UPDATE : 24.28% done, estimate finish Sat Oct 07 20:38:16 2017 xorriso : UPDATE : 24.28% done, estimate finish Sat Oct 07 20:38:22 2017 xorriso : UPDATE : 24.28% done, estimate finish Sat Oct 07 20:38:28 2017 xorriso : UPDATE : 24.28% done, estimate finish Sat Oct 07 20:38:34 2017 xorriso : UPDATE : 24.28% done, estimate finish Sat Oct 07 20:38:41 2017 xorriso : UPDATE : 29.78% done, estimate finish Sat Oct 07 20:38:13 2017 xorriso : UPDATE : 29.78% done, estimate finish Sat Oct 07 20:38:17 2017 xorriso : UPDATE : 32.38% done, estimate finish Sat Oct 07 20:38:06 2017 xorriso : UPDATE : 34.29% done, estimate finish Sat Oct 07 20:38:02 2017 xorriso : UPDATE : 34.29% done, estimate finish Sat Oct 07 20:38:08 2017 xorriso : UPDATE : 34.29% done, estimate finish Sat Oct 07 20:38:12 2017 xorriso : UPDATE : 34.29% done, estimate finish Sat Oct 07 20:38:17 2017 xorriso : UPDATE : 34.29% done, estimate finish Sat Oct 07 20:38:22 2017 xorriso : UPDATE : 40.22% done, estimate finish Sat Oct 07 20:38:01 2017 xorriso : UPDATE : 40.66% done, estimate finish Sat Oct 07 20:38:04 2017 xorriso : UPDATE : 40.66% done, estimate finish Sat Oct 07 20:38:07 2017 xorriso : UPDATE : 40.66% done, estimate finish Sat Oct 07 20:38:11 2017 xorriso : UPDATE : 40.66% done, estimate finish Sat Oct 07 20:38:21 2017 xorriso : UPDATE : 40.66% done, estimate finish Sat Oct 07 20:38:27 2017 xorriso : UPDATE : 40.66% done, estimate finish Sat Oct 07 20:38:34 2017 xorriso : UPDATE : 49.08% done, estimate finish Sat Oct 07 20:37:58 2017 xorriso : UPDATE : 49.82% done, estimate finish Sat Oct 07 20:37:59 2017 xorriso : UPDATE : 50.63% done, estimate finish Sat Oct 07 20:38:01 2017 xorriso : UPDATE : 51.41% done, estimate finish Sat Oct 07 20:38:01 2017 xorriso : UPDATE : 52.27% done, estimate finish Sat Oct 07 20:38:02 2017 xorriso : UPDATE : 53.26% done, estimate finish Sat Oct 07 20:38:02 2017 xorriso : UPDATE : 54.05% done, estimate finish Sat Oct 07 20:38:04 2017 xorriso : UPDATE : 54.85% done, estimate finish Sat Oct 07 20:37:58 2017 xorriso : UPDATE : 55.61% done, estimate finish Sat Oct 07 20:38:00 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 20:38:02 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 20:38:05 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 20:38:08 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 20:38:12 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 20:38:15 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 20:38:18 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 20:38:22 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 20:38:25 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 20:42:02 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 20:42:29 2017 xorriso : UPDATE : 56.86% done, estimate finish Sat Oct 07 20:40:49 2017 xorriso : UPDATE : 69.94% done, estimate finish Sat Oct 07 20:38:02 2017 xorriso : UPDATE : 70.96% done, estimate finish Sat Oct 07 20:38:02 2017 xorriso : UPDATE : 72.06% done, estimate finish Sat Oct 07 20:38:03 2017 xorriso : UPDATE : 73.02% done, estimate finish Sat Oct 07 20:38:02 2017 xorriso : UPDATE : 73.97% done, estimate finish Sat Oct 07 20:38:04 2017 xorriso : UPDATE : 75.59% done, estimate finish Sat Oct 07 20:38:02 2017 xorriso : UPDATE : 76.40% done, estimate finish Sat Oct 07 20:38:03 2017 xorriso : UPDATE : 77.15% done, estimate finish Sat Oct 07 20:37:55 2017 xorriso : UPDATE : 78.10% done, estimate finish Sat Oct 07 20:37:56 2017 xorriso : UPDATE : 79.06% done, estimate finish Sat Oct 07 20:37:57 2017 xorriso : UPDATE : 79.97% done, estimate finish Sat Oct 07 20:37:57 2017 xorriso : UPDATE : 79.99% done, estimate finish Sat Oct 07 20:37:59 2017 xorriso : UPDATE : 79.99% done, estimate finish Sat Oct 07 20:38:01 2017 xorriso : UPDATE : 83.43% done, estimate finish Sat Oct 07 20:37:59 2017 xorriso : UPDATE : 83.95% done, estimate finish Sat Oct 07 20:38:00 2017 xorriso : UPDATE : 85.12% done, estimate finish Sat Oct 07 20:38:01 2017 xorriso : UPDATE : 85.77% done, estimate finish Sat Oct 07 20:38:01 2017 xorriso : UPDATE : 86.76% done, estimate finish Sat Oct 07 20:38:01 2017 xorriso : UPDATE : 87.82% done, estimate finish Sat Oct 07 20:38:06 2017 xorriso : UPDATE : 88.64% done, estimate finish Sat Oct 07 20:38:06 2017 xorriso : UPDATE : 89.32% done, estimate finish Sat Oct 07 20:38:07 2017 xorriso : UPDATE : 89.86% done, estimate finish Sat Oct 07 20:38:07 2017 xorriso : UPDATE : 90.87% done, estimate finish Sat Oct 07 20:38:07 2017 xorriso : UPDATE : 91.55% done, estimate finish Sat Oct 07 20:38:08 2017 xorriso : UPDATE : 92.24% done, estimate finish Sat Oct 07 20:38:08 2017 xorriso : UPDATE : 93.08% done, estimate finish Sat Oct 07 20:38:08 2017 xorriso : UPDATE : 93.82% done, estimate finish Sat Oct 07 20:38:09 2017 xorriso : UPDATE : 94.74% done, estimate finish Sat Oct 07 20:38:08 2017 xorriso : UPDATE : 95.62% done, estimate finish Sat Oct 07 20:38:09 2017 xorriso : UPDATE : 96.04% done, estimate finish Sat Oct 07 20:38:10 2017 xorriso : UPDATE : 97.41% done, estimate finish Sat Oct 07 20:38:09 2017 xorriso : UPDATE : 99.05% done xorriso : UPDATE : 99.61% done ISO image produced: 2111608 sectors Written to medium : 2111608 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:38:09 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 7' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-7.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD7' xorriso : UPDATE : 986 files added in 1 seconds xorriso : UPDATE : 986 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.39% done xorriso : UPDATE : 1.30% done xorriso : UPDATE : 1.76% done, estimate finish Sat Oct 07 20:40:38 2017 xorriso : UPDATE : 1.76% done, estimate finish Sat Oct 07 20:41:35 2017 xorriso : UPDATE : 1.76% done, estimate finish Sat Oct 07 20:42:32 2017 xorriso : UPDATE : 3.24% done, estimate finish Sat Oct 07 20:41:03 2017 xorriso : UPDATE : 5.47% done, estimate finish Sat Oct 07 20:40:11 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 20:39:57 2017 xorriso : UPDATE : 7.45% done, estimate finish Sat Oct 07 20:40:05 2017 xorriso : UPDATE : 8.78% done, estimate finish Sat Oct 07 20:39:59 2017 xorriso : UPDATE : 8.94% done, estimate finish Sat Oct 07 20:40:09 2017 xorriso : UPDATE : 8.94% done, estimate finish Sat Oct 07 20:40:20 2017 xorriso : UPDATE : 8.94% done, estimate finish Sat Oct 07 20:40:29 2017 xorriso : UPDATE : 10.79% done, estimate finish Sat Oct 07 20:40:12 2017 xorriso : UPDATE : 12.60% done, estimate finish Sat Oct 07 20:40:01 2017 xorriso : UPDATE : 13.99% done, estimate finish Sat Oct 07 20:39:56 2017 xorriso : UPDATE : 15.29% done, estimate finish Sat Oct 07 20:39:54 2017 xorriso : UPDATE : 16.30% done, estimate finish Sat Oct 07 20:39:54 2017 xorriso : UPDATE : 17.01% done, estimate finish Sat Oct 07 20:39:55 2017 xorriso : UPDATE : 17.01% done, estimate finish Sat Oct 07 20:40:01 2017 xorriso : UPDATE : 17.01% done, estimate finish Sat Oct 07 20:40:08 2017 xorriso : UPDATE : 20.05% done, estimate finish Sat Oct 07 20:39:54 2017 xorriso : UPDATE : 21.10% done, estimate finish Sat Oct 07 20:39:44 2017 xorriso : UPDATE : 21.67% done, estimate finish Sat Oct 07 20:39:47 2017 xorriso : UPDATE : 23.20% done, estimate finish Sat Oct 07 20:39:45 2017 xorriso : UPDATE : 23.20% done, estimate finish Sat Oct 07 20:39:51 2017 xorriso : UPDATE : 25.11% done, estimate finish Sat Oct 07 20:39:46 2017 xorriso : UPDATE : 25.11% done, estimate finish Sat Oct 07 20:39:51 2017 xorriso : UPDATE : 25.11% done, estimate finish Sat Oct 07 20:39:56 2017 xorriso : UPDATE : 25.11% done, estimate finish Sat Oct 07 20:40:01 2017 xorriso : UPDATE : 25.11% done, estimate finish Sat Oct 07 20:40:06 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:39:47 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:39:58 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:40:05 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:40:11 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:40:17 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:40:24 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:40:31 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:40:37 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:40:44 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:40:51 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:40:57 2017 xorriso : UPDATE : 30.11% done, estimate finish Sat Oct 07 20:41:03 2017 xorriso : UPDATE : 30.11% done xorriso : UPDATE : 30.11% done xorriso : UPDATE : 30.11% done xorriso : UPDATE : 30.11% done xorriso : UPDATE : 30.11% done xorriso : UPDATE : 30.11% done xorriso : UPDATE : 30.11% done xorriso : UPDATE : 30.11% done xorriso : UPDATE : 30.11% done xorriso : UPDATE : 30.11% done xorriso : UPDATE : 34.72% done, estimate finish Sat Oct 07 20:41:08 2017 xorriso : UPDATE : 51.69% done, estimate finish Sat Oct 07 20:39:37 2017 xorriso : UPDATE : 55.77% done, estimate finish Sat Oct 07 20:39:33 2017 xorriso : UPDATE : 55.77% done, estimate finish Sat Oct 07 20:39:35 2017 xorriso : UPDATE : 58.63% done, estimate finish Sat Oct 07 20:39:33 2017 xorriso : UPDATE : 58.63% done, estimate finish Sat Oct 07 20:39:35 2017 xorriso : UPDATE : 60.65% done, estimate finish Sat Oct 07 20:39:34 2017 xorriso : UPDATE : 60.87% done, estimate finish Sat Oct 07 20:39:36 2017 xorriso : UPDATE : 62.47% done, estimate finish Sat Oct 07 20:39:35 2017 xorriso : UPDATE : 63.29% done, estimate finish Sat Oct 07 20:39:37 2017 xorriso : UPDATE : 64.28% done, estimate finish Sat Oct 07 20:39:31 2017 xorriso : UPDATE : 64.62% done, estimate finish Sat Oct 07 20:39:33 2017 xorriso : UPDATE : 65.89% done, estimate finish Sat Oct 07 20:39:33 2017 xorriso : UPDATE : 66.82% done, estimate finish Sat Oct 07 20:39:34 2017 xorriso : UPDATE : 66.88% done, estimate finish Sat Oct 07 20:39:36 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 20:39:35 2017 xorriso : UPDATE : 69.09% done, estimate finish Sat Oct 07 20:39:37 2017 xorriso : UPDATE : 69.09% done, estimate finish Sat Oct 07 20:39:39 2017 xorriso : UPDATE : 71.08% done, estimate finish Sat Oct 07 20:39:39 2017 xorriso : UPDATE : 72.49% done, estimate finish Sat Oct 07 20:39:38 2017 xorriso : UPDATE : 73.25% done, estimate finish Sat Oct 07 20:39:52 2017 xorriso : UPDATE : 74.58% done, estimate finish Sat Oct 07 20:39:51 2017 xorriso : UPDATE : 75.07% done, estimate finish Sat Oct 07 20:39:52 2017 xorriso : UPDATE : 75.07% done, estimate finish Sat Oct 07 20:39:55 2017 xorriso : UPDATE : 75.07% done, estimate finish Sat Oct 07 20:39:58 2017 xorriso : UPDATE : 75.07% done, estimate finish Sat Oct 07 20:40:01 2017 xorriso : UPDATE : 75.07% done, estimate finish Sat Oct 07 20:40:04 2017 xorriso : UPDATE : 80.84% done, estimate finish Sat Oct 07 20:39:49 2017 xorriso : UPDATE : 81.48% done, estimate finish Sat Oct 07 20:39:50 2017 xorriso : UPDATE : 82.09% done, estimate finish Sat Oct 07 20:39:51 2017 xorriso : UPDATE : 82.97% done, estimate finish Sat Oct 07 20:39:50 2017 xorriso : UPDATE : 84.16% done, estimate finish Sat Oct 07 20:39:50 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 20:39:50 2017 xorriso : UPDATE : 85.01% done, estimate finish Sat Oct 07 20:39:52 2017 xorriso : UPDATE : 85.01% done, estimate finish Sat Oct 07 20:39:54 2017 xorriso : UPDATE : 85.01% done, estimate finish Sat Oct 07 20:39:57 2017 xorriso : UPDATE : 85.01% done, estimate finish Sat Oct 07 20:39:59 2017 xorriso : UPDATE : 85.01% done, estimate finish Sat Oct 07 20:40:01 2017 xorriso : UPDATE : 85.01% done, estimate finish Sat Oct 07 20:40:02 2017 xorriso : UPDATE : 85.01% done, estimate finish Sat Oct 07 20:40:05 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 20:39:49 2017 xorriso : UPDATE : 93.44% done, estimate finish Sat Oct 07 20:39:50 2017 xorriso : UPDATE : 93.44% done, estimate finish Sat Oct 07 20:39:52 2017 xorriso : UPDATE : 93.44% done, estimate finish Sat Oct 07 20:39:54 2017 xorriso : UPDATE : 94.01% done, estimate finish Sat Oct 07 20:39:54 2017 xorriso : UPDATE : 98.14% done xorriso : UPDATE : 99.10% done ISO image produced: 2291857 sectors Written to medium : 2291857 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:39:50 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 8' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-8.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD8' xorriso : UPDATE : 760 files added in 1 seconds xorriso : UPDATE : 760 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.61% done xorriso : UPDATE : 2.42% done, estimate finish Sat Oct 07 20:41:43 2017 xorriso : UPDATE : 3.36% done, estimate finish Sat Oct 07 20:41:41 2017 xorriso : UPDATE : 4.42% done, estimate finish Sat Oct 07 20:41:37 2017 xorriso : UPDATE : 5.39% done, estimate finish Sat Oct 07 20:41:37 2017 xorriso : UPDATE : 5.97% done, estimate finish Sat Oct 07 20:41:43 2017 xorriso : UPDATE : 6.73% done, estimate finish Sat Oct 07 20:41:45 2017 xorriso : UPDATE : 6.73% done, estimate finish Sat Oct 07 20:42:00 2017 xorriso : UPDATE : 6.73% done, estimate finish Sat Oct 07 20:42:15 2017 xorriso : UPDATE : 6.73% done, estimate finish Sat Oct 07 20:42:30 2017 xorriso : UPDATE : 6.96% done, estimate finish Sat Oct 07 20:42:39 2017 xorriso : UPDATE : 12.44% done, estimate finish Sat Oct 07 20:41:30 2017 xorriso : UPDATE : 13.66% done, estimate finish Sat Oct 07 20:41:29 2017 xorriso : UPDATE : 13.74% done, estimate finish Sat Oct 07 20:41:36 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:41:32 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:41:38 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:41:47 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:41:53 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:42:02 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:42:08 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:42:17 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:43:50 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:44:10 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:44:29 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:44:47 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:45:07 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:45:27 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:45:46 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Oct 07 20:46:06 2017 xorriso : UPDATE : 26.85% done, estimate finish Sat Oct 07 20:41:49 2017 xorriso : UPDATE : 35.15% done, estimate finish Sat Oct 07 20:41:18 2017 xorriso : UPDATE : 35.35% done, estimate finish Sat Oct 07 20:41:21 2017 xorriso : UPDATE : 37.30% done, estimate finish Sat Oct 07 20:41:04 2017 xorriso : UPDATE : 38.36% done, estimate finish Sat Oct 07 20:41:05 2017 xorriso : UPDATE : 38.47% done, estimate finish Sat Oct 07 20:41:09 2017 xorriso : UPDATE : 38.47% done, estimate finish Sat Oct 07 20:41:12 2017 xorriso : UPDATE : 38.47% done, estimate finish Sat Oct 07 20:41:15 2017 xorriso : UPDATE : 38.47% done, estimate finish Sat Oct 07 20:41:18 2017 xorriso : UPDATE : 38.47% done, estimate finish Sat Oct 07 20:41:22 2017 xorriso : UPDATE : 38.47% done, estimate finish Sat Oct 07 20:41:25 2017 xorriso : UPDATE : 38.47% done, estimate finish Sat Oct 07 20:41:28 2017 xorriso : UPDATE : 38.47% done, estimate finish Sat Oct 07 20:41:32 2017 xorriso : UPDATE : 38.47% done, estimate finish Sat Oct 07 20:46:28 2017 xorriso : UPDATE : 44.92% done, estimate finish Sat Oct 07 20:41:45 2017 xorriso : UPDATE : 50.21% done, estimate finish Sat Oct 07 20:41:22 2017 xorriso : UPDATE : 50.21% done, estimate finish Sat Oct 07 20:41:26 2017 xorriso : UPDATE : 50.21% done, estimate finish Sat Oct 07 20:41:30 2017 xorriso : UPDATE : 50.21% done, estimate finish Sat Oct 07 20:41:33 2017 xorriso : UPDATE : 51.50% done, estimate finish Sat Oct 07 20:41:32 2017 xorriso : UPDATE : 56.36% done, estimate finish Sat Oct 07 20:41:19 2017 xorriso : UPDATE : 58.33% done, estimate finish Sat Oct 07 20:41:18 2017 xorriso : UPDATE : 58.74% done, estimate finish Sat Oct 07 20:41:20 2017 xorriso : UPDATE : 58.74% done, estimate finish Sat Oct 07 20:41:09 2017 xorriso : UPDATE : 58.74% done, estimate finish Sat Oct 07 20:41:12 2017 xorriso : UPDATE : 58.74% done, estimate finish Sat Oct 07 20:41:15 2017 xorriso : UPDATE : 62.46% done, estimate finish Sat Oct 07 20:41:11 2017 xorriso : UPDATE : 63.33% done, estimate finish Sat Oct 07 20:41:12 2017 xorriso : UPDATE : 63.33% done, estimate finish Sat Oct 07 20:41:14 2017 xorriso : UPDATE : 63.33% done, estimate finish Sat Oct 07 20:41:16 2017 xorriso : UPDATE : 63.33% done, estimate finish Sat Oct 07 20:41:19 2017 xorriso : UPDATE : 63.33% done, estimate finish Sat Oct 07 20:41:21 2017 xorriso : UPDATE : 63.33% done, estimate finish Sat Oct 07 20:41:23 2017 xorriso : UPDATE : 70.74% done, estimate finish Sat Oct 07 20:41:18 2017 xorriso : UPDATE : 71.18% done, estimate finish Sat Oct 07 20:41:20 2017 xorriso : UPDATE : 71.37% done, estimate finish Sat Oct 07 20:41:23 2017 xorriso : UPDATE : 73.28% done, estimate finish Sat Oct 07 20:41:20 2017 xorriso : UPDATE : 73.28% done, estimate finish Sat Oct 07 20:41:23 2017 xorriso : UPDATE : 73.28% done, estimate finish Sat Oct 07 20:41:26 2017 xorriso : UPDATE : 73.28% done, estimate finish Sat Oct 07 20:41:28 2017 xorriso : UPDATE : 73.28% done, estimate finish Sat Oct 07 20:41:31 2017 xorriso : UPDATE : 73.28% done, estimate finish Sat Oct 07 20:41:33 2017 xorriso : UPDATE : 76.83% done, estimate finish Sat Oct 07 20:41:27 2017 xorriso : UPDATE : 82.39% done, estimate finish Sat Oct 07 20:41:19 2017 xorriso : UPDATE : 83.25% done, estimate finish Sat Oct 07 20:41:19 2017 xorriso : UPDATE : 84.38% done, estimate finish Sat Oct 07 20:41:19 2017 xorriso : UPDATE : 84.57% done, estimate finish Sat Oct 07 20:41:21 2017 xorriso : UPDATE : 86.37% done, estimate finish Sat Oct 07 20:41:20 2017 xorriso : UPDATE : 86.82% done, estimate finish Sat Oct 07 20:41:21 2017 xorriso : UPDATE : 87.05% done, estimate finish Sat Oct 07 20:41:22 2017 xorriso : UPDATE : 89.13% done, estimate finish Sat Oct 07 20:41:21 2017 xorriso : UPDATE : 90.56% done, estimate finish Sat Oct 07 20:41:20 2017 xorriso : UPDATE : 91.51% done, estimate finish Sat Oct 07 20:41:20 2017 xorriso : UPDATE : 92.35% done, estimate finish Sat Oct 07 20:41:21 2017 xorriso : UPDATE : 92.35% done, estimate finish Sat Oct 07 20:41:23 2017 xorriso : UPDATE : 92.35% done, estimate finish Sat Oct 07 20:41:25 2017 xorriso : UPDATE : 92.35% done, estimate finish Sat Oct 07 20:41:27 2017 xorriso : UPDATE : 92.35% done, estimate finish Sat Oct 07 20:41:28 2017 xorriso : UPDATE : 99.13% done xorriso : UPDATE : Thank you for being patient. Working since 90 seconds. ISO image produced: 2165398 sectors Written to medium : 2165398 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 20:41:21 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 ppc64el 9' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-DVD-9.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3ppc64el/debian-9.2.0-ppc64el-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/3ppc64el/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/3ppc64el/stretch/CD9' xorriso : UPDATE : 7058 files added in 1 seconds xorriso : UPDATE : 7058 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.25% done xorriso : UPDATE : 0.45% done xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 20:45:48 2017 xorriso : UPDATE : 1.51% done, estimate finish Sat Oct 07 20:45:34 2017 xorriso : UPDATE : 2.24% done, estimate finish Sat Oct 07 20:44:57 2017 xorriso : UPDATE : 2.81% done, estimate finish Sat Oct 07 20:44:50 2017 xorriso : UPDATE : 3.45% done, estimate finish Sat Oct 07 20:44:40 2017 xorriso : UPDATE : 4.14% done, estimate finish Sat Oct 07 20:44:31 2017 xorriso : UPDATE : 4.14% done, estimate finish Sat Oct 07 20:44:55 2017 xorriso : UPDATE : 5.93% done, estimate finish Sat Oct 07 20:44:08 2017 xorriso : UPDATE : 6.64% done, estimate finish Sat Oct 07 20:44:06 2017 xorriso : UPDATE : 7.10% done, estimate finish Sat Oct 07 20:44:09 2017 xorriso : UPDATE : 7.73% done, estimate finish Sat Oct 07 20:43:53 2017 xorriso : UPDATE : 8.40% done, estimate finish Sat Oct 07 20:43:53 2017 xorriso : UPDATE : 8.96% done, estimate finish Sat Oct 07 20:43:56 2017 xorriso : UPDATE : 9.55% done, estimate finish Sat Oct 07 20:43:57 2017 xorriso : UPDATE : 10.04% done, estimate finish Sat Oct 07 20:44:00 2017 xorriso : UPDATE : 10.58% done, estimate finish Sat Oct 07 20:44:01 2017 xorriso : UPDATE : 11.07% done, estimate finish Sat Oct 07 20:44:02 2017 xorriso : UPDATE : 11.51% done, estimate finish Sat Oct 07 20:44:05 2017 xorriso : UPDATE : 11.98% done, estimate finish Sat Oct 07 20:44:08 2017 xorriso : UPDATE : 11.98% done, estimate finish Sat Oct 07 20:44:17 2017 xorriso : UPDATE : 11.98% done, estimate finish Sat Oct 07 20:44:26 2017 xorriso : UPDATE : 15.39% done, estimate finish Sat Oct 07 20:43:48 2017 xorriso : UPDATE : 16.09% done, estimate finish Sat Oct 07 20:43:48 2017 xorriso : UPDATE : 16.78% done, estimate finish Sat Oct 07 20:43:48 2017 xorriso : UPDATE : 17.56% done, estimate finish Sat Oct 07 20:43:47 2017 xorriso : UPDATE : 18.25% done, estimate finish Sat Oct 07 20:43:47 2017 xorriso : UPDATE : 18.93% done, estimate finish Sat Oct 07 20:43:47 2017 xorriso : UPDATE : 18.99% done, estimate finish Sat Oct 07 20:43:53 2017 xorriso : UPDATE : 18.99% done, estimate finish Sat Oct 07 20:44:01 2017 xorriso : UPDATE : 21.98% done, estimate finish Sat Oct 07 20:43:40 2017 xorriso : UPDATE : 21.98% done, estimate finish Sat Oct 07 20:43:46 2017 xorriso : UPDATE : 21.98% done, estimate finish Sat Oct 07 20:43:53 2017 xorriso : UPDATE : 21.98% done, estimate finish Sat Oct 07 20:44:02 2017 xorriso : UPDATE : 26.19% done, estimate finish Sat Oct 07 20:43:27 2017 xorriso : UPDATE : 27.38% done, estimate finish Sat Oct 07 20:43:24 2017 xorriso : UPDATE : 28.01% done, estimate finish Sat Oct 07 20:43:25 2017 xorriso : UPDATE : 28.70% done, estimate finish Sat Oct 07 20:43:27 2017 xorriso : UPDATE : 29.06% done, estimate finish Sat Oct 07 20:43:30 2017 xorriso : UPDATE : 29.99% done, estimate finish Sat Oct 07 20:43:29 2017 xorriso : UPDATE : 30.43% done, estimate finish Sat Oct 07 20:43:31 2017 xorriso : UPDATE : 30.97% done, estimate finish Sat Oct 07 20:43:32 2017 xorriso : UPDATE : 31.67% done, estimate finish Sat Oct 07 20:43:25 2017 xorriso : UPDATE : 32.26% done, estimate finish Sat Oct 07 20:43:27 2017 xorriso : UPDATE : 32.79% done, estimate finish Sat Oct 07 20:43:29 2017 xorriso : UPDATE : 33.42% done, estimate finish Sat Oct 07 20:43:31 2017 xorriso : UPDATE : 34.03% done, estimate finish Sat Oct 07 20:43:32 2017 xorriso : UPDATE : 34.46% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 35.38% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 36.26% done, estimate finish Sat Oct 07 20:43:33 2017 xorriso : UPDATE : 36.94% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 37.61% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 37.61% done, estimate finish Sat Oct 07 20:43:54 2017 xorriso : UPDATE : 37.61% done, estimate finish Sat Oct 07 20:44:02 2017 xorriso : UPDATE : 40.80% done, estimate finish Sat Oct 07 20:43:36 2017 xorriso : UPDATE : 41.79% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 42.21% done, estimate finish Sat Oct 07 20:43:37 2017 xorriso : UPDATE : 42.64% done, estimate finish Sat Oct 07 20:43:39 2017 xorriso : UPDATE : 43.46% done, estimate finish Sat Oct 07 20:43:38 2017 xorriso : UPDATE : 44.72% done, estimate finish Sat Oct 07 20:43:36 2017 xorriso : UPDATE : 45.31% done, estimate finish Sat Oct 07 20:43:36 2017 xorriso : UPDATE : 45.96% done, estimate finish Sat Oct 07 20:43:37 2017 xorriso : UPDATE : 46.47% done, estimate finish Sat Oct 07 20:43:30 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 20:43:29 2017 xorriso : UPDATE : 47.89% done, estimate finish Sat Oct 07 20:43:32 2017 xorriso : UPDATE : 48.33% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 48.98% done, estimate finish Sat Oct 07 20:43:35 2017 xorriso : UPDATE : 48.98% done, estimate finish Sat Oct 07 20:43:39 2017 xorriso : UPDATE : 51.00% done, estimate finish Sat Oct 07 20:43:33 2017 xorriso : UPDATE : 51.42% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 52.06% done, estimate finish Sat Oct 07 20:43:35 2017 xorriso : UPDATE : 52.75% done, estimate finish Sat Oct 07 20:43:36 2017 xorriso : UPDATE : 53.27% done, estimate finish Sat Oct 07 20:43:43 2017 xorriso : UPDATE : 54.41% done, estimate finish Sat Oct 07 20:43:40 2017 xorriso : UPDATE : 55.07% done, estimate finish Sat Oct 07 20:43:40 2017 xorriso : UPDATE : 55.61% done, estimate finish Sat Oct 07 20:43:41 2017 xorriso : UPDATE : 56.40% done, estimate finish Sat Oct 07 20:43:40 2017 xorriso : UPDATE : 57.04% done, estimate finish Sat Oct 07 20:43:42 2017 xorriso : UPDATE : 57.61% done, estimate finish Sat Oct 07 20:43:41 2017 xorriso : UPDATE : 58.22% done, estimate finish Sat Oct 07 20:43:42 2017 xorriso : UPDATE : 58.22% done, estimate finish Sat Oct 07 20:43:47 2017 xorriso : UPDATE : 58.22% done, estimate finish Sat Oct 07 20:43:50 2017 xorriso : UPDATE : 58.22% done, estimate finish Sat Oct 07 20:43:53 2017 xorriso : UPDATE : 58.22% done, estimate finish Sat Oct 07 20:44:10 2017 xorriso : UPDATE : 58.22% done, estimate finish Sat Oct 07 20:44:17 2017 xorriso : UPDATE : 62.96% done, estimate finish Sat Oct 07 20:43:38 2017 xorriso : UPDATE : 65.97% done, estimate finish Sat Oct 07 20:43:29 2017 xorriso : UPDATE : 66.52% done, estimate finish Sat Oct 07 20:43:30 2017 xorriso : UPDATE : 67.07% done, estimate finish Sat Oct 07 20:43:31 2017 xorriso : UPDATE : 67.55% done, estimate finish Sat Oct 07 20:43:32 2017 xorriso : UPDATE : 67.55% done, estimate finish Sat Oct 07 20:43:35 2017 xorriso : UPDATE : 67.55% done, estimate finish Sat Oct 07 20:43:39 2017 xorriso : UPDATE : 67.55% done, estimate finish Sat Oct 07 20:43:41 2017 xorriso : UPDATE : 67.55% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 67.55% done, estimate finish Sat Oct 07 20:43:38 2017 xorriso : UPDATE : 73.68% done, estimate finish Sat Oct 07 20:43:22 2017 xorriso : UPDATE : 74.36% done, estimate finish Sat Oct 07 20:43:23 2017 xorriso : UPDATE : 74.36% done, estimate finish Sat Oct 07 20:43:25 2017 xorriso : UPDATE : 74.36% done, estimate finish Sat Oct 07 20:43:27 2017 xorriso : UPDATE : 74.36% done, estimate finish Sat Oct 07 20:43:30 2017 xorriso : UPDATE : 74.36% done, estimate finish Sat Oct 07 20:43:32 2017 xorriso : UPDATE : 79.15% done, estimate finish Sat Oct 07 20:43:24 2017 xorriso : UPDATE : 79.75% done, estimate finish Sat Oct 07 20:43:25 2017 xorriso : UPDATE : 80.23% done, estimate finish Sat Oct 07 20:43:24 2017 xorriso : UPDATE : 80.73% done, estimate finish Sat Oct 07 20:43:25 2017 xorriso : UPDATE : 80.73% done, estimate finish Sat Oct 07 20:43:27 2017 xorriso : UPDATE : 80.73% done, estimate finish Sat Oct 07 20:43:30 2017 xorriso : UPDATE : 83.47% done, estimate finish Sat Oct 07 20:43:26 2017 xorriso : UPDATE : 84.77% done, estimate finish Sat Oct 07 20:43:26 2017 xorriso : UPDATE : 85.71% done, estimate finish Sat Oct 07 20:43:26 2017 xorriso : UPDATE : 86.16% done, estimate finish Sat Oct 07 20:43:27 2017 xorriso : UPDATE : 86.95% done, estimate finish Sat Oct 07 20:43:28 2017 xorriso : UPDATE : 87.40% done, estimate finish Sat Oct 07 20:43:29 2017 xorriso : UPDATE : 88.06% done, estimate finish Sat Oct 07 20:43:32 2017 xorriso : UPDATE : 88.52% done, estimate finish Sat Oct 07 20:43:33 2017 xorriso : UPDATE : 89.06% done, estimate finish Sat Oct 07 20:43:33 2017 xorriso : UPDATE : 89.75% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 90.22% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 90.95% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 91.80% done, estimate finish Sat Oct 07 20:43:34 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 20:43:35 2017 xorriso : UPDATE : 92.77% done, estimate finish Sat Oct 07 20:43:35 2017 xorriso : UPDATE : 93.37% done, estimate finish Sat Oct 07 20:43:35 2017 xorriso : UPDATE : 93.88% done, estimate finish Sat Oct 07 20:43:37 2017 xorriso : UPDATE : 94.24% done, estimate finish Sat Oct 07 20:43:38 2017 xorriso : UPDATE : 95.26% done, estimate finish Sat Oct 07 20:43:36 2017 xorriso : UPDATE : 95.93% done, estimate finish Sat Oct 07 20:43:36 2017 xorriso : UPDATE : 96.50% done, estimate finish Sat Oct 07 20:43:36 2017 xorriso : UPDATE : 97.03% done, estimate finish Sat Oct 07 20:43:36 2017 xorriso : UPDATE : 97.76% done, estimate finish Sat Oct 07 20:43:36 2017 xorriso : UPDATE : 98.37% done, estimate finish Sat Oct 07 20:43:36 2017 xorriso : UPDATE : 98.99% done xorriso : UPDATE : 99.60% done ISO image produced: 2291434 sectors Written to medium : 2291434 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/3ppc64el 36a5afec500ca3dc4ff84c6e9fb80d5ccc3b2621 debian-9.2.0-ppc64el-DVD-1.iso 145fbf6ec5d4341cb4d539ea6801043a debian-9.2.0-ppc64el-DVD-1.iso 4bd668854c9908a142758240e80f37f8f172c99d7ac02264a5ded61b25dee88442b522dbaa947a9fb3208ad37be5eb5f4388a745e8e947f909018042276c556a debian-9.2.0-ppc64el-DVD-1.iso b5209bc19b254f77fbcbad36c2d6a679ffedef02b7187d7146e1618e711c0dc2 debian-9.2.0-ppc64el-DVD-1.iso f7e696c3477161a581d29039607eef65a156a660 debian-9.2.0-ppc64el-DVD-10.iso 3049da841a5148d219a0e8b06f738932 debian-9.2.0-ppc64el-DVD-10.iso 84607d8d2c6204fb20af91da4732376b6e23bc1e88aee6dc339587cc8cd4943e8c3394ff2c838d3b1f07d731b66c8d5c1c06ba72912094bccafe9e4a04b1062c debian-9.2.0-ppc64el-DVD-10.iso 9ad4250677192ba54de1d7df8fea5b388eee8c9c323a7882c903ad8db0496fcb debian-9.2.0-ppc64el-DVD-10.iso 721c442fa8118fa292cb8ccb99ecf1a992aa6609 debian-9.2.0-ppc64el-DVD-11.iso 343030758499cba730cd7aa6e33861b0 debian-9.2.0-ppc64el-DVD-11.iso 3b6df6c8db02bed7ce4b3af943b179c39bdb7fb7e035be3aa87918f262b48737efca25c569d126d66bb18a1099ae00c6473b678f789c1fcf4db15b344d27f693 debian-9.2.0-ppc64el-DVD-11.iso 146c7e1be695b5ba32cd492efbf0ddfe526088acb2bab9cbbfd6813d08e6be1f debian-9.2.0-ppc64el-DVD-11.iso a1bfd723efcc82d4fb9bb429b20b19bdaab1c92d debian-9.2.0-ppc64el-DVD-12.iso 887becf87663866aec5f303b2a5db792 debian-9.2.0-ppc64el-DVD-12.iso 4d4e985ed42821399e02fa103ea4f94fec7746298b226d3af7764434523334fba698dd45b6849fd1801e978cb1cda564bd399bf8702edcfb98f8cb30f1230dd0 debian-9.2.0-ppc64el-DVD-12.iso cdc3570a9e2f538014a38d609bb43deeb02cbeb8b3b50c071e7aeebeab605ddf debian-9.2.0-ppc64el-DVD-12.iso 560d5442d46edf660fcd36de1d73d6fd7bcf227b debian-9.2.0-ppc64el-DVD-13.iso 44c60f54fa78e3a27892e4594a1a5137 debian-9.2.0-ppc64el-DVD-13.iso a49c6c305d9cbb53d5834a89a02bb6bb32210bdad1ea02c5f56b1890bfa17e96973c4e6452d03d39da129fac21c715bff8198234cbddd776b17092469185a98d debian-9.2.0-ppc64el-DVD-13.iso fb6d1966cdf9011eb409356a77c6a19fb1b46925fc9d314ef8808e08376f37c7 debian-9.2.0-ppc64el-DVD-13.iso 183a006b7c86c724f4a80d6df797c9884edf71f3 debian-9.2.0-ppc64el-DVD-2.iso 16e2f75533ad522daf202b443cd4518e debian-9.2.0-ppc64el-DVD-2.iso e729faac1ff5ef60e55ec8927cf7183947b33ba77541b95e82eee5c41c1b0c392c67ba7b6595025b5b72ade3ca4bd2dba0b925a808ea277e41d08aae12d02b9a debian-9.2.0-ppc64el-DVD-2.iso 5ddd063b34435714f2c65e67d603a09870856a7e25a0429b044d9d39a3b2cd88 debian-9.2.0-ppc64el-DVD-2.iso 04d70511f4357ad55117a23d09d97ce8fde91f46 debian-9.2.0-ppc64el-DVD-3.iso b646236d4b9452c23932adc8c036db8c debian-9.2.0-ppc64el-DVD-3.iso 24296fdeb721abb0354d852288ed71a51328f5b6a15cc750a957a0e2e3241d7cd35247fa7a7f4267557e5d68772d72d580dbbb1f46514647e057a4bd7fb8515c debian-9.2.0-ppc64el-DVD-3.iso 163c8644e4a3bc5298c4fdc027bb43553e1182e08ce9e1e58dc4b235aec44d78 debian-9.2.0-ppc64el-DVD-3.iso 4b6a669a0fcb6eb355d9fcbd4c9047477cafd609 debian-9.2.0-ppc64el-DVD-4.iso aa7954543b8a1d334220ac7cc97905b7 debian-9.2.0-ppc64el-DVD-4.iso d61f9c29d2cd329ede678caf1bbce1c49ec77cd88713f698b189133c32d4fd51a0866a3c8e73cd7fb04db82fa2d83c38d040e80186b7c33cd7de29f843f302ec debian-9.2.0-ppc64el-DVD-4.iso 9d9faef689711195981028ae7b1aaa95b77df8d51d0031738b76653b24b031bd debian-9.2.0-ppc64el-DVD-4.iso bd3d8519b5229b9b3f5335058c16e505c77d6dc5 debian-9.2.0-ppc64el-DVD-5.iso d8106820216098e699fbd7f8983e79a4 debian-9.2.0-ppc64el-DVD-5.iso 422f97e51734c7c678a56d29fae05b9367e98be5104f1ec112bfd33f587ac7ea5419f0880e01ce1092716487e09df3a3a6a5fbfdc8a4dbc57dcc53da53eda275 debian-9.2.0-ppc64el-DVD-5.iso 289bf27d93bf83bbf27301f8d133bf440b3f66f58f932a06cb333873f780a89f debian-9.2.0-ppc64el-DVD-5.iso eddf0df3cdf2df42106ab2a4bdba6dea29155052 debian-9.2.0-ppc64el-DVD-6.iso b640104251980a2a2d387463381939d1 debian-9.2.0-ppc64el-DVD-6.iso 7a6f1318771b65334bbe331c060b62885a7818d2e99a24e9f21c04b3da829b903cf3fd452be469a4372d53a890eaccd002e95e33db61a1e6cf7b648cf7214f0a debian-9.2.0-ppc64el-DVD-6.iso e74dc23214f23edaa700400a5f2636c83a8e2a1ddfb667ac6b760c1ed4b5143a debian-9.2.0-ppc64el-DVD-6.iso 7545b4dbfedb4b231bc49f2dd42dfa2afe5d1219 debian-9.2.0-ppc64el-DVD-7.iso b44474b40293e040d0f580a965d1243f debian-9.2.0-ppc64el-DVD-7.iso 93fb7fc676ec68ce7d80d4c04c4ebc297c4611f44eefcc824319b3aaee7ddd803dcd498eaf3376b30ce50dabb846e3e21a6eebd80a10c748bfbaec601f64b2e7 debian-9.2.0-ppc64el-DVD-7.iso ce0537e2d85070cabfbd16e22e44aaa131515a9d09d529298792fbd6e0c9179d debian-9.2.0-ppc64el-DVD-7.iso f2146df80e3d137ef686761a4fcd810f57be1a8c debian-9.2.0-ppc64el-DVD-8.iso 540244e079048d97436905db184081ed debian-9.2.0-ppc64el-DVD-8.iso b9a145fc56deddaada343c146711aa197ee844a0bada8161721eb31c4fd9aeaa9820885c43b5c801c3a625de61752faf1a642b255d373e83333234ecbadac786 debian-9.2.0-ppc64el-DVD-8.iso c21d1a727dd5076f37a6df563dc1af42ee3950af478288f026764b71ae971873 debian-9.2.0-ppc64el-DVD-8.iso abe2671f69784ed294126b87c5aae714bf65adce debian-9.2.0-ppc64el-DVD-9.iso 04fbc60af05e06d0ac33e4f79abbfd20 debian-9.2.0-ppc64el-DVD-9.iso 4f741ffb44a5edbd4be54528d48277a6d61d5a9190f5122d12a082d9d06de1c44cdf3f03b8b71347b5aa45de3ed374f93de56b1c456fcfd2c5b763bf5a78ecc1 debian-9.2.0-ppc64el-DVD-9.iso 068e5e41dbc6c1ada93bbf6b1da3d6d819d9a883293bcdb10caafde8f5c078cb debian-9.2.0-ppc64el-DVD-9.iso Sat 7 Oct 20:43:38 UTC 2017: Finished.