Sat 7 Oct 16:14:58 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD[1234567890]* rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/tasks rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/*.filelist* rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/packages-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/upgrade-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt echo "Updating task files..." Updating task files... mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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 armhf; 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/3armhf/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/3armhf/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-armhf ... 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/3armhf/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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 armhf; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/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/3armhf/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf/archive-keyring for ARCH in armhf; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in armhf; 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/3armhf/apt/stretch-source/apt/preferences.d ; \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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 armhf; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ fi; \ done Reading package lists... Building dependency tree... You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+deb9u3) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.22-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.0.1) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.18-8~deb9u1) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-3+deb9u2) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-2) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed 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/3armhf/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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 [ "armhf" != "source" ] ; then \ for ARCH in armhf; 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 [ "armhf" != "source" ] ; then \ for ARCH in armhf; 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/3armhf/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/3armhf/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "armhf" != "source" ] ; then \ for ARCH in armhf; 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/3armhf/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/3armhf/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi armhf:ca-certificates armhf:dh-python armhf:dmsetup armhf:gnupg-agent armhf:libapparmor1 armhf:libassuan0 armhf:libaudit-common armhf:libaudit1 armhf:libbsd0 armhf:libcap-ng0 armhf:libcryptsetup4 armhf:libcurl3-gnutls armhf:libdbus-1-3 armhf:libdebconfclient0 armhf:libdevmapper1.02.1 armhf:libdns-export162 armhf:libelf1 armhf:libev4 armhf:libexpat1 armhf:libfastjson4 armhf:libffi6 armhf:libgeoip1 armhf:libgmp10 armhf:libhogweed4 armhf:libicu57 armhf:libidn2-0 armhf:libip4tc0 armhf:libip6tc0 armhf:libiptc0 armhf:libisc-export160 armhf:libisccc140 armhf:libisccfg140 armhf:libksba8 armhf:liblocale-gettext-perl armhf:liblognorm5 armhf:liblz4-1 armhf:libmnl0 armhf:libmpdec2 armhf:libncurses5 armhf:libnetfilter-conntrack3 armhf:libnettle6 armhf:libnfnetlink0 armhf:libnghttp2-14 armhf:libnpth0 armhf:libperl5.24 armhf:libpsl5 armhf:libpython-stdlib armhf:libpython2.7-minimal armhf:libpython2.7-stdlib armhf:libpython3-stdlib armhf:libpython3.5-minimal armhf:libpython3.5-stdlib armhf:librtmp1 armhf:libseccomp2 armhf:libsemanage-common armhf:libsemanage1 armhf:libssh2-1 armhf:libsystemd0 armhf:libtext-charwidth-perl armhf:libtext-iconv-perl armhf:libtext-wrapi18n-perl armhf:libunistring0 armhf:libustr-1.0-1 armhf:libverto-libev1 armhf:libverto1 armhf:libxtables12 armhf:openssl armhf:pinentry-curses armhf:python-apt-common armhf:python2.7-minimal armhf:python3 armhf:python3-apt armhf:python3-chardet armhf:python3-debian armhf:python3-debianbts armhf:python3-httplib2 armhf:python3-minimal armhf:python3-pkg-resources armhf:python3-pycurl armhf:python3-pysimplesoap armhf:python3-requests armhf:python3-six armhf:python3-urllib3 armhf:python3.5 armhf:python3.5-minimal armhf:xxd for ARCH in armhf; 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 "armhf" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170615+deb9u2/images/MD5SUMS for ARCH in armhf; 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/3armhf/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and up to 1 isos for armhf 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/3armhf/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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 [ "armhf" != "source" ] ; then \ for ARCH in armhf; 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/3armhf/stretch/rawlist; \ else \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist; \ echo "exim4-daemon-light" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in armhf; 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/3armhf/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap-list; \ cat /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/debootstrap-list >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist; \ rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in armhf; 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/3armhf/stretch/tasks /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/tasks/Debian-all >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist; \ fi Generating the complete list of packages to be included in /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/rawlist \ > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list.backports if [ -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list.backports ]; then mv /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list.backports /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list; fi for ARCH in armhf; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list; \ done Running sort_deps to sort packages for armhf: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 110134010 bytes Adding the rest of the requested packages Now up to 2730794620 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 49872 packages, total size 55661697434 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/3armhf/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/apt "armhf" /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/packages > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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/3armhf stretch "armhf" "/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 armhf: Done: Read details of 49872 packages for armhf 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/armhf_udeb_include WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/armhf_udeb_exclude Adding docs to CD1 removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1/doc/dedication/dedication-5.0.vi.txt' Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for armhf converted 'http://www.debian.org/releases/stretch/release-notes-armhf.tar.gz' (ANSI_X3.4-1968) -> 'http://www.debian.org/releases/stretch/release-notes-armhf.tar.gz' (UTF-8) --2017-10-07 16:20:56-- http://www.debian.org/releases/stretch/release-notes-armhf.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: 6397656 (6.1M) [application/x-gzip] Saving to: 'release-notes-armhf.tar.gz' 0K .......... .......... .......... .......... .......... 0% 334K 19s 50K .......... .......... .......... .......... .......... 1% 215M 9s 100K .......... .......... .......... .......... .......... 2% 999K 8s 150K .......... .......... .......... .......... .......... 3% 766K 8s 200K .......... .......... .......... .......... .......... 4% 725K 8s 250K .......... .......... .......... .......... .......... 4% 1000K 8s 300K .......... .......... .......... .......... .......... 5% 996K 7s 350K .......... .......... .......... .......... .......... 6% 996K 7s 400K .......... .......... .......... .......... .......... 7% 804K 7s 450K .......... .......... .......... .......... .......... 8% 977K 7s 500K .......... .......... .......... .......... .......... 8% 999K 7s 550K .......... .......... .......... .......... .......... 9% 1004K 7s 600K .......... .......... .......... .......... .......... 10% 971K 6s 650K .......... .......... .......... .......... .......... 11% 1.01M 6s 700K .......... .......... .......... .......... .......... 12% 1000K 6s 750K .......... .......... .......... .......... .......... 12% 1.04M 6s 800K .......... .......... .......... .......... .......... 13% 976K 6s 850K .......... .......... .......... .......... .......... 14% 1015K 6s 900K .......... .......... .......... .......... .......... 15% 1.00M 6s 950K .......... .......... .......... .......... .......... 16% 942K 6s 1000K .......... .......... .......... .......... .......... 16% 934K 6s 1050K .......... .......... .......... .......... .......... 17% 841K 6s 1100K .......... .......... .......... .......... .......... 18% 596K 6s 1150K .......... .......... .......... .......... .......... 19% 921K 6s 1200K .......... .......... .......... .......... .......... 20% 944K 6s 1250K .......... .......... .......... .......... .......... 20% 856K 6s 1300K .......... .......... .......... .......... .......... 21% 656K 6s 1350K .......... .......... .......... .......... .......... 22% 818K 6s 1400K .......... .......... .......... .......... .......... 23% 981K 5s 1450K .......... .......... .......... .......... .......... 24% 969K 5s 1500K .......... .......... .......... .......... .......... 24% 987K 5s 1550K .......... .......... .......... .......... .......... 25% 983K 5s 1600K .......... .......... .......... .......... .......... 26% 872K 5s 1650K .......... .......... .......... .......... .......... 27% 566K 5s 1700K .......... .......... .......... .......... .......... 28% 821K 5s 1750K .......... .......... .......... .......... .......... 28% 568K 5s 1800K .......... .......... .......... .......... .......... 29% 819K 5s 1850K .......... .......... .......... .......... .......... 30% 577K 5s 1900K .......... .......... .......... .......... .......... 31% 923K 5s 1950K .......... .......... .......... .......... .......... 32% 854K 5s 2000K .......... .......... .......... .......... .......... 32% 582K 5s 2050K .......... .......... .......... .......... .......... 33% 972K 5s 2100K .......... .......... .......... .......... .......... 34% 920K 5s 2150K .......... .......... .......... .......... .......... 35% 867K 5s 2200K .......... .......... .......... .......... .......... 36% 1000K 5s 2250K .......... .......... .......... .......... .......... 36% 577K 5s 2300K .......... .......... .......... .......... .......... 37% 967K 5s 2350K .......... .......... .......... .......... .......... 38% 521K 5s 2400K .......... .......... .......... .......... .......... 39% 3.00M 5s 2450K .......... .......... .......... .......... .......... 40% 512K 5s 2500K .......... .......... .......... .......... .......... 40% 575K 4s 2550K .......... .......... .......... .......... .......... 41% 787K 4s 2600K .......... .......... .......... .......... .......... 42% 580K 4s 2650K .......... .......... .......... .......... .......... 43% 787K 4s 2700K .......... .......... .......... .......... .......... 44% 675K 4s 2750K .......... .......... .......... .......... .......... 44% 755K 4s 2800K .......... .......... .......... .......... .......... 45% 839K 4s 2850K .......... .......... .......... .......... .......... 46% 680K 4s 2900K .......... .......... .......... .......... .......... 47% 798K 4s 2950K .......... .......... .......... .......... .......... 48% 810K 4s 3000K .......... .......... .......... .......... .......... 48% 671K 4s 3050K .......... .......... .......... .......... .......... 49% 1001K 4s 3100K .......... .......... .......... .......... .......... 50% 815K 4s 3150K .......... .......... .......... .......... .......... 51% 777K 4s 3200K .......... .......... .......... .......... .......... 52% 682K 4s 3250K .......... .......... .......... .......... .......... 52% 672K 4s 3300K .......... .......... .......... .......... .......... 53% 401K 4s 3350K .......... .......... .......... .......... .......... 54% 1009K 4s 3400K .......... .......... .......... .......... .......... 55% 502K 4s 3450K .......... .......... .......... .......... .......... 56% 503K 4s 3500K .......... .......... .......... .......... .......... 56% 657K 3s 3550K .......... .......... .......... .......... .......... 57% 504K 3s 3600K .......... .......... .......... .......... .......... 58% 567K 3s 3650K .......... .......... .......... .......... .......... 59% 585K 3s 3700K .......... .......... .......... .......... .......... 60% 663K 3s 3750K .......... .......... .......... .......... .......... 60% 576K 3s 3800K .......... .......... .......... .......... .......... 61% 579K 3s 3850K .......... .......... .......... .......... .......... 62% 794K 3s 3900K .......... .......... .......... .......... .......... 63% 802K 3s 3950K .......... .......... .......... .......... .......... 64% 616K 3s 4000K .......... .......... .......... .......... .......... 64% 878K 3s 4050K .......... .......... .......... .......... .......... 65% 821K 3s 4100K .......... .......... .......... .......... .......... 66% 613K 3s 4150K .......... .......... .......... .......... .......... 67% 898K 3s 4200K .......... .......... .......... .......... .......... 68% 980K 3s 4250K .......... .......... .......... .......... .......... 68% 818K 3s 4300K .......... .......... .......... .......... .......... 69% 620K 2s 4350K .......... .......... .......... .......... .......... 70% 1003K 2s 4400K .......... .......... .......... .......... .......... 71% 1000K 2s 4450K .......... .......... .......... .......... .......... 72% 1004K 2s 4500K .......... .......... .......... .......... .......... 72% 893K 2s 4550K .......... .......... .......... .......... .......... 73% 999K 2s 4600K .......... .......... .......... .......... .......... 74% 992K 2s 4650K .......... .......... .......... .......... .......... 75% 1000K 2s 4700K .......... .......... .......... .......... .......... 76% 1004K 2s 4750K .......... .......... .......... .......... .......... 76% 1004K 2s 4800K .......... .......... .......... .......... .......... 77% 1003K 2s 4850K .......... .......... .......... .......... .......... 78% 1005K 2s 4900K .......... .......... .......... .......... .......... 79% 1009K 2s 4950K .......... .......... .......... .......... .......... 80% 1011K 2s 5000K .......... .......... .......... .......... .......... 80% 1007K 2s 5050K .......... .......... .......... .......... .......... 81% 1.12M 1s 5100K .......... .......... .......... .......... .......... 82% 1008K 1s 5150K .......... .......... .......... .......... .......... 83% 1005K 1s 5200K .......... .......... .......... .......... .......... 84% 865K 1s 5250K .......... .......... .......... .......... .......... 84% 1.17M 1s 5300K .......... .......... .......... .......... .......... 85% 875K 1s 5350K .......... .......... .......... .......... .......... 86% 803K 1s 5400K .......... .......... .......... .......... .......... 87% 996K 1s 5450K .......... .......... .......... .......... .......... 88% 636K 1s 5500K .......... .......... .......... .......... .......... 88% 1001K 1s 5550K .......... .......... .......... .......... .......... 89% 987K 1s 5600K .......... .......... .......... .......... .......... 90% 885K 1s 5650K .......... .......... .......... .......... .......... 91% 1000K 1s 5700K .......... .......... .......... .......... .......... 92% 502K 1s 5750K .......... .......... .......... .......... .......... 92% 3.81M 1s 5800K .......... .......... .......... .......... .......... 93% 576K 0s 5850K .......... .......... .......... .......... .......... 94% 796K 0s 5900K .......... .......... .......... .......... .......... 95% 578K 0s 5950K .......... .......... .......... .......... .......... 96% 797K 0s 6000K .......... .......... .......... .......... .......... 96% 638K 0s 6050K .......... .......... .......... .......... .......... 97% 416K 0s 6100K .......... .......... .......... .......... .......... 98% 1.26M 0s 6150K .......... .......... .......... .......... .......... 99% 499K 0s 6200K .......... .......... .......... .......... ....... 100% 481K=8.0s 2017-10-07 16:21:05 (784 KB/s) - 'release-notes-armhf.tar.gz' saved [6397656/6397656] 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 armhf: Running tools/boot/stretch/boot-armhf 1 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD1 Starting new "armhf" 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. 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 armhf 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 7510 packages, 2289038 blocks, 4687949824 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 armhf: Running tools/boot/stretch/boot-armhf 2 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD2 Starting new "armhf" DVD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/CD2 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 2 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. 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 1603 packages, 2293097 blocks, 4696262656 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 armhf: Running tools/boot/stretch/boot-armhf 3 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD3 Starting new "armhf" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 1262 packages, 2126750 blocks, 4355584000 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 armhf: Running tools/boot/stretch/boot-armhf 4 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD4 Starting new "armhf" DVD 4 at /home/debian-cd/build.stretch/debian-cd/stretch/CD4 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 4 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 3762 packages, 2293348 blocks, 4696776704 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 armhf: Running tools/boot/stretch/boot-armhf 5 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD5 Starting new "armhf" DVD 5 at /home/debian-cd/build.stretch/debian-cd/stretch/CD5 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 5 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 2953 packages, 2274797 blocks, 4658784256 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 armhf: Running tools/boot/stretch/boot-armhf 6 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD6 Starting new "armhf" 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 1710 packages, 2024754 blocks, 4146696192 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 armhf: Running tools/boot/stretch/boot-armhf 7 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD7 Starting new "armhf" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 331 packages, 2218224 blocks, 4542922752 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 armhf: Running tools/boot/stretch/boot-armhf 8 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD8 Starting new "armhf" 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 639 packages, 2183261 blocks, 4471318528 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 armhf: Running tools/boot/stretch/boot-armhf 9 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD9 Starting new "armhf" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 1714 packages, 2294056 blocks, 4698226688 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 armhf: Running tools/boot/stretch/boot-armhf 10 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD10 Starting new "armhf" 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 10947 packages, 2283628 blocks, 4676870144 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 armhf: Running tools/boot/stretch/boot-armhf 11 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD11 Starting new "armhf" 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 11962 packages, 2290034 blocks, 4689989632 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 armhf: Running tools/boot/stretch/boot-armhf 12 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD12 Starting new "armhf" DVD 12 at /home/debian-cd/build.stretch/debian-cd/stretch/CD12 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 12 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 2827 packages, 2292216 blocks, 4694458368 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 armhf: Running tools/boot/stretch/boot-armhf 13 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/CD13 Starting new "armhf" 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 2652 packages, 537128 blocks, 1100038144 bytes Finished: 49872 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "armhf" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/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-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170615+deb9u2/images/MD5SUMS for ARCH in armhf; 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/3armhf/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch" "armhf" "/org/cdbuilder.debian.org/dst/deb-cd/out/3armhf" "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 armhf iso/jigdo images ... Last-minute updates: README.html README.txt Sat 7 Oct 16:55:01 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 1' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-1.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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 CD1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 408g 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 : 4500 files added in 1 seconds xorriso : UPDATE : 9400 files added in 2 seconds xorriso : UPDATE : 13500 files added in 3 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD1' xorriso : UPDATE : 14298 files added in 3 seconds xorriso : UPDATE : 14298 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_armhf.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_armhf.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.36% done xorriso : UPDATE : 0.69% done, estimate finish Sat Oct 07 17:00:38 2017 xorriso : UPDATE : 1.12% done, estimate finish Sat Oct 07 16:59:59 2017 xorriso : UPDATE : 1.61% done, estimate finish Sat Oct 07 16:59:32 2017 xorriso : UPDATE : 1.97% done, estimate finish Sat Oct 07 16:59:34 2017 xorriso : UPDATE : 2.39% done, estimate finish Sat Oct 07 16:59:30 2017 xorriso : UPDATE : 3.03% done, estimate finish Sat Oct 07 16:59:06 2017 xorriso : UPDATE : 3.64% done, estimate finish Sat Oct 07 16:58:53 2017 xorriso : UPDATE : 3.87% done, estimate finish Sat Oct 07 16:59:06 2017 xorriso : UPDATE : 4.59% done, estimate finish Sat Oct 07 16:58:50 2017 xorriso : UPDATE : 4.95% done, estimate finish Sat Oct 07 16:58:54 2017 xorriso : UPDATE : 5.23% done, estimate finish Sat Oct 07 16:59:01 2017 xorriso : UPDATE : 5.93% done, estimate finish Sat Oct 07 16:58:34 2017 xorriso : UPDATE : 6.40% done, estimate finish Sat Oct 07 16:58:34 2017 xorriso : UPDATE : 6.80% done, estimate finish Sat Oct 07 16:58:37 2017 xorriso : UPDATE : 7.99% done, estimate finish Sat Oct 07 16:58:15 2017 xorriso : UPDATE : 8.61% done, estimate finish Sat Oct 07 16:58:13 2017 xorriso : UPDATE : 9.00% done, estimate finish Sat Oct 07 16:58:16 2017 xorriso : UPDATE : 9.30% done, estimate finish Sat Oct 07 16:58:22 2017 xorriso : UPDATE : 10.03% done, estimate finish Sat Oct 07 16:58:17 2017 xorriso : UPDATE : 10.52% done, estimate finish Sat Oct 07 16:58:17 2017 xorriso : UPDATE : 10.97% done, estimate finish Sat Oct 07 16:58:19 2017 xorriso : UPDATE : 11.51% done, estimate finish Sat Oct 07 16:58:12 2017 xorriso : UPDATE : 11.92% done, estimate finish Sat Oct 07 16:58:16 2017 xorriso : UPDATE : 12.62% done, estimate finish Sat Oct 07 16:58:12 2017 xorriso : UPDATE : 12.91% done, estimate finish Sat Oct 07 16:58:17 2017 xorriso : UPDATE : 14.06% done, estimate finish Sat Oct 07 16:58:06 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Oct 07 16:58:06 2017 xorriso : UPDATE : 15.13% done, estimate finish Sat Oct 07 16:58:06 2017 xorriso : UPDATE : 15.60% done, estimate finish Sat Oct 07 16:58:07 2017 xorriso : UPDATE : 15.95% done, estimate finish Sat Oct 07 16:58:11 2017 xorriso : UPDATE : 16.19% done, estimate finish Sat Oct 07 16:58:15 2017 xorriso : UPDATE : 16.65% done, estimate finish Sat Oct 07 16:58:20 2017 xorriso : UPDATE : 17.21% done, estimate finish Sat Oct 07 16:58:19 2017 xorriso : UPDATE : 17.85% done, estimate finish Sat Oct 07 16:58:16 2017 xorriso : UPDATE : 18.34% done, estimate finish Sat Oct 07 16:58:17 2017 xorriso : UPDATE : 18.81% done, estimate finish Sat Oct 07 16:58:18 2017 xorriso : UPDATE : 19.32% done, estimate finish Sat Oct 07 16:58:18 2017 xorriso : UPDATE : 20.04% done, estimate finish Sat Oct 07 16:58:15 2017 xorriso : UPDATE : 20.54% done, estimate finish Sat Oct 07 16:58:15 2017 xorriso : UPDATE : 21.10% done, estimate finish Sat Oct 07 16:58:15 2017 xorriso : UPDATE : 21.77% done, estimate finish Sat Oct 07 16:58:13 2017 xorriso : UPDATE : 22.19% done, estimate finish Sat Oct 07 16:58:12 2017 xorriso : UPDATE : 23.06% done, estimate finish Sat Oct 07 16:58:06 2017 xorriso : UPDATE : 23.77% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 24.47% done, estimate finish Sat Oct 07 16:58:03 2017 xorriso : UPDATE : 25.59% done, estimate finish Sat Oct 07 16:57:56 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 16:57:53 2017 xorriso : UPDATE : 26.87% done, estimate finish Sat Oct 07 16:57:55 2017 xorriso : UPDATE : 28.01% done, estimate finish Sat Oct 07 16:57:50 2017 xorriso : UPDATE : 28.46% done, estimate finish Sat Oct 07 16:57:52 2017 xorriso : UPDATE : 28.82% done, estimate finish Sat Oct 07 16:57:54 2017 xorriso : UPDATE : 29.15% done, estimate finish Sat Oct 07 16:57:50 2017 xorriso : UPDATE : 30.44% done, estimate finish Sat Oct 07 16:57:43 2017 xorriso : UPDATE : 31.14% done, estimate finish Sat Oct 07 16:57:44 2017 xorriso : UPDATE : 31.70% done, estimate finish Sat Oct 07 16:57:44 2017 xorriso : UPDATE : 32.88% done, estimate finish Sat Oct 07 16:57:41 2017 xorriso : UPDATE : 33.36% done, estimate finish Sat Oct 07 16:57:42 2017 xorriso : UPDATE : 34.49% done, estimate finish Sat Oct 07 16:57:39 2017 xorriso : UPDATE : 34.94% done, estimate finish Sat Oct 07 16:57:41 2017 xorriso : UPDATE : 35.32% done, estimate finish Sat Oct 07 16:57:43 2017 xorriso : UPDATE : 35.86% done, estimate finish Sat Oct 07 16:57:44 2017 xorriso : UPDATE : 36.14% done, estimate finish Sat Oct 07 16:57:46 2017 xorriso : UPDATE : 36.14% done, estimate finish Sat Oct 07 16:57:54 2017 xorriso : UPDATE : 37.67% done, estimate finish Sat Oct 07 16:57:45 2017 xorriso : UPDATE : 38.15% done, estimate finish Sat Oct 07 16:57:47 2017 xorriso : UPDATE : 38.55% done, estimate finish Sat Oct 07 16:57:49 2017 xorriso : UPDATE : 38.87% done, estimate finish Sat Oct 07 16:57:52 2017 xorriso : UPDATE : 39.46% done, estimate finish Sat Oct 07 16:57:52 2017 xorriso : UPDATE : 39.90% done, estimate finish Sat Oct 07 16:57:54 2017 xorriso : UPDATE : 40.22% done, estimate finish Sat Oct 07 16:57:56 2017 xorriso : UPDATE : 40.59% done, estimate finish Sat Oct 07 16:57:57 2017 xorriso : UPDATE : 40.96% done, estimate finish Sat Oct 07 16:58:14 2017 xorriso : UPDATE : 41.50% done, estimate finish Sat Oct 07 16:58:13 2017 xorriso : UPDATE : 42.10% done, estimate finish Sat Oct 07 16:58:11 2017 xorriso : UPDATE : 42.54% done, estimate finish Sat Oct 07 16:58:12 2017 xorriso : UPDATE : 42.69% done, estimate finish Sat Oct 07 16:58:17 2017 xorriso : UPDATE : 42.69% done, estimate finish Sat Oct 07 16:58:24 2017 xorriso : UPDATE : 42.69% done, estimate finish Sat Oct 07 16:58:32 2017 xorriso : UPDATE : 45.37% done, estimate finish Sat Oct 07 16:58:03 2017 xorriso : UPDATE : 45.74% done, estimate finish Sat Oct 07 16:58:05 2017 xorriso : UPDATE : 46.44% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 46.93% done, estimate finish Sat Oct 07 16:57:59 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 16:57:59 2017 xorriso : UPDATE : 47.83% done, estimate finish Sat Oct 07 16:58:01 2017 xorriso : UPDATE : 48.43% done, estimate finish Sat Oct 07 16:58:01 2017 xorriso : UPDATE : 48.65% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 48.93% done, estimate finish Sat Oct 07 16:58:07 2017 xorriso : UPDATE : 49.32% done, estimate finish Sat Oct 07 16:58:08 2017 xorriso : UPDATE : 49.38% done, estimate finish Sat Oct 07 16:58:13 2017 xorriso : UPDATE : 50.58% done, estimate finish Sat Oct 07 16:58:07 2017 xorriso : UPDATE : 51.00% done, estimate finish Sat Oct 07 16:58:07 2017 xorriso : UPDATE : 51.64% done, estimate finish Sat Oct 07 16:58:07 2017 xorriso : UPDATE : 52.13% done, estimate finish Sat Oct 07 16:58:14 2017 xorriso : UPDATE : 52.56% done, estimate finish Sat Oct 07 16:58:15 2017 xorriso : UPDATE : 53.10% done, estimate finish Sat Oct 07 16:58:15 2017 xorriso : UPDATE : 53.73% done, estimate finish Sat Oct 07 16:58:13 2017 xorriso : UPDATE : 54.30% done, estimate finish Sat Oct 07 16:58:12 2017 xorriso : UPDATE : 55.15% done, estimate finish Sat Oct 07 16:58:08 2017 xorriso : UPDATE : 55.32% done, estimate finish Sat Oct 07 16:58:12 2017 xorriso : UPDATE : 56.36% done, estimate finish Sat Oct 07 16:58:07 2017 xorriso : UPDATE : 57.04% done, estimate finish Sat Oct 07 16:58:06 2017 xorriso : UPDATE : 57.35% done, estimate finish Sat Oct 07 16:58:08 2017 xorriso : UPDATE : 58.33% done, estimate finish Sat Oct 07 16:57:58 2017 xorriso : UPDATE : 58.73% done, estimate finish Sat Oct 07 16:58:00 2017 xorriso : UPDATE : 59.12% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 59.63% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 59.99% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 60.45% done, estimate finish Sat Oct 07 16:58:05 2017 xorriso : UPDATE : 60.90% done, estimate finish Sat Oct 07 16:58:06 2017 xorriso : UPDATE : 61.22% done, estimate finish Sat Oct 07 16:58:08 2017 xorriso : UPDATE : 61.81% done, estimate finish Sat Oct 07 16:58:08 2017 xorriso : UPDATE : 62.06% done, estimate finish Sat Oct 07 16:58:09 2017 xorriso : UPDATE : 62.23% done, estimate finish Sat Oct 07 16:58:27 2017 xorriso : UPDATE : 62.63% done, estimate finish Sat Oct 07 16:58:28 2017 xorriso : UPDATE : 63.49% done, estimate finish Sat Oct 07 16:58:21 2017 xorriso : UPDATE : 64.06% done, estimate finish Sat Oct 07 16:58:19 2017 xorriso : UPDATE : 64.68% done, estimate finish Sat Oct 07 16:58:17 2017 xorriso : UPDATE : 65.06% done, estimate finish Sat Oct 07 16:58:19 2017 xorriso : UPDATE : 65.49% done, estimate finish Sat Oct 07 16:58:18 2017 xorriso : UPDATE : 66.21% done, estimate finish Sat Oct 07 16:58:16 2017 xorriso : UPDATE : 67.04% done, estimate finish Sat Oct 07 16:58:13 2017 xorriso : UPDATE : 67.34% done, estimate finish Sat Oct 07 16:58:14 2017 xorriso : UPDATE : 68.02% done, estimate finish Sat Oct 07 16:58:05 2017 xorriso : UPDATE : 68.34% done, estimate finish Sat Oct 07 16:58:07 2017 xorriso : UPDATE : 68.85% done, estimate finish Sat Oct 07 16:58:07 2017 xorriso : UPDATE : 69.76% done, estimate finish Sat Oct 07 16:58:05 2017 xorriso : UPDATE : 70.65% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 71.40% done, estimate finish Sat Oct 07 16:58:01 2017 xorriso : UPDATE : 71.80% done, estimate finish Sat Oct 07 16:58:03 2017 xorriso : UPDATE : 72.52% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 73.14% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 73.40% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 73.42% done, estimate finish Sat Oct 07 16:58:08 2017 xorriso : UPDATE : 73.42% done, estimate finish Sat Oct 07 16:58:13 2017 xorriso : UPDATE : 75.15% done, estimate finish Sat Oct 07 16:58:03 2017 xorriso : UPDATE : 76.34% done, estimate finish Sat Oct 07 16:57:59 2017 xorriso : UPDATE : 76.87% done, estimate finish Sat Oct 07 16:58:00 2017 xorriso : UPDATE : 77.30% done, estimate finish Sat Oct 07 16:58:01 2017 xorriso : UPDATE : 78.17% done, estimate finish Sat Oct 07 16:58:00 2017 xorriso : UPDATE : 78.48% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 79.10% done, estimate finish Sat Oct 07 16:58:01 2017 xorriso : UPDATE : 79.32% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 80.36% done, estimate finish Sat Oct 07 16:57:58 2017 xorriso : UPDATE : 80.80% done, estimate finish Sat Oct 07 16:57:59 2017 xorriso : UPDATE : 81.19% done, estimate finish Sat Oct 07 16:58:01 2017 xorriso : UPDATE : 81.88% done, estimate finish Sat Oct 07 16:58:00 2017 xorriso : UPDATE : 82.20% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 83.19% done, estimate finish Sat Oct 07 16:58:00 2017 xorriso : UPDATE : 83.74% done, estimate finish Sat Oct 07 16:58:00 2017 xorriso : UPDATE : 84.32% done, estimate finish Sat Oct 07 16:58:01 2017 xorriso : UPDATE : 84.51% done, estimate finish Sat Oct 07 16:58:03 2017 xorriso : UPDATE : 85.46% done, estimate finish Sat Oct 07 16:58:00 2017 xorriso : UPDATE : 85.81% done, estimate finish Sat Oct 07 16:58:05 2017 xorriso : UPDATE : 86.25% done, estimate finish Sat Oct 07 16:58:05 2017 xorriso : UPDATE : 86.81% done, estimate finish Sat Oct 07 16:58:05 2017 xorriso : UPDATE : 87.50% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 88.04% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 89.01% done, estimate finish Sat Oct 07 16:58:03 2017 xorriso : UPDATE : 89.64% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 90.04% done, estimate finish Sat Oct 07 16:58:03 2017 xorriso : UPDATE : 90.27% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 91.01% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 91.31% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 91.98% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 93.51% done, estimate finish Sat Oct 07 16:58:01 2017 xorriso : UPDATE : 93.99% done, estimate finish Sat Oct 07 16:58:01 2017 xorriso : UPDATE : 94.75% done, estimate finish Sat Oct 07 16:58:01 2017 xorriso : UPDATE : 95.06% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 95.44% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 96.05% done, estimate finish Sat Oct 07 16:58:02 2017 xorriso : UPDATE : 96.25% done, estimate finish Sat Oct 07 16:58:03 2017 xorriso : UPDATE : 96.40% done, estimate finish Sat Oct 07 16:58:04 2017 xorriso : UPDATE : 97.27% done, estimate finish Sat Oct 07 16:58:03 2017 xorriso : UPDATE : 97.74% done, estimate finish Sat Oct 07 16:58:03 2017 xorriso : UPDATE : 97.74% done, estimate finish Sat Oct 07 16:58:05 2017 xorriso : UPDATE : 98.90% done xorriso : UPDATE : 99.22% done xorriso : UPDATE : 99.57% done xorriso : UPDATE : 99.96% done ISO image produced: 2289039 sectors Written to medium : 2289039 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 16:58:06 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 10' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-10.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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' xorriso : UPDATE : 9900 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD10' xorriso : UPDATE : 17267 files added in 2 seconds xorriso : UPDATE : 17267 files added in 2 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.13% done xorriso : UPDATE : 0.36% done xorriso : UPDATE : 0.59% done, estimate finish Sat Oct 07 17:05:15 2017 xorriso : UPDATE : 0.85% done, estimate finish Sat Oct 07 17:05:02 2017 xorriso : UPDATE : 1.14% done, estimate finish Sat Oct 07 17:04:46 2017 xorriso : UPDATE : 1.48% done, estimate finish Sat Oct 07 17:04:21 2017 xorriso : UPDATE : 1.77% done, estimate finish Sat Oct 07 17:04:16 2017 xorriso : UPDATE : 2.12% done, estimate finish Sat Oct 07 17:04:03 2017 xorriso : UPDATE : 3.02% done, estimate finish Sat Oct 07 17:02:51 2017 xorriso : UPDATE : 3.23% done, estimate finish Sat Oct 07 17:03:03 2017 xorriso : UPDATE : 4.47% done, estimate finish Sat Oct 07 17:02:04 2017 xorriso : UPDATE : 4.92% done, estimate finish Sat Oct 07 17:02:03 2017 xorriso : UPDATE : 5.26% done, estimate finish Sat Oct 07 17:02:07 2017 xorriso : UPDATE : 5.67% done, estimate finish Sat Oct 07 17:01:38 2017 xorriso : UPDATE : 6.01% done, estimate finish Sat Oct 07 17:01:44 2017 xorriso : UPDATE : 6.69% done, estimate finish Sat Oct 07 17:01:36 2017 xorriso : UPDATE : 7.00% done, estimate finish Sat Oct 07 17:01:42 2017 xorriso : UPDATE : 7.58% done, estimate finish Sat Oct 07 17:01:38 2017 xorriso : UPDATE : 8.05% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 8.32% done, estimate finish Sat Oct 07 17:01:45 2017 xorriso : UPDATE : 8.65% done, estimate finish Sat Oct 07 17:01:48 2017 xorriso : UPDATE : 8.91% done, estimate finish Sat Oct 07 17:01:54 2017 xorriso : UPDATE : 9.44% done, estimate finish Sat Oct 07 17:01:51 2017 xorriso : UPDATE : 9.75% done, estimate finish Sat Oct 07 17:02:05 2017 xorriso : UPDATE : 10.18% done, estimate finish Sat Oct 07 17:02:04 2017 xorriso : UPDATE : 10.56% done, estimate finish Sat Oct 07 17:02:06 2017 xorriso : UPDATE : 11.23% done, estimate finish Sat Oct 07 17:01:57 2017 xorriso : UPDATE : 11.53% done, estimate finish Sat Oct 07 17:02:02 2017 xorriso : UPDATE : 11.87% done, estimate finish Sat Oct 07 17:02:04 2017 xorriso : UPDATE : 12.22% done, estimate finish Sat Oct 07 17:02:06 2017 xorriso : UPDATE : 12.76% done, estimate finish Sat Oct 07 17:02:03 2017 xorriso : UPDATE : 13.39% done, estimate finish Sat Oct 07 17:01:58 2017 xorriso : UPDATE : 13.95% done, estimate finish Sat Oct 07 17:01:56 2017 xorriso : UPDATE : 14.25% done, estimate finish Sat Oct 07 17:01:53 2017 xorriso : UPDATE : 14.39% done, estimate finish Sat Oct 07 17:02:02 2017 xorriso : UPDATE : 15.38% done, estimate finish Sat Oct 07 17:01:46 2017 xorriso : UPDATE : 15.76% done, estimate finish Sat Oct 07 17:01:48 2017 xorriso : UPDATE : 15.95% done, estimate finish Sat Oct 07 17:01:54 2017 xorriso : UPDATE : 16.94% done, estimate finish Sat Oct 07 17:01:43 2017 xorriso : UPDATE : 17.15% done, estimate finish Sat Oct 07 17:01:48 2017 xorriso : UPDATE : 17.72% done, estimate finish Sat Oct 07 17:01:46 2017 xorriso : UPDATE : 18.55% done, estimate finish Sat Oct 07 17:01:40 2017 xorriso : UPDATE : 18.80% done, estimate finish Sat Oct 07 17:01:44 2017 xorriso : UPDATE : 19.74% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 20.02% done, estimate finish Sat Oct 07 17:01:33 2017 xorriso : UPDATE : 20.63% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 20.79% done, estimate finish Sat Oct 07 17:01:38 2017 xorriso : UPDATE : 21.77% done, estimate finish Sat Oct 07 17:01:29 2017 xorriso : UPDATE : 22.21% done, estimate finish Sat Oct 07 17:01:30 2017 xorriso : UPDATE : 22.64% done, estimate finish Sat Oct 07 17:01:32 2017 xorriso : UPDATE : 23.05% done, estimate finish Sat Oct 07 17:01:33 2017 xorriso : UPDATE : 23.47% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 23.93% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 24.53% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 25.00% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 25.41% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 25.99% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 17:01:38 2017 xorriso : UPDATE : 26.76% done, estimate finish Sat Oct 07 17:01:40 2017 xorriso : UPDATE : 26.95% done, estimate finish Sat Oct 07 17:01:46 2017 xorriso : UPDATE : 27.27% done, estimate finish Sat Oct 07 17:01:48 2017 xorriso : UPDATE : 27.69% done, estimate finish Sat Oct 07 17:01:48 2017 xorriso : UPDATE : 28.20% done, estimate finish Sat Oct 07 17:01:48 2017 xorriso : UPDATE : 28.54% done, estimate finish Sat Oct 07 17:01:49 2017 xorriso : UPDATE : 28.72% done, estimate finish Sat Oct 07 17:02:10 2017 xorriso : UPDATE : 29.91% done, estimate finish Sat Oct 07 17:01:48 2017 xorriso : UPDATE : 30.32% done, estimate finish Sat Oct 07 17:01:49 2017 xorriso : UPDATE : 30.71% done, estimate finish Sat Oct 07 17:01:50 2017 xorriso : UPDATE : 31.02% done, estimate finish Sat Oct 07 17:01:53 2017 xorriso : UPDATE : 31.51% done, estimate finish Sat Oct 07 17:01:52 2017 xorriso : UPDATE : 31.86% done, estimate finish Sat Oct 07 17:01:54 2017 xorriso : UPDATE : 32.43% done, estimate finish Sat Oct 07 17:01:51 2017 xorriso : UPDATE : 33.00% done, estimate finish Sat Oct 07 17:01:49 2017 xorriso : UPDATE : 33.47% done, estimate finish Sat Oct 07 17:01:48 2017 xorriso : UPDATE : 33.81% done, estimate finish Sat Oct 07 17:01:38 2017 xorriso : UPDATE : 34.36% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 34.69% done, estimate finish Sat Oct 07 17:01:40 2017 xorriso : UPDATE : 35.04% done, estimate finish Sat Oct 07 17:01:42 2017 xorriso : UPDATE : 36.05% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 36.39% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 37.02% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 37.38% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 37.73% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 38.07% done, estimate finish Sat Oct 07 17:01:41 2017 xorriso : UPDATE : 38.66% done, estimate finish Sat Oct 07 17:01:41 2017 xorriso : UPDATE : 39.41% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 39.87% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 40.38% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 40.69% done, estimate finish Sat Oct 07 17:01:40 2017 xorriso : UPDATE : 41.00% done, estimate finish Sat Oct 07 17:01:42 2017 xorriso : UPDATE : 41.46% done, estimate finish Sat Oct 07 17:01:42 2017 xorriso : UPDATE : 41.94% done, estimate finish Sat Oct 07 17:01:43 2017 xorriso : UPDATE : 42.75% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 43.33% done, estimate finish Sat Oct 07 17:01:38 2017 xorriso : UPDATE : 43.60% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 44.15% done, estimate finish Sat Oct 07 17:01:38 2017 xorriso : UPDATE : 44.60% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 44.64% done, estimate finish Sat Oct 07 17:01:46 2017 xorriso : UPDATE : 45.77% done, estimate finish Sat Oct 07 17:01:36 2017 xorriso : UPDATE : 46.21% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 46.55% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 46.91% done, estimate finish Sat Oct 07 17:01:40 2017 xorriso : UPDATE : 47.72% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 47.97% done, estimate finish Sat Oct 07 17:01:40 2017 xorriso : UPDATE : 48.12% done, estimate finish Sat Oct 07 17:01:46 2017 xorriso : UPDATE : 48.19% done, estimate finish Sat Oct 07 17:01:54 2017 xorriso : UPDATE : 49.80% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 50.25% done, estimate finish Sat Oct 07 17:01:36 2017 xorriso : UPDATE : 50.64% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 50.80% done, estimate finish Sat Oct 07 17:01:41 2017 xorriso : UPDATE : 51.91% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 52.41% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 52.80% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 53.29% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 53.76% done, estimate finish Sat Oct 07 17:01:30 2017 xorriso : UPDATE : 54.24% done, estimate finish Sat Oct 07 17:01:30 2017 xorriso : UPDATE : 54.76% done, estimate finish Sat Oct 07 17:01:30 2017 xorriso : UPDATE : 55.31% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 55.85% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 56.06% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 56.26% done, estimate finish Sat Oct 07 17:01:36 2017 xorriso : UPDATE : 56.75% done, estimate finish Sat Oct 07 17:01:36 2017 xorriso : UPDATE : 57.00% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 57.56% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 58.01% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 58.44% done, estimate finish Sat Oct 07 17:01:48 2017 xorriso : UPDATE : 59.14% done, estimate finish Sat Oct 07 17:01:44 2017 xorriso : UPDATE : 59.55% done, estimate finish Sat Oct 07 17:01:45 2017 xorriso : UPDATE : 60.01% done, estimate finish Sat Oct 07 17:01:45 2017 xorriso : UPDATE : 60.31% done, estimate finish Sat Oct 07 17:01:47 2017 xorriso : UPDATE : 60.75% done, estimate finish Sat Oct 07 17:01:46 2017 xorriso : UPDATE : 61.31% done, estimate finish Sat Oct 07 17:01:45 2017 xorriso : UPDATE : 61.74% done, estimate finish Sat Oct 07 17:01:45 2017 xorriso : UPDATE : 62.15% done, estimate finish Sat Oct 07 17:01:46 2017 xorriso : UPDATE : 62.61% done, estimate finish Sat Oct 07 17:01:46 2017 xorriso : UPDATE : 63.19% done, estimate finish Sat Oct 07 17:01:41 2017 xorriso : UPDATE : 63.80% done, estimate finish Sat Oct 07 17:01:40 2017 xorriso : UPDATE : 64.25% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 64.96% done, estimate finish Sat Oct 07 17:01:37 2017 xorriso : UPDATE : 65.34% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 65.65% done, estimate finish Sat Oct 07 17:01:40 2017 xorriso : UPDATE : 66.18% done, estimate finish Sat Oct 07 17:01:41 2017 xorriso : UPDATE : 66.50% done, estimate finish Sat Oct 07 17:01:41 2017 xorriso : UPDATE : 66.85% done, estimate finish Sat Oct 07 17:01:43 2017 xorriso : UPDATE : 66.85% done, estimate finish Sat Oct 07 17:01:46 2017 xorriso : UPDATE : 69.39% done, estimate finish Sat Oct 07 17:01:27 2017 xorriso : UPDATE : 69.60% done, estimate finish Sat Oct 07 17:01:30 2017 xorriso : UPDATE : 69.99% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 70.38% done, estimate finish Sat Oct 07 17:01:32 2017 xorriso : UPDATE : 70.44% done, estimate finish Sat Oct 07 17:01:36 2017 xorriso : UPDATE : 71.66% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 71.92% done, estimate finish Sat Oct 07 17:01:33 2017 xorriso : UPDATE : 71.92% done, estimate finish Sat Oct 07 17:01:36 2017 xorriso : UPDATE : 73.99% done, estimate finish Sat Oct 07 17:01:27 2017 xorriso : UPDATE : 74.34% done, estimate finish Sat Oct 07 17:01:28 2017 xorriso : UPDATE : 75.01% done, estimate finish Sat Oct 07 17:01:29 2017 xorriso : UPDATE : 75.49% done, estimate finish Sat Oct 07 17:01:30 2017 xorriso : UPDATE : 76.31% done, estimate finish Sat Oct 07 17:01:29 2017 xorriso : UPDATE : 76.94% done, estimate finish Sat Oct 07 17:01:27 2017 xorriso : UPDATE : 77.41% done, estimate finish Sat Oct 07 17:01:28 2017 xorriso : UPDATE : 78.03% done, estimate finish Sat Oct 07 17:01:28 2017 xorriso : UPDATE : 78.36% done, estimate finish Sat Oct 07 17:01:29 2017 xorriso : UPDATE : 78.79% done, estimate finish Sat Oct 07 17:01:30 2017 xorriso : UPDATE : 79.17% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 79.85% done, estimate finish Sat Oct 07 17:01:30 2017 xorriso : UPDATE : 80.29% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 80.62% done, estimate finish Sat Oct 07 17:01:33 2017 xorriso : UPDATE : 81.15% done, estimate finish Sat Oct 07 17:01:33 2017 xorriso : UPDATE : 81.32% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 82.52% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 82.88% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 83.37% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 83.84% done, estimate finish Sat Oct 07 17:01:32 2017 xorriso : UPDATE : 84.12% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 84.27% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 84.54% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 85.09% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 85.59% done, estimate finish Sat Oct 07 17:01:38 2017 xorriso : UPDATE : 85.64% done, estimate finish Sat Oct 07 17:01:41 2017 xorriso : UPDATE : 87.00% done, estimate finish Sat Oct 07 17:01:35 2017 xorriso : UPDATE : 87.22% done, estimate finish Sat Oct 07 17:01:36 2017 xorriso : UPDATE : 87.69% done, estimate finish Sat Oct 07 17:01:36 2017 xorriso : UPDATE : 87.69% done, estimate finish Sat Oct 07 17:01:39 2017 xorriso : UPDATE : 87.69% done, estimate finish Sat Oct 07 17:01:41 2017 xorriso : UPDATE : 89.88% done, estimate finish Sat Oct 07 17:01:33 2017 xorriso : UPDATE : 90.37% done, estimate finish Sat Oct 07 17:01:30 2017 xorriso : UPDATE : 90.88% done, estimate finish Sat Oct 07 17:01:30 2017 xorriso : UPDATE : 91.22% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 91.95% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 92.38% done, estimate finish Sat Oct 07 17:01:32 2017 xorriso : UPDATE : 92.84% done, estimate finish Sat Oct 07 17:01:32 2017 xorriso : UPDATE : 93.29% done, estimate finish Sat Oct 07 17:01:32 2017 xorriso : UPDATE : 93.99% done, estimate finish Sat Oct 07 17:01:31 2017 xorriso : UPDATE : 94.32% done, estimate finish Sat Oct 07 17:01:32 2017 xorriso : UPDATE : 94.87% done, estimate finish Sat Oct 07 17:01:32 2017 xorriso : UPDATE : 95.26% done, estimate finish Sat Oct 07 17:01:33 2017 xorriso : UPDATE : 95.54% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 95.90% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 96.66% done, estimate finish Sat Oct 07 17:01:33 2017 xorriso : UPDATE : 97.04% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 97.29% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 97.76% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 98.36% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 98.86% done, estimate finish Sat Oct 07 17:01:34 2017 xorriso : UPDATE : 99.26% done xorriso : UPDATE : 99.53% done xorriso : UPDATE : Thank you for being patient. Working since 207 seconds. ISO image produced: 2283629 sectors Written to medium : 2283629 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:01:36 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 11' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-11.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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' xorriso : UPDATE : 11900 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD11' xorriso : UPDATE : 20877 files added in 1 seconds xorriso : UPDATE : 20877 files added in 2 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.22% done xorriso : UPDATE : 0.42% done xorriso : UPDATE : 0.66% done, estimate finish Sat Oct 07 17:08:41 2017 xorriso : UPDATE : 0.83% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 1.05% done, estimate finish Sat Oct 07 17:09:15 2017 xorriso : UPDATE : 1.55% done, estimate finish Sat Oct 07 17:07:53 2017 xorriso : UPDATE : 1.93% done, estimate finish Sat Oct 07 17:07:31 2017 xorriso : UPDATE : 2.32% done, estimate finish Sat Oct 07 17:07:15 2017 xorriso : UPDATE : 2.60% done, estimate finish Sat Oct 07 17:07:18 2017 xorriso : UPDATE : 3.03% done, estimate finish Sat Oct 07 17:07:02 2017 xorriso : UPDATE : 3.43% done, estimate finish Sat Oct 07 17:06:54 2017 xorriso : UPDATE : 3.95% done, estimate finish Sat Oct 07 17:06:37 2017 xorriso : UPDATE : 4.17% done, estimate finish Sat Oct 07 17:06:46 2017 xorriso : UPDATE : 4.46% done, estimate finish Sat Oct 07 17:06:15 2017 xorriso : UPDATE : 4.83% done, estimate finish Sat Oct 07 17:06:15 2017 xorriso : UPDATE : 5.22% done, estimate finish Sat Oct 07 17:06:13 2017 xorriso : UPDATE : 5.52% done, estimate finish Sat Oct 07 17:06:17 2017 xorriso : UPDATE : 6.11% done, estimate finish Sat Oct 07 17:06:05 2017 xorriso : UPDATE : 6.59% done, estimate finish Sat Oct 07 17:06:01 2017 xorriso : UPDATE : 7.75% done, estimate finish Sat Oct 07 17:05:32 2017 xorriso : UPDATE : 7.75% done, estimate finish Sat Oct 07 17:05:46 2017 xorriso : UPDATE : 8.81% done, estimate finish Sat Oct 07 17:05:26 2017 xorriso : UPDATE : 9.90% done, estimate finish Sat Oct 07 17:05:10 2017 xorriso : UPDATE : 11.40% done, estimate finish Sat Oct 07 17:04:28 2017 xorriso : UPDATE : 11.73% done, estimate finish Sat Oct 07 17:04:34 2017 xorriso : UPDATE : 13.65% done, estimate finish Sat Oct 07 17:04:13 2017 xorriso : UPDATE : 13.99% done, estimate finish Sat Oct 07 17:04:18 2017 xorriso : UPDATE : 14.41% done, estimate finish Sat Oct 07 17:04:21 2017 xorriso : UPDATE : 14.58% done, estimate finish Sat Oct 07 17:04:27 2017 xorriso : UPDATE : 15.73% done, estimate finish Sat Oct 07 17:04:20 2017 xorriso : UPDATE : 16.03% done, estimate finish Sat Oct 07 17:04:23 2017 xorriso : UPDATE : 16.21% done, estimate finish Sat Oct 07 17:04:29 2017 xorriso : UPDATE : 16.59% done, estimate finish Sat Oct 07 17:04:32 2017 xorriso : UPDATE : 17.09% done, estimate finish Sat Oct 07 17:04:32 2017 xorriso : UPDATE : 17.26% done, estimate finish Sat Oct 07 17:04:47 2017 xorriso : UPDATE : 18.14% done, estimate finish Sat Oct 07 17:04:41 2017 xorriso : UPDATE : 18.64% done, estimate finish Sat Oct 07 17:04:43 2017 xorriso : UPDATE : 18.86% done, estimate finish Sat Oct 07 17:04:48 2017 xorriso : UPDATE : 19.32% done, estimate finish Sat Oct 07 17:04:49 2017 xorriso : UPDATE : 19.92% done, estimate finish Sat Oct 07 17:04:48 2017 xorriso : UPDATE : 20.40% done, estimate finish Sat Oct 07 17:04:49 2017 xorriso : UPDATE : 21.04% done, estimate finish Sat Oct 07 17:04:47 2017 xorriso : UPDATE : 21.30% done, estimate finish Sat Oct 07 17:04:51 2017 xorriso : UPDATE : 21.60% done, estimate finish Sat Oct 07 17:04:54 2017 xorriso : UPDATE : 22.03% done, estimate finish Sat Oct 07 17:05:01 2017 xorriso : UPDATE : 22.26% done, estimate finish Sat Oct 07 17:05:07 2017 xorriso : UPDATE : 22.70% done, estimate finish Sat Oct 07 17:05:07 2017 xorriso : UPDATE : 22.88% done, estimate finish Sat Oct 07 17:05:14 2017 xorriso : UPDATE : 23.30% done, estimate finish Sat Oct 07 17:05:14 2017 xorriso : UPDATE : 24.14% done, estimate finish Sat Oct 07 17:05:07 2017 xorriso : UPDATE : 24.31% done, estimate finish Sat Oct 07 17:05:12 2017 xorriso : UPDATE : 24.78% done, estimate finish Sat Oct 07 17:05:12 2017 xorriso : UPDATE : 25.10% done, estimate finish Sat Oct 07 17:05:14 2017 xorriso : UPDATE : 25.49% done, estimate finish Sat Oct 07 17:05:15 2017 xorriso : UPDATE : 25.88% done, estimate finish Sat Oct 07 17:05:28 2017 xorriso : UPDATE : 26.13% done, estimate finish Sat Oct 07 17:05:33 2017 xorriso : UPDATE : 26.38% done, estimate finish Sat Oct 07 17:05:36 2017 xorriso : UPDATE : 26.74% done, estimate finish Sat Oct 07 17:05:37 2017 xorriso : UPDATE : 27.04% done, estimate finish Sat Oct 07 17:05:40 2017 xorriso : UPDATE : 27.41% done, estimate finish Sat Oct 07 17:05:39 2017 xorriso : UPDATE : 27.90% done, estimate finish Sat Oct 07 17:05:37 2017 xorriso : UPDATE : 28.49% done, estimate finish Sat Oct 07 17:05:33 2017 xorriso : UPDATE : 29.31% done, estimate finish Sat Oct 07 17:05:24 2017 xorriso : UPDATE : 29.99% done, estimate finish Sat Oct 07 17:05:20 2017 xorriso : UPDATE : 30.68% done, estimate finish Sat Oct 07 17:05:06 2017 xorriso : UPDATE : 30.78% done, estimate finish Sat Oct 07 17:05:15 2017 xorriso : UPDATE : 31.15% done, estimate finish Sat Oct 07 17:05:16 2017 xorriso : UPDATE : 31.69% done, estimate finish Sat Oct 07 17:05:14 2017 xorriso : UPDATE : 32.30% done, estimate finish Sat Oct 07 17:05:11 2017 xorriso : UPDATE : 32.91% done, estimate finish Sat Oct 07 17:05:09 2017 xorriso : UPDATE : 33.40% done, estimate finish Sat Oct 07 17:05:09 2017 xorriso : UPDATE : 33.66% done, estimate finish Sat Oct 07 17:05:12 2017 xorriso : UPDATE : 33.86% done, estimate finish Sat Oct 07 17:05:16 2017 xorriso : UPDATE : 33.86% done, estimate finish Sat Oct 07 17:05:22 2017 xorriso : UPDATE : 35.61% done, estimate finish Sat Oct 07 17:05:04 2017 xorriso : UPDATE : 36.01% done, estimate finish Sat Oct 07 17:05:06 2017 xorriso : UPDATE : 36.16% done, estimate finish Sat Oct 07 17:05:12 2017 xorriso : UPDATE : 36.16% done, estimate finish Sat Oct 07 17:05:21 2017 xorriso : UPDATE : 36.16% done, estimate finish Sat Oct 07 17:05:29 2017 xorriso : UPDATE : 36.16% done, estimate finish Sat Oct 07 17:05:38 2017 xorriso : UPDATE : 39.58% done, estimate finish Sat Oct 07 17:04:52 2017 xorriso : UPDATE : 40.12% done, estimate finish Sat Oct 07 17:04:52 2017 xorriso : UPDATE : 40.12% done, estimate finish Sat Oct 07 17:04:58 2017 xorriso : UPDATE : 41.80% done, estimate finish Sat Oct 07 17:04:47 2017 xorriso : UPDATE : 41.80% done, estimate finish Sat Oct 07 17:04:45 2017 xorriso : UPDATE : 43.44% done, estimate finish Sat Oct 07 17:04:34 2017 xorriso : UPDATE : 43.44% done, estimate finish Sat Oct 07 17:04:40 2017 xorriso : UPDATE : 44.50% done, estimate finish Sat Oct 07 17:04:37 2017 xorriso : UPDATE : 44.50% done, estimate finish Sat Oct 07 17:04:41 2017 xorriso : UPDATE : 44.50% done, estimate finish Sat Oct 07 17:04:47 2017 xorriso : UPDATE : 46.11% done, estimate finish Sat Oct 07 17:04:39 2017 xorriso : UPDATE : 46.72% done, estimate finish Sat Oct 07 17:04:39 2017 xorriso : UPDATE : 47.19% done, estimate finish Sat Oct 07 17:04:40 2017 xorriso : UPDATE : 48.04% done, estimate finish Sat Oct 07 17:04:38 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 17:04:35 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 17:04:41 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 17:04:48 2017 xorriso : UPDATE : 50.76% done, estimate finish Sat Oct 07 17:04:34 2017 xorriso : UPDATE : 51.57% done, estimate finish Sat Oct 07 17:04:33 2017 xorriso : UPDATE : 51.57% done, estimate finish Sat Oct 07 17:04:38 2017 xorriso : UPDATE : 53.20% done, estimate finish Sat Oct 07 17:04:31 2017 xorriso : UPDATE : 53.81% done, estimate finish Sat Oct 07 17:04:32 2017 xorriso : UPDATE : 53.81% done, estimate finish Sat Oct 07 17:04:35 2017 xorriso : UPDATE : 55.20% done, estimate finish Sat Oct 07 17:04:31 2017 xorriso : UPDATE : 55.42% done, estimate finish Sat Oct 07 17:04:34 2017 xorriso : UPDATE : 56.53% done, estimate finish Sat Oct 07 17:04:31 2017 xorriso : UPDATE : 56.66% done, estimate finish Sat Oct 07 17:04:35 2017 xorriso : UPDATE : 56.72% done, estimate finish Sat Oct 07 17:04:39 2017 xorriso : UPDATE : 57.47% done, estimate finish Sat Oct 07 17:04:38 2017 xorriso : UPDATE : 58.10% done, estimate finish Sat Oct 07 17:04:38 2017 xorriso : UPDATE : 58.39% done, estimate finish Sat Oct 07 17:04:40 2017 xorriso : UPDATE : 58.49% done, estimate finish Sat Oct 07 17:04:44 2017 xorriso : UPDATE : 58.49% done, estimate finish Sat Oct 07 17:04:48 2017 xorriso : UPDATE : 58.49% done, estimate finish Sat Oct 07 17:04:52 2017 xorriso : UPDATE : 60.87% done, estimate finish Sat Oct 07 17:04:45 2017 xorriso : UPDATE : 61.10% done, estimate finish Sat Oct 07 17:04:49 2017 xorriso : UPDATE : 61.22% done, estimate finish Sat Oct 07 17:04:53 2017 xorriso : UPDATE : 61.47% done, estimate finish Sat Oct 07 17:04:55 2017 xorriso : UPDATE : 61.75% done, estimate finish Sat Oct 07 17:04:58 2017 xorriso : UPDATE : 61.98% done, estimate finish Sat Oct 07 17:05:01 2017 xorriso : UPDATE : 62.17% done, estimate finish Sat Oct 07 17:05:04 2017 xorriso : UPDATE : 62.47% done, estimate finish Sat Oct 07 17:05:05 2017 xorriso : UPDATE : 62.85% done, estimate finish Sat Oct 07 17:05:06 2017 xorriso : UPDATE : 63.00% done, estimate finish Sat Oct 07 17:05:09 2017 xorriso : UPDATE : 63.15% done, estimate finish Sat Oct 07 17:06:00 2017 xorriso : UPDATE : 63.45% done, estimate finish Sat Oct 07 17:05:56 2017 xorriso : UPDATE : 63.70% done, estimate finish Sat Oct 07 17:05:55 2017 xorriso : UPDATE : 63.78% done, estimate finish Sat Oct 07 17:06:02 2017 xorriso : UPDATE : 64.78% done, estimate finish Sat Oct 07 17:05:38 2017 xorriso : UPDATE : 65.14% done, estimate finish Sat Oct 07 17:05:35 2017 xorriso : UPDATE : 65.37% done, estimate finish Sat Oct 07 17:05:37 2017 xorriso : UPDATE : 65.62% done, estimate finish Sat Oct 07 17:05:38 2017 xorriso : UPDATE : 66.03% done, estimate finish Sat Oct 07 17:05:35 2017 xorriso : UPDATE : 66.28% done, estimate finish Sat Oct 07 17:05:36 2017 xorriso : UPDATE : 66.49% done, estimate finish Sat Oct 07 17:05:38 2017 xorriso : UPDATE : 66.70% done, estimate finish Sat Oct 07 17:05:28 2017 xorriso : UPDATE : 66.70% done, estimate finish Sat Oct 07 17:05:35 2017 xorriso : UPDATE : 67.70% done, estimate finish Sat Oct 07 17:05:20 2017 xorriso : UPDATE : 68.65% done, estimate finish Sat Oct 07 17:05:12 2017 xorriso : UPDATE : 68.89% done, estimate finish Sat Oct 07 17:05:14 2017 xorriso : UPDATE : 69.03% done, estimate finish Sat Oct 07 17:05:17 2017 xorriso : UPDATE : 69.07% done, estimate finish Sat Oct 07 17:05:22 2017 xorriso : UPDATE : 69.45% done, estimate finish Sat Oct 07 17:05:21 2017 xorriso : UPDATE : 69.96% done, estimate finish Sat Oct 07 17:05:20 2017 xorriso : UPDATE : 70.28% done, estimate finish Sat Oct 07 17:05:21 2017 xorriso : UPDATE : 70.42% done, estimate finish Sat Oct 07 17:05:19 2017 xorriso : UPDATE : 70.68% done, estimate finish Sat Oct 07 17:05:21 2017 xorriso : UPDATE : 70.71% done, estimate finish Sat Oct 07 17:05:27 2017 xorriso : UPDATE : 71.72% done, estimate finish Sat Oct 07 17:05:17 2017 xorriso : UPDATE : 72.03% done, estimate finish Sat Oct 07 17:05:18 2017 xorriso : UPDATE : 72.34% done, estimate finish Sat Oct 07 17:05:18 2017 xorriso : UPDATE : 72.77% done, estimate finish Sat Oct 07 17:05:18 2017 xorriso : UPDATE : 73.38% done, estimate finish Sat Oct 07 17:05:15 2017 xorriso : UPDATE : 73.52% done, estimate finish Sat Oct 07 17:05:18 2017 xorriso : UPDATE : 74.05% done, estimate finish Sat Oct 07 17:05:17 2017 xorriso : UPDATE : 74.34% done, estimate finish Sat Oct 07 17:05:17 2017 xorriso : UPDATE : 74.53% done, estimate finish Sat Oct 07 17:05:20 2017 xorriso : UPDATE : 74.71% done, estimate finish Sat Oct 07 17:05:23 2017 xorriso : UPDATE : 75.14% done, estimate finish Sat Oct 07 17:05:22 2017 xorriso : UPDATE : 75.59% done, estimate finish Sat Oct 07 17:05:21 2017 xorriso : UPDATE : 75.74% done, estimate finish Sat Oct 07 17:05:24 2017 xorriso : UPDATE : 76.15% done, estimate finish Sat Oct 07 17:05:23 2017 xorriso : UPDATE : 76.72% done, estimate finish Sat Oct 07 17:05:21 2017 xorriso : UPDATE : 76.99% done, estimate finish Sat Oct 07 17:05:23 2017 xorriso : UPDATE : 77.34% done, estimate finish Sat Oct 07 17:05:22 2017 xorriso : UPDATE : 77.54% done, estimate finish Sat Oct 07 17:05:30 2017 xorriso : UPDATE : 78.11% done, estimate finish Sat Oct 07 17:05:26 2017 xorriso : UPDATE : 78.33% done, estimate finish Sat Oct 07 17:05:27 2017 xorriso : UPDATE : 78.68% done, estimate finish Sat Oct 07 17:05:28 2017 xorriso : UPDATE : 79.05% done, estimate finish Sat Oct 07 17:05:27 2017 xorriso : UPDATE : 79.26% done, estimate finish Sat Oct 07 17:05:29 2017 xorriso : UPDATE : 79.82% done, estimate finish Sat Oct 07 17:05:26 2017 xorriso : UPDATE : 80.31% done, estimate finish Sat Oct 07 17:05:25 2017 xorriso : UPDATE : 80.47% done, estimate finish Sat Oct 07 17:05:27 2017 xorriso : UPDATE : 80.95% done, estimate finish Sat Oct 07 17:05:25 2017 xorriso : UPDATE : 81.42% done, estimate finish Sat Oct 07 17:05:20 2017 xorriso : UPDATE : 81.59% done, estimate finish Sat Oct 07 17:05:24 2017 xorriso : UPDATE : 82.10% done, estimate finish Sat Oct 07 17:05:21 2017 xorriso : UPDATE : 82.35% done, estimate finish Sat Oct 07 17:05:23 2017 xorriso : UPDATE : 82.64% done, estimate finish Sat Oct 07 17:05:24 2017 xorriso : UPDATE : 82.79% done, estimate finish Sat Oct 07 17:05:26 2017 xorriso : UPDATE : 83.01% done, estimate finish Sat Oct 07 17:05:28 2017 xorriso : UPDATE : 83.22% done, estimate finish Sat Oct 07 17:05:29 2017 xorriso : UPDATE : 83.44% done, estimate finish Sat Oct 07 17:05:30 2017 xorriso : UPDATE : 83.77% done, estimate finish Sat Oct 07 17:05:30 2017 xorriso : UPDATE : 83.99% done, estimate finish Sat Oct 07 17:05:42 2017 xorriso : UPDATE : 84.25% done, estimate finish Sat Oct 07 17:05:43 2017 xorriso : UPDATE : 84.30% done, estimate finish Sat Oct 07 17:05:47 2017 xorriso : UPDATE : 85.46% done, estimate finish Sat Oct 07 17:05:31 2017 xorriso : UPDATE : 85.63% done, estimate finish Sat Oct 07 17:05:33 2017 xorriso : UPDATE : 86.14% done, estimate finish Sat Oct 07 17:05:32 2017 xorriso : UPDATE : 86.56% done, estimate finish Sat Oct 07 17:05:29 2017 xorriso : UPDATE : 86.71% done, estimate finish Sat Oct 07 17:05:31 2017 xorriso : UPDATE : 87.05% done, estimate finish Sat Oct 07 17:05:31 2017 xorriso : UPDATE : 87.27% done, estimate finish Sat Oct 07 17:05:33 2017 xorriso : UPDATE : 87.48% done, estimate finish Sat Oct 07 17:05:28 2017 xorriso : UPDATE : 87.78% done, estimate finish Sat Oct 07 17:05:29 2017 xorriso : UPDATE : 87.95% done, estimate finish Sat Oct 07 17:05:31 2017 xorriso : UPDATE : 88.16% done, estimate finish Sat Oct 07 17:05:32 2017 xorriso : UPDATE : 88.40% done, estimate finish Sat Oct 07 17:05:33 2017 xorriso : UPDATE : 88.66% done, estimate finish Sat Oct 07 17:05:34 2017 xorriso : UPDATE : 89.10% done, estimate finish Sat Oct 07 17:05:33 2017 xorriso : UPDATE : 89.30% done, estimate finish Sat Oct 07 17:05:34 2017 xorriso : UPDATE : 89.30% done, estimate finish Sat Oct 07 17:05:37 2017 xorriso : UPDATE : 89.92% done, estimate finish Sat Oct 07 17:05:34 2017 xorriso : UPDATE : 90.43% done, estimate finish Sat Oct 07 17:05:36 2017 xorriso : UPDATE : 90.43% done, estimate finish Sat Oct 07 17:05:39 2017 xorriso : UPDATE : 90.43% done, estimate finish Sat Oct 07 17:05:43 2017 xorriso : UPDATE : 92.66% done, estimate finish Sat Oct 07 17:05:25 2017 xorriso : UPDATE : 92.66% done, estimate finish Sat Oct 07 17:05:27 2017 xorriso : UPDATE : 93.16% done, estimate finish Sat Oct 07 17:05:27 2017 xorriso : UPDATE : 93.58% done, estimate finish Sat Oct 07 17:05:26 2017 xorriso : UPDATE : 94.02% done, estimate finish Sat Oct 07 17:05:26 2017 xorriso : UPDATE : 94.33% done, estimate finish Sat Oct 07 17:05:26 2017 xorriso : UPDATE : 94.62% done, estimate finish Sat Oct 07 17:05:27 2017 xorriso : UPDATE : 94.84% done, estimate finish Sat Oct 07 17:05:27 2017 xorriso : UPDATE : 95.24% done, estimate finish Sat Oct 07 17:05:25 2017 xorriso : UPDATE : 95.51% done, estimate finish Sat Oct 07 17:05:26 2017 xorriso : UPDATE : 95.73% done, estimate finish Sat Oct 07 17:05:27 2017 xorriso : UPDATE : 95.91% done, estimate finish Sat Oct 07 17:05:28 2017 xorriso : UPDATE : 96.39% done, estimate finish Sat Oct 07 17:05:28 2017 xorriso : UPDATE : 96.51% done, estimate finish Sat Oct 07 17:05:29 2017 xorriso : UPDATE : 96.51% done, estimate finish Sat Oct 07 17:05:30 2017 xorriso : UPDATE : 97.75% done, estimate finish Sat Oct 07 17:05:27 2017 xorriso : UPDATE : 97.99% done, estimate finish Sat Oct 07 17:05:28 2017 xorriso : UPDATE : 98.22% done, estimate finish Sat Oct 07 17:05:28 2017 xorriso : UPDATE : 98.40% done, estimate finish Sat Oct 07 17:05:30 2017 xorriso : UPDATE : 98.62% done, estimate finish Sat Oct 07 17:05:30 2017 xorriso : UPDATE : 98.80% done, estimate finish Sat Oct 07 17:05:31 2017 xorriso : UPDATE : 99.34% done, estimate finish Sat Oct 07 17:05:30 2017 xorriso : UPDATE : 99.62% done xorriso : UPDATE : 99.90% done ISO image produced: 2290035 sectors Written to medium : 2290035 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:05:31 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 12' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-12.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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/3armhf/stretch/CD12' xorriso : UPDATE : 4913 files added in 1 seconds xorriso : UPDATE : 4913 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.02% done xorriso : UPDATE : 0.26% done xorriso : UPDATE : 0.64% done, estimate finish Sat Oct 07 17:10:59 2017 xorriso : UPDATE : 1.12% done, estimate finish Sat Oct 07 17:10:10 2017 xorriso : UPDATE : 1.64% done, estimate finish Sat Oct 07 17:09:43 2017 xorriso : UPDATE : 1.90% done, estimate finish Sat Oct 07 17:10:02 2017 xorriso : UPDATE : 1.90% done, estimate finish Sat Oct 07 17:10:54 2017 xorriso : UPDATE : 1.90% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 1.90% done, estimate finish Sat Oct 07 17:12:40 2017 xorriso : UPDATE : 2.45% done, estimate finish Sat Oct 07 17:11:44 2017 xorriso : UPDATE : 5.71% done, estimate finish Sat Oct 07 17:08:29 2017 xorriso : UPDATE : 6.13% done, estimate finish Sat Oct 07 17:08:34 2017 xorriso : UPDATE : 6.73% done, estimate finish Sat Oct 07 17:08:32 2017 xorriso : UPDATE : 7.22% done, estimate finish Sat Oct 07 17:08:17 2017 xorriso : UPDATE : 7.78% done, estimate finish Sat Oct 07 17:08:18 2017 xorriso : UPDATE : 7.78% done, estimate finish Sat Oct 07 17:08:33 2017 xorriso : UPDATE : 8.94% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 9.46% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 10.64% done, estimate finish Sat Oct 07 17:08:10 2017 xorriso : UPDATE : 11.12% done, estimate finish Sat Oct 07 17:08:13 2017 xorriso : UPDATE : 11.46% done, estimate finish Sat Oct 07 17:08:18 2017 xorriso : UPDATE : 11.46% done, estimate finish Sat Oct 07 17:08:27 2017 xorriso : UPDATE : 12.99% done, estimate finish Sat Oct 07 17:08:14 2017 xorriso : UPDATE : 13.32% done, estimate finish Sat Oct 07 17:08:17 2017 xorriso : UPDATE : 13.49% done, estimate finish Sat Oct 07 17:08:26 2017 xorriso : UPDATE : 13.88% done, estimate finish Sat Oct 07 17:08:29 2017 xorriso : UPDATE : 14.43% done, estimate finish Sat Oct 07 17:08:29 2017 xorriso : UPDATE : 14.89% done, estimate finish Sat Oct 07 17:08:31 2017 xorriso : UPDATE : 14.89% done, estimate finish Sat Oct 07 17:08:41 2017 xorriso : UPDATE : 14.89% done, estimate finish Sat Oct 07 17:08:50 2017 xorriso : UPDATE : 16.83% done, estimate finish Sat Oct 07 17:08:27 2017 xorriso : UPDATE : 16.98% done, estimate finish Sat Oct 07 17:08:33 2017 xorriso : UPDATE : 17.87% done, estimate finish Sat Oct 07 17:08:28 2017 xorriso : UPDATE : 18.44% done, estimate finish Sat Oct 07 17:08:28 2017 xorriso : UPDATE : 18.97% done, estimate finish Sat Oct 07 17:08:35 2017 xorriso : UPDATE : 19.28% done, estimate finish Sat Oct 07 17:08:40 2017 xorriso : UPDATE : 20.26% done, estimate finish Sat Oct 07 17:08:31 2017 xorriso : UPDATE : 20.48% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 20.84% done, estimate finish Sat Oct 07 17:08:40 2017 xorriso : UPDATE : 21.50% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 22.06% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 22.52% done, estimate finish Sat Oct 07 17:08:38 2017 xorriso : UPDATE : 22.62% done, estimate finish Sat Oct 07 17:08:44 2017 xorriso : UPDATE : 22.62% done, estimate finish Sat Oct 07 17:08:51 2017 xorriso : UPDATE : 23.65% done, estimate finish Sat Oct 07 17:08:48 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 17:08:28 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 17:08:46 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 17:08:56 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 17:09:05 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 17:09:14 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 17:09:23 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 17:09:32 2017 xorriso : UPDATE : 31.35% done, estimate finish Sat Oct 07 17:08:13 2017 xorriso : UPDATE : 31.86% done, estimate finish Sat Oct 07 17:08:01 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 17:08:06 2017 xorriso : UPDATE : 32.14% done, estimate finish Sat Oct 07 17:08:12 2017 xorriso : UPDATE : 33.19% done, estimate finish Sat Oct 07 17:08:09 2017 xorriso : UPDATE : 33.58% done, estimate finish Sat Oct 07 17:08:11 2017 xorriso : UPDATE : 34.35% done, estimate finish Sat Oct 07 17:08:11 2017 xorriso : UPDATE : 34.53% done, estimate finish Sat Oct 07 17:08:15 2017 xorriso : UPDATE : 34.53% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 34.53% done, estimate finish Sat Oct 07 17:08:25 2017 xorriso : UPDATE : 37.17% done, estimate finish Sat Oct 07 17:08:09 2017 xorriso : UPDATE : 37.62% done, estimate finish Sat Oct 07 17:08:22 2017 xorriso : UPDATE : 37.62% done, estimate finish Sat Oct 07 17:08:31 2017 xorriso : UPDATE : 38.74% done, estimate finish Sat Oct 07 17:08:23 2017 xorriso : UPDATE : 39.35% done, estimate finish Sat Oct 07 17:08:23 2017 xorriso : UPDATE : 40.24% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 40.82% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 41.35% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 41.83% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 42.53% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 42.89% done, estimate finish Sat Oct 07 17:08:22 2017 xorriso : UPDATE : 43.53% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 44.15% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 44.15% done, estimate finish Sat Oct 07 17:08:27 2017 xorriso : UPDATE : 45.47% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 45.96% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 45.96% done, estimate finish Sat Oct 07 17:08:26 2017 xorriso : UPDATE : 45.96% done, estimate finish Sat Oct 07 17:08:32 2017 xorriso : UPDATE : 45.96% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 45.96% done, estimate finish Sat Oct 07 17:08:43 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:08:15 2017 xorriso : UPDATE : 50.30% done, estimate finish Sat Oct 07 17:08:12 2017 xorriso : UPDATE : 50.70% done, estimate finish Sat Oct 07 17:08:15 2017 xorriso : UPDATE : 51.46% done, estimate finish Sat Oct 07 17:08:13 2017 xorriso : UPDATE : 51.84% done, estimate finish Sat Oct 07 17:08:16 2017 xorriso : UPDATE : 51.88% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 52.06% done, estimate finish Sat Oct 07 17:08:24 2017 xorriso : UPDATE : 52.27% done, estimate finish Sat Oct 07 17:08:27 2017 xorriso : UPDATE : 53.16% done, estimate finish Sat Oct 07 17:08:25 2017 xorriso : UPDATE : 53.81% done, estimate finish Sat Oct 07 17:08:24 2017 xorriso : UPDATE : 53.86% done, estimate finish Sat Oct 07 17:08:28 2017 xorriso : UPDATE : 54.85% done, estimate finish Sat Oct 07 17:08:38 2017 xorriso : UPDATE : 54.88% done, estimate finish Sat Oct 07 17:08:45 2017 xorriso : UPDATE : 55.14% done, estimate finish Sat Oct 07 17:08:49 2017 xorriso : UPDATE : 55.14% done, estimate finish Sat Oct 07 17:08:56 2017 xorriso : UPDATE : 56.83% done, estimate finish Sat Oct 07 17:08:36 2017 xorriso : UPDATE : 57.32% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 57.78% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 58.30% done, estimate finish Sat Oct 07 17:08:36 2017 xorriso : UPDATE : 58.74% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 59.15% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 59.80% done, estimate finish Sat Oct 07 17:08:34 2017 xorriso : UPDATE : 60.36% done, estimate finish Sat Oct 07 17:08:33 2017 xorriso : UPDATE : 60.92% done, estimate finish Sat Oct 07 17:08:33 2017 xorriso : UPDATE : 61.50% done, estimate finish Sat Oct 07 17:08:32 2017 xorriso : UPDATE : 62.03% done, estimate finish Sat Oct 07 17:08:32 2017 xorriso : UPDATE : 62.47% done, estimate finish Sat Oct 07 17:08:32 2017 xorriso : UPDATE : 62.47% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 63.72% done, estimate finish Sat Oct 07 17:08:30 2017 xorriso : UPDATE : 64.15% done, estimate finish Sat Oct 07 17:08:31 2017 xorriso : UPDATE : 64.45% done, estimate finish Sat Oct 07 17:08:33 2017 xorriso : UPDATE : 65.14% done, estimate finish Sat Oct 07 17:08:32 2017 xorriso : UPDATE : 66.21% done, estimate finish Sat Oct 07 17:08:24 2017 xorriso : UPDATE : 66.21% done, estimate finish Sat Oct 07 17:08:29 2017 xorriso : UPDATE : 66.21% done, estimate finish Sat Oct 07 17:08:35 2017 xorriso : UPDATE : 66.21% done, estimate finish Sat Oct 07 17:08:40 2017 xorriso : UPDATE : 66.21% done, estimate finish Sat Oct 07 17:08:45 2017 xorriso : UPDATE : 66.21% done, estimate finish Sat Oct 07 17:08:49 2017 xorriso : UPDATE : 66.21% done, estimate finish Sat Oct 07 17:08:55 2017 xorriso : UPDATE : 71.25% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 71.76% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 71.76% done, estimate finish Sat Oct 07 17:08:23 2017 xorriso : UPDATE : 71.76% done, estimate finish Sat Oct 07 17:08:27 2017 xorriso : UPDATE : 71.76% done, estimate finish Sat Oct 07 17:08:32 2017 xorriso : UPDATE : 71.76% done, estimate finish Sat Oct 07 17:08:37 2017 xorriso : UPDATE : 75.25% done, estimate finish Sat Oct 07 17:08:17 2017 xorriso : UPDATE : 75.72% done, estimate finish Sat Oct 07 17:08:17 2017 xorriso : UPDATE : 76.41% done, estimate finish Sat Oct 07 17:08:17 2017 xorriso : UPDATE : 76.57% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 76.57% done, estimate finish Sat Oct 07 17:08:23 2017 xorriso : UPDATE : 78.04% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 78.39% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 78.39% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 78.39% done, estimate finish Sat Oct 07 17:08:24 2017 xorriso : UPDATE : 78.39% done, estimate finish Sat Oct 07 17:08:28 2017 xorriso : UPDATE : 81.54% done, estimate finish Sat Oct 07 17:08:15 2017 xorriso : UPDATE : 82.33% done, estimate finish Sat Oct 07 17:08:15 2017 xorriso : UPDATE : 82.71% done, estimate finish Sat Oct 07 17:08:16 2017 xorriso : UPDATE : 83.14% done, estimate finish Sat Oct 07 17:08:17 2017 xorriso : UPDATE : 83.14% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 84.25% done, estimate finish Sat Oct 07 17:08:18 2017 xorriso : UPDATE : 85.04% done, estimate finish Sat Oct 07 17:08:17 2017 xorriso : UPDATE : 85.10% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 86.42% done, estimate finish Sat Oct 07 17:08:17 2017 xorriso : UPDATE : 87.04% done, estimate finish Sat Oct 07 17:08:17 2017 xorriso : UPDATE : 87.56% done, estimate finish Sat Oct 07 17:08:17 2017 xorriso : UPDATE : 87.93% done, estimate finish Sat Oct 07 17:08:18 2017 xorriso : UPDATE : 88.67% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 89.16% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 89.82% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 89.83% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 91.41% done, estimate finish Sat Oct 07 17:08:18 2017 xorriso : UPDATE : 91.89% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 92.33% done, estimate finish Sat Oct 07 17:08:19 2017 xorriso : UPDATE : 92.79% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 93.32% done, estimate finish Sat Oct 07 17:08:20 2017 xorriso : UPDATE : 93.62% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 94.23% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 94.81% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 95.40% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 95.93% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 96.82% done, estimate finish Sat Oct 07 17:08:21 2017 xorriso : UPDATE : 97.27% done, estimate finish Sat Oct 07 17:08:22 2017 xorriso : UPDATE : 97.27% done, estimate finish Sat Oct 07 17:08:23 2017 xorriso : UPDATE : 97.27% done, estimate finish Sat Oct 07 17:08:25 2017 xorriso : UPDATE : 99.56% done ISO image produced: 2292217 sectors Written to medium : 2292217 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:08:21 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 13' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-13.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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/3armhf/stretch/CD13' xorriso : UPDATE : 4704 files added in 1 seconds xorriso : UPDATE : 4704 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.10% done xorriso : UPDATE : 0.76% done xorriso : UPDATE : 2.32% done xorriso : UPDATE : 4.28% done, estimate finish Sat Oct 07 17:09:30 2017 xorriso : UPDATE : 5.37% done, estimate finish Sat Oct 07 17:09:35 2017 xorriso : UPDATE : 8.70% done, estimate finish Sat Oct 07 17:09:19 2017 xorriso : UPDATE : 10.61% done, estimate finish Sat Oct 07 17:09:18 2017 xorriso : UPDATE : 12.14% done, estimate finish Sat Oct 07 17:09:20 2017 xorriso : UPDATE : 13.46% done, estimate finish Sat Oct 07 17:09:21 2017 xorriso : UPDATE : 15.05% done, estimate finish Sat Oct 07 17:09:22 2017 xorriso : UPDATE : 16.55% done, estimate finish Sat Oct 07 17:09:22 2017 xorriso : UPDATE : 17.69% done, estimate finish Sat Oct 07 17:09:24 2017 xorriso : UPDATE : 18.74% done, estimate finish Sat Oct 07 17:09:26 2017 xorriso : UPDATE : 20.23% done, estimate finish Sat Oct 07 17:09:25 2017 xorriso : UPDATE : 21.98% done, estimate finish Sat Oct 07 17:09:24 2017 xorriso : UPDATE : 24.13% done, estimate finish Sat Oct 07 17:09:22 2017 xorriso : UPDATE : 26.32% done, estimate finish Sat Oct 07 17:09:22 2017 xorriso : UPDATE : 27.84% done, estimate finish Sat Oct 07 17:09:21 2017 xorriso : UPDATE : 28.65% done, estimate finish Sat Oct 07 17:09:24 2017 xorriso : UPDATE : 31.74% done, estimate finish Sat Oct 07 17:09:21 2017 xorriso : UPDATE : 33.03% done, estimate finish Sat Oct 07 17:09:21 2017 xorriso : UPDATE : 35.57% done, estimate finish Sat Oct 07 17:09:20 2017 xorriso : UPDATE : 37.47% done, estimate finish Sat Oct 07 17:09:20 2017 xorriso : UPDATE : 39.42% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 43.25% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 45.55% done, estimate finish Sat Oct 07 17:09:16 2017 xorriso : UPDATE : 46.60% done, estimate finish Sat Oct 07 17:09:18 2017 xorriso : UPDATE : 47.53% done, estimate finish Sat Oct 07 17:09:19 2017 xorriso : UPDATE : 50.24% done, estimate finish Sat Oct 07 17:09:18 2017 xorriso : UPDATE : 52.88% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 54.44% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 55.95% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 58.16% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 60.68% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 61.81% done, estimate finish Sat Oct 07 17:09:18 2017 xorriso : UPDATE : 63.35% done, estimate finish Sat Oct 07 17:09:18 2017 xorriso : UPDATE : 64.93% done, estimate finish Sat Oct 07 17:09:18 2017 xorriso : UPDATE : 67.44% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 70.07% done, estimate finish Sat Oct 07 17:09:16 2017 xorriso : UPDATE : 71.93% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 73.34% done, estimate finish Sat Oct 07 17:09:17 2017 xorriso : UPDATE : 73.37% done, estimate finish Sat Oct 07 17:09:19 2017 xorriso : UPDATE : 73.37% done, estimate finish Sat Oct 07 17:09:22 2017 xorriso : UPDATE : 82.16% done, estimate finish Sat Oct 07 17:09:14 2017 xorriso : UPDATE : 83.53% done, estimate finish Sat Oct 07 17:09:14 2017 xorriso : UPDATE : 84.19% done, estimate finish Sat Oct 07 17:09:15 2017 xorriso : UPDATE : 88.77% done, estimate finish Sat Oct 07 17:09:14 2017 xorriso : UPDATE : 93.27% done, estimate finish Sat Oct 07 17:09:12 2017 xorriso : UPDATE : 94.81% done, estimate finish Sat Oct 07 17:09:13 2017 xorriso : UPDATE : 96.96% done xorriso : UPDATE : 98.48% done xorriso : UPDATE : 99.94% done ISO image produced: 537129 sectors Written to medium : 537129 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:09:15 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 2' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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/3armhf/stretch/CD2' xorriso : UPDATE : 2499 files added in 1 seconds xorriso : UPDATE : 2499 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.34% done xorriso : UPDATE : 0.34% done, estimate finish Sat Oct 07 17:19:02 2017 xorriso : UPDATE : 0.34% done, estimate finish Sat Oct 07 17:23:54 2017 xorriso : UPDATE : 2.75% done, estimate finish Sat Oct 07 17:11:42 2017 xorriso : UPDATE : 2.75% done, estimate finish Sat Oct 07 17:12:18 2017 xorriso : UPDATE : 3.61% done, estimate finish Sat Oct 07 17:12:03 2017 xorriso : UPDATE : 4.47% done, estimate finish Sat Oct 07 17:11:53 2017 xorriso : UPDATE : 5.09% done, estimate finish Sat Oct 07 17:11:54 2017 xorriso : UPDATE : 5.63% done, estimate finish Sat Oct 07 17:11:56 2017 xorriso : UPDATE : 5.90% done, estimate finish Sat Oct 07 17:12:06 2017 xorriso : UPDATE : 5.90% done, estimate finish Sat Oct 07 17:12:23 2017 xorriso : UPDATE : 5.90% done, estimate finish Sat Oct 07 17:12:40 2017 xorriso : UPDATE : 5.90% done, estimate finish Sat Oct 07 17:12:57 2017 xorriso : UPDATE : 5.90% done, estimate finish Sat Oct 07 17:14:29 2017 xorriso : UPDATE : 6.51% done, estimate finish Sat Oct 07 17:14:04 2017 xorriso : UPDATE : 10.60% done, estimate finish Sat Oct 07 17:11:49 2017 xorriso : UPDATE : 11.43% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 12.08% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 12.25% done, estimate finish Sat Oct 07 17:11:53 2017 xorriso : UPDATE : 13.37% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 14.10% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 14.70% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 15.33% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 16.11% done, estimate finish Sat Oct 07 17:11:22 2017 xorriso : UPDATE : 16.56% done, estimate finish Sat Oct 07 17:11:26 2017 xorriso : UPDATE : 16.56% done, estimate finish Sat Oct 07 17:11:34 2017 xorriso : UPDATE : 17.88% done, estimate finish Sat Oct 07 17:11:28 2017 xorriso : UPDATE : 17.88% done, estimate finish Sat Oct 07 17:11:36 2017 xorriso : UPDATE : 19.31% done, estimate finish Sat Oct 07 17:11:30 2017 xorriso : UPDATE : 19.50% done, estimate finish Sat Oct 07 17:11:34 2017 xorriso : UPDATE : 19.50% done, estimate finish Sat Oct 07 17:11:41 2017 xorriso : UPDATE : 19.50% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 22.27% done, estimate finish Sat Oct 07 17:11:30 2017 xorriso : UPDATE : 22.79% done, estimate finish Sat Oct 07 17:11:32 2017 xorriso : UPDATE : 23.08% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 23.73% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 23.73% done, estimate finish Sat Oct 07 17:11:58 2017 xorriso : UPDATE : 25.65% done, estimate finish Sat Oct 07 17:11:43 2017 xorriso : UPDATE : 25.65% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 27.19% done, estimate finish Sat Oct 07 17:11:41 2017 xorriso : UPDATE : 27.69% done, estimate finish Sat Oct 07 17:11:43 2017 xorriso : UPDATE : 28.04% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 28.04% done, estimate finish Sat Oct 07 17:11:52 2017 xorriso : UPDATE : 28.04% done, estimate finish Sat Oct 07 17:11:57 2017 xorriso : UPDATE : 30.93% done, estimate finish Sat Oct 07 17:11:34 2017 xorriso : UPDATE : 31.62% done, estimate finish Sat Oct 07 17:11:35 2017 xorriso : UPDATE : 32.07% done, estimate finish Sat Oct 07 17:11:37 2017 xorriso : UPDATE : 32.75% done, estimate finish Sat Oct 07 17:11:38 2017 xorriso : UPDATE : 33.26% done, estimate finish Sat Oct 07 17:11:39 2017 xorriso : UPDATE : 34.04% done, estimate finish Sat Oct 07 17:11:39 2017 xorriso : UPDATE : 34.67% done, estimate finish Sat Oct 07 17:11:39 2017 xorriso : UPDATE : 35.26% done, estimate finish Sat Oct 07 17:11:40 2017 xorriso : UPDATE : 35.67% done, estimate finish Sat Oct 07 17:11:43 2017 xorriso : UPDATE : 36.57% done, estimate finish Sat Oct 07 17:11:41 2017 xorriso : UPDATE : 36.64% done, estimate finish Sat Oct 07 17:11:56 2017 xorriso : UPDATE : 37.77% done, estimate finish Sat Oct 07 17:11:49 2017 xorriso : UPDATE : 37.77% done, estimate finish Sat Oct 07 17:11:56 2017 xorriso : UPDATE : 39.24% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 39.71% done, estimate finish Sat Oct 07 17:11:49 2017 xorriso : UPDATE : 40.21% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 40.78% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 40.88% done, estimate finish Sat Oct 07 17:11:55 2017 xorriso : UPDATE : 40.88% done, estimate finish Sat Oct 07 17:12:01 2017 xorriso : UPDATE : 42.70% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 43.40% done, estimate finish Sat Oct 07 17:11:45 2017 xorriso : UPDATE : 43.91% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 44.49% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 45.01% done, estimate finish Sat Oct 07 17:11:48 2017 xorriso : UPDATE : 45.87% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 46.23% done, estimate finish Sat Oct 07 17:11:49 2017 xorriso : UPDATE : 47.37% done, estimate finish Sat Oct 07 17:11:45 2017 xorriso : UPDATE : 47.41% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 47.92% done, estimate finish Sat Oct 07 17:11:51 2017 xorriso : UPDATE : 48.84% done, estimate finish Sat Oct 07 17:11:49 2017 xorriso : UPDATE : 49.47% done, estimate finish Sat Oct 07 17:11:52 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:11:54 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:12:01 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:12:08 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:12:15 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:12:21 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:12:27 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:12:34 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:12:41 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:12:47 2017 xorriso : UPDATE : 49.83% done, estimate finish Sat Oct 07 17:26:45 2017 xorriso : UPDATE : 57.64% done, estimate finish Sat Oct 07 17:11:41 2017 xorriso : UPDATE : 58.16% done, estimate finish Sat Oct 07 17:11:42 2017 xorriso : UPDATE : 58.30% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 59.28% done, estimate finish Sat Oct 07 17:11:44 2017 xorriso : UPDATE : 59.28% done, estimate finish Sat Oct 07 17:11:48 2017 xorriso : UPDATE : 59.28% done, estimate finish Sat Oct 07 17:11:52 2017 xorriso : UPDATE : 59.28% done, estimate finish Sat Oct 07 17:11:56 2017 xorriso : UPDATE : 62.10% done, estimate finish Sat Oct 07 17:11:44 2017 xorriso : UPDATE : 62.57% done, estimate finish Sat Oct 07 17:11:45 2017 xorriso : UPDATE : 63.18% done, estimate finish Sat Oct 07 17:11:26 2017 xorriso : UPDATE : 63.98% done, estimate finish Sat Oct 07 17:11:27 2017 xorriso : UPDATE : 64.58% done, estimate finish Sat Oct 07 17:11:27 2017 xorriso : UPDATE : 64.79% done, estimate finish Sat Oct 07 17:11:30 2017 xorriso : UPDATE : 65.83% done, estimate finish Sat Oct 07 17:11:30 2017 xorriso : UPDATE : 66.10% done, estimate finish Sat Oct 07 17:11:32 2017 xorriso : UPDATE : 66.10% done, estimate finish Sat Oct 07 17:11:35 2017 xorriso : UPDATE : 66.10% done, estimate finish Sat Oct 07 17:11:37 2017 xorriso : UPDATE : 66.10% done, estimate finish Sat Oct 07 17:11:40 2017 xorriso : UPDATE : 69.25% done, estimate finish Sat Oct 07 17:11:34 2017 xorriso : UPDATE : 69.55% done, estimate finish Sat Oct 07 17:11:48 2017 xorriso : UPDATE : 70.32% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 70.42% done, estimate finish Sat Oct 07 17:11:51 2017 xorriso : UPDATE : 71.66% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 71.93% done, estimate finish Sat Oct 07 17:11:48 2017 xorriso : UPDATE : 72.55% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 72.55% done, estimate finish Sat Oct 07 17:11:52 2017 xorriso : UPDATE : 73.74% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 74.15% done, estimate finish Sat Oct 07 17:11:51 2017 xorriso : UPDATE : 74.15% done, estimate finish Sat Oct 07 17:11:53 2017 xorriso : UPDATE : 75.26% done, estimate finish Sat Oct 07 17:11:53 2017 xorriso : UPDATE : 75.36% done, estimate finish Sat Oct 07 17:11:57 2017 xorriso : UPDATE : 76.30% done, estimate finish Sat Oct 07 17:11:54 2017 xorriso : UPDATE : 76.74% done, estimate finish Sat Oct 07 17:11:55 2017 xorriso : UPDATE : 76.74% done, estimate finish Sat Oct 07 17:11:58 2017 xorriso : UPDATE : 78.59% done, estimate finish Sat Oct 07 17:11:51 2017 xorriso : UPDATE : 78.59% done, estimate finish Sat Oct 07 17:11:54 2017 xorriso : UPDATE : 79.59% done, estimate finish Sat Oct 07 17:11:52 2017 xorriso : UPDATE : 80.71% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 80.98% done, estimate finish Sat Oct 07 17:11:51 2017 xorriso : UPDATE : 82.00% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 83.04% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 83.59% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 83.96% done, estimate finish Sat Oct 07 17:11:48 2017 xorriso : UPDATE : 83.96% done, estimate finish Sat Oct 07 17:11:50 2017 xorriso : UPDATE : 83.96% done, estimate finish Sat Oct 07 17:11:52 2017 xorriso : UPDATE : 83.96% done, estimate finish Sat Oct 07 17:11:56 2017 xorriso : UPDATE : 83.96% done, estimate finish Sat Oct 07 17:11:59 2017 xorriso : UPDATE : 83.96% done, estimate finish Sat Oct 07 17:12:01 2017 xorriso : UPDATE : 83.96% done, estimate finish Sat Oct 07 17:12:03 2017 xorriso : UPDATE : 89.45% done, estimate finish Sat Oct 07 17:11:45 2017 xorriso : UPDATE : 90.14% done, estimate finish Sat Oct 07 17:11:45 2017 xorriso : UPDATE : 90.77% done, estimate finish Sat Oct 07 17:11:45 2017 xorriso : UPDATE : 91.34% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 91.61% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 92.62% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 93.39% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 94.17% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 94.33% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 95.17% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 95.17% done, estimate finish Sat Oct 07 17:11:48 2017 xorriso : UPDATE : 97.30% done, estimate finish Sat Oct 07 17:11:45 2017 xorriso : UPDATE : 97.30% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 98.52% done, estimate finish Sat Oct 07 17:11:46 2017 xorriso : UPDATE : 98.52% done, estimate finish Sat Oct 07 17:11:47 2017 xorriso : UPDATE : 99.63% done ISO image produced: 2293098 sectors Written to medium : 2293098 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:11:47 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 3' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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/3armhf/stretch/CD3' xorriso : UPDATE : 1924 files added in 1 seconds xorriso : UPDATE : 1924 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.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 2.74% done, estimate finish Sat Oct 07 17:14:18 2017 xorriso : UPDATE : 2.74% done, estimate finish Sat Oct 07 17:14:55 2017 xorriso : UPDATE : 3.93% done, estimate finish Sat Oct 07 17:14:24 2017 xorriso : UPDATE : 3.93% done, estimate finish Sat Oct 07 17:14:49 2017 xorriso : UPDATE : 6.07% done, estimate finish Sat Oct 07 17:14:02 2017 xorriso : UPDATE : 6.76% done, estimate finish Sat Oct 07 17:14:03 2017 xorriso : UPDATE : 7.25% done, estimate finish Sat Oct 07 17:14:08 2017 xorriso : UPDATE : 7.25% done, estimate finish Sat Oct 07 17:14:20 2017 xorriso : UPDATE : 7.25% done, estimate finish Sat Oct 07 17:14:34 2017 xorriso : UPDATE : 7.25% done, estimate finish Sat Oct 07 17:14:48 2017 xorriso : UPDATE : 7.25% done, estimate finish Sat Oct 07 17:15:02 2017 xorriso : UPDATE : 7.25% done, estimate finish Sat Oct 07 17:15:47 2017 xorriso : UPDATE : 11.98% done, estimate finish Sat Oct 07 17:13:57 2017 xorriso : UPDATE : 12.59% done, estimate finish Sat Oct 07 17:14:00 2017 xorriso : UPDATE : 13.10% done, estimate finish Sat Oct 07 17:14:03 2017 xorriso : UPDATE : 13.10% done, estimate finish Sat Oct 07 17:14:12 2017 xorriso : UPDATE : 14.67% done, estimate finish Sat Oct 07 17:14:02 2017 xorriso : UPDATE : 14.82% done, estimate finish Sat Oct 07 17:14:08 2017 xorriso : UPDATE : 16.09% done, estimate finish Sat Oct 07 17:14:03 2017 xorriso : UPDATE : 16.45% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 17.27% done, estimate finish Sat Oct 07 17:14:05 2017 xorriso : UPDATE : 18.14% done, estimate finish Sat Oct 07 17:13:45 2017 xorriso : UPDATE : 18.73% done, estimate finish Sat Oct 07 17:13:47 2017 xorriso : UPDATE : 19.52% done, estimate finish Sat Oct 07 17:13:47 2017 xorriso : UPDATE : 20.00% done, estimate finish Sat Oct 07 17:13:50 2017 xorriso : UPDATE : 20.88% done, estimate finish Sat Oct 07 17:13:51 2017 xorriso : UPDATE : 21.65% done, estimate finish Sat Oct 07 17:13:51 2017 xorriso : UPDATE : 22.21% done, estimate finish Sat Oct 07 17:13:53 2017 xorriso : UPDATE : 23.00% done, estimate finish Sat Oct 07 17:13:53 2017 xorriso : UPDATE : 23.05% done, estimate finish Sat Oct 07 17:13:58 2017 xorriso : UPDATE : 24.39% done, estimate finish Sat Oct 07 17:13:55 2017 xorriso : UPDATE : 24.39% done, estimate finish Sat Oct 07 17:14:19 2017 xorriso : UPDATE : 25.87% done, estimate finish Sat Oct 07 17:14:08 2017 xorriso : UPDATE : 26.10% done, estimate finish Sat Oct 07 17:14:13 2017 xorriso : UPDATE : 26.10% done, estimate finish Sat Oct 07 17:14:21 2017 xorriso : UPDATE : 27.99% done, estimate finish Sat Oct 07 17:14:08 2017 xorriso : UPDATE : 28.58% done, estimate finish Sat Oct 07 17:14:09 2017 xorriso : UPDATE : 29.17% done, estimate finish Sat Oct 07 17:14:10 2017 xorriso : UPDATE : 29.82% done, estimate finish Sat Oct 07 17:14:11 2017 xorriso : UPDATE : 29.94% done, estimate finish Sat Oct 07 17:14:15 2017 xorriso : UPDATE : 30.33% done, estimate finish Sat Oct 07 17:14:17 2017 xorriso : UPDATE : 30.33% done, estimate finish Sat Oct 07 17:14:25 2017 xorriso : UPDATE : 32.03% done, estimate finish Sat Oct 07 17:14:12 2017 xorriso : UPDATE : 32.15% done, estimate finish Sat Oct 07 17:14:17 2017 xorriso : UPDATE : 32.15% done, estimate finish Sat Oct 07 17:14:24 2017 xorriso : UPDATE : 34.13% done, estimate finish Sat Oct 07 17:14:12 2017 xorriso : UPDATE : 34.35% done, estimate finish Sat Oct 07 17:14:16 2017 xorriso : UPDATE : 35.62% done, estimate finish Sat Oct 07 17:14:11 2017 xorriso : UPDATE : 36.52% done, estimate finish Sat Oct 07 17:14:10 2017 xorriso : UPDATE : 37.11% done, estimate finish Sat Oct 07 17:14:11 2017 xorriso : UPDATE : 37.62% done, estimate finish Sat Oct 07 17:14:11 2017 xorriso : UPDATE : 37.62% done, estimate finish Sat Oct 07 17:14:10 2017 xorriso : UPDATE : 38.89% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 40.08% done, estimate finish Sat Oct 07 17:14:02 2017 xorriso : UPDATE : 40.49% done, estimate finish Sat Oct 07 17:14:05 2017 xorriso : UPDATE : 41.24% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 41.24% done, estimate finish Sat Oct 07 17:14:10 2017 xorriso : UPDATE : 41.60% done, estimate finish Sat Oct 07 17:14:13 2017 xorriso : UPDATE : 43.41% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 44.74% done, estimate finish Sat Oct 07 17:14:03 2017 xorriso : UPDATE : 45.19% done, estimate finish Sat Oct 07 17:14:05 2017 xorriso : UPDATE : 46.23% done, estimate finish Sat Oct 07 17:14:00 2017 xorriso : UPDATE : 46.38% done, estimate finish Sat Oct 07 17:14:04 2017 xorriso : UPDATE : 46.38% done, estimate finish Sat Oct 07 17:14:10 2017 xorriso : UPDATE : 48.67% done, estimate finish Sat Oct 07 17:14:00 2017 xorriso : UPDATE : 49.41% done, estimate finish Sat Oct 07 17:14:01 2017 xorriso : UPDATE : 49.69% done, estimate finish Sat Oct 07 17:14:03 2017 xorriso : UPDATE : 49.69% done, estimate finish Sat Oct 07 17:14:07 2017 xorriso : UPDATE : 51.43% done, estimate finish Sat Oct 07 17:14:02 2017 xorriso : UPDATE : 52.23% done, estimate finish Sat Oct 07 17:14:02 2017 xorriso : UPDATE : 53.18% done, estimate finish Sat Oct 07 17:14:02 2017 xorriso : UPDATE : 53.80% done, estimate finish Sat Oct 07 17:14:05 2017 xorriso : UPDATE : 53.80% done, estimate finish Sat Oct 07 17:14:11 2017 xorriso : UPDATE : 55.51% done, estimate finish Sat Oct 07 17:14:04 2017 xorriso : UPDATE : 55.90% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 56.86% done, estimate finish Sat Oct 07 17:14:04 2017 xorriso : UPDATE : 56.94% done, estimate finish Sat Oct 07 17:14:08 2017 xorriso : UPDATE : 56.94% done, estimate finish Sat Oct 07 17:14:12 2017 xorriso : UPDATE : 59.23% done, estimate finish Sat Oct 07 17:14:04 2017 xorriso : UPDATE : 59.73% done, estimate finish Sat Oct 07 17:14:05 2017 xorriso : UPDATE : 59.96% done, estimate finish Sat Oct 07 17:14:07 2017 xorriso : UPDATE : 61.34% done, estimate finish Sat Oct 07 17:14:05 2017 xorriso : UPDATE : 61.53% done, estimate finish Sat Oct 07 17:14:08 2017 xorriso : UPDATE : 62.62% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 63.13% done, estimate finish Sat Oct 07 17:14:07 2017 xorriso : UPDATE : 64.00% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 64.77% done, estimate finish Sat Oct 07 17:14:07 2017 xorriso : UPDATE : 65.05% done, estimate finish Sat Oct 07 17:14:08 2017 xorriso : UPDATE : 65.05% done, estimate finish Sat Oct 07 17:14:12 2017 xorriso : UPDATE : 65.05% done, estimate finish Sat Oct 07 17:14:15 2017 xorriso : UPDATE : 67.32% done, estimate finish Sat Oct 07 17:14:07 2017 xorriso : UPDATE : 68.21% done, estimate finish Sat Oct 07 17:14:09 2017 xorriso : UPDATE : 69.25% done, estimate finish Sat Oct 07 17:14:07 2017 xorriso : UPDATE : 70.20% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 70.26% done, estimate finish Sat Oct 07 17:14:09 2017 xorriso : UPDATE : 71.31% done, estimate finish Sat Oct 07 17:14:07 2017 xorriso : UPDATE : 72.18% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 72.81% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 73.79% done, estimate finish Sat Oct 07 17:14:05 2017 xorriso : UPDATE : 73.99% done, estimate finish Sat Oct 07 17:14:08 2017 xorriso : UPDATE : 75.09% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 76.09% done, estimate finish Sat Oct 07 17:14:03 2017 xorriso : UPDATE : 76.16% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 77.22% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 77.91% done, estimate finish Sat Oct 07 17:14:05 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:14:06 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:14:08 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:14:11 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:14:13 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:14:16 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:14:19 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:14:21 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:15:02 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:15:10 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:15:17 2017 xorriso : UPDATE : 83.52% done, estimate finish Sat Oct 07 17:14:16 2017 xorriso : UPDATE : 87.11% done, estimate finish Sat Oct 07 17:14:05 2017 xorriso : UPDATE : 87.11% done, estimate finish Sat Oct 07 17:14:07 2017 xorriso : UPDATE : 87.11% done, estimate finish Sat Oct 07 17:14:09 2017 xorriso : UPDATE : 87.11% done, estimate finish Sat Oct 07 17:14:11 2017 xorriso : UPDATE : 87.11% done, estimate finish Sat Oct 07 17:14:14 2017 xorriso : UPDATE : 87.11% done, estimate finish Sat Oct 07 17:14:16 2017 xorriso : UPDATE : 87.11% done, estimate finish Sat Oct 07 17:14:10 2017 xorriso : UPDATE : 87.11% done, estimate finish Sat Oct 07 17:14:11 2017 xorriso : UPDATE : 87.11% done, estimate finish Sat Oct 07 17:14:14 2017 xorriso : UPDATE : 91.16% done, estimate finish Sat Oct 07 17:14:07 2017 xorriso : UPDATE : 95.60% done, estimate finish Sat Oct 07 17:14:01 2017 xorriso : UPDATE : 96.69% done, estimate finish Sat Oct 07 17:14:01 2017 xorriso : UPDATE : 97.02% done, estimate finish Sat Oct 07 17:14:02 2017 xorriso : UPDATE : 97.02% done, estimate finish Sat Oct 07 17:14:03 2017 xorriso : UPDATE : 98.93% done xorriso : UPDATE : 99.70% done ISO image produced: 2126751 sectors Written to medium : 2126751 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:14:04 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 4' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-4.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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' xorriso : UPDATE : 5500 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD4' xorriso : UPDATE : 6131 files added in 1 seconds xorriso : UPDATE : 6131 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.02% done xorriso : UPDATE : 0.29% done xorriso : UPDATE : 0.81% done, estimate finish Sat Oct 07 17:19:02 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 17:19:26 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 17:21:01 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 17:22:35 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 17:24:09 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 17:25:43 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 17:27:17 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 17:28:51 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 17:30:26 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 17:32:00 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 18:20:01 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 18:26:37 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 18:33:12 2017 xorriso : UPDATE : 1.06% done, estimate finish Sat Oct 07 18:39:48 2017 xorriso : UPDATE : 10.09% done, estimate finish Sat Oct 07 17:16:38 2017 xorriso : UPDATE : 11.43% done, estimate finish Sat Oct 07 17:16:28 2017 xorriso : UPDATE : 12.65% done, estimate finish Sat Oct 07 17:16:22 2017 xorriso : UPDATE : 13.40% done, estimate finish Sat Oct 07 17:16:22 2017 xorriso : UPDATE : 13.48% done, estimate finish Sat Oct 07 17:16:29 2017 xorriso : UPDATE : 14.90% done, estimate finish Sat Oct 07 17:16:21 2017 xorriso : UPDATE : 15.09% done, estimate finish Sat Oct 07 17:15:56 2017 xorriso : UPDATE : 15.65% done, estimate finish Sat Oct 07 17:15:58 2017 xorriso : UPDATE : 16.39% done, estimate finish Sat Oct 07 17:15:59 2017 xorriso : UPDATE : 17.34% done, estimate finish Sat Oct 07 17:16:00 2017 xorriso : UPDATE : 17.34% done, estimate finish Sat Oct 07 17:16:06 2017 xorriso : UPDATE : 17.34% done, estimate finish Sat Oct 07 17:16:11 2017 xorriso : UPDATE : 19.54% done, estimate finish Sat Oct 07 17:16:02 2017 xorriso : UPDATE : 20.32% done, estimate finish Sat Oct 07 17:16:03 2017 xorriso : UPDATE : 20.60% done, estimate finish Sat Oct 07 17:16:07 2017 xorriso : UPDATE : 21.10% done, estimate finish Sat Oct 07 17:16:09 2017 xorriso : UPDATE : 21.51% done, estimate finish Sat Oct 07 17:16:37 2017 xorriso : UPDATE : 22.34% done, estimate finish Sat Oct 07 17:16:34 2017 xorriso : UPDATE : 22.34% done, estimate finish Sat Oct 07 17:16:43 2017 xorriso : UPDATE : 23.83% done, estimate finish Sat Oct 07 17:16:33 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 17:16:34 2017 xorriso : UPDATE : 25.09% done, estimate finish Sat Oct 07 17:16:33 2017 xorriso : UPDATE : 25.69% done, estimate finish Sat Oct 07 17:16:34 2017 xorriso : UPDATE : 26.31% done, estimate finish Sat Oct 07 17:16:34 2017 xorriso : UPDATE : 26.92% done, estimate finish Sat Oct 07 17:16:35 2017 xorriso : UPDATE : 27.27% done, estimate finish Sat Oct 07 17:16:38 2017 xorriso : UPDATE : 28.01% done, estimate finish Sat Oct 07 17:16:37 2017 xorriso : UPDATE : 28.47% done, estimate finish Sat Oct 07 17:16:39 2017 xorriso : UPDATE : 28.49% done, estimate finish Sat Oct 07 17:16:47 2017 xorriso : UPDATE : 29.53% done, estimate finish Sat Oct 07 17:16:42 2017 xorriso : UPDATE : 30.13% done, estimate finish Sat Oct 07 17:16:42 2017 xorriso : UPDATE : 30.89% done, estimate finish Sat Oct 07 17:16:41 2017 xorriso : UPDATE : 31.31% done, estimate finish Sat Oct 07 17:16:43 2017 xorriso : UPDATE : 31.54% done, estimate finish Sat Oct 07 17:16:47 2017 xorriso : UPDATE : 31.54% done, estimate finish Sat Oct 07 17:16:52 2017 xorriso : UPDATE : 33.53% done, estimate finish Sat Oct 07 17:16:40 2017 xorriso : UPDATE : 34.12% done, estimate finish Sat Oct 07 17:16:42 2017 xorriso : UPDATE : 34.63% done, estimate finish Sat Oct 07 17:16:44 2017 xorriso : UPDATE : 35.12% done, estimate finish Sat Oct 07 17:16:45 2017 xorriso : UPDATE : 35.61% done, estimate finish Sat Oct 07 17:16:47 2017 xorriso : UPDATE : 36.16% done, estimate finish Sat Oct 07 17:16:47 2017 xorriso : UPDATE : 36.58% done, estimate finish Sat Oct 07 17:16:49 2017 xorriso : UPDATE : 37.06% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 37.72% done, estimate finish Sat Oct 07 17:16:49 2017 xorriso : UPDATE : 38.34% done, estimate finish Sat Oct 07 17:16:49 2017 xorriso : UPDATE : 38.94% done, estimate finish Sat Oct 07 17:16:49 2017 xorriso : UPDATE : 38.95% done, estimate finish Sat Oct 07 17:17:03 2017 xorriso : UPDATE : 38.95% done, estimate finish Sat Oct 07 17:17:12 2017 xorriso : UPDATE : 41.09% done, estimate finish Sat Oct 07 17:16:47 2017 xorriso : UPDATE : 41.57% done, estimate finish Sat Oct 07 17:16:49 2017 xorriso : UPDATE : 42.04% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 42.44% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 42.54% done, estimate finish Sat Oct 07 17:16:57 2017 xorriso : UPDATE : 42.54% done, estimate finish Sat Oct 07 17:17:03 2017 xorriso : UPDATE : 44.43% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 44.43% done, estimate finish Sat Oct 07 17:16:54 2017 xorriso : UPDATE : 44.43% done, estimate finish Sat Oct 07 17:16:55 2017 xorriso : UPDATE : 44.43% done, estimate finish Sat Oct 07 17:17:03 2017 xorriso : UPDATE : 45.09% done, estimate finish Sat Oct 07 17:17:01 2017 xorriso : UPDATE : 48.22% done, estimate finish Sat Oct 07 17:16:36 2017 xorriso : UPDATE : 48.67% done, estimate finish Sat Oct 07 17:16:37 2017 xorriso : UPDATE : 48.67% done, estimate finish Sat Oct 07 17:16:43 2017 xorriso : UPDATE : 50.03% done, estimate finish Sat Oct 07 17:16:38 2017 xorriso : UPDATE : 50.03% done, estimate finish Sat Oct 07 17:16:42 2017 xorriso : UPDATE : 50.03% done, estimate finish Sat Oct 07 17:16:47 2017 xorriso : UPDATE : 52.41% done, estimate finish Sat Oct 07 17:16:36 2017 xorriso : UPDATE : 52.90% done, estimate finish Sat Oct 07 17:16:29 2017 xorriso : UPDATE : 53.36% done, estimate finish Sat Oct 07 17:16:31 2017 xorriso : UPDATE : 54.25% done, estimate finish Sat Oct 07 17:16:30 2017 xorriso : UPDATE : 54.79% done, estimate finish Sat Oct 07 17:16:31 2017 xorriso : UPDATE : 55.35% done, estimate finish Sat Oct 07 17:16:33 2017 xorriso : UPDATE : 55.60% done, estimate finish Sat Oct 07 17:16:35 2017 xorriso : UPDATE : 56.69% done, estimate finish Sat Oct 07 17:16:33 2017 xorriso : UPDATE : 57.26% done, estimate finish Sat Oct 07 17:16:34 2017 xorriso : UPDATE : 57.68% done, estimate finish Sat Oct 07 17:16:36 2017 xorriso : UPDATE : 58.46% done, estimate finish Sat Oct 07 17:16:35 2017 xorriso : UPDATE : 58.81% done, estimate finish Sat Oct 07 17:16:46 2017 xorriso : UPDATE : 59.44% done, estimate finish Sat Oct 07 17:16:46 2017 xorriso : UPDATE : 59.44% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 60.60% done, estimate finish Sat Oct 07 17:16:46 2017 xorriso : UPDATE : 61.41% done, estimate finish Sat Oct 07 17:16:45 2017 xorriso : UPDATE : 61.98% done, estimate finish Sat Oct 07 17:16:44 2017 xorriso : UPDATE : 62.54% done, estimate finish Sat Oct 07 17:16:45 2017 xorriso : UPDATE : 63.08% done, estimate finish Sat Oct 07 17:16:45 2017 xorriso : UPDATE : 63.56% done, estimate finish Sat Oct 07 17:16:46 2017 xorriso : UPDATE : 64.04% done, estimate finish Sat Oct 07 17:16:47 2017 xorriso : UPDATE : 64.65% done, estimate finish Sat Oct 07 17:16:47 2017 xorriso : UPDATE : 65.17% done, estimate finish Sat Oct 07 17:16:48 2017 xorriso : UPDATE : 65.70% done, estimate finish Sat Oct 07 17:16:48 2017 xorriso : UPDATE : 66.07% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 66.19% done, estimate finish Sat Oct 07 17:16:53 2017 xorriso : UPDATE : 66.37% done, estimate finish Sat Oct 07 17:16:56 2017 xorriso : UPDATE : 67.22% done, estimate finish Sat Oct 07 17:16:53 2017 xorriso : UPDATE : 67.85% done, estimate finish Sat Oct 07 17:16:53 2017 xorriso : UPDATE : 68.40% done, estimate finish Sat Oct 07 17:16:53 2017 xorriso : UPDATE : 68.84% done, estimate finish Sat Oct 07 17:16:53 2017 xorriso : UPDATE : 69.10% done, estimate finish Sat Oct 07 17:16:55 2017 xorriso : UPDATE : 69.69% done, estimate finish Sat Oct 07 17:17:00 2017 xorriso : UPDATE : 70.67% done, estimate finish Sat Oct 07 17:16:55 2017 xorriso : UPDATE : 71.10% done, estimate finish Sat Oct 07 17:16:56 2017 xorriso : UPDATE : 71.49% done, estimate finish Sat Oct 07 17:16:58 2017 xorriso : UPDATE : 72.12% done, estimate finish Sat Oct 07 17:16:56 2017 xorriso : UPDATE : 72.65% done, estimate finish Sat Oct 07 17:16:56 2017 xorriso : UPDATE : 73.13% done, estimate finish Sat Oct 07 17:16:56 2017 xorriso : UPDATE : 73.80% done, estimate finish Sat Oct 07 17:16:56 2017 xorriso : UPDATE : 74.47% done, estimate finish Sat Oct 07 17:16:54 2017 xorriso : UPDATE : 75.09% done, estimate finish Sat Oct 07 17:16:54 2017 xorriso : UPDATE : 75.51% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 75.99% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 76.55% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 77.36% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 78.08% done, estimate finish Sat Oct 07 17:16:49 2017 xorriso : UPDATE : 78.48% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 17:16:52 2017 xorriso : UPDATE : 79.55% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 79.98% done, estimate finish Sat Oct 07 17:16:52 2017 xorriso : UPDATE : 80.43% done, estimate finish Sat Oct 07 17:16:52 2017 xorriso : UPDATE : 80.87% done, estimate finish Sat Oct 07 17:16:53 2017 xorriso : UPDATE : 81.26% done, estimate finish Sat Oct 07 17:16:54 2017 xorriso : UPDATE : 81.75% done, estimate finish Sat Oct 07 17:16:55 2017 xorriso : UPDATE : 82.22% done, estimate finish Sat Oct 07 17:16:56 2017 xorriso : UPDATE : 83.13% done, estimate finish Sat Oct 07 17:16:53 2017 xorriso : UPDATE : 83.47% done, estimate finish Sat Oct 07 17:16:55 2017 xorriso : UPDATE : 84.22% done, estimate finish Sat Oct 07 17:16:54 2017 xorriso : UPDATE : 84.83% done, estimate finish Sat Oct 07 17:16:53 2017 xorriso : UPDATE : 85.64% done, estimate finish Sat Oct 07 17:16:52 2017 xorriso : UPDATE : 86.11% done, estimate finish Sat Oct 07 17:16:52 2017 xorriso : UPDATE : 87.06% done, estimate finish Sat Oct 07 17:16:49 2017 xorriso : UPDATE : 87.58% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 88.10% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 88.55% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 89.29% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 89.89% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 90.48% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 91.21% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 91.26% done, estimate finish Sat Oct 07 17:16:52 2017 xorriso : UPDATE : 92.48% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 93.04% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 93.37% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 93.70% done, estimate finish Sat Oct 07 17:16:52 2017 xorriso : UPDATE : 94.35% done, estimate finish Sat Oct 07 17:16:52 2017 xorriso : UPDATE : 94.35% done, estimate finish Sat Oct 07 17:16:53 2017 xorriso : UPDATE : 95.65% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 96.55% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 97.19% done, estimate finish Sat Oct 07 17:16:50 2017 xorriso : UPDATE : 97.33% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 98.02% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 98.46% done, estimate finish Sat Oct 07 17:16:51 2017 xorriso : UPDATE : 98.98% done xorriso : UPDATE : 99.95% done ISO image produced: 2293349 sectors Written to medium : 2293349 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:16:52 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 5' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-5.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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/3armhf/stretch/CD5' xorriso : UPDATE : 5758 files added in 1 seconds xorriso : UPDATE : 5758 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.14% done xorriso : UPDATE : 0.33% done xorriso : UPDATE : 0.73% done, estimate finish Sat Oct 07 17:23:06 2017 xorriso : UPDATE : 1.18% done, estimate finish Sat Oct 07 17:22:09 2017 xorriso : UPDATE : 1.77% done, estimate finish Sat Oct 07 17:21:19 2017 xorriso : UPDATE : 2.36% done, estimate finish Sat Oct 07 17:20:56 2017 xorriso : UPDATE : 2.87% done, estimate finish Sat Oct 07 17:20:47 2017 xorriso : UPDATE : 3.50% done, estimate finish Sat Oct 07 17:20:34 2017 xorriso : UPDATE : 4.08% done, estimate finish Sat Oct 07 17:20:27 2017 xorriso : UPDATE : 5.05% done, estimate finish Sat Oct 07 17:20:06 2017 xorriso : UPDATE : 5.49% done, estimate finish Sat Oct 07 17:20:09 2017 xorriso : UPDATE : 5.98% done, estimate finish Sat Oct 07 17:20:10 2017 xorriso : UPDATE : 6.58% done, estimate finish Sat Oct 07 17:19:46 2017 xorriso : UPDATE : 7.39% done, estimate finish Sat Oct 07 17:19:40 2017 xorriso : UPDATE : 7.81% done, estimate finish Sat Oct 07 17:19:45 2017 xorriso : UPDATE : 8.06% done, estimate finish Sat Oct 07 17:19:53 2017 xorriso : UPDATE : 8.06% done, estimate finish Sat Oct 07 17:20:06 2017 xorriso : UPDATE : 8.06% done, estimate finish Sat Oct 07 17:20:20 2017 xorriso : UPDATE : 10.49% done, estimate finish Sat Oct 07 17:19:39 2017 xorriso : UPDATE : 11.12% done, estimate finish Sat Oct 07 17:19:39 2017 xorriso : UPDATE : 11.76% done, estimate finish Sat Oct 07 17:19:38 2017 xorriso : UPDATE : 12.35% done, estimate finish Sat Oct 07 17:19:38 2017 xorriso : UPDATE : 12.52% done, estimate finish Sat Oct 07 17:19:44 2017 xorriso : UPDATE : 13.63% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 14.18% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 14.18% done, estimate finish Sat Oct 07 17:19:45 2017 xorriso : UPDATE : 15.41% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 15.86% done, estimate finish Sat Oct 07 17:19:39 2017 xorriso : UPDATE : 16.10% done, estimate finish Sat Oct 07 17:19:44 2017 xorriso : UPDATE : 17.28% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 17.84% done, estimate finish Sat Oct 07 17:19:37 2017 xorriso : UPDATE : 18.24% done, estimate finish Sat Oct 07 17:19:39 2017 xorriso : UPDATE : 18.81% done, estimate finish Sat Oct 07 17:19:38 2017 xorriso : UPDATE : 19.46% done, estimate finish Sat Oct 07 17:19:37 2017 xorriso : UPDATE : 19.57% done, estimate finish Sat Oct 07 17:19:44 2017 xorriso : UPDATE : 20.77% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 21.25% done, estimate finish Sat Oct 07 17:19:38 2017 xorriso : UPDATE : 21.54% done, estimate finish Sat Oct 07 17:19:42 2017 xorriso : UPDATE : 22.34% done, estimate finish Sat Oct 07 17:19:40 2017 xorriso : UPDATE : 22.80% done, estimate finish Sat Oct 07 17:19:42 2017 xorriso : UPDATE : 23.14% done, estimate finish Sat Oct 07 17:19:45 2017 xorriso : UPDATE : 23.14% done, estimate finish Sat Oct 07 17:19:51 2017 xorriso : UPDATE : 23.14% done, estimate finish Sat Oct 07 17:20:16 2017 xorriso : UPDATE : 23.14% done, estimate finish Sat Oct 07 17:20:29 2017 xorriso : UPDATE : 23.14% done, estimate finish Sat Oct 07 17:20:41 2017 xorriso : UPDATE : 27.55% done, estimate finish Sat Oct 07 17:19:30 2017 xorriso : UPDATE : 27.93% done, estimate finish Sat Oct 07 17:19:33 2017 xorriso : UPDATE : 28.53% done, estimate finish Sat Oct 07 17:19:33 2017 xorriso : UPDATE : 29.14% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 29.69% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 30.27% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 31.01% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 31.14% done, estimate finish Sat Oct 07 17:19:24 2017 xorriso : UPDATE : 32.52% done, estimate finish Sat Oct 07 17:19:18 2017 xorriso : UPDATE : 32.52% done, estimate finish Sat Oct 07 17:19:24 2017 xorriso : UPDATE : 32.76% done, estimate finish Sat Oct 07 17:19:28 2017 xorriso : UPDATE : 33.84% done, estimate finish Sat Oct 07 17:19:25 2017 xorriso : UPDATE : 34.74% done, estimate finish Sat Oct 07 17:19:23 2017 xorriso : UPDATE : 34.91% done, estimate finish Sat Oct 07 17:19:28 2017 xorriso : UPDATE : 35.98% done, estimate finish Sat Oct 07 17:19:25 2017 xorriso : UPDATE : 36.40% done, estimate finish Sat Oct 07 17:19:27 2017 xorriso : UPDATE : 36.93% done, estimate finish Sat Oct 07 17:19:27 2017 xorriso : UPDATE : 37.34% done, estimate finish Sat Oct 07 17:19:38 2017 xorriso : UPDATE : 38.05% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 38.52% done, estimate finish Sat Oct 07 17:19:39 2017 xorriso : UPDATE : 38.63% done, estimate finish Sat Oct 07 17:19:44 2017 xorriso : UPDATE : 38.63% done, estimate finish Sat Oct 07 17:19:50 2017 xorriso : UPDATE : 38.63% done, estimate finish Sat Oct 07 17:19:57 2017 xorriso : UPDATE : 40.79% done, estimate finish Sat Oct 07 17:19:40 2017 xorriso : UPDATE : 42.12% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 42.64% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 43.28% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 43.86% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 44.56% done, estimate finish Sat Oct 07 17:19:33 2017 xorriso : UPDATE : 45.09% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 45.65% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 46.33% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 46.86% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 47.47% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 47.61% done, estimate finish Sat Oct 07 17:19:39 2017 xorriso : UPDATE : 48.95% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 49.56% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 50.25% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 50.99% done, estimate finish Sat Oct 07 17:19:33 2017 xorriso : UPDATE : 51.41% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 52.00% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 52.56% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 53.26% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 53.91% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 54.81% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 55.46% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 56.25% done, estimate finish Sat Oct 07 17:19:33 2017 xorriso : UPDATE : 56.58% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 57.35% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 57.82% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 58.36% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 58.98% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 59.45% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 60.29% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 60.50% done, estimate finish Sat Oct 07 17:19:38 2017 xorriso : UPDATE : 60.50% done, estimate finish Sat Oct 07 17:19:42 2017 xorriso : UPDATE : 60.50% done, estimate finish Sat Oct 07 17:19:45 2017 xorriso : UPDATE : 62.91% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 63.21% done, estimate finish Sat Oct 07 17:19:37 2017 xorriso : UPDATE : 63.82% done, estimate finish Sat Oct 07 17:19:37 2017 xorriso : UPDATE : 64.32% done, estimate finish Sat Oct 07 17:19:38 2017 xorriso : UPDATE : 65.11% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 65.76% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 66.17% done, estimate finish Sat Oct 07 17:19:38 2017 xorriso : UPDATE : 66.70% done, estimate finish Sat Oct 07 17:19:38 2017 xorriso : UPDATE : 67.56% done, estimate finish Sat Oct 07 17:19:37 2017 xorriso : UPDATE : 68.14% done, estimate finish Sat Oct 07 17:19:37 2017 xorriso : UPDATE : 68.82% done, estimate finish Sat Oct 07 17:19:36 2017 xorriso : UPDATE : 69.53% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 70.19% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 71.09% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 72.17% done, estimate finish Sat Oct 07 17:19:31 2017 xorriso : UPDATE : 72.97% done, estimate finish Sat Oct 07 17:19:30 2017 xorriso : UPDATE : 73.29% done, estimate finish Sat Oct 07 17:19:32 2017 xorriso : UPDATE : 73.29% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 74.61% done, estimate finish Sat Oct 07 17:19:32 2017 xorriso : UPDATE : 75.09% done, estimate finish Sat Oct 07 17:19:32 2017 xorriso : UPDATE : 75.11% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 75.11% done, estimate finish Sat Oct 07 17:19:41 2017 xorriso : UPDATE : 77.22% done, estimate finish Sat Oct 07 17:19:31 2017 xorriso : UPDATE : 77.23% done, estimate finish Sat Oct 07 17:19:35 2017 xorriso : UPDATE : 78.54% done, estimate finish Sat Oct 07 17:19:32 2017 xorriso : UPDATE : 79.09% done, estimate finish Sat Oct 07 17:19:31 2017 xorriso : UPDATE : 79.59% done, estimate finish Sat Oct 07 17:19:32 2017 xorriso : UPDATE : 80.06% done, estimate finish Sat Oct 07 17:19:34 2017 xorriso : UPDATE : 80.66% done, estimate finish Sat Oct 07 17:19:33 2017 xorriso : UPDATE : 81.35% done, estimate finish Sat Oct 07 17:19:33 2017 xorriso : UPDATE : 82.36% done, estimate finish Sat Oct 07 17:19:32 2017 xorriso : UPDATE : 83.14% done, estimate finish Sat Oct 07 17:19:29 2017 xorriso : UPDATE : 83.79% done, estimate finish Sat Oct 07 17:19:29 2017 xorriso : UPDATE : 84.54% done, estimate finish Sat Oct 07 17:19:29 2017 xorriso : UPDATE : 85.73% done, estimate finish Sat Oct 07 17:19:28 2017 xorriso : UPDATE : 86.33% done, estimate finish Sat Oct 07 17:19:28 2017 xorriso : UPDATE : 86.85% done, estimate finish Sat Oct 07 17:19:28 2017 xorriso : UPDATE : 88.14% done, estimate finish Sat Oct 07 17:19:28 2017 xorriso : UPDATE : 88.93% done, estimate finish Sat Oct 07 17:19:27 2017 xorriso : UPDATE : 89.54% done, estimate finish Sat Oct 07 17:19:28 2017 xorriso : UPDATE : 90.31% done, estimate finish Sat Oct 07 17:19:28 2017 xorriso : UPDATE : 90.81% done, estimate finish Sat Oct 07 17:19:28 2017 xorriso : UPDATE : 91.56% done, estimate finish Sat Oct 07 17:19:30 2017 xorriso : UPDATE : 92.20% done, estimate finish Sat Oct 07 17:19:29 2017 xorriso : UPDATE : 92.80% done, estimate finish Sat Oct 07 17:19:29 2017 xorriso : UPDATE : 93.21% done, estimate finish Sat Oct 07 17:19:30 2017 xorriso : UPDATE : 93.94% done, estimate finish Sat Oct 07 17:19:30 2017 xorriso : UPDATE : 93.94% done, estimate finish Sat Oct 07 17:19:31 2017 xorriso : UPDATE : 95.23% done, estimate finish Sat Oct 07 17:19:30 2017 xorriso : UPDATE : 95.81% done, estimate finish Sat Oct 07 17:19:30 2017 xorriso : UPDATE : 96.22% done, estimate finish Sat Oct 07 17:19:31 2017 xorriso : UPDATE : 96.81% done, estimate finish Sat Oct 07 17:19:32 2017 xorriso : UPDATE : 97.37% done, estimate finish Sat Oct 07 17:19:32 2017 xorriso : UPDATE : 97.68% done, estimate finish Sat Oct 07 17:19:33 2017 xorriso : UPDATE : 98.41% done, estimate finish Sat Oct 07 17:19:32 2017 xorriso : UPDATE : 99.19% done xorriso : UPDATE : 99.70% done ISO image produced: 2274798 sectors Written to medium : 2274798 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:19:33 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 6' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-6.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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/3armhf/stretch/CD6' xorriso : UPDATE : 3103 files added in 1 seconds xorriso : UPDATE : 3103 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_armhf.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.31% done xorriso : UPDATE : 0.86% done, estimate finish Sat Oct 07 17:23:39 2017 xorriso : UPDATE : 1.50% done, estimate finish Sat Oct 07 17:23:01 2017 xorriso : UPDATE : 2.29% done, estimate finish Sat Oct 07 17:22:34 2017 xorriso : UPDATE : 2.91% done, estimate finish Sat Oct 07 17:22:30 2017 xorriso : UPDATE : 3.55% done, estimate finish Sat Oct 07 17:22:26 2017 xorriso : UPDATE : 4.02% done, estimate finish Sat Oct 07 17:22:31 2017 xorriso : UPDATE : 4.80% done, estimate finish Sat Oct 07 17:22:23 2017 xorriso : UPDATE : 5.34% done, estimate finish Sat Oct 07 17:22:25 2017 xorriso : UPDATE : 5.95% done, estimate finish Sat Oct 07 17:22:24 2017 xorriso : UPDATE : 6.40% done, estimate finish Sat Oct 07 17:22:28 2017 xorriso : UPDATE : 7.59% done, estimate finish Sat Oct 07 17:22:04 2017 xorriso : UPDATE : 8.57% done, estimate finish Sat Oct 07 17:21:58 2017 xorriso : UPDATE : 9.40% done, estimate finish Sat Oct 07 17:21:55 2017 xorriso : UPDATE : 9.40% done, estimate finish Sat Oct 07 17:22:07 2017 xorriso : UPDATE : 9.40% done, estimate finish Sat Oct 07 17:22:18 2017 xorriso : UPDATE : 12.01% done, estimate finish Sat Oct 07 17:21:50 2017 xorriso : UPDATE : 12.88% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 13.17% done, estimate finish Sat Oct 07 17:21:52 2017 xorriso : UPDATE : 14.24% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 14.88% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 15.47% done, estimate finish Sat Oct 07 17:21:51 2017 xorriso : UPDATE : 16.39% done, estimate finish Sat Oct 07 17:21:45 2017 xorriso : UPDATE : 16.90% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 17.60% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 18.40% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 19.39% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 20.00% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 20.52% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 21.23% done, estimate finish Sat Oct 07 17:21:50 2017 xorriso : UPDATE : 21.65% done, estimate finish Sat Oct 07 17:21:52 2017 xorriso : UPDATE : 22.06% done, estimate finish Sat Oct 07 17:21:54 2017 xorriso : UPDATE : 22.06% done, estimate finish Sat Oct 07 17:22:14 2017 xorriso : UPDATE : 24.12% done, estimate finish Sat Oct 07 17:21:55 2017 xorriso : UPDATE : 24.12% done, estimate finish Sat Oct 07 17:22:03 2017 xorriso : UPDATE : 25.91% done, estimate finish Sat Oct 07 17:21:51 2017 xorriso : UPDATE : 25.92% done, estimate finish Sat Oct 07 17:21:58 2017 xorriso : UPDATE : 27.03% done, estimate finish Sat Oct 07 17:21:54 2017 xorriso : UPDATE : 27.03% done, estimate finish Sat Oct 07 17:22:00 2017 xorriso : UPDATE : 27.03% done, estimate finish Sat Oct 07 17:22:06 2017 xorriso : UPDATE : 27.03% done, estimate finish Sat Oct 07 17:22:12 2017 xorriso : UPDATE : 27.03% done, estimate finish Sat Oct 07 17:22:18 2017 xorriso : UPDATE : 27.03% done, estimate finish Sat Oct 07 17:22:30 2017 xorriso : UPDATE : 32.77% done, estimate finish Sat Oct 07 17:21:35 2017 xorriso : UPDATE : 32.77% done, estimate finish Sat Oct 07 17:21:40 2017 xorriso : UPDATE : 32.77% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 34.72% done, estimate finish Sat Oct 07 17:21:39 2017 xorriso : UPDATE : 35.48% done, estimate finish Sat Oct 07 17:21:40 2017 xorriso : UPDATE : 35.48% done, estimate finish Sat Oct 07 17:21:44 2017 xorriso : UPDATE : 37.47% done, estimate finish Sat Oct 07 17:21:38 2017 xorriso : UPDATE : 37.47% done, estimate finish Sat Oct 07 17:21:42 2017 xorriso : UPDATE : 37.47% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 37.47% done, estimate finish Sat Oct 07 17:21:37 2017 xorriso : UPDATE : 37.47% done, estimate finish Sat Oct 07 17:21:42 2017 xorriso : UPDATE : 37.47% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 42.96% done, estimate finish Sat Oct 07 17:21:26 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 17:21:25 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 17:21:30 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 17:21:33 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 17:21:36 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 17:21:40 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 17:21:44 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 17:22:00 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 17:22:06 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 17:22:13 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 17:22:20 2017 xorriso : UPDATE : 53.06% done, estimate finish Sat Oct 07 17:21:28 2017 xorriso : UPDATE : 53.52% done, estimate finish Sat Oct 07 17:21:30 2017 xorriso : UPDATE : 54.43% done, estimate finish Sat Oct 07 17:21:30 2017 xorriso : UPDATE : 55.26% done, estimate finish Sat Oct 07 17:21:31 2017 xorriso : UPDATE : 55.91% done, estimate finish Sat Oct 07 17:21:32 2017 xorriso : UPDATE : 56.59% done, estimate finish Sat Oct 07 17:21:33 2017 xorriso : UPDATE : 57.21% done, estimate finish Sat Oct 07 17:21:26 2017 xorriso : UPDATE : 57.74% done, estimate finish Sat Oct 07 17:21:28 2017 xorriso : UPDATE : 58.34% done, estimate finish Sat Oct 07 17:21:30 2017 xorriso : UPDATE : 59.18% done, estimate finish Sat Oct 07 17:21:30 2017 xorriso : UPDATE : 59.80% done, estimate finish Sat Oct 07 17:21:31 2017 xorriso : UPDATE : 60.39% done, estimate finish Sat Oct 07 17:21:33 2017 xorriso : UPDATE : 60.98% done, estimate finish Sat Oct 07 17:21:34 2017 xorriso : UPDATE : 61.98% done, estimate finish Sat Oct 07 17:21:34 2017 xorriso : UPDATE : 62.70% done, estimate finish Sat Oct 07 17:21:34 2017 xorriso : UPDATE : 63.37% done, estimate finish Sat Oct 07 17:21:35 2017 xorriso : UPDATE : 63.84% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 64.16% done, estimate finish Sat Oct 07 17:21:52 2017 xorriso : UPDATE : 65.16% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 65.44% done, estimate finish Sat Oct 07 17:21:52 2017 xorriso : UPDATE : 66.58% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 66.58% done, estimate finish Sat Oct 07 17:21:53 2017 xorriso : UPDATE : 68.05% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 68.57% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 69.98% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 70.44% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 71.20% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 71.68% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 72.46% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 73.39% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 73.83% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 74.63% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 74.63% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 74.63% done, estimate finish Sat Oct 07 17:21:53 2017 xorriso : UPDATE : 74.63% done, estimate finish Sat Oct 07 17:21:55 2017 xorriso : UPDATE : 78.11% done, estimate finish Sat Oct 07 17:21:45 2017 xorriso : UPDATE : 78.77% done, estimate finish Sat Oct 07 17:21:45 2017 xorriso : UPDATE : 79.16% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 79.80% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 80.50% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 81.14% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 82.12% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 82.88% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 83.59% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 84.15% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 84.59% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 85.47% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 86.06% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 86.69% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 87.46% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 87.96% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 88.60% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 89.31% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 90.06% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 90.75% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 91.59% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 92.36% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 93.02% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 93.05% done, estimate finish Sat Oct 07 17:21:49 2017 xorriso : UPDATE : 94.48% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 95.46% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 95.73% done, estimate finish Sat Oct 07 17:21:48 2017 xorriso : UPDATE : 97.31% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 98.03% done, estimate finish Sat Oct 07 17:21:46 2017 xorriso : UPDATE : 98.42% done, estimate finish Sat Oct 07 17:21:47 2017 xorriso : UPDATE : 99.06% done xorriso : UPDATE : 99.82% done ISO image produced: 2024755 sectors Written to medium : 2024755 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:21:48 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 7' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-7.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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/3armhf/stretch/CD7' xorriso : UPDATE : 665 files added in 1 seconds xorriso : UPDATE : 665 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.03% done xorriso : UPDATE : 0.33% done xorriso : UPDATE : 0.33% done, estimate finish Sat Oct 07 17:34:57 2017 xorriso : UPDATE : 1.80% done, estimate finish Sat Oct 07 17:25:09 2017 xorriso : UPDATE : 2.01% done, estimate finish Sat Oct 07 17:25:38 2017 xorriso : UPDATE : 3.27% done, estimate finish Sat Oct 07 17:24:40 2017 xorriso : UPDATE : 3.87% done, estimate finish Sat Oct 07 17:24:39 2017 xorriso : UPDATE : 4.20% done, estimate finish Sat Oct 07 17:24:50 2017 xorriso : UPDATE : 4.20% done, estimate finish Sat Oct 07 17:25:14 2017 xorriso : UPDATE : 4.20% done, estimate finish Sat Oct 07 17:25:38 2017 xorriso : UPDATE : 4.20% done, estimate finish Sat Oct 07 17:26:01 2017 xorriso : UPDATE : 8.01% done, estimate finish Sat Oct 07 17:24:14 2017 xorriso : UPDATE : 8.56% done, estimate finish Sat Oct 07 17:24:16 2017 xorriso : UPDATE : 8.67% done, estimate finish Sat Oct 07 17:24:15 2017 xorriso : UPDATE : 9.76% done, estimate finish Sat Oct 07 17:24:08 2017 xorriso : UPDATE : 10.00% done, estimate finish Sat Oct 07 17:24:16 2017 xorriso : UPDATE : 10.00% done, estimate finish Sat Oct 07 17:24:28 2017 xorriso : UPDATE : 10.00% done, estimate finish Sat Oct 07 17:24:40 2017 xorriso : UPDATE : 10.00% done, estimate finish Sat Oct 07 17:24:52 2017 xorriso : UPDATE : 13.78% done, estimate finish Sat Oct 07 17:24:03 2017 xorriso : UPDATE : 13.78% done, estimate finish Sat Oct 07 17:24:11 2017 xorriso : UPDATE : 15.38% done, estimate finish Sat Oct 07 17:24:03 2017 xorriso : UPDATE : 15.44% done, estimate finish Sat Oct 07 17:24:09 2017 xorriso : UPDATE : 16.44% done, estimate finish Sat Oct 07 17:24:06 2017 xorriso : UPDATE : 17.26% done, estimate finish Sat Oct 07 17:24:01 2017 xorriso : UPDATE : 18.06% done, estimate finish Sat Oct 07 17:24:01 2017 xorriso : UPDATE : 18.94% done, estimate finish Sat Oct 07 17:24:00 2017 xorriso : UPDATE : 19.80% done, estimate finish Sat Oct 07 17:23:59 2017 xorriso : UPDATE : 20.51% done, estimate finish Sat Oct 07 17:24:00 2017 xorriso : UPDATE : 20.51% done, estimate finish Sat Oct 07 17:24:06 2017 xorriso : UPDATE : 22.10% done, estimate finish Sat Oct 07 17:24:00 2017 xorriso : UPDATE : 22.28% done, estimate finish Sat Oct 07 17:24:04 2017 xorriso : UPDATE : 22.28% done, estimate finish Sat Oct 07 17:24:10 2017 xorriso : UPDATE : 22.28% done, estimate finish Sat Oct 07 17:24:16 2017 xorriso : UPDATE : 22.28% done, estimate finish Sat Oct 07 17:24:41 2017 xorriso : UPDATE : 22.28% done, estimate finish Sat Oct 07 17:24:53 2017 xorriso : UPDATE : 22.74% done, estimate finish Sat Oct 07 17:24:53 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:24:00 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:24:06 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:24:12 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:24:18 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:24:25 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:24:31 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:24:38 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:24:43 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:24:54 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:25:04 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:25:14 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:25:24 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:25:35 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:25:45 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:25:55 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:26:06 2017 xorriso : UPDATE : 27.46% done, estimate finish Sat Oct 07 17:26:16 2017 xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 27.46% done xorriso : UPDATE : 37.83% done, estimate finish Sat Oct 07 17:24:32 2017 xorriso : UPDATE : 47.00% done, estimate finish Sat Oct 07 17:23:51 2017 xorriso : UPDATE : 53.97% done, estimate finish Sat Oct 07 17:23:36 2017 xorriso : UPDATE : 53.97% done, estimate finish Sat Oct 07 17:23:39 2017 xorriso : UPDATE : 53.97% done, estimate finish Sat Oct 07 17:23:42 2017 xorriso : UPDATE : 56.41% done, estimate finish Sat Oct 07 17:23:39 2017 xorriso : UPDATE : 56.86% done, estimate finish Sat Oct 07 17:23:29 2017 xorriso : UPDATE : 57.71% done, estimate finish Sat Oct 07 17:23:31 2017 xorriso : UPDATE : 58.84% done, estimate finish Sat Oct 07 17:23:31 2017 xorriso : UPDATE : 58.95% done, estimate finish Sat Oct 07 17:23:33 2017 xorriso : UPDATE : 59.81% done, estimate finish Sat Oct 07 17:23:34 2017 xorriso : UPDATE : 59.81% done, estimate finish Sat Oct 07 17:23:36 2017 xorriso : UPDATE : 61.90% done, estimate finish Sat Oct 07 17:23:35 2017 xorriso : UPDATE : 62.53% done, estimate finish Sat Oct 07 17:23:37 2017 xorriso : UPDATE : 63.25% done, estimate finish Sat Oct 07 17:23:37 2017 xorriso : UPDATE : 63.54% done, estimate finish Sat Oct 07 17:23:39 2017 xorriso : UPDATE : 63.54% done, estimate finish Sat Oct 07 17:24:06 2017 xorriso : UPDATE : 63.54% done, estimate finish Sat Oct 07 17:24:11 2017 xorriso : UPDATE : 65.49% done, estimate finish Sat Oct 07 17:24:02 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:24:04 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:24:08 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:24:12 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:24:16 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:24:20 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:24:24 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:24:28 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:25:27 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:25:39 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:25:52 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:26:04 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:26:17 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:26:29 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:26:41 2017 xorriso : UPDATE : 65.81% done, estimate finish Sat Oct 07 17:26:53 2017 xorriso : UPDATE : 69.44% done, estimate finish Sat Oct 07 17:24:53 2017 xorriso : UPDATE : 77.70% done, estimate finish Sat Oct 07 17:24:01 2017 xorriso : UPDATE : 79.44% done, estimate finish Sat Oct 07 17:23:50 2017 xorriso : UPDATE : 79.59% done, estimate finish Sat Oct 07 17:23:52 2017 xorriso : UPDATE : 80.91% done, estimate finish Sat Oct 07 17:23:51 2017 xorriso : UPDATE : 81.31% done, estimate finish Sat Oct 07 17:23:53 2017 xorriso : UPDATE : 81.31% done, estimate finish Sat Oct 07 17:23:54 2017 xorriso : UPDATE : 81.31% done, estimate finish Sat Oct 07 17:23:57 2017 xorriso : UPDATE : 81.31% done, estimate finish Sat Oct 07 17:23:59 2017 xorriso : UPDATE : 81.31% done, estimate finish Sat Oct 07 17:24:01 2017 xorriso : UPDATE : 81.31% done, estimate finish Sat Oct 07 17:24:03 2017 xorriso : UPDATE : 81.31% done, estimate finish Sat Oct 07 17:24:04 2017 xorriso : UPDATE : 86.85% done, estimate finish Sat Oct 07 17:23:56 2017 xorriso : UPDATE : 87.16% done, estimate finish Sat Oct 07 17:24:02 2017 xorriso : UPDATE : 88.09% done, estimate finish Sat Oct 07 17:24:01 2017 xorriso : UPDATE : 88.89% done, estimate finish Sat Oct 07 17:24:01 2017 xorriso : UPDATE : 89.36% done, estimate finish Sat Oct 07 17:24:01 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:01 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:03 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:05 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:07 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:09 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:11 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:25 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:28 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:32 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:37 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 17:24:40 2017 xorriso : UPDATE : 97.25% done, estimate finish Sat Oct 07 17:24:03 2017 xorriso : UPDATE : 99.05% done xorriso : UPDATE : 99.99% done ISO image produced: 2218225 sectors Written to medium : 2218225 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:24:02 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 8' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-8.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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/3armhf/stretch/CD8' xorriso : UPDATE : 1185 files added in 1 seconds xorriso : UPDATE : 1185 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.05% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 1.71% done, estimate finish Sat Oct 07 17:26:35 2017 xorriso : UPDATE : 2.13% done, estimate finish Sat Oct 07 17:26:52 2017 xorriso : UPDATE : 2.88% done, estimate finish Sat Oct 07 17:26:43 2017 xorriso : UPDATE : 3.35% done, estimate finish Sat Oct 07 17:26:50 2017 xorriso : UPDATE : 3.73% done, estimate finish Sat Oct 07 17:27:00 2017 xorriso : UPDATE : 5.07% done, estimate finish Sat Oct 07 17:26:33 2017 xorriso : UPDATE : 6.24% done, estimate finish Sat Oct 07 17:26:21 2017 xorriso : UPDATE : 6.95% done, estimate finish Sat Oct 07 17:26:21 2017 xorriso : UPDATE : 7.61% done, estimate finish Sat Oct 07 17:26:22 2017 xorriso : UPDATE : 7.95% done, estimate finish Sat Oct 07 17:26:29 2017 xorriso : UPDATE : 8.98% done, estimate finish Sat Oct 07 17:26:21 2017 xorriso : UPDATE : 9.51% done, estimate finish Sat Oct 07 17:26:24 2017 xorriso : UPDATE : 10.17% done, estimate finish Sat Oct 07 17:26:24 2017 xorriso : UPDATE : 10.82% done, estimate finish Sat Oct 07 17:26:25 2017 xorriso : UPDATE : 10.82% done, estimate finish Sat Oct 07 17:26:36 2017 xorriso : UPDATE : 10.82% done, estimate finish Sat Oct 07 17:26:47 2017 xorriso : UPDATE : 10.82% done, estimate finish Sat Oct 07 17:26:57 2017 xorriso : UPDATE : 10.82% done, estimate finish Sat Oct 07 17:27:08 2017 xorriso : UPDATE : 10.82% done, estimate finish Sat Oct 07 17:27:20 2017 xorriso : UPDATE : 14.21% done, estimate finish Sat Oct 07 17:26:34 2017 xorriso : UPDATE : 16.48% done, estimate finish Sat Oct 07 17:26:17 2017 xorriso : UPDATE : 17.51% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 17.51% done, estimate finish Sat Oct 07 17:26:22 2017 xorriso : UPDATE : 17.51% done, estimate finish Sat Oct 07 17:26:30 2017 xorriso : UPDATE : 17.51% done, estimate finish Sat Oct 07 17:26:39 2017 xorriso : UPDATE : 20.56% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 21.15% done, estimate finish Sat Oct 07 17:26:15 2017 xorriso : UPDATE : 21.19% done, estimate finish Sat Oct 07 17:26:21 2017 xorriso : UPDATE : 22.72% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:26:19 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:26:25 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:26:39 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:26:48 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:26:58 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:27:07 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:27:17 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:27:26 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:27:35 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:27:45 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:27:54 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 17:28:04 2017 xorriso : UPDATE : 22.89% done xorriso : UPDATE : 22.89% done xorriso : UPDATE : 22.89% done xorriso : UPDATE : 22.89% done xorriso : UPDATE : 22.89% done xorriso : UPDATE : 22.89% done xorriso : UPDATE : 22.89% done xorriso : UPDATE : 22.89% done xorriso : UPDATE : 22.89% done xorriso : UPDATE : 22.89% done xorriso : UPDATE : 26.06% done, estimate finish Sat Oct 07 17:28:16 2017 xorriso : UPDATE : 38.74% done, estimate finish Sat Oct 07 17:25:56 2017 xorriso : UPDATE : 42.58% done, estimate finish Sat Oct 07 17:25:47 2017 xorriso : UPDATE : 43.23% done, estimate finish Sat Oct 07 17:25:49 2017 xorriso : UPDATE : 43.65% done, estimate finish Sat Oct 07 17:25:51 2017 xorriso : UPDATE : 43.65% done, estimate finish Sat Oct 07 17:25:54 2017 xorriso : UPDATE : 45.52% done, estimate finish Sat Oct 07 17:25:52 2017 xorriso : UPDATE : 45.57% done, estimate finish Sat Oct 07 17:25:55 2017 xorriso : UPDATE : 47.06% done, estimate finish Sat Oct 07 17:25:54 2017 xorriso : UPDATE : 47.76% done, estimate finish Sat Oct 07 17:25:54 2017 xorriso : UPDATE : 48.20% done, estimate finish Sat Oct 07 17:25:45 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:25:46 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:25:48 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:25:51 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:25:54 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:25:57 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:26:00 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:26:03 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:26:05 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:26:08 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:32:51 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:33:35 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:34:20 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:35:04 2017 xorriso : UPDATE : 48.99% done, estimate finish Sat Oct 07 17:35:49 2017 xorriso : UPDATE : 59.62% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 60.63% done, estimate finish Sat Oct 07 17:26:13 2017 xorriso : UPDATE : 60.63% done, estimate finish Sat Oct 07 17:26:16 2017 xorriso : UPDATE : 60.63% done, estimate finish Sat Oct 07 17:26:20 2017 xorriso : UPDATE : 60.63% done, estimate finish Sat Oct 07 17:26:24 2017 xorriso : UPDATE : 60.63% done, estimate finish Sat Oct 07 17:26:05 2017 xorriso : UPDATE : 60.63% done, estimate finish Sat Oct 07 17:26:09 2017 xorriso : UPDATE : 60.63% done, estimate finish Sat Oct 07 17:26:12 2017 xorriso : UPDATE : 66.73% done, estimate finish Sat Oct 07 17:25:58 2017 xorriso : UPDATE : 66.73% done, estimate finish Sat Oct 07 17:26:01 2017 xorriso : UPDATE : 68.36% done, estimate finish Sat Oct 07 17:25:59 2017 xorriso : UPDATE : 69.21% done, estimate finish Sat Oct 07 17:26:00 2017 xorriso : UPDATE : 69.24% done, estimate finish Sat Oct 07 17:26:02 2017 xorriso : UPDATE : 69.24% done, estimate finish Sat Oct 07 17:26:04 2017 xorriso : UPDATE : 69.24% done, estimate finish Sat Oct 07 17:26:06 2017 xorriso : UPDATE : 72.39% done, estimate finish Sat Oct 07 17:26:02 2017 xorriso : UPDATE : 72.74% done, estimate finish Sat Oct 07 17:26:03 2017 xorriso : UPDATE : 73.43% done, estimate finish Sat Oct 07 17:26:05 2017 xorriso : UPDATE : 73.43% done, estimate finish Sat Oct 07 17:26:08 2017 xorriso : UPDATE : 73.43% done, estimate finish Sat Oct 07 17:26:11 2017 xorriso : UPDATE : 73.43% done, estimate finish Sat Oct 07 17:26:13 2017 xorriso : UPDATE : 77.09% done, estimate finish Sat Oct 07 17:26:05 2017 xorriso : UPDATE : 77.61% done, estimate finish Sat Oct 07 17:26:06 2017 xorriso : UPDATE : 78.51% done, estimate finish Sat Oct 07 17:26:06 2017 xorriso : UPDATE : 79.11% done, estimate finish Sat Oct 07 17:26:07 2017 xorriso : UPDATE : 79.29% done, estimate finish Sat Oct 07 17:26:15 2017 xorriso : UPDATE : 79.29% done, estimate finish Sat Oct 07 17:26:19 2017 xorriso : UPDATE : 81.43% done, estimate finish Sat Oct 07 17:26:12 2017 xorriso : UPDATE : 82.00% done, estimate finish Sat Oct 07 17:26:13 2017 xorriso : UPDATE : 82.71% done, estimate finish Sat Oct 07 17:26:13 2017 xorriso : UPDATE : 83.25% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 83.53% done, estimate finish Sat Oct 07 17:26:15 2017 xorriso : UPDATE : 84.44% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 85.51% done, estimate finish Sat Oct 07 17:26:13 2017 xorriso : UPDATE : 85.79% done, estimate finish Sat Oct 07 17:26:15 2017 xorriso : UPDATE : 86.60% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 87.34% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 87.66% done, estimate finish Sat Oct 07 17:26:15 2017 xorriso : UPDATE : 87.66% done, estimate finish Sat Oct 07 17:26:18 2017 xorriso : UPDATE : 89.50% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 89.50% done, estimate finish Sat Oct 07 17:26:16 2017 xorriso : UPDATE : 89.50% done, estimate finish Sat Oct 07 17:26:18 2017 xorriso : UPDATE : 89.50% done, estimate finish Sat Oct 07 17:26:20 2017 xorriso : UPDATE : 89.50% done, estimate finish Sat Oct 07 17:26:22 2017 xorriso : UPDATE : 89.50% done, estimate finish Sat Oct 07 17:26:24 2017 xorriso : UPDATE : 93.58% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 94.59% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 95.80% done, estimate finish Sat Oct 07 17:26:13 2017 xorriso : UPDATE : 96.44% done, estimate finish Sat Oct 07 17:26:13 2017 xorriso : UPDATE : 97.37% done, estimate finish Sat Oct 07 17:26:13 2017 xorriso : UPDATE : 98.12% done, estimate finish Sat Oct 07 17:26:13 2017 xorriso : UPDATE : 98.24% done, estimate finish Sat Oct 07 17:26:14 2017 xorriso : UPDATE : 99.00% done ISO image produced: 2183262 sectors Written to medium : 2183262 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 17:26:14 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armhf 9' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-DVD-9.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-9.2.0-armhf-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/3armhf/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/3armhf/stretch/CD9' xorriso : UPDATE : 3208 files added in 1 seconds xorriso : UPDATE : 3208 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.18% done xorriso : UPDATE : 0.55% done, estimate finish Sat Oct 07 17:32:39 2017 xorriso : UPDATE : 1.09% done, estimate finish Sat Oct 07 17:31:00 2017 xorriso : UPDATE : 1.65% done, estimate finish Sat Oct 07 17:30:24 2017 xorriso : UPDATE : 2.20% done, estimate finish Sat Oct 07 17:30:07 2017 xorriso : UPDATE : 2.85% done, estimate finish Sat Oct 07 17:29:50 2017 xorriso : UPDATE : 2.85% done, estimate finish Sat Oct 07 17:30:25 2017 xorriso : UPDATE : 4.34% done, estimate finish Sat Oct 07 17:29:22 2017 xorriso : UPDATE : 4.70% done, estimate finish Sat Oct 07 17:29:29 2017 xorriso : UPDATE : 5.22% done, estimate finish Sat Oct 07 17:29:29 2017 xorriso : UPDATE : 5.82% done, estimate finish Sat Oct 07 17:29:26 2017 xorriso : UPDATE : 6.23% done, estimate finish Sat Oct 07 17:29:30 2017 xorriso : UPDATE : 6.71% done, estimate finish Sat Oct 07 17:29:15 2017 xorriso : UPDATE : 7.15% done, estimate finish Sat Oct 07 17:29:18 2017 xorriso : UPDATE : 7.30% done, estimate finish Sat Oct 07 17:29:30 2017 xorriso : UPDATE : 7.30% done, estimate finish Sat Oct 07 17:29:45 2017 xorriso : UPDATE : 7.30% done, estimate finish Sat Oct 07 17:30:01 2017 xorriso : UPDATE : 7.30% done, estimate finish Sat Oct 07 17:30:17 2017 xorriso : UPDATE : 10.72% done, estimate finish Sat Oct 07 17:29:02 2017 xorriso : UPDATE : 11.34% done, estimate finish Sat Oct 07 17:29:02 2017 xorriso : UPDATE : 12.04% done, estimate finish Sat Oct 07 17:29:01 2017 xorriso : UPDATE : 12.63% done, estimate finish Sat Oct 07 17:29:01 2017 xorriso : UPDATE : 13.20% done, estimate finish Sat Oct 07 17:28:56 2017 xorriso : UPDATE : 13.48% done, estimate finish Sat Oct 07 17:29:03 2017 xorriso : UPDATE : 13.48% done, estimate finish Sat Oct 07 17:29:14 2017 xorriso : UPDATE : 13.81% done, estimate finish Sat Oct 07 17:29:18 2017 xorriso : UPDATE : 16.10% done, estimate finish Sat Oct 07 17:28:51 2017 xorriso : UPDATE : 16.10% done, estimate finish Sat Oct 07 17:29:00 2017 xorriso : UPDATE : 16.10% done, estimate finish Sat Oct 07 17:29:09 2017 xorriso : UPDATE : 16.10% done, estimate finish Sat Oct 07 17:29:16 2017 xorriso : UPDATE : 16.10% done, estimate finish Sat Oct 07 17:29:25 2017 xorriso : UPDATE : 20.22% done, estimate finish Sat Oct 07 17:28:43 2017 xorriso : UPDATE : 20.94% done, estimate finish Sat Oct 07 17:28:38 2017 xorriso : UPDATE : 21.34% done, estimate finish Sat Oct 07 17:28:41 2017 xorriso : UPDATE : 21.91% done, estimate finish Sat Oct 07 17:28:43 2017 xorriso : UPDATE : 22.76% done, estimate finish Sat Oct 07 17:28:42 2017 xorriso : UPDATE : 23.24% done, estimate finish Sat Oct 07 17:28:44 2017 xorriso : UPDATE : 23.83% done, estimate finish Sat Oct 07 17:28:45 2017 xorriso : UPDATE : 24.41% done, estimate finish Sat Oct 07 17:28:46 2017 xorriso : UPDATE : 24.88% done, estimate finish Sat Oct 07 17:28:47 2017 xorriso : UPDATE : 25.41% done, estimate finish Sat Oct 07 17:28:49 2017 xorriso : UPDATE : 25.96% done, estimate finish Sat Oct 07 17:28:50 2017 xorriso : UPDATE : 26.53% done, estimate finish Sat Oct 07 17:29:02 2017 xorriso : UPDATE : 26.53% done, estimate finish Sat Oct 07 17:29:13 2017 xorriso : UPDATE : 26.53% done, estimate finish Sat Oct 07 17:29:22 2017 xorriso : UPDATE : 26.53% done, estimate finish Sat Oct 07 17:29:32 2017 xorriso : UPDATE : 29.59% done, estimate finish Sat Oct 07 17:28:53 2017 xorriso : UPDATE : 30.15% done, estimate finish Sat Oct 07 17:28:54 2017 xorriso : UPDATE : 31.00% done, estimate finish Sat Oct 07 17:28:52 2017 xorriso : UPDATE : 31.45% done, estimate finish Sat Oct 07 17:28:53 2017 xorriso : UPDATE : 32.05% done, estimate finish Sat Oct 07 17:28:54 2017 xorriso : UPDATE : 32.05% done, estimate finish Sat Oct 07 17:29:00 2017 xorriso : UPDATE : 33.57% done, estimate finish Sat Oct 07 17:28:45 2017 xorriso : UPDATE : 34.12% done, estimate finish Sat Oct 07 17:28:47 2017 xorriso : UPDATE : 34.49% done, estimate finish Sat Oct 07 17:28:50 2017 xorriso : UPDATE : 35.20% done, estimate finish Sat Oct 07 17:28:50 2017 xorriso : UPDATE : 35.63% done, estimate finish Sat Oct 07 17:28:52 2017 xorriso : UPDATE : 35.93% done, estimate finish Sat Oct 07 17:28:55 2017 xorriso : UPDATE : 35.93% done, estimate finish Sat Oct 07 17:29:01 2017 xorriso : UPDATE : 37.88% done, estimate finish Sat Oct 07 17:28:49 2017 xorriso : UPDATE : 38.38% done, estimate finish Sat Oct 07 17:28:51 2017 xorriso : UPDATE : 38.96% done, estimate finish Sat Oct 07 17:28:51 2017 xorriso : UPDATE : 39.61% done, estimate finish Sat Oct 07 17:28:56 2017 xorriso : UPDATE : 40.29% done, estimate finish Sat Oct 07 17:28:55 2017 xorriso : UPDATE : 40.29% done, estimate finish Sat Oct 07 17:29:02 2017 xorriso : UPDATE : 40.29% done, estimate finish Sat Oct 07 17:29:09 2017 xorriso : UPDATE : 40.29% done, estimate finish Sat Oct 07 17:29:16 2017 xorriso : UPDATE : 40.29% done, estimate finish Sat Oct 07 17:29:24 2017 xorriso : UPDATE : 40.29% done, estimate finish Sat Oct 07 17:29:31 2017 xorriso : UPDATE : 40.29% done, estimate finish Sat Oct 07 17:29:37 2017 xorriso : UPDATE : 40.29% done, estimate finish Sat Oct 07 17:29:44 2017 xorriso : UPDATE : 44.32% done, estimate finish Sat Oct 07 17:29:01 2017 xorriso : UPDATE : 47.35% done, estimate finish Sat Oct 07 17:28:45 2017 xorriso : UPDATE : 47.71% done, estimate finish Sat Oct 07 17:28:42 2017 xorriso : UPDATE : 48.37% done, estimate finish Sat Oct 07 17:28:43 2017 xorriso : UPDATE : 49.00% done, estimate finish Sat Oct 07 17:28:44 2017 xorriso : UPDATE : 49.19% done, estimate finish Sat Oct 07 17:28:47 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 17:28:47 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 17:28:52 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 17:28:57 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 17:29:02 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 17:29:06 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 17:29:11 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 17:30:48 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 17:31:06 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 17:31:23 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 17:31:41 2017 xorriso : UPDATE : 57.85% done, estimate finish Sat Oct 07 17:28:43 2017 xorriso : UPDATE : 57.85% done, estimate finish Sat Oct 07 17:28:46 2017 xorriso : UPDATE : 57.85% done, estimate finish Sat Oct 07 17:28:51 2017 xorriso : UPDATE : 57.85% done, estimate finish Sat Oct 07 17:28:55 2017 xorriso : UPDATE : 57.85% done, estimate finish Sat Oct 07 17:28:59 2017 xorriso : UPDATE : 57.85% done, estimate finish Sat Oct 07 17:29:03 2017 xorriso : UPDATE : 57.85% done, estimate finish Sat Oct 07 17:28:46 2017 xorriso : UPDATE : 57.85% done, estimate finish Sat Oct 07 17:28:50 2017 xorriso : UPDATE : 57.85% done, estimate finish Sat Oct 07 17:28:56 2017 xorriso : UPDATE : 60.17% done, estimate finish Sat Oct 07 17:28:45 2017 xorriso : UPDATE : 65.21% done, estimate finish Sat Oct 07 17:28:29 2017 xorriso : UPDATE : 65.79% done, estimate finish Sat Oct 07 17:28:31 2017 xorriso : UPDATE : 66.15% done, estimate finish Sat Oct 07 17:28:33 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 17:28:33 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 17:28:36 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 17:28:38 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 17:28:40 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 17:28:44 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 17:28:48 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 17:28:51 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 17:28:55 2017 xorriso : UPDATE : 72.91% done, estimate finish Sat Oct 07 17:28:34 2017 xorriso : UPDATE : 73.44% done, estimate finish Sat Oct 07 17:28:35 2017 xorriso : UPDATE : 73.44% done, estimate finish Sat Oct 07 17:28:37 2017 xorriso : UPDATE : 73.44% done, estimate finish Sat Oct 07 17:28:39 2017 xorriso : UPDATE : 73.44% done, estimate finish Sat Oct 07 17:28:42 2017 xorriso : UPDATE : 73.44% done, estimate finish Sat Oct 07 17:28:48 2017 xorriso : UPDATE : 73.44% done, estimate finish Sat Oct 07 17:28:52 2017 xorriso : UPDATE : 77.92% done, estimate finish Sat Oct 07 17:28:36 2017 xorriso : UPDATE : 78.60% done, estimate finish Sat Oct 07 17:28:36 2017 xorriso : UPDATE : 79.01% done, estimate finish Sat Oct 07 17:28:37 2017 xorriso : UPDATE : 79.36% done, estimate finish Sat Oct 07 17:28:39 2017 xorriso : UPDATE : 79.36% done, estimate finish Sat Oct 07 17:28:42 2017 xorriso : UPDATE : 79.36% done, estimate finish Sat Oct 07 17:28:44 2017 xorriso : UPDATE : 82.09% done, estimate finish Sat Oct 07 17:28:38 2017 xorriso : UPDATE : 82.57% done, estimate finish Sat Oct 07 17:28:39 2017 xorriso : UPDATE : 83.45% done, estimate finish Sat Oct 07 17:28:37 2017 xorriso : UPDATE : 84.07% done, estimate finish Sat Oct 07 17:28:37 2017 xorriso : UPDATE : 84.57% done, estimate finish Sat Oct 07 17:28:38 2017 xorriso : UPDATE : 85.02% done, estimate finish Sat Oct 07 17:28:39 2017 xorriso : UPDATE : 85.76% done, estimate finish Sat Oct 07 17:28:39 2017 xorriso : UPDATE : 86.32% done, estimate finish Sat Oct 07 17:28:39 2017 xorriso : UPDATE : 86.72% done, estimate finish Sat Oct 07 17:28:41 2017 xorriso : UPDATE : 87.44% done, estimate finish Sat Oct 07 17:28:42 2017 xorriso : UPDATE : 88.12% done, estimate finish Sat Oct 07 17:28:42 2017 xorriso : UPDATE : 88.47% done, estimate finish Sat Oct 07 17:28:42 2017 xorriso : UPDATE : 89.16% done, estimate finish Sat Oct 07 17:28:48 2017 xorriso : UPDATE : 89.62% done, estimate finish Sat Oct 07 17:28:48 2017 xorriso : UPDATE : 89.65% done, estimate finish Sat Oct 07 17:28:51 2017 xorriso : UPDATE : 89.65% done, estimate finish Sat Oct 07 17:28:52 2017 xorriso : UPDATE : 89.65% done, estimate finish Sat Oct 07 17:28:55 2017 xorriso : UPDATE : 89.65% done, estimate finish Sat Oct 07 17:28:58 2017 xorriso : UPDATE : 89.65% done, estimate finish Sat Oct 07 17:29:00 2017 xorriso : UPDATE : 89.65% done, estimate finish Sat Oct 07 17:29:03 2017 xorriso : UPDATE : 89.65% done, estimate finish Sat Oct 07 17:29:06 2017 xorriso : UPDATE : 92.75% done, estimate finish Sat Oct 07 17:28:52 2017 xorriso : UPDATE : 96.26% done, estimate finish Sat Oct 07 17:28:44 2017 xorriso : UPDATE : 96.82% done, estimate finish Sat Oct 07 17:28:44 2017 xorriso : UPDATE : 97.63% done, estimate finish Sat Oct 07 17:28:44 2017 xorriso : UPDATE : 98.10% done, estimate finish Sat Oct 07 17:28:44 2017 xorriso : UPDATE : 98.86% done xorriso : UPDATE : 99.26% done xorriso : UPDATE : 99.93% done ISO image produced: 2294057 sectors Written to medium : 2294057 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/3armhf d31f2618c14a4822d593900594bf3637911cad14 debian-9.2.0-armhf-DVD-1.iso 1590b6d10dd25caabeb86d39527eca4c debian-9.2.0-armhf-DVD-1.iso 250ab9cda06c004059222497ab6a28e44f3e3ae0cbe02f16e136790f4e612b312d2ef976699962aabf2bcdff15155347899a76a427f6d699c7f5afd5ee5e7b79 debian-9.2.0-armhf-DVD-1.iso 0a1315bcc5855a267d76a82bf88c3fdd9ebf12b905a6ae620dafff3eef011183 debian-9.2.0-armhf-DVD-1.iso 78dd8667084f6c8bb4129eb7af8d13a4bf441bc5 debian-9.2.0-armhf-DVD-10.iso 4de75f8141e5ae4f3ae25310e9d39528 debian-9.2.0-armhf-DVD-10.iso 8c7209b58303b60869fd12a738712d93ef5d43f27b9f69cf6d158cce1a6d26e4d59d2b140154d274a34e09b34af1c2f6ecc444d74917f03f7ee82a1fa2d394d0 debian-9.2.0-armhf-DVD-10.iso 84093fbef9c09c1aa64921dc875a956336a4879a664539d2583ea65dfb4b397c debian-9.2.0-armhf-DVD-10.iso bd868ff8be8fce56ec7ffe4cbc7ce83342488e16 debian-9.2.0-armhf-DVD-11.iso afe0a52d7ad687df4281e46f49b5de6a debian-9.2.0-armhf-DVD-11.iso 48563c306e5ccf1bbd6cc515b556b621444441ddbe1b5f9c32bc040626c4effb247c00da95541083ad7c5557cad104306b40a1a9c9f26eb95acbe634b07bd14a debian-9.2.0-armhf-DVD-11.iso 6f06aaf860ccf83062eb2146f7d9e44417f9c88dd374c64d338ab2384f5289da debian-9.2.0-armhf-DVD-11.iso 6d6e21599e2e2cf4cee9437254f0505a92a569d6 debian-9.2.0-armhf-DVD-12.iso a6569caf92f7e90a13feb10fb4b1e898 debian-9.2.0-armhf-DVD-12.iso 9b05a84a740ed6f538d63ad737d9b5e7aef106ab67211639338625b508b8afda3910d5ad0c792bec95cfb31cb4d7722ad96b9e2bf9248e85d9f28768f629152c debian-9.2.0-armhf-DVD-12.iso 27717f78a19be475edb0666f06c9a551bc5929dc5596bc88a56fd4a1bd3e7e32 debian-9.2.0-armhf-DVD-12.iso 2e42542ad280de6e68c25a38b0a38f8146850052 debian-9.2.0-armhf-DVD-13.iso f51c0f4e94a67e3e0302f816c65b8dee debian-9.2.0-armhf-DVD-13.iso 44b715e88cf0f6e308a50919df3f4c528d39f9875cd6e4e67d7d7f212d2cd92c7f590117d1ba06c9097df2c2341bb0ec2660ac1ff6048c5a03c9bd81c9c46ad7 debian-9.2.0-armhf-DVD-13.iso f9568e30a6ab545ccbe5eb86f312f379c47aca4819419482c562428d2ecfcc9e debian-9.2.0-armhf-DVD-13.iso d2f3d6406e6ae3ada72286383dd5986afa66c78f debian-9.2.0-armhf-DVD-2.iso 11b6d0739573f42f1ec4a4feeeeed9b7 debian-9.2.0-armhf-DVD-2.iso 7c59d5fa4bd600a2005cfccf5888ffea490a5955145edee5d16812161444976b77e3bcd7074b67da3440934d84291aed50ae3c57f9d355acb265d83d041f23d6 debian-9.2.0-armhf-DVD-2.iso bb53852f642dac0d5df5a111c3ca106c80b1ead56d69d5ea051f3074e2428b37 debian-9.2.0-armhf-DVD-2.iso 39ca6da20fa90396f59e9b173f6a8b2557dabeb4 debian-9.2.0-armhf-DVD-3.iso 03629df1af2c87e962d04587850e3e87 debian-9.2.0-armhf-DVD-3.iso 773273c0e30bed24fd7d712402eade7c927b9bca32022a3233448b0c5bcfae6fc5740861fd902685ac732d66a31e136ec255a45b6aeaee890de687691c842ec1 debian-9.2.0-armhf-DVD-3.iso cc6bfb40000e239d2a7842597cf3647e772c24bb35d7f2d059180dcec642bc57 debian-9.2.0-armhf-DVD-3.iso e509e7405dba2a9195fbb2f5aea368dde291c3d8 debian-9.2.0-armhf-DVD-4.iso 4cf233cc7edf6d51bf42df1849218e12 debian-9.2.0-armhf-DVD-4.iso ed66647500fc80ab2c748b277a014b2d1913eaa277a045734be885dbdfddef2e455b6dc911c0e58c544b202d5241d61e4de2a343ca94abea9c10b7edb44b7ffd debian-9.2.0-armhf-DVD-4.iso f2aa4e2840eca157ee26d14fdcfee39396b88e004ec8d48f09ef87d2ebee5e63 debian-9.2.0-armhf-DVD-4.iso 657643f8ad163161170d6344afb5f582e33a1b54 debian-9.2.0-armhf-DVD-5.iso 280226540b87c8f7c99b448f0e80a36b debian-9.2.0-armhf-DVD-5.iso b9648ef1c9313df1f8262875c275ea03fa7cea9f8de0b6ddd60d6aa3b8bc2481d8c62451ca020e3de0c41a47067487c972b464b00ad211409ce56ae3b3678236 debian-9.2.0-armhf-DVD-5.iso 040db23eb1a7cf02ebda50533cc77ee323751eb64cd0b37dd23187711786523e debian-9.2.0-armhf-DVD-5.iso cc77d5afcf56ed3b12778c5ffce6637294c4028a debian-9.2.0-armhf-DVD-6.iso 11221b2c16cb5d5218962e139ac20c0e debian-9.2.0-armhf-DVD-6.iso a9cffd81892900c9993e5c67146e79f26218b12c02f1b2391813743dfbe523b46167795c85275821a76010e8dccb95de0b15dc1e3589f8882718fd7662c6d34a debian-9.2.0-armhf-DVD-6.iso 859dc9e4a1acf5361eae2168e83db1ec02c130df8d48bff075ebee92c1016444 debian-9.2.0-armhf-DVD-6.iso f2845b9bb9b2bcde92a7581cbaff067ded3f818c debian-9.2.0-armhf-DVD-7.iso 314575f75125e7ab2857c8bfa326cc4a debian-9.2.0-armhf-DVD-7.iso 392a28053300ed6c3f731a79d42d8642ab77aa333d3910657420e13a65e14dcab3986f30052a039d29f7cf71501991db08ae1aee69ef1b37a31768408076c01f debian-9.2.0-armhf-DVD-7.iso 8a81a9c0d749f36ca830d98e06208f6b2e1a8a23e2e1b3489700af90f7bf5c05 debian-9.2.0-armhf-DVD-7.iso 8cf3295558246653c4ef7967088876af3e8a4a53 debian-9.2.0-armhf-DVD-8.iso 04817b2ac12283206b39cb3569cd918b debian-9.2.0-armhf-DVD-8.iso 285f7b1602e41fd854f8a1fb6036e0206eb2fa7696c52ad4df706ff3f35b2759a69ba2bac87c8e00ba21e8c219f264b3610a027e05c49a25994211263222e120 debian-9.2.0-armhf-DVD-8.iso 0329785069aeaec3fa4f3d2e32528ce2ff84326610cab08d883878222e532dae debian-9.2.0-armhf-DVD-8.iso 5d824aef1383b6ff8e12257813884704ee6188bc debian-9.2.0-armhf-DVD-9.iso 77518ab64ee93de586e2562affe2adb7 debian-9.2.0-armhf-DVD-9.iso 4f044fde61fb27dc10d96efd5d040f5c7e10250c3f97e417dac596fa99951c9864d8b0ff53a91f36e8094e965df9f6409fde63a60dcafb33dc9f33e275754fc9 debian-9.2.0-armhf-DVD-9.iso 3764efa65ec94b97c4a81c6c6826ce3ce2dfdc0906854d6da705f34ed89af8dd debian-9.2.0-armhf-DVD-9.iso Sat 7 Oct 17:28:47 UTC 2017: Finished.