Wed 1 Feb 12:56:07 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_di_rc2. 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 /org/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.87_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 /org/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.87_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 /org/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 /org/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 /org/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2014.3_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 Get:1 file: stretch InRelease [184 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-10.1) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) 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.14-1) 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.17-2) 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-4) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-4) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-4) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-4) 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 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-1) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-1) 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-14) 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 /org/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.87_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 ... Get:1 file: stretch InRelease [184 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: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 /org/cdbuilder.debian.org/src/ftp/debian "armhf" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/md5-check Looking in /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20150718/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20150813/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20150828/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20150911/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20151023/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20160106/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20160516/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20160516+b1/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20160630/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20161027/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20161031/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170112/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170127/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 /org/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 /org/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.87_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 ... Get:1 file: stretch InRelease [184 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:/org/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 109352610 bytes Adding the rest of the requested packages Now up to 55219222420 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 50235 packages, total size 56473275986 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 /org/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 50235 packages for armhf Reading in translated package descriptions for main: Done: read 200369 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 320 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 Extracting FAQ on CD1 Adding installtools 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 5166 packages, 2290092 blocks, 4690108416 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 3088 packages, 2262725 blocks, 4634060800 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. 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 2933 packages, 2284528 blocks, 4678713344 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 1555 packages, 2293669 blocks, 4697434112 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 3293 packages, 2125616 blocks, 4353261568 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 2224 packages, 2286729 blocks, 4683220992 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 2967 packages, 2293368 blocks, 4696817664 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. 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 4441 packages, 2293178 blocks, 4696428544 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 6207 packages, 2289969 blocks, 4689856512 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 7031 packages, 2287855 blocks, 4685527040 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 5875 packages, 2292754 blocks, 4695560192 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. 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 4662 packages, 2290267 blocks, 4690466816 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 793 packages, 511126 blocks, 1046786048 bytes Finished: 50235 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /org/cdbuilder.debian.org/src/ftp/debian "armhf" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armhf/stretch/md5-check Looking in /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armhf/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armhf/Packages.xz Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20150718/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20150813/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20150828/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20150911/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20151023/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20160106/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20160516/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20160516+b1/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20160630/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20161027/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20161031/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170112/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armhf/20170127/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 /org/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" "stretch-DI-rc2" "/org/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 Wed 1 Feb 13:35:22 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 1' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-1.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-1.template -jigdo-map Debian=/org/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 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-stretch-DI-rc2-armhf-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 437g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD1' xorriso : UPDATE : 9801 files added in 1 seconds xorriso : UPDATE : 9801 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.40% done xorriso : UPDATE : 0.76% done, estimate finish Wed Feb 01 13:40:28 2017 xorriso : UPDATE : 1.25% done, estimate finish Wed Feb 01 13:39:47 2017 xorriso : UPDATE : 1.78% done, estimate finish Wed Feb 01 13:39:24 2017 xorriso : UPDATE : 2.60% done, estimate finish Wed Feb 01 13:38:47 2017 xorriso : UPDATE : 3.32% done, estimate finish Wed Feb 01 13:38:33 2017 xorriso : UPDATE : 3.92% done, estimate finish Wed Feb 01 13:38:29 2017 xorriso : UPDATE : 4.42% done, estimate finish Wed Feb 01 13:38:31 2017 xorriso : UPDATE : 5.04% done, estimate finish Wed Feb 01 13:38:28 2017 xorriso : UPDATE : 5.53% done, estimate finish Wed Feb 01 13:38:30 2017 xorriso : UPDATE : 6.18% done, estimate finish Wed Feb 01 13:38:26 2017 xorriso : UPDATE : 6.79% done, estimate finish Wed Feb 01 13:38:10 2017 xorriso : UPDATE : 7.27% done, estimate finish Wed Feb 01 13:38:13 2017 xorriso : UPDATE : 7.87% done, estimate finish Wed Feb 01 13:38:13 2017 xorriso : UPDATE : 8.27% done, estimate finish Wed Feb 01 13:38:17 2017 xorriso : UPDATE : 9.09% done, estimate finish Wed Feb 01 13:38:12 2017 xorriso : UPDATE : 9.35% done, estimate finish Wed Feb 01 13:38:18 2017 xorriso : UPDATE : 10.16% done, estimate finish Wed Feb 01 13:38:14 2017 xorriso : UPDATE : 10.74% done, estimate finish Wed Feb 01 13:38:14 2017 xorriso : UPDATE : 11.73% done, estimate finish Wed Feb 01 13:38:09 2017 xorriso : UPDATE : 13.05% done, estimate finish Wed Feb 01 13:37:58 2017 xorriso : UPDATE : 13.05% done, estimate finish Wed Feb 01 13:38:06 2017 xorriso : UPDATE : 13.24% done, estimate finish Wed Feb 01 13:38:13 2017 xorriso : UPDATE : 15.64% done, estimate finish Wed Feb 01 13:37:46 2017 xorriso : UPDATE : 16.30% done, estimate finish Wed Feb 01 13:37:47 2017 xorriso : UPDATE : 16.79% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 17.92% done, estimate finish Wed Feb 01 13:37:45 2017 xorriso : UPDATE : 18.16% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 18.42% done, estimate finish Wed Feb 01 13:37:54 2017 xorriso : UPDATE : 18.96% done, estimate finish Wed Feb 01 13:37:56 2017 xorriso : UPDATE : 19.67% done, estimate finish Wed Feb 01 13:37:55 2017 xorriso : UPDATE : 20.33% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 21.06% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 21.47% done, estimate finish Wed Feb 01 13:37:53 2017 xorriso : UPDATE : 22.40% done, estimate finish Wed Feb 01 13:37:51 2017 xorriso : UPDATE : 22.91% done, estimate finish Wed Feb 01 13:37:52 2017 xorriso : UPDATE : 23.84% done, estimate finish Wed Feb 01 13:37:51 2017 xorriso : UPDATE : 24.89% done, estimate finish Wed Feb 01 13:37:47 2017 xorriso : UPDATE : 25.38% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 26.31% done, estimate finish Wed Feb 01 13:37:47 2017 xorriso : UPDATE : 27.48% done, estimate finish Wed Feb 01 13:37:44 2017 xorriso : UPDATE : 28.07% done, estimate finish Wed Feb 01 13:37:43 2017 xorriso : UPDATE : 28.59% done, estimate finish Wed Feb 01 13:37:46 2017 xorriso : UPDATE : 29.59% done, estimate finish Wed Feb 01 13:37:43 2017 xorriso : UPDATE : 30.41% done, estimate finish Wed Feb 01 13:37:42 2017 xorriso : UPDATE : 31.19% done, estimate finish Wed Feb 01 13:37:42 2017 xorriso : UPDATE : 32.29% done, estimate finish Wed Feb 01 13:37:40 2017 xorriso : UPDATE : 32.85% done, estimate finish Wed Feb 01 13:37:41 2017 xorriso : UPDATE : 33.78% done, estimate finish Wed Feb 01 13:37:40 2017 xorriso : UPDATE : 33.78% done, estimate finish Wed Feb 01 13:37:44 2017 xorriso : UPDATE : 33.78% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 33.78% done, estimate finish Wed Feb 01 13:38:05 2017 xorriso : UPDATE : 33.78% done, estimate finish Wed Feb 01 13:38:13 2017 xorriso : UPDATE : 33.78% done, estimate finish Wed Feb 01 13:38:22 2017 xorriso : UPDATE : 33.78% done, estimate finish Wed Feb 01 13:38:30 2017 xorriso : UPDATE : 35.11% done, estimate finish Wed Feb 01 13:38:17 2017 xorriso : UPDATE : 40.78% done, estimate finish Wed Feb 01 13:37:34 2017 xorriso : UPDATE : 41.65% done, estimate finish Wed Feb 01 13:37:33 2017 xorriso : UPDATE : 41.65% done, estimate finish Wed Feb 01 13:37:38 2017 xorriso : UPDATE : 43.93% done, estimate finish Wed Feb 01 13:37:31 2017 xorriso : UPDATE : 44.75% done, estimate finish Wed Feb 01 13:37:30 2017 xorriso : UPDATE : 45.34% done, estimate finish Wed Feb 01 13:37:32 2017 xorriso : UPDATE : 45.88% done, estimate finish Wed Feb 01 13:37:23 2017 xorriso : UPDATE : 46.33% done, estimate finish Wed Feb 01 13:37:25 2017 xorriso : UPDATE : 46.86% done, estimate finish Wed Feb 01 13:37:27 2017 xorriso : UPDATE : 47.39% done, estimate finish Wed Feb 01 13:37:28 2017 xorriso : UPDATE : 48.07% done, estimate finish Wed Feb 01 13:37:30 2017 xorriso : UPDATE : 48.64% done, estimate finish Wed Feb 01 13:37:32 2017 xorriso : UPDATE : 49.12% done, estimate finish Wed Feb 01 13:37:33 2017 xorriso : UPDATE : 49.89% done, estimate finish Wed Feb 01 13:37:33 2017 xorriso : UPDATE : 50.29% done, estimate finish Wed Feb 01 13:37:35 2017 xorriso : UPDATE : 50.59% done, estimate finish Wed Feb 01 13:37:37 2017 xorriso : UPDATE : 50.59% done, estimate finish Wed Feb 01 13:38:10 2017 xorriso : UPDATE : 51.87% done, estimate finish Wed Feb 01 13:37:59 2017 xorriso : UPDATE : 53.60% done, estimate finish Wed Feb 01 13:37:47 2017 xorriso : UPDATE : 54.44% done, estimate finish Wed Feb 01 13:37:46 2017 xorriso : UPDATE : 55.03% done, estimate finish Wed Feb 01 13:37:46 2017 xorriso : UPDATE : 55.62% done, estimate finish Wed Feb 01 13:37:47 2017 xorriso : UPDATE : 56.17% done, estimate finish Wed Feb 01 13:37:48 2017 xorriso : UPDATE : 56.64% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 56.88% done, estimate finish Wed Feb 01 13:37:52 2017 xorriso : UPDATE : 58.23% done, estimate finish Wed Feb 01 13:37:48 2017 xorriso : UPDATE : 58.87% done, estimate finish Wed Feb 01 13:37:38 2017 xorriso : UPDATE : 59.02% done, estimate finish Wed Feb 01 13:37:41 2017 xorriso : UPDATE : 59.56% done, estimate finish Wed Feb 01 13:37:43 2017 xorriso : UPDATE : 61.26% done, estimate finish Wed Feb 01 13:37:38 2017 xorriso : UPDATE : 61.85% done, estimate finish Wed Feb 01 13:37:39 2017 xorriso : UPDATE : 62.28% done, estimate finish Wed Feb 01 13:37:40 2017 xorriso : UPDATE : 63.14% done, estimate finish Wed Feb 01 13:37:40 2017 xorriso : UPDATE : 64.24% done, estimate finish Wed Feb 01 13:37:38 2017 xorriso : UPDATE : 64.53% done, estimate finish Wed Feb 01 13:37:40 2017 xorriso : UPDATE : 65.63% done, estimate finish Wed Feb 01 13:37:39 2017 xorriso : UPDATE : 66.13% done, estimate finish Wed Feb 01 13:37:42 2017 xorriso : UPDATE : 66.58% done, estimate finish Wed Feb 01 13:37:44 2017 xorriso : UPDATE : 67.01% done, estimate finish Wed Feb 01 13:37:46 2017 xorriso : UPDATE : 67.54% done, estimate finish Wed Feb 01 13:37:46 2017 xorriso : UPDATE : 68.04% done, estimate finish Wed Feb 01 13:37:47 2017 xorriso : UPDATE : 68.60% done, estimate finish Wed Feb 01 13:37:48 2017 xorriso : UPDATE : 69.11% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 69.66% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 70.47% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 71.10% done, estimate finish Wed Feb 01 13:37:48 2017 xorriso : UPDATE : 71.65% done, estimate finish Wed Feb 01 13:37:55 2017 xorriso : UPDATE : 72.36% done, estimate finish Wed Feb 01 13:37:53 2017 xorriso : UPDATE : 73.11% done, estimate finish Wed Feb 01 13:37:53 2017 xorriso : UPDATE : 74.01% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 74.41% done, estimate finish Wed Feb 01 13:37:52 2017 xorriso : UPDATE : 75.34% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 76.17% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 76.66% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 77.23% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 77.70% done, estimate finish Wed Feb 01 13:37:51 2017 xorriso : UPDATE : 77.70% done, estimate finish Wed Feb 01 13:37:52 2017 xorriso : UPDATE : 77.70% done, estimate finish Wed Feb 01 13:37:56 2017 xorriso : UPDATE : 80.49% done, estimate finish Wed Feb 01 13:37:44 2017 xorriso : UPDATE : 81.17% done, estimate finish Wed Feb 01 13:37:45 2017 xorriso : UPDATE : 81.67% done, estimate finish Wed Feb 01 13:37:45 2017 xorriso : UPDATE : 82.03% done, estimate finish Wed Feb 01 13:37:47 2017 xorriso : UPDATE : 82.26% done, estimate finish Wed Feb 01 13:37:48 2017 xorriso : UPDATE : 82.60% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 83.17% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 83.99% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 84.76% done, estimate finish Wed Feb 01 13:37:47 2017 xorriso : UPDATE : 85.27% done, estimate finish Wed Feb 01 13:37:48 2017 xorriso : UPDATE : 85.74% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 86.57% done, estimate finish Wed Feb 01 13:37:48 2017 xorriso : UPDATE : 86.96% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 87.48% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 88.22% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 88.66% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 89.42% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 89.88% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 90.59% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 91.42% done, estimate finish Wed Feb 01 13:37:51 2017 xorriso : UPDATE : 92.10% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 92.10% done, estimate finish Wed Feb 01 13:37:52 2017 xorriso : UPDATE : 93.01% done, estimate finish Wed Feb 01 13:37:51 2017 xorriso : UPDATE : 94.10% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 94.79% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 95.87% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 96.48% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 96.70% done, estimate finish Wed Feb 01 13:37:50 2017 xorriso : UPDATE : 97.93% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 98.54% done, estimate finish Wed Feb 01 13:37:49 2017 xorriso : UPDATE : 99.19% done xorriso : UPDATE : 99.66% done ISO image produced: 2290093 sectors Written to medium : 2290093 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:37:50 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 10' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-10.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-10.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD10' xorriso : UPDATE : 12450 files added in 1 seconds xorriso : UPDATE : 12450 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/testing 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_armhf.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.31% done xorriso : UPDATE : 0.62% done, estimate finish Wed Feb 01 13:43:30 2017 xorriso : UPDATE : 1.14% done, estimate finish Wed Feb 01 13:42:23 2017 xorriso : UPDATE : 1.41% done, estimate finish Wed Feb 01 13:42:43 2017 xorriso : UPDATE : 1.41% done, estimate finish Wed Feb 01 13:43:54 2017 xorriso : UPDATE : 2.92% done, estimate finish Wed Feb 01 13:41:21 2017 xorriso : UPDATE : 3.70% done, estimate finish Wed Feb 01 13:41:03 2017 xorriso : UPDATE : 4.07% done, estimate finish Wed Feb 01 13:41:11 2017 xorriso : UPDATE : 4.71% done, estimate finish Wed Feb 01 13:41:05 2017 xorriso : UPDATE : 5.16% done, estimate finish Wed Feb 01 13:41:07 2017 xorriso : UPDATE : 5.59% done, estimate finish Wed Feb 01 13:41:10 2017 xorriso : UPDATE : 6.31% done, estimate finish Wed Feb 01 13:41:03 2017 xorriso : UPDATE : 6.46% done, estimate finish Wed Feb 01 13:41:00 2017 xorriso : UPDATE : 7.58% done, estimate finish Wed Feb 01 13:40:43 2017 xorriso : UPDATE : 8.11% done, estimate finish Wed Feb 01 13:40:44 2017 xorriso : UPDATE : 8.62% done, estimate finish Wed Feb 01 13:40:46 2017 xorriso : UPDATE : 9.25% done, estimate finish Wed Feb 01 13:40:45 2017 xorriso : UPDATE : 9.59% done, estimate finish Wed Feb 01 13:40:50 2017 xorriso : UPDATE : 10.43% done, estimate finish Wed Feb 01 13:40:45 2017 xorriso : UPDATE : 10.88% done, estimate finish Wed Feb 01 13:40:46 2017 xorriso : UPDATE : 11.43% done, estimate finish Wed Feb 01 13:40:47 2017 xorriso : UPDATE : 12.57% done, estimate finish Wed Feb 01 13:40:39 2017 xorriso : UPDATE : 13.11% done, estimate finish Wed Feb 01 13:40:31 2017 xorriso : UPDATE : 13.61% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 14.26% done, estimate finish Wed Feb 01 13:40:34 2017 xorriso : UPDATE : 14.65% done, estimate finish Wed Feb 01 13:40:37 2017 xorriso : UPDATE : 15.06% done, estimate finish Wed Feb 01 13:40:40 2017 xorriso : UPDATE : 16.42% done, estimate finish Wed Feb 01 13:40:30 2017 xorriso : UPDATE : 16.82% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 17.54% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 18.47% done, estimate finish Wed Feb 01 13:40:29 2017 xorriso : UPDATE : 19.43% done, estimate finish Wed Feb 01 13:40:26 2017 xorriso : UPDATE : 19.92% done, estimate finish Wed Feb 01 13:40:26 2017 xorriso : UPDATE : 20.30% done, estimate finish Wed Feb 01 13:40:30 2017 xorriso : UPDATE : 20.56% done, estimate finish Wed Feb 01 13:40:36 2017 xorriso : UPDATE : 21.02% done, estimate finish Wed Feb 01 13:40:37 2017 xorriso : UPDATE : 21.61% done, estimate finish Wed Feb 01 13:40:38 2017 xorriso : UPDATE : 22.13% done, estimate finish Wed Feb 01 13:40:39 2017 xorriso : UPDATE : 22.67% done, estimate finish Wed Feb 01 13:40:40 2017 xorriso : UPDATE : 22.67% done, estimate finish Wed Feb 01 13:40:46 2017 xorriso : UPDATE : 24.92% done, estimate finish Wed Feb 01 13:40:29 2017 xorriso : UPDATE : 25.38% done, estimate finish Wed Feb 01 13:40:30 2017 xorriso : UPDATE : 25.74% done, estimate finish Wed Feb 01 13:40:38 2017 xorriso : UPDATE : 26.05% done, estimate finish Wed Feb 01 13:40:43 2017 xorriso : UPDATE : 26.74% done, estimate finish Wed Feb 01 13:40:41 2017 xorriso : UPDATE : 27.21% done, estimate finish Wed Feb 01 13:40:43 2017 xorriso : UPDATE : 27.78% done, estimate finish Wed Feb 01 13:40:43 2017 xorriso : UPDATE : 28.55% done, estimate finish Wed Feb 01 13:40:40 2017 xorriso : UPDATE : 29.32% done, estimate finish Wed Feb 01 13:40:38 2017 xorriso : UPDATE : 30.40% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 30.76% done, estimate finish Wed Feb 01 13:40:36 2017 xorriso : UPDATE : 31.23% done, estimate finish Wed Feb 01 13:40:37 2017 xorriso : UPDATE : 32.19% done, estimate finish Wed Feb 01 13:40:31 2017 xorriso : UPDATE : 32.64% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 32.95% done, estimate finish Wed Feb 01 13:40:37 2017 xorriso : UPDATE : 33.51% done, estimate finish Wed Feb 01 13:40:37 2017 xorriso : UPDATE : 33.98% done, estimate finish Wed Feb 01 13:40:39 2017 xorriso : UPDATE : 34.36% done, estimate finish Wed Feb 01 13:40:41 2017 xorriso : UPDATE : 34.86% done, estimate finish Wed Feb 01 13:40:42 2017 xorriso : UPDATE : 35.18% done, estimate finish Wed Feb 01 13:40:44 2017 xorriso : UPDATE : 35.56% done, estimate finish Wed Feb 01 13:40:47 2017 xorriso : UPDATE : 36.42% done, estimate finish Wed Feb 01 13:40:44 2017 xorriso : UPDATE : 36.90% done, estimate finish Wed Feb 01 13:40:57 2017 xorriso : UPDATE : 37.18% done, estimate finish Wed Feb 01 13:41:01 2017 xorriso : UPDATE : 37.54% done, estimate finish Wed Feb 01 13:41:03 2017 xorriso : UPDATE : 37.95% done, estimate finish Wed Feb 01 13:41:04 2017 xorriso : UPDATE : 38.30% done, estimate finish Wed Feb 01 13:41:06 2017 xorriso : UPDATE : 38.93% done, estimate finish Wed Feb 01 13:41:04 2017 xorriso : UPDATE : 39.28% done, estimate finish Wed Feb 01 13:41:05 2017 xorriso : UPDATE : 40.12% done, estimate finish Wed Feb 01 13:41:00 2017 xorriso : UPDATE : 40.70% done, estimate finish Wed Feb 01 13:40:59 2017 xorriso : UPDATE : 40.77% done, estimate finish Wed Feb 01 13:41:04 2017 xorriso : UPDATE : 42.66% done, estimate finish Wed Feb 01 13:40:42 2017 xorriso : UPDATE : 42.83% done, estimate finish Wed Feb 01 13:40:48 2017 xorriso : UPDATE : 44.19% done, estimate finish Wed Feb 01 13:40:38 2017 xorriso : UPDATE : 44.51% done, estimate finish Wed Feb 01 13:40:41 2017 xorriso : UPDATE : 44.86% done, estimate finish Wed Feb 01 13:40:43 2017 xorriso : UPDATE : 45.16% done, estimate finish Wed Feb 01 13:40:46 2017 xorriso : UPDATE : 45.62% done, estimate finish Wed Feb 01 13:40:47 2017 xorriso : UPDATE : 45.99% done, estimate finish Wed Feb 01 13:40:49 2017 xorriso : UPDATE : 46.30% done, estimate finish Wed Feb 01 13:40:51 2017 xorriso : UPDATE : 46.70% done, estimate finish Wed Feb 01 13:40:52 2017 xorriso : UPDATE : 47.56% done, estimate finish Wed Feb 01 13:40:49 2017 xorriso : UPDATE : 48.08% done, estimate finish Wed Feb 01 13:40:54 2017 xorriso : UPDATE : 48.95% done, estimate finish Wed Feb 01 13:40:49 2017 xorriso : UPDATE : 49.79% done, estimate finish Wed Feb 01 13:40:47 2017 xorriso : UPDATE : 50.12% done, estimate finish Wed Feb 01 13:40:49 2017 xorriso : UPDATE : 50.81% done, estimate finish Wed Feb 01 13:40:47 2017 xorriso : UPDATE : 51.23% done, estimate finish Wed Feb 01 13:40:48 2017 xorriso : UPDATE : 51.81% done, estimate finish Wed Feb 01 13:40:48 2017 xorriso : UPDATE : 52.22% done, estimate finish Wed Feb 01 13:40:49 2017 xorriso : UPDATE : 53.29% done, estimate finish Wed Feb 01 13:40:45 2017 xorriso : UPDATE : 53.99% done, estimate finish Wed Feb 01 13:40:44 2017 xorriso : UPDATE : 54.61% done, estimate finish Wed Feb 01 13:40:37 2017 xorriso : UPDATE : 54.72% done, estimate finish Wed Feb 01 13:40:42 2017 xorriso : UPDATE : 54.72% done, estimate finish Wed Feb 01 13:40:47 2017 xorriso : UPDATE : 57.29% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 57.88% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 58.39% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 59.14% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 59.87% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 60.44% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 61.14% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 61.54% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 62.18% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 62.85% done, estimate finish Wed Feb 01 13:40:34 2017 xorriso : UPDATE : 63.38% done, estimate finish Wed Feb 01 13:40:34 2017 xorriso : UPDATE : 63.38% done, estimate finish Wed Feb 01 13:40:38 2017 xorriso : UPDATE : 65.13% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 66.38% done, estimate finish Wed Feb 01 13:40:29 2017 xorriso : UPDATE : 67.16% done, estimate finish Wed Feb 01 13:40:28 2017 xorriso : UPDATE : 67.91% done, estimate finish Wed Feb 01 13:40:28 2017 xorriso : UPDATE : 68.99% done, estimate finish Wed Feb 01 13:40:27 2017 xorriso : UPDATE : 69.81% done, estimate finish Wed Feb 01 13:40:24 2017 xorriso : UPDATE : 70.24% done, estimate finish Wed Feb 01 13:40:26 2017 xorriso : UPDATE : 70.69% done, estimate finish Wed Feb 01 13:40:27 2017 xorriso : UPDATE : 71.26% done, estimate finish Wed Feb 01 13:40:28 2017 xorriso : UPDATE : 71.87% done, estimate finish Wed Feb 01 13:40:29 2017 xorriso : UPDATE : 72.41% done, estimate finish Wed Feb 01 13:40:30 2017 xorriso : UPDATE : 72.93% done, estimate finish Wed Feb 01 13:40:30 2017 xorriso : UPDATE : 74.10% done, estimate finish Wed Feb 01 13:40:28 2017 xorriso : UPDATE : 74.96% done, estimate finish Wed Feb 01 13:40:28 2017 xorriso : UPDATE : 75.71% done, estimate finish Wed Feb 01 13:40:27 2017 xorriso : UPDATE : 76.76% done, estimate finish Wed Feb 01 13:40:29 2017 xorriso : UPDATE : 77.09% done, estimate finish Wed Feb 01 13:40:31 2017 xorriso : UPDATE : 77.68% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 78.13% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 79.15% done, estimate finish Wed Feb 01 13:40:30 2017 xorriso : UPDATE : 80.16% done, estimate finish Wed Feb 01 13:40:29 2017 xorriso : UPDATE : 80.55% done, estimate finish Wed Feb 01 13:40:31 2017 xorriso : UPDATE : 81.21% done, estimate finish Wed Feb 01 13:40:30 2017 xorriso : UPDATE : 81.42% done, estimate finish Wed Feb 01 13:40:31 2017 xorriso : UPDATE : 82.82% done, estimate finish Wed Feb 01 13:40:29 2017 xorriso : UPDATE : 83.22% done, estimate finish Wed Feb 01 13:40:30 2017 xorriso : UPDATE : 83.83% done, estimate finish Wed Feb 01 13:40:31 2017 xorriso : UPDATE : 84.30% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 84.93% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 85.34% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 85.95% done, estimate finish Wed Feb 01 13:40:32 2017 xorriso : UPDATE : 86.35% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 86.79% done, estimate finish Wed Feb 01 13:40:34 2017 xorriso : UPDATE : 87.44% done, estimate finish Wed Feb 01 13:40:34 2017 xorriso : UPDATE : 88.25% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 88.60% done, estimate finish Wed Feb 01 13:40:36 2017 xorriso : UPDATE : 88.60% done, estimate finish Wed Feb 01 13:40:39 2017 xorriso : UPDATE : 90.76% done, estimate finish Wed Feb 01 13:40:31 2017 xorriso : UPDATE : 91.47% done, estimate finish Wed Feb 01 13:40:31 2017 xorriso : UPDATE : 92.25% done, estimate finish Wed Feb 01 13:40:30 2017 xorriso : UPDATE : 92.67% done, estimate finish Wed Feb 01 13:40:31 2017 xorriso : UPDATE : 92.67% done, estimate finish Wed Feb 01 13:40:33 2017 xorriso : UPDATE : 92.67% done, estimate finish Wed Feb 01 13:40:35 2017 xorriso : UPDATE : 92.67% done, estimate finish Wed Feb 01 13:40:36 2017 xorriso : UPDATE : 92.67% done, estimate finish Wed Feb 01 13:40:38 2017 xorriso : UPDATE : 97.64% done, estimate finish Wed Feb 01 13:40:28 2017 xorriso : UPDATE : 98.04% done, estimate finish Wed Feb 01 13:40:28 2017 xorriso : UPDATE : 98.76% done xorriso : UPDATE : 99.65% done ISO image produced: 2287856 sectors Written to medium : 2287856 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:40:29 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 11' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-11.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-11.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD11' xorriso : UPDATE : 10358 files added in 1 seconds xorriso : UPDATE : 10358 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/hdmi2usb-fx2-firmware_0.0.0~git20151018-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.39% done xorriso : UPDATE : 0.85% done, estimate finish Wed Feb 01 13:45:02 2017 xorriso : UPDATE : 0.85% done, estimate finish Wed Feb 01 13:47:00 2017 xorriso : UPDATE : 0.85% done, estimate finish Wed Feb 01 13:48:58 2017 xorriso : UPDATE : 0.85% done, estimate finish Wed Feb 01 13:50:56 2017 xorriso : UPDATE : 2.81% done, estimate finish Wed Feb 01 13:44:15 2017 xorriso : UPDATE : 5.77% done, estimate finish Wed Feb 01 13:42:37 2017 xorriso : UPDATE : 6.22% done, estimate finish Wed Feb 01 13:42:44 2017 xorriso : UPDATE : 6.83% done, estimate finish Wed Feb 01 13:42:46 2017 xorriso : UPDATE : 7.30% done, estimate finish Wed Feb 01 13:42:51 2017 xorriso : UPDATE : 7.80% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 8.45% done, estimate finish Wed Feb 01 13:42:43 2017 xorriso : UPDATE : 9.10% done, estimate finish Wed Feb 01 13:42:45 2017 xorriso : UPDATE : 9.31% done, estimate finish Wed Feb 01 13:42:52 2017 xorriso : UPDATE : 10.00% done, estimate finish Wed Feb 01 13:42:53 2017 xorriso : UPDATE : 11.56% done, estimate finish Wed Feb 01 13:42:42 2017 xorriso : UPDATE : 11.84% done, estimate finish Wed Feb 01 13:42:48 2017 xorriso : UPDATE : 12.22% done, estimate finish Wed Feb 01 13:42:52 2017 xorriso : UPDATE : 13.77% done, estimate finish Wed Feb 01 13:42:42 2017 xorriso : UPDATE : 14.24% done, estimate finish Wed Feb 01 13:42:45 2017 xorriso : UPDATE : 14.74% done, estimate finish Wed Feb 01 13:42:47 2017 xorriso : UPDATE : 14.74% done, estimate finish Wed Feb 01 13:42:54 2017 xorriso : UPDATE : 16.27% done, estimate finish Wed Feb 01 13:42:48 2017 xorriso : UPDATE : 16.62% done, estimate finish Wed Feb 01 13:42:53 2017 xorriso : UPDATE : 16.86% done, estimate finish Wed Feb 01 13:42:58 2017 xorriso : UPDATE : 18.13% done, estimate finish Wed Feb 01 13:42:51 2017 xorriso : UPDATE : 18.87% done, estimate finish Wed Feb 01 13:42:52 2017 xorriso : UPDATE : 19.04% done, estimate finish Wed Feb 01 13:42:57 2017 xorriso : UPDATE : 20.66% done, estimate finish Wed Feb 01 13:42:48 2017 xorriso : UPDATE : 21.21% done, estimate finish Wed Feb 01 13:42:50 2017 xorriso : UPDATE : 21.69% done, estimate finish Wed Feb 01 13:42:51 2017 xorriso : UPDATE : 22.47% done, estimate finish Wed Feb 01 13:42:51 2017 xorriso : UPDATE : 22.47% done, estimate finish Wed Feb 01 13:43:02 2017 xorriso : UPDATE : 22.47% done, estimate finish Wed Feb 01 13:43:11 2017 xorriso : UPDATE : 25.25% done, estimate finish Wed Feb 01 13:42:46 2017 xorriso : UPDATE : 25.46% done, estimate finish Wed Feb 01 13:42:50 2017 xorriso : UPDATE : 25.90% done, estimate finish Wed Feb 01 13:42:53 2017 xorriso : UPDATE : 26.12% done, estimate finish Wed Feb 01 13:42:57 2017 xorriso : UPDATE : 26.12% done, estimate finish Wed Feb 01 13:43:04 2017 xorriso : UPDATE : 27.25% done, estimate finish Wed Feb 01 13:42:59 2017 xorriso : UPDATE : 27.67% done, estimate finish Wed Feb 01 13:43:01 2017 xorriso : UPDATE : 27.99% done, estimate finish Wed Feb 01 13:43:04 2017 xorriso : UPDATE : 28.47% done, estimate finish Wed Feb 01 13:43:07 2017 xorriso : UPDATE : 28.81% done, estimate finish Wed Feb 01 13:43:11 2017 xorriso : UPDATE : 29.31% done, estimate finish Wed Feb 01 13:43:12 2017 xorriso : UPDATE : 29.73% done, estimate finish Wed Feb 01 13:43:15 2017 xorriso : UPDATE : 29.89% done, estimate finish Wed Feb 01 13:43:20 2017 xorriso : UPDATE : 31.66% done, estimate finish Wed Feb 01 13:43:05 2017 xorriso : UPDATE : 32.30% done, estimate finish Wed Feb 01 13:43:06 2017 xorriso : UPDATE : 33.03% done, estimate finish Wed Feb 01 13:43:04 2017 xorriso : UPDATE : 33.60% done, estimate finish Wed Feb 01 13:43:05 2017 xorriso : UPDATE : 33.73% done, estimate finish Wed Feb 01 13:43:09 2017 xorriso : UPDATE : 35.11% done, estimate finish Wed Feb 01 13:43:00 2017 xorriso : UPDATE : 35.95% done, estimate finish Wed Feb 01 13:42:58 2017 xorriso : UPDATE : 36.47% done, estimate finish Wed Feb 01 13:43:00 2017 xorriso : UPDATE : 36.92% done, estimate finish Wed Feb 01 13:43:02 2017 xorriso : UPDATE : 37.07% done, estimate finish Wed Feb 01 13:43:07 2017 xorriso : UPDATE : 37.07% done, estimate finish Wed Feb 01 13:43:13 2017 xorriso : UPDATE : 38.91% done, estimate finish Wed Feb 01 13:43:01 2017 xorriso : UPDATE : 40.47% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 40.74% done, estimate finish Wed Feb 01 13:42:58 2017 xorriso : UPDATE : 41.16% done, estimate finish Wed Feb 01 13:43:00 2017 xorriso : UPDATE : 41.40% done, estimate finish Wed Feb 01 13:43:04 2017 xorriso : UPDATE : 41.40% done, estimate finish Wed Feb 01 13:43:12 2017 xorriso : UPDATE : 41.40% done, estimate finish Wed Feb 01 13:43:20 2017 xorriso : UPDATE : 44.81% done, estimate finish Wed Feb 01 13:42:53 2017 xorriso : UPDATE : 45.13% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 45.74% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 46.27% done, estimate finish Wed Feb 01 13:42:57 2017 xorriso : UPDATE : 46.82% done, estimate finish Wed Feb 01 13:42:58 2017 xorriso : UPDATE : 47.78% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 48.26% done, estimate finish Wed Feb 01 13:42:57 2017 xorriso : UPDATE : 48.59% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 49.02% done, estimate finish Wed Feb 01 13:42:58 2017 xorriso : UPDATE : 49.38% done, estimate finish Wed Feb 01 13:43:01 2017 xorriso : UPDATE : 50.93% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 51.33% done, estimate finish Wed Feb 01 13:42:57 2017 xorriso : UPDATE : 52.42% done, estimate finish Wed Feb 01 13:42:54 2017 xorriso : UPDATE : 53.33% done, estimate finish Wed Feb 01 13:42:53 2017 xorriso : UPDATE : 53.78% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 54.25% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 54.87% done, estimate finish Wed Feb 01 13:42:57 2017 xorriso : UPDATE : 55.16% done, estimate finish Wed Feb 01 13:43:00 2017 xorriso : UPDATE : 55.98% done, estimate finish Wed Feb 01 13:42:59 2017 xorriso : UPDATE : 56.81% done, estimate finish Wed Feb 01 13:42:58 2017 xorriso : UPDATE : 57.60% done, estimate finish Wed Feb 01 13:42:58 2017 xorriso : UPDATE : 58.13% done, estimate finish Wed Feb 01 13:42:59 2017 xorriso : UPDATE : 58.54% done, estimate finish Wed Feb 01 13:43:00 2017 xorriso : UPDATE : 58.98% done, estimate finish Wed Feb 01 13:43:02 2017 xorriso : UPDATE : 59.66% done, estimate finish Wed Feb 01 13:43:02 2017 xorriso : UPDATE : 60.19% done, estimate finish Wed Feb 01 13:43:02 2017 xorriso : UPDATE : 60.52% done, estimate finish Wed Feb 01 13:43:03 2017 xorriso : UPDATE : 60.98% done, estimate finish Wed Feb 01 13:43:08 2017 xorriso : UPDATE : 61.43% done, estimate finish Wed Feb 01 13:43:09 2017 xorriso : UPDATE : 62.17% done, estimate finish Wed Feb 01 13:43:07 2017 xorriso : UPDATE : 62.47% done, estimate finish Wed Feb 01 13:43:10 2017 xorriso : UPDATE : 63.12% done, estimate finish Wed Feb 01 13:43:09 2017 xorriso : UPDATE : 64.06% done, estimate finish Wed Feb 01 13:43:07 2017 xorriso : UPDATE : 64.44% done, estimate finish Wed Feb 01 13:43:09 2017 xorriso : UPDATE : 64.46% done, estimate finish Wed Feb 01 13:43:12 2017 xorriso : UPDATE : 64.46% done, estimate finish Wed Feb 01 13:43:16 2017 xorriso : UPDATE : 67.32% done, estimate finish Wed Feb 01 13:43:02 2017 xorriso : UPDATE : 68.27% done, estimate finish Wed Feb 01 13:43:01 2017 xorriso : UPDATE : 68.72% done, estimate finish Wed Feb 01 13:42:59 2017 xorriso : UPDATE : 69.79% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 69.80% done, estimate finish Wed Feb 01 13:43:00 2017 xorriso : UPDATE : 70.87% done, estimate finish Wed Feb 01 13:42:58 2017 xorriso : UPDATE : 71.90% done, estimate finish Wed Feb 01 13:42:57 2017 xorriso : UPDATE : 71.90% done, estimate finish Wed Feb 01 13:42:59 2017 xorriso : UPDATE : 73.83% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 74.17% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 74.42% done, estimate finish Wed Feb 01 13:42:58 2017 xorriso : UPDATE : 75.47% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 76.18% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 77.47% done, estimate finish Wed Feb 01 13:42:54 2017 xorriso : UPDATE : 78.34% done, estimate finish Wed Feb 01 13:42:54 2017 xorriso : UPDATE : 78.95% done, estimate finish Wed Feb 01 13:42:54 2017 xorriso : UPDATE : 78.95% done, estimate finish Wed Feb 01 13:42:57 2017 xorriso : UPDATE : 80.84% done, estimate finish Wed Feb 01 13:42:53 2017 xorriso : UPDATE : 81.24% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 82.26% done, estimate finish Wed Feb 01 13:42:54 2017 xorriso : UPDATE : 83.30% done, estimate finish Wed Feb 01 13:42:53 2017 xorriso : UPDATE : 84.15% done, estimate finish Wed Feb 01 13:42:52 2017 xorriso : UPDATE : 84.37% done, estimate finish Wed Feb 01 13:42:54 2017 xorriso : UPDATE : 85.82% done, estimate finish Wed Feb 01 13:42:51 2017 xorriso : UPDATE : 86.45% done, estimate finish Wed Feb 01 13:42:51 2017 xorriso : UPDATE : 87.08% done, estimate finish Wed Feb 01 13:42:53 2017 xorriso : UPDATE : 87.78% done, estimate finish Wed Feb 01 13:42:53 2017 xorriso : UPDATE : 88.20% done, estimate finish Wed Feb 01 13:42:54 2017 xorriso : UPDATE : 88.56% done, estimate finish Wed Feb 01 13:42:54 2017 xorriso : UPDATE : 89.01% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 89.59% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 89.78% done, estimate finish Wed Feb 01 13:42:57 2017 xorriso : UPDATE : 90.62% done, estimate finish Wed Feb 01 13:42:59 2017 xorriso : UPDATE : 90.62% done, estimate finish Wed Feb 01 13:43:01 2017 xorriso : UPDATE : 90.62% done, estimate finish Wed Feb 01 13:43:04 2017 xorriso : UPDATE : 93.83% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 94.14% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 95.25% done, estimate finish Wed Feb 01 13:42:55 2017 xorriso : UPDATE : 95.25% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 95.25% done, estimate finish Wed Feb 01 13:42:58 2017 xorriso : UPDATE : 97.08% done, estimate finish Wed Feb 01 13:42:56 2017 xorriso : UPDATE : 98.66% done xorriso : UPDATE : 99.00% done xorriso : UPDATE : 99.96% done ISO image produced: 2292755 sectors Written to medium : 2292755 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:42:56 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 12' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-12.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-12.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD12' xorriso : UPDATE : 7916 files added in 1 seconds xorriso : UPDATE : 7916 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.42% done xorriso : UPDATE : 0.91% done, estimate finish Wed Feb 01 13:47:22 2017 xorriso : UPDATE : 1.47% done, estimate finish Wed Feb 01 13:46:49 2017 xorriso : UPDATE : 2.13% done, estimate finish Wed Feb 01 13:46:24 2017 xorriso : UPDATE : 2.63% done, estimate finish Wed Feb 01 13:46:23 2017 xorriso : UPDATE : 2.89% done, estimate finish Wed Feb 01 13:46:35 2017 xorriso : UPDATE : 4.12% done, estimate finish Wed Feb 01 13:45:55 2017 xorriso : UPDATE : 4.24% done, estimate finish Wed Feb 01 13:46:13 2017 xorriso : UPDATE : 5.73% done, estimate finish Wed Feb 01 13:45:40 2017 xorriso : UPDATE : 6.54% done, estimate finish Wed Feb 01 13:45:35 2017 xorriso : UPDATE : 7.07% done, estimate finish Wed Feb 01 13:45:37 2017 xorriso : UPDATE : 7.44% done, estimate finish Wed Feb 01 13:45:43 2017 xorriso : UPDATE : 8.54% done, estimate finish Wed Feb 01 13:45:21 2017 xorriso : UPDATE : 8.68% done, estimate finish Wed Feb 01 13:45:31 2017 xorriso : UPDATE : 8.68% done, estimate finish Wed Feb 01 13:45:44 2017 xorriso : UPDATE : 11.54% done, estimate finish Wed Feb 01 13:45:09 2017 xorriso : UPDATE : 12.02% done, estimate finish Wed Feb 01 13:45:12 2017 xorriso : UPDATE : 12.40% done, estimate finish Wed Feb 01 13:45:17 2017 xorriso : UPDATE : 13.03% done, estimate finish Wed Feb 01 13:45:17 2017 xorriso : UPDATE : 14.12% done, estimate finish Wed Feb 01 13:45:14 2017 xorriso : UPDATE : 14.95% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 15.88% done, estimate finish Wed Feb 01 13:45:11 2017 xorriso : UPDATE : 16.35% done, estimate finish Wed Feb 01 13:45:10 2017 xorriso : UPDATE : 16.66% done, estimate finish Wed Feb 01 13:45:15 2017 xorriso : UPDATE : 16.66% done, estimate finish Wed Feb 01 13:45:25 2017 xorriso : UPDATE : 16.66% done, estimate finish Wed Feb 01 13:45:33 2017 xorriso : UPDATE : 16.66% done, estimate finish Wed Feb 01 13:45:42 2017 xorriso : UPDATE : 21.13% done, estimate finish Wed Feb 01 13:45:02 2017 xorriso : UPDATE : 21.79% done, estimate finish Wed Feb 01 13:45:03 2017 xorriso : UPDATE : 22.49% done, estimate finish Wed Feb 01 13:45:04 2017 xorriso : UPDATE : 22.97% done, estimate finish Wed Feb 01 13:45:06 2017 xorriso : UPDATE : 23.82% done, estimate finish Wed Feb 01 13:45:05 2017 xorriso : UPDATE : 24.62% done, estimate finish Wed Feb 01 13:45:05 2017 xorriso : UPDATE : 24.62% done, estimate finish Wed Feb 01 13:45:12 2017 xorriso : UPDATE : 24.62% done, estimate finish Wed Feb 01 13:45:19 2017 xorriso : UPDATE : 27.83% done, estimate finish Wed Feb 01 13:44:58 2017 xorriso : UPDATE : 28.70% done, estimate finish Wed Feb 01 13:44:58 2017 xorriso : UPDATE : 29.28% done, estimate finish Wed Feb 01 13:45:00 2017 xorriso : UPDATE : 30.87% done, estimate finish Wed Feb 01 13:44:56 2017 xorriso : UPDATE : 31.21% done, estimate finish Wed Feb 01 13:44:59 2017 xorriso : UPDATE : 32.17% done, estimate finish Wed Feb 01 13:44:58 2017 xorriso : UPDATE : 32.58% done, estimate finish Wed Feb 01 13:45:01 2017 xorriso : UPDATE : 33.00% done, estimate finish Wed Feb 01 13:45:03 2017 xorriso : UPDATE : 33.57% done, estimate finish Wed Feb 01 13:45:04 2017 xorriso : UPDATE : 33.81% done, estimate finish Wed Feb 01 13:45:09 2017 xorriso : UPDATE : 34.65% done, estimate finish Wed Feb 01 13:45:08 2017 xorriso : UPDATE : 35.61% done, estimate finish Wed Feb 01 13:45:07 2017 xorriso : UPDATE : 35.97% done, estimate finish Wed Feb 01 13:45:09 2017 xorriso : UPDATE : 37.17% done, estimate finish Wed Feb 01 13:45:07 2017 xorriso : UPDATE : 38.33% done, estimate finish Wed Feb 01 13:45:04 2017 xorriso : UPDATE : 39.20% done, estimate finish Wed Feb 01 13:45:04 2017 xorriso : UPDATE : 39.28% done, estimate finish Wed Feb 01 13:45:08 2017 xorriso : UPDATE : 40.92% done, estimate finish Wed Feb 01 13:45:05 2017 xorriso : UPDATE : 41.35% done, estimate finish Wed Feb 01 13:45:08 2017 xorriso : UPDATE : 42.16% done, estimate finish Wed Feb 01 13:45:07 2017 xorriso : UPDATE : 43.34% done, estimate finish Wed Feb 01 13:45:04 2017 xorriso : UPDATE : 43.87% done, estimate finish Wed Feb 01 13:45:06 2017 xorriso : UPDATE : 44.35% done, estimate finish Wed Feb 01 13:45:07 2017 xorriso : UPDATE : 44.85% done, estimate finish Wed Feb 01 13:45:09 2017 xorriso : UPDATE : 45.64% done, estimate finish Wed Feb 01 13:45:09 2017 xorriso : UPDATE : 46.67% done, estimate finish Wed Feb 01 13:45:08 2017 xorriso : UPDATE : 47.36% done, estimate finish Wed Feb 01 13:45:08 2017 xorriso : UPDATE : 47.64% done, estimate finish Wed Feb 01 13:45:14 2017 xorriso : UPDATE : 48.35% done, estimate finish Wed Feb 01 13:45:14 2017 xorriso : UPDATE : 49.07% done, estimate finish Wed Feb 01 13:45:14 2017 xorriso : UPDATE : 49.51% done, estimate finish Wed Feb 01 13:45:16 2017 xorriso : UPDATE : 50.04% done, estimate finish Wed Feb 01 13:45:17 2017 xorriso : UPDATE : 50.69% done, estimate finish Wed Feb 01 13:45:17 2017 xorriso : UPDATE : 51.13% done, estimate finish Wed Feb 01 13:45:18 2017 xorriso : UPDATE : 51.13% done, estimate finish Wed Feb 01 13:45:23 2017 xorriso : UPDATE : 51.13% done, estimate finish Wed Feb 01 13:45:28 2017 xorriso : UPDATE : 54.12% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 54.70% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 55.30% done, estimate finish Wed Feb 01 13:45:14 2017 xorriso : UPDATE : 56.04% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 56.91% done, estimate finish Wed Feb 01 13:45:12 2017 xorriso : UPDATE : 57.78% done, estimate finish Wed Feb 01 13:45:11 2017 xorriso : UPDATE : 58.24% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 58.98% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 59.64% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 60.61% done, estimate finish Wed Feb 01 13:45:12 2017 xorriso : UPDATE : 61.26% done, estimate finish Wed Feb 01 13:45:11 2017 xorriso : UPDATE : 61.61% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 62.19% done, estimate finish Wed Feb 01 13:45:15 2017 xorriso : UPDATE : 62.61% done, estimate finish Wed Feb 01 13:45:16 2017 xorriso : UPDATE : 63.93% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 64.42% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 65.32% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 66.06% done, estimate finish Wed Feb 01 13:45:13 2017 xorriso : UPDATE : 67.23% done, estimate finish Wed Feb 01 13:45:11 2017 xorriso : UPDATE : 68.08% done, estimate finish Wed Feb 01 13:45:10 2017 xorriso : UPDATE : 68.82% done, estimate finish Wed Feb 01 13:45:10 2017 xorriso : UPDATE : 69.93% done, estimate finish Wed Feb 01 13:45:09 2017 xorriso : UPDATE : 70.32% done, estimate finish Wed Feb 01 13:45:08 2017 xorriso : UPDATE : 71.30% done, estimate finish Wed Feb 01 13:45:07 2017 xorriso : UPDATE : 71.68% done, estimate finish Wed Feb 01 13:45:09 2017 xorriso : UPDATE : 73.32% done, estimate finish Wed Feb 01 13:45:06 2017 xorriso : UPDATE : 73.89% done, estimate finish Wed Feb 01 13:45:06 2017 xorriso : UPDATE : 74.62% done, estimate finish Wed Feb 01 13:45:07 2017 xorriso : UPDATE : 74.62% done, estimate finish Wed Feb 01 13:45:09 2017 xorriso : UPDATE : 74.62% done, estimate finish Wed Feb 01 13:45:12 2017 xorriso : UPDATE : 74.62% done, estimate finish Wed Feb 01 13:45:15 2017 xorriso : UPDATE : 74.62% done, estimate finish Wed Feb 01 13:45:17 2017 xorriso : UPDATE : 80.11% done, estimate finish Wed Feb 01 13:45:02 2017 xorriso : UPDATE : 80.78% done, estimate finish Wed Feb 01 13:45:03 2017 xorriso : UPDATE : 80.81% done, estimate finish Wed Feb 01 13:45:04 2017 xorriso : UPDATE : 82.58% done, estimate finish Wed Feb 01 13:45:02 2017 xorriso : UPDATE : 83.67% done, estimate finish Wed Feb 01 13:45:03 2017 xorriso : UPDATE : 83.86% done, estimate finish Wed Feb 01 13:45:04 2017 xorriso : UPDATE : 85.40% done, estimate finish Wed Feb 01 13:45:02 2017 xorriso : UPDATE : 86.23% done, estimate finish Wed Feb 01 13:45:03 2017 xorriso : UPDATE : 87.08% done, estimate finish Wed Feb 01 13:45:03 2017 xorriso : UPDATE : 87.43% done, estimate finish Wed Feb 01 13:45:04 2017 xorriso : UPDATE : 88.49% done, estimate finish Wed Feb 01 13:45:04 2017 xorriso : UPDATE : 88.91% done, estimate finish Wed Feb 01 13:45:05 2017 xorriso : UPDATE : 89.58% done, estimate finish Wed Feb 01 13:45:06 2017 xorriso : UPDATE : 90.18% done, estimate finish Wed Feb 01 13:45:06 2017 xorriso : UPDATE : 90.75% done, estimate finish Wed Feb 01 13:45:07 2017 xorriso : UPDATE : 91.70% done, estimate finish Wed Feb 01 13:45:06 2017 xorriso : UPDATE : 92.28% done, estimate finish Wed Feb 01 13:45:07 2017 xorriso : UPDATE : 92.74% done, estimate finish Wed Feb 01 13:45:07 2017 xorriso : UPDATE : 92.96% done, estimate finish Wed Feb 01 13:45:08 2017 xorriso : UPDATE : 92.96% done, estimate finish Wed Feb 01 13:45:10 2017 xorriso : UPDATE : 92.96% done, estimate finish Wed Feb 01 13:45:16 2017 xorriso : UPDATE : 92.96% done, estimate finish Wed Feb 01 13:45:18 2017 xorriso : UPDATE : 92.96% done, estimate finish Wed Feb 01 13:45:20 2017 xorriso : UPDATE : 98.45% done, estimate finish Wed Feb 01 13:45:06 2017 xorriso : UPDATE : 98.72% done xorriso : UPDATE : 99.57% done ISO image produced: 2290268 sectors Written to medium : 2290268 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:45:07 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 13' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-13.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-13.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD13' xorriso : UPDATE : 1337 files added in 1 seconds xorriso : UPDATE : 1337 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.10% done xorriso : UPDATE : 0.35% done xorriso : UPDATE : 0.35% done xorriso : UPDATE : 11.48% done, estimate finish Wed Feb 01 13:45:31 2017 xorriso : UPDATE : 14.02% done, estimate finish Wed Feb 01 13:45:34 2017 xorriso : UPDATE : 16.54% done, estimate finish Wed Feb 01 13:45:36 2017 xorriso : UPDATE : 21.31% done, estimate finish Wed Feb 01 13:45:35 2017 xorriso : UPDATE : 29.60% done, estimate finish Wed Feb 01 13:45:30 2017 xorriso : UPDATE : 29.96% done, estimate finish Wed Feb 01 13:45:34 2017 xorriso : UPDATE : 29.96% done, estimate finish Wed Feb 01 13:45:37 2017 xorriso : UPDATE : 42.02% done, estimate finish Wed Feb 01 13:45:31 2017 xorriso : UPDATE : 45.05% done, estimate finish Wed Feb 01 13:45:32 2017 xorriso : UPDATE : 48.52% done, estimate finish Wed Feb 01 13:45:32 2017 xorriso : UPDATE : 50.83% done, estimate finish Wed Feb 01 13:45:33 2017 xorriso : UPDATE : 54.20% done, estimate finish Wed Feb 01 13:45:32 2017 xorriso : UPDATE : 56.20% done, estimate finish Wed Feb 01 13:45:34 2017 xorriso : UPDATE : 58.80% done, estimate finish Wed Feb 01 13:45:34 2017 xorriso : UPDATE : 61.81% done, estimate finish Wed Feb 01 13:45:35 2017 xorriso : UPDATE : 65.27% done, estimate finish Wed Feb 01 13:45:34 2017 xorriso : UPDATE : 69.18% done, estimate finish Wed Feb 01 13:45:34 2017 xorriso : UPDATE : 72.77% done, estimate finish Wed Feb 01 13:45:35 2017 xorriso : UPDATE : 75.82% done, estimate finish Wed Feb 01 13:45:34 2017 xorriso : UPDATE : 77.51% done, estimate finish Wed Feb 01 13:45:35 2017 xorriso : UPDATE : 82.59% done, estimate finish Wed Feb 01 13:45:35 2017 xorriso : UPDATE : 83.23% done, estimate finish Wed Feb 01 13:45:36 2017 xorriso : UPDATE : 88.11% done, estimate finish Wed Feb 01 13:45:35 2017 xorriso : UPDATE : 92.43% done, estimate finish Wed Feb 01 13:45:35 2017 xorriso : UPDATE : 96.29% done xorriso : UPDATE : 97.99% done ISO image produced: 511127 sectors Written to medium : 511127 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:45:36 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 2' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-2.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD2' xorriso : UPDATE : 5255 files added in 1 seconds xorriso : UPDATE : 5255 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.44% done xorriso : UPDATE : 0.53% done, estimate finish Wed Feb 01 13:52:13 2017 xorriso : UPDATE : 0.53% done, estimate finish Wed Feb 01 13:55:22 2017 xorriso : UPDATE : 0.53% done, estimate finish Wed Feb 01 13:58:31 2017 xorriso : UPDATE : 0.53% done, estimate finish Wed Feb 01 14:01:39 2017 xorriso : UPDATE : 0.53% done, estimate finish Wed Feb 01 14:04:48 2017 xorriso : UPDATE : 0.53% done, estimate finish Wed Feb 01 14:07:57 2017 xorriso : UPDATE : 0.53% done, estimate finish Wed Feb 01 14:11:05 2017 xorriso : UPDATE : 0.53% done, estimate finish Wed Feb 01 14:14:14 2017 xorriso : UPDATE : 0.53% done, estimate finish Wed Feb 01 14:17:23 2017 xorriso : UPDATE : 4.99% done, estimate finish Wed Feb 01 13:49:20 2017 xorriso : UPDATE : 11.38% done, estimate finish Wed Feb 01 13:47:24 2017 xorriso : UPDATE : 11.81% done, estimate finish Wed Feb 01 13:47:28 2017 xorriso : UPDATE : 11.81% done, estimate finish Wed Feb 01 13:47:36 2017 xorriso : UPDATE : 13.55% done, estimate finish Wed Feb 01 13:47:28 2017 xorriso : UPDATE : 14.04% done, estimate finish Wed Feb 01 13:47:32 2017 xorriso : UPDATE : 14.81% done, estimate finish Wed Feb 01 13:47:32 2017 xorriso : UPDATE : 14.81% done, estimate finish Wed Feb 01 13:47:39 2017 xorriso : UPDATE : 17.47% done, estimate finish Wed Feb 01 13:47:26 2017 xorriso : UPDATE : 17.74% done, estimate finish Wed Feb 01 13:47:30 2017 xorriso : UPDATE : 17.74% done, estimate finish Wed Feb 01 13:47:36 2017 xorriso : UPDATE : 19.47% done, estimate finish Wed Feb 01 13:46:59 2017 xorriso : UPDATE : 20.05% done, estimate finish Wed Feb 01 13:47:03 2017 xorriso : UPDATE : 20.75% done, estimate finish Wed Feb 01 13:47:06 2017 xorriso : UPDATE : 21.42% done, estimate finish Wed Feb 01 13:47:09 2017 xorriso : UPDATE : 22.09% done, estimate finish Wed Feb 01 13:47:10 2017 xorriso : UPDATE : 22.72% done, estimate finish Wed Feb 01 13:47:13 2017 xorriso : UPDATE : 23.54% done, estimate finish Wed Feb 01 13:47:15 2017 xorriso : UPDATE : 24.24% done, estimate finish Wed Feb 01 13:47:16 2017 xorriso : UPDATE : 24.87% done, estimate finish Wed Feb 01 13:47:18 2017 xorriso : UPDATE : 25.56% done, estimate finish Wed Feb 01 13:47:20 2017 xorriso : UPDATE : 26.16% done, estimate finish Wed Feb 01 13:47:43 2017 xorriso : UPDATE : 26.68% done, estimate finish Wed Feb 01 13:47:46 2017 xorriso : UPDATE : 27.15% done, estimate finish Wed Feb 01 13:47:49 2017 xorriso : UPDATE : 28.28% done, estimate finish Wed Feb 01 13:47:44 2017 xorriso : UPDATE : 29.07% done, estimate finish Wed Feb 01 13:47:44 2017 xorriso : UPDATE : 29.27% done, estimate finish Wed Feb 01 13:47:49 2017 xorriso : UPDATE : 29.27% done, estimate finish Wed Feb 01 13:47:55 2017 xorriso : UPDATE : 31.93% done, estimate finish Wed Feb 01 13:47:40 2017 xorriso : UPDATE : 32.57% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 32.82% done, estimate finish Wed Feb 01 13:47:44 2017 xorriso : UPDATE : 33.90% done, estimate finish Wed Feb 01 13:47:38 2017 xorriso : UPDATE : 34.28% done, estimate finish Wed Feb 01 13:47:43 2017 xorriso : UPDATE : 34.28% done, estimate finish Wed Feb 01 13:47:49 2017 xorriso : UPDATE : 36.79% done, estimate finish Wed Feb 01 13:47:35 2017 xorriso : UPDATE : 36.79% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 38.39% done, estimate finish Wed Feb 01 13:47:36 2017 xorriso : UPDATE : 38.39% done, estimate finish Wed Feb 01 13:47:40 2017 xorriso : UPDATE : 38.39% done, estimate finish Wed Feb 01 13:47:46 2017 xorriso : UPDATE : 38.39% done, estimate finish Wed Feb 01 13:47:50 2017 xorriso : UPDATE : 38.39% done, estimate finish Wed Feb 01 13:47:55 2017 xorriso : UPDATE : 43.88% done, estimate finish Wed Feb 01 13:47:27 2017 xorriso : UPDATE : 44.49% done, estimate finish Wed Feb 01 13:47:28 2017 xorriso : UPDATE : 44.85% done, estimate finish Wed Feb 01 13:47:31 2017 xorriso : UPDATE : 45.89% done, estimate finish Wed Feb 01 13:47:30 2017 xorriso : UPDATE : 45.89% done, estimate finish Wed Feb 01 13:47:35 2017 xorriso : UPDATE : 48.13% done, estimate finish Wed Feb 01 13:47:28 2017 xorriso : UPDATE : 48.59% done, estimate finish Wed Feb 01 13:47:31 2017 xorriso : UPDATE : 50.09% done, estimate finish Wed Feb 01 13:47:29 2017 xorriso : UPDATE : 50.81% done, estimate finish Wed Feb 01 13:47:29 2017 xorriso : UPDATE : 51.18% done, estimate finish Wed Feb 01 13:47:31 2017 xorriso : UPDATE : 52.61% done, estimate finish Wed Feb 01 13:47:32 2017 xorriso : UPDATE : 53.02% done, estimate finish Wed Feb 01 13:47:34 2017 xorriso : UPDATE : 53.87% done, estimate finish Wed Feb 01 13:47:35 2017 xorriso : UPDATE : 53.95% done, estimate finish Wed Feb 01 13:47:39 2017 xorriso : UPDATE : 55.99% done, estimate finish Wed Feb 01 13:47:32 2017 xorriso : UPDATE : 56.51% done, estimate finish Wed Feb 01 13:47:34 2017 xorriso : UPDATE : 58.16% done, estimate finish Wed Feb 01 13:47:31 2017 xorriso : UPDATE : 59.03% done, estimate finish Wed Feb 01 13:47:32 2017 xorriso : UPDATE : 59.03% done, estimate finish Wed Feb 01 13:47:34 2017 xorriso : UPDATE : 61.24% done, estimate finish Wed Feb 01 13:47:30 2017 xorriso : UPDATE : 62.09% done, estimate finish Wed Feb 01 13:47:29 2017 xorriso : UPDATE : 63.11% done, estimate finish Wed Feb 01 13:47:28 2017 xorriso : UPDATE : 63.80% done, estimate finish Wed Feb 01 13:47:30 2017 xorriso : UPDATE : 64.36% done, estimate finish Wed Feb 01 13:47:31 2017 xorriso : UPDATE : 65.00% done, estimate finish Wed Feb 01 13:47:32 2017 xorriso : UPDATE : 65.66% done, estimate finish Wed Feb 01 13:47:32 2017 xorriso : UPDATE : 66.20% done, estimate finish Wed Feb 01 13:47:34 2017 xorriso : UPDATE : 66.99% done, estimate finish Wed Feb 01 13:47:34 2017 xorriso : UPDATE : 67.47% done, estimate finish Wed Feb 01 13:47:35 2017 xorriso : UPDATE : 68.21% done, estimate finish Wed Feb 01 13:47:36 2017 xorriso : UPDATE : 68.80% done, estimate finish Wed Feb 01 13:47:42 2017 xorriso : UPDATE : 69.36% done, estimate finish Wed Feb 01 13:47:43 2017 xorriso : UPDATE : 69.56% done, estimate finish Wed Feb 01 13:47:46 2017 xorriso : UPDATE : 71.54% done, estimate finish Wed Feb 01 13:47:40 2017 xorriso : UPDATE : 72.18% done, estimate finish Wed Feb 01 13:47:39 2017 xorriso : UPDATE : 72.99% done, estimate finish Wed Feb 01 13:47:40 2017 xorriso : UPDATE : 73.61% done, estimate finish Wed Feb 01 13:47:40 2017 xorriso : UPDATE : 74.20% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 75.33% done, estimate finish Wed Feb 01 13:47:39 2017 xorriso : UPDATE : 75.99% done, estimate finish Wed Feb 01 13:47:39 2017 xorriso : UPDATE : 76.28% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 77.25% done, estimate finish Wed Feb 01 13:47:38 2017 xorriso : UPDATE : 77.93% done, estimate finish Wed Feb 01 13:47:39 2017 xorriso : UPDATE : 78.46% done, estimate finish Wed Feb 01 13:47:40 2017 xorriso : UPDATE : 79.07% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 79.65% done, estimate finish Wed Feb 01 13:47:40 2017 xorriso : UPDATE : 80.34% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 80.77% done, estimate finish Wed Feb 01 13:47:43 2017 xorriso : UPDATE : 81.51% done, estimate finish Wed Feb 01 13:47:42 2017 xorriso : UPDATE : 81.78% done, estimate finish Wed Feb 01 13:47:43 2017 xorriso : UPDATE : 82.14% done, estimate finish Wed Feb 01 13:47:44 2017 xorriso : UPDATE : 82.14% done, estimate finish Wed Feb 01 13:47:54 2017 xorriso : UPDATE : 82.14% done, estimate finish Wed Feb 01 13:47:58 2017 xorriso : UPDATE : 84.76% done, estimate finish Wed Feb 01 13:47:45 2017 xorriso : UPDATE : 84.76% done, estimate finish Wed Feb 01 13:47:48 2017 xorriso : UPDATE : 84.76% done, estimate finish Wed Feb 01 13:47:51 2017 xorriso : UPDATE : 87.74% done, estimate finish Wed Feb 01 13:47:42 2017 xorriso : UPDATE : 88.29% done, estimate finish Wed Feb 01 13:47:42 2017 xorriso : UPDATE : 88.92% done, estimate finish Wed Feb 01 13:47:43 2017 xorriso : UPDATE : 89.47% done, estimate finish Wed Feb 01 13:47:43 2017 xorriso : UPDATE : 89.89% done, estimate finish Wed Feb 01 13:47:44 2017 xorriso : UPDATE : 90.58% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 91.52% done, estimate finish Wed Feb 01 13:47:40 2017 xorriso : UPDATE : 92.24% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 92.98% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 93.56% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 93.98% done, estimate finish Wed Feb 01 13:47:42 2017 xorriso : UPDATE : 93.98% done, estimate finish Wed Feb 01 13:47:44 2017 xorriso : UPDATE : 96.23% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 97.03% done, estimate finish Wed Feb 01 13:47:41 2017 xorriso : UPDATE : 97.43% done, estimate finish Wed Feb 01 13:47:42 2017 xorriso : UPDATE : 98.17% done, estimate finish Wed Feb 01 13:47:42 2017 xorriso : UPDATE : 98.96% done xorriso : UPDATE : 99.69% done ISO image produced: 2262726 sectors Written to medium : 2262726 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:47:43 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 3' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-3.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD3' xorriso : UPDATE : 5109 files added in 1 seconds xorriso : UPDATE : 5109 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.1.0-2_armhf.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.26% done xorriso : UPDATE : 1.05% done xorriso : UPDATE : 1.66% done, estimate finish Wed Feb 01 13:50:40 2017 xorriso : UPDATE : 2.46% done, estimate finish Wed Feb 01 13:50:23 2017 xorriso : UPDATE : 3.02% done, estimate finish Wed Feb 01 13:50:27 2017 xorriso : UPDATE : 4.07% done, estimate finish Wed Feb 01 13:50:10 2017 xorriso : UPDATE : 4.69% done, estimate finish Wed Feb 01 13:50:12 2017 xorriso : UPDATE : 5.31% done, estimate finish Wed Feb 01 13:50:13 2017 xorriso : UPDATE : 6.06% done, estimate finish Wed Feb 01 13:50:12 2017 xorriso : UPDATE : 6.73% done, estimate finish Wed Feb 01 13:50:12 2017 xorriso : UPDATE : 7.31% done, estimate finish Wed Feb 01 13:50:14 2017 xorriso : UPDATE : 8.17% done, estimate finish Wed Feb 01 13:50:09 2017 xorriso : UPDATE : 9.43% done, estimate finish Wed Feb 01 13:50:01 2017 xorriso : UPDATE : 9.96% done, estimate finish Wed Feb 01 13:49:56 2017 xorriso : UPDATE : 10.84% done, estimate finish Wed Feb 01 13:49:55 2017 xorriso : UPDATE : 11.31% done, estimate finish Wed Feb 01 13:49:59 2017 xorriso : UPDATE : 11.60% done, estimate finish Wed Feb 01 13:50:05 2017 xorriso : UPDATE : 12.69% done, estimate finish Wed Feb 01 13:50:00 2017 xorriso : UPDATE : 13.46% done, estimate finish Wed Feb 01 13:49:59 2017 xorriso : UPDATE : 14.18% done, estimate finish Wed Feb 01 13:50:00 2017 xorriso : UPDATE : 14.49% done, estimate finish Wed Feb 01 13:50:05 2017 xorriso : UPDATE : 15.28% done, estimate finish Wed Feb 01 13:50:03 2017 xorriso : UPDATE : 15.28% done, estimate finish Wed Feb 01 13:50:10 2017 xorriso : UPDATE : 15.28% done, estimate finish Wed Feb 01 13:50:34 2017 xorriso : UPDATE : 18.99% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 19.43% done, estimate finish Wed Feb 01 13:49:53 2017 xorriso : UPDATE : 20.55% done, estimate finish Wed Feb 01 13:49:50 2017 xorriso : UPDATE : 21.16% done, estimate finish Wed Feb 01 13:49:51 2017 xorriso : UPDATE : 21.99% done, estimate finish Wed Feb 01 13:49:51 2017 xorriso : UPDATE : 22.69% done, estimate finish Wed Feb 01 13:49:52 2017 xorriso : UPDATE : 23.29% done, estimate finish Wed Feb 01 13:49:53 2017 xorriso : UPDATE : 23.94% done, estimate finish Wed Feb 01 13:49:55 2017 xorriso : UPDATE : 24.83% done, estimate finish Wed Feb 01 13:49:53 2017 xorriso : UPDATE : 25.36% done, estimate finish Wed Feb 01 13:49:42 2017 xorriso : UPDATE : 25.36% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 27.25% done, estimate finish Wed Feb 01 13:49:42 2017 xorriso : UPDATE : 27.86% done, estimate finish Wed Feb 01 13:49:43 2017 xorriso : UPDATE : 28.83% done, estimate finish Wed Feb 01 13:49:43 2017 xorriso : UPDATE : 29.66% done, estimate finish Wed Feb 01 13:49:43 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:49:45 2017 xorriso : UPDATE : 31.34% done, estimate finish Wed Feb 01 13:49:44 2017 xorriso : UPDATE : 31.84% done, estimate finish Wed Feb 01 13:49:46 2017 xorriso : UPDATE : 32.49% done, estimate finish Wed Feb 01 13:49:47 2017 xorriso : UPDATE : 33.13% done, estimate finish Wed Feb 01 13:49:55 2017 xorriso : UPDATE : 34.14% done, estimate finish Wed Feb 01 13:49:53 2017 xorriso : UPDATE : 34.14% done, estimate finish Wed Feb 01 13:49:59 2017 xorriso : UPDATE : 34.14% done, estimate finish Wed Feb 01 13:50:05 2017 xorriso : UPDATE : 36.94% done, estimate finish Wed Feb 01 13:49:50 2017 xorriso : UPDATE : 37.52% done, estimate finish Wed Feb 01 13:49:52 2017 xorriso : UPDATE : 37.52% done, estimate finish Wed Feb 01 13:49:56 2017 xorriso : UPDATE : 37.52% done, estimate finish Wed Feb 01 13:50:01 2017 xorriso : UPDATE : 40.85% done, estimate finish Wed Feb 01 13:49:46 2017 xorriso : UPDATE : 41.80% done, estimate finish Wed Feb 01 13:49:46 2017 xorriso : UPDATE : 42.23% done, estimate finish Wed Feb 01 13:49:44 2017 xorriso : UPDATE : 43.31% done, estimate finish Wed Feb 01 13:49:44 2017 xorriso : UPDATE : 44.09% done, estimate finish Wed Feb 01 13:49:45 2017 xorriso : UPDATE : 44.68% done, estimate finish Wed Feb 01 13:49:46 2017 xorriso : UPDATE : 45.75% done, estimate finish Wed Feb 01 13:49:45 2017 xorriso : UPDATE : 46.12% done, estimate finish Wed Feb 01 13:49:47 2017 xorriso : UPDATE : 46.99% done, estimate finish Wed Feb 01 13:49:47 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:49:50 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:49:53 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:49:57 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:50:21 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:50:29 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:50:37 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:50:46 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:50:54 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:51:02 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:51:10 2017 xorriso : UPDATE : 47.27% done, estimate finish Wed Feb 01 13:51:19 2017 xorriso : UPDATE : 59.20% done, estimate finish Wed Feb 01 13:49:41 2017 xorriso : UPDATE : 60.55% done, estimate finish Wed Feb 01 13:49:39 2017 xorriso : UPDATE : 61.33% done, estimate finish Wed Feb 01 13:49:30 2017 xorriso : UPDATE : 62.03% done, estimate finish Wed Feb 01 13:49:32 2017 xorriso : UPDATE : 62.70% done, estimate finish Wed Feb 01 13:49:33 2017 xorriso : UPDATE : 63.03% done, estimate finish Wed Feb 01 13:49:35 2017 xorriso : UPDATE : 63.03% done, estimate finish Wed Feb 01 13:49:38 2017 xorriso : UPDATE : 63.03% done, estimate finish Wed Feb 01 13:49:41 2017 xorriso : UPDATE : 66.65% done, estimate finish Wed Feb 01 13:49:34 2017 xorriso : UPDATE : 67.08% done, estimate finish Wed Feb 01 13:49:36 2017 xorriso : UPDATE : 67.78% done, estimate finish Wed Feb 01 13:49:37 2017 xorriso : UPDATE : 69.43% done, estimate finish Wed Feb 01 13:49:36 2017 xorriso : UPDATE : 69.96% done, estimate finish Wed Feb 01 13:49:42 2017 xorriso : UPDATE : 70.56% done, estimate finish Wed Feb 01 13:49:44 2017 xorriso : UPDATE : 71.03% done, estimate finish Wed Feb 01 13:49:45 2017 xorriso : UPDATE : 71.95% done, estimate finish Wed Feb 01 13:49:45 2017 xorriso : UPDATE : 72.65% done, estimate finish Wed Feb 01 13:49:45 2017 xorriso : UPDATE : 72.90% done, estimate finish Wed Feb 01 13:49:47 2017 xorriso : UPDATE : 72.90% done, estimate finish Wed Feb 01 13:49:50 2017 xorriso : UPDATE : 75.07% done, estimate finish Wed Feb 01 13:49:45 2017 xorriso : UPDATE : 75.50% done, estimate finish Wed Feb 01 13:49:46 2017 xorriso : UPDATE : 76.00% done, estimate finish Wed Feb 01 13:49:47 2017 xorriso : UPDATE : 76.59% done, estimate finish Wed Feb 01 13:49:48 2017 xorriso : UPDATE : 77.22% done, estimate finish Wed Feb 01 13:49:52 2017 xorriso : UPDATE : 77.90% done, estimate finish Wed Feb 01 13:49:52 2017 xorriso : UPDATE : 78.68% done, estimate finish Wed Feb 01 13:49:51 2017 xorriso : UPDATE : 79.01% done, estimate finish Wed Feb 01 13:49:53 2017 xorriso : UPDATE : 79.01% done, estimate finish Wed Feb 01 13:49:56 2017 xorriso : UPDATE : 79.01% done, estimate finish Wed Feb 01 13:49:58 2017 xorriso : UPDATE : 82.11% done, estimate finish Wed Feb 01 13:49:48 2017 xorriso : UPDATE : 82.56% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 83.59% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 84.12% done, estimate finish Wed Feb 01 13:49:50 2017 xorriso : UPDATE : 84.73% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 85.36% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 85.80% done, estimate finish Wed Feb 01 13:49:50 2017 xorriso : UPDATE : 86.70% done, estimate finish Wed Feb 01 13:49:50 2017 xorriso : UPDATE : 87.48% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 87.48% done, estimate finish Wed Feb 01 13:49:51 2017 xorriso : UPDATE : 89.08% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 89.82% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 90.61% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 91.56% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 92.15% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 93.27% done, estimate finish Wed Feb 01 13:49:48 2017 xorriso : UPDATE : 93.91% done, estimate finish Wed Feb 01 13:49:48 2017 xorriso : UPDATE : 93.91% done, estimate finish Wed Feb 01 13:49:50 2017 xorriso : UPDATE : 95.85% done, estimate finish Wed Feb 01 13:49:48 2017 xorriso : UPDATE : 96.50% done, estimate finish Wed Feb 01 13:49:48 2017 xorriso : UPDATE : 97.35% done, estimate finish Wed Feb 01 13:49:48 2017 xorriso : UPDATE : 97.81% done, estimate finish Wed Feb 01 13:49:48 2017 xorriso : UPDATE : 98.11% done, estimate finish Wed Feb 01 13:49:49 2017 xorriso : UPDATE : 98.98% done xorriso : UPDATE : 99.79% done ISO image produced: 2284529 sectors Written to medium : 2284529 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:49:50 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 4' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-4.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-4.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD4' xorriso : UPDATE : 2930 files added in 1 seconds xorriso : UPDATE : 2930 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/testing 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.22% done xorriso : UPDATE : 2.86% done, estimate finish Wed Feb 01 13:51:50 2017 xorriso : UPDATE : 3.77% done, estimate finish Wed Feb 01 13:51:48 2017 xorriso : UPDATE : 4.95% done, estimate finish Wed Feb 01 13:51:40 2017 xorriso : UPDATE : 5.35% done, estimate finish Wed Feb 01 13:51:51 2017 xorriso : UPDATE : 5.96% done, estimate finish Wed Feb 01 13:51:55 2017 xorriso : UPDATE : 6.83% done, estimate finish Wed Feb 01 13:51:54 2017 xorriso : UPDATE : 7.43% done, estimate finish Wed Feb 01 13:51:58 2017 xorriso : UPDATE : 7.65% done, estimate finish Wed Feb 01 13:52:07 2017 xorriso : UPDATE : 8.77% done, estimate finish Wed Feb 01 13:52:01 2017 xorriso : UPDATE : 9.34% done, estimate finish Wed Feb 01 13:52:04 2017 xorriso : UPDATE : 9.95% done, estimate finish Wed Feb 01 13:52:11 2017 xorriso : UPDATE : 10.79% done, estimate finish Wed Feb 01 13:52:09 2017 xorriso : UPDATE : 11.36% done, estimate finish Wed Feb 01 13:52:11 2017 xorriso : UPDATE : 11.36% done, estimate finish Wed Feb 01 13:52:23 2017 xorriso : UPDATE : 11.36% done, estimate finish Wed Feb 01 13:52:34 2017 xorriso : UPDATE : 14.05% done, estimate finish Wed Feb 01 13:52:05 2017 xorriso : UPDATE : 14.73% done, estimate finish Wed Feb 01 13:52:05 2017 xorriso : UPDATE : 14.73% done, estimate finish Wed Feb 01 13:52:13 2017 xorriso : UPDATE : 16.52% done, estimate finish Wed Feb 01 13:52:02 2017 xorriso : UPDATE : 16.80% done, estimate finish Wed Feb 01 13:52:06 2017 xorriso : UPDATE : 16.80% done, estimate finish Wed Feb 01 13:52:15 2017 xorriso : UPDATE : 16.80% done, estimate finish Wed Feb 01 13:52:25 2017 xorriso : UPDATE : 16.80% done, estimate finish Wed Feb 01 13:52:35 2017 xorriso : UPDATE : 18.23% done, estimate finish Wed Feb 01 13:52:23 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:51:53 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:52:00 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:52:07 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:52:13 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:52:19 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:52:26 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:52:46 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:52:58 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:53:09 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:53:21 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:53:33 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:53:44 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:53:56 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:54:08 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:54:19 2017 xorriso : UPDATE : 21.80% done, estimate finish Wed Feb 01 13:54:31 2017 xorriso : UPDATE : 21.80% done xorriso : UPDATE : 21.80% done xorriso : UPDATE : 21.80% done xorriso : UPDATE : 21.80% done xorriso : UPDATE : 21.80% done xorriso : UPDATE : 21.80% done xorriso : UPDATE : 21.80% done xorriso : UPDATE : 21.80% done xorriso : UPDATE : 21.80% done xorriso : UPDATE : 26.12% done, estimate finish Wed Feb 01 13:54:55 2017 xorriso : UPDATE : 41.49% done, estimate finish Wed Feb 01 13:51:49 2017 xorriso : UPDATE : 47.44% done, estimate finish Wed Feb 01 13:51:20 2017 xorriso : UPDATE : 47.44% done, estimate finish Wed Feb 01 13:51:23 2017 xorriso : UPDATE : 50.26% done, estimate finish Wed Feb 01 13:51:20 2017 xorriso : UPDATE : 50.30% done, estimate finish Wed Feb 01 13:51:23 2017 xorriso : UPDATE : 50.30% done, estimate finish Wed Feb 01 13:51:26 2017 xorriso : UPDATE : 52.80% done, estimate finish Wed Feb 01 13:51:23 2017 xorriso : UPDATE : 52.91% done, estimate finish Wed Feb 01 13:51:25 2017 xorriso : UPDATE : 54.40% done, estimate finish Wed Feb 01 13:51:25 2017 xorriso : UPDATE : 54.91% done, estimate finish Wed Feb 01 13:51:27 2017 xorriso : UPDATE : 55.05% done, estimate finish Wed Feb 01 13:51:28 2017 xorriso : UPDATE : 55.05% done, estimate finish Wed Feb 01 13:51:52 2017 xorriso : UPDATE : 55.05% done, estimate finish Wed Feb 01 13:51:57 2017 xorriso : UPDATE : 58.63% done, estimate finish Wed Feb 01 13:51:42 2017 xorriso : UPDATE : 59.06% done, estimate finish Wed Feb 01 13:51:44 2017 xorriso : UPDATE : 60.25% done, estimate finish Wed Feb 01 13:51:42 2017 xorriso : UPDATE : 60.66% done, estimate finish Wed Feb 01 13:51:44 2017 xorriso : UPDATE : 62.10% done, estimate finish Wed Feb 01 13:51:43 2017 xorriso : UPDATE : 62.78% done, estimate finish Wed Feb 01 13:51:43 2017 xorriso : UPDATE : 63.04% done, estimate finish Wed Feb 01 13:51:45 2017 xorriso : UPDATE : 63.04% done, estimate finish Wed Feb 01 13:51:48 2017 xorriso : UPDATE : 63.04% done, estimate finish Wed Feb 01 13:51:51 2017 xorriso : UPDATE : 63.04% done, estimate finish Wed Feb 01 13:51:55 2017 xorriso : UPDATE : 63.04% done, estimate finish Wed Feb 01 13:51:59 2017 xorriso : UPDATE : 63.04% done, estimate finish Wed Feb 01 13:52:04 2017 xorriso : UPDATE : 63.04% done, estimate finish Wed Feb 01 13:52:09 2017 xorriso : UPDATE : 63.04% done, estimate finish Wed Feb 01 13:52:13 2017 xorriso : UPDATE : 63.04% done, estimate finish Wed Feb 01 13:52:18 2017 xorriso : UPDATE : 63.04% done, estimate finish Wed Feb 01 13:52:22 2017 xorriso : UPDATE : 67.34% done, estimate finish Wed Feb 01 13:51:59 2017 xorriso : UPDATE : 74.36% done, estimate finish Wed Feb 01 13:51:40 2017 xorriso : UPDATE : 74.80% done, estimate finish Wed Feb 01 13:51:38 2017 xorriso : UPDATE : 74.80% done, estimate finish Wed Feb 01 13:51:40 2017 xorriso : UPDATE : 74.80% done, estimate finish Wed Feb 01 13:51:43 2017 xorriso : UPDATE : 74.80% done, estimate finish Wed Feb 01 13:51:46 2017 xorriso : UPDATE : 75.28% done, estimate finish Wed Feb 01 13:51:48 2017 xorriso : UPDATE : 80.61% done, estimate finish Wed Feb 01 13:51:37 2017 xorriso : UPDATE : 82.44% done, estimate finish Wed Feb 01 13:51:36 2017 xorriso : UPDATE : 83.48% done, estimate finish Wed Feb 01 13:51:35 2017 xorriso : UPDATE : 83.93% done, estimate finish Wed Feb 01 13:51:36 2017 xorriso : UPDATE : 84.66% done, estimate finish Wed Feb 01 13:51:38 2017 xorriso : UPDATE : 84.88% done, estimate finish Wed Feb 01 13:51:40 2017 xorriso : UPDATE : 86.24% done, estimate finish Wed Feb 01 13:51:40 2017 xorriso : UPDATE : 86.73% done, estimate finish Wed Feb 01 13:51:40 2017 xorriso : UPDATE : 87.30% done, estimate finish Wed Feb 01 13:51:41 2017 xorriso : UPDATE : 87.92% done, estimate finish Wed Feb 01 13:51:41 2017 xorriso : UPDATE : 88.69% done, estimate finish Wed Feb 01 13:51:42 2017 xorriso : UPDATE : 89.37% done, estimate finish Wed Feb 01 13:51:42 2017 xorriso : UPDATE : 90.18% done, estimate finish Wed Feb 01 13:51:43 2017 xorriso : UPDATE : 91.24% done, estimate finish Wed Feb 01 13:51:42 2017 xorriso : UPDATE : 91.94% done, estimate finish Wed Feb 01 13:51:42 2017 xorriso : UPDATE : 92.41% done, estimate finish Wed Feb 01 13:51:45 2017 xorriso : UPDATE : 92.64% done, estimate finish Wed Feb 01 13:51:46 2017 xorriso : UPDATE : 94.15% done, estimate finish Wed Feb 01 13:51:44 2017 xorriso : UPDATE : 94.72% done, estimate finish Wed Feb 01 13:51:44 2017 xorriso : UPDATE : 95.66% done, estimate finish Wed Feb 01 13:51:44 2017 xorriso : UPDATE : 95.67% done, estimate finish Wed Feb 01 13:51:46 2017 xorriso : UPDATE : 96.25% done, estimate finish Wed Feb 01 13:51:46 2017 xorriso : UPDATE : 97.27% done, estimate finish Wed Feb 01 13:51:45 2017 xorriso : UPDATE : 97.68% done, estimate finish Wed Feb 01 13:51:46 2017 xorriso : UPDATE : 98.42% done, estimate finish Wed Feb 01 13:51:46 2017 xorriso : UPDATE : 99.03% done xorriso : UPDATE : 99.88% done ISO image produced: 2293670 sectors Written to medium : 2293670 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:51:47 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 5' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-5.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-5.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD5' xorriso : UPDATE : 5809 files added in 1 seconds xorriso : UPDATE : 5809 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.32% done xorriso : UPDATE : 0.57% done, estimate finish Wed Feb 01 13:57:59 2017 xorriso : UPDATE : 2.49% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 3.23% done, estimate finish Wed Feb 01 13:53:56 2017 xorriso : UPDATE : 4.06% done, estimate finish Wed Feb 01 13:53:54 2017 xorriso : UPDATE : 4.96% done, estimate finish Wed Feb 01 13:53:51 2017 xorriso : UPDATE : 5.64% done, estimate finish Wed Feb 01 13:53:54 2017 xorriso : UPDATE : 6.24% done, estimate finish Wed Feb 01 13:53:58 2017 xorriso : UPDATE : 7.17% done, estimate finish Wed Feb 01 13:53:55 2017 xorriso : UPDATE : 7.94% done, estimate finish Wed Feb 01 13:53:56 2017 xorriso : UPDATE : 8.64% done, estimate finish Wed Feb 01 13:53:57 2017 xorriso : UPDATE : 9.29% done, estimate finish Wed Feb 01 13:53:59 2017 xorriso : UPDATE : 9.83% done, estimate finish Wed Feb 01 13:54:04 2017 xorriso : UPDATE : 10.46% done, estimate finish Wed Feb 01 13:54:05 2017 xorriso : UPDATE : 11.38% done, estimate finish Wed Feb 01 13:54:03 2017 xorriso : UPDATE : 11.90% done, estimate finish Wed Feb 01 13:54:06 2017 xorriso : UPDATE : 12.72% done, estimate finish Wed Feb 01 13:54:05 2017 xorriso : UPDATE : 13.37% done, estimate finish Wed Feb 01 13:54:05 2017 xorriso : UPDATE : 14.07% done, estimate finish Wed Feb 01 13:54:06 2017 xorriso : UPDATE : 14.07% done, estimate finish Wed Feb 01 13:54:14 2017 xorriso : UPDATE : 16.27% done, estimate finish Wed Feb 01 13:53:58 2017 xorriso : UPDATE : 17.29% done, estimate finish Wed Feb 01 13:53:56 2017 xorriso : UPDATE : 18.08% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 18.48% done, estimate finish Wed Feb 01 13:53:57 2017 xorriso : UPDATE : 19.64% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 19.64% done, estimate finish Wed Feb 01 13:54:01 2017 xorriso : UPDATE : 22.26% done, estimate finish Wed Feb 01 13:53:46 2017 xorriso : UPDATE : 22.97% done, estimate finish Wed Feb 01 13:53:46 2017 xorriso : UPDATE : 23.49% done, estimate finish Wed Feb 01 13:53:49 2017 xorriso : UPDATE : 23.49% done, estimate finish Wed Feb 01 13:53:55 2017 xorriso : UPDATE : 23.49% done, estimate finish Wed Feb 01 13:54:00 2017 xorriso : UPDATE : 23.49% done, estimate finish Wed Feb 01 13:54:06 2017 xorriso : UPDATE : 23.49% done, estimate finish Wed Feb 01 13:54:28 2017 xorriso : UPDATE : 26.04% done, estimate finish Wed Feb 01 13:54:03 2017 xorriso : UPDATE : 30.15% done, estimate finish Wed Feb 01 13:53:37 2017 xorriso : UPDATE : 30.15% done, estimate finish Wed Feb 01 13:53:42 2017 xorriso : UPDATE : 30.15% done, estimate finish Wed Feb 01 13:53:47 2017 xorriso : UPDATE : 30.15% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 30.15% done, estimate finish Wed Feb 01 13:53:59 2017 xorriso : UPDATE : 36.02% done, estimate finish Wed Feb 01 13:53:33 2017 xorriso : UPDATE : 36.20% done, estimate finish Wed Feb 01 13:53:35 2017 xorriso : UPDATE : 36.20% done, estimate finish Wed Feb 01 13:53:39 2017 xorriso : UPDATE : 36.20% done, estimate finish Wed Feb 01 13:53:44 2017 xorriso : UPDATE : 36.20% done, estimate finish Wed Feb 01 13:53:35 2017 xorriso : UPDATE : 41.10% done, estimate finish Wed Feb 01 13:53:21 2017 xorriso : UPDATE : 41.75% done, estimate finish Wed Feb 01 13:53:24 2017 xorriso : UPDATE : 41.90% done, estimate finish Wed Feb 01 13:53:26 2017 xorriso : UPDATE : 43.42% done, estimate finish Wed Feb 01 13:53:26 2017 xorriso : UPDATE : 43.42% done, estimate finish Wed Feb 01 13:53:29 2017 xorriso : UPDATE : 45.51% done, estimate finish Wed Feb 01 13:53:26 2017 xorriso : UPDATE : 46.05% done, estimate finish Wed Feb 01 13:53:28 2017 xorriso : UPDATE : 46.52% done, estimate finish Wed Feb 01 13:53:29 2017 xorriso : UPDATE : 47.06% done, estimate finish Wed Feb 01 13:53:31 2017 xorriso : UPDATE : 47.25% done, estimate finish Wed Feb 01 13:53:34 2017 xorriso : UPDATE : 49.14% done, estimate finish Wed Feb 01 13:53:31 2017 xorriso : UPDATE : 49.77% done, estimate finish Wed Feb 01 13:53:32 2017 xorriso : UPDATE : 50.31% done, estimate finish Wed Feb 01 13:53:34 2017 xorriso : UPDATE : 50.65% done, estimate finish Wed Feb 01 13:53:36 2017 xorriso : UPDATE : 51.58% done, estimate finish Wed Feb 01 13:53:37 2017 xorriso : UPDATE : 51.62% done, estimate finish Wed Feb 01 13:53:40 2017 xorriso : UPDATE : 53.51% done, estimate finish Wed Feb 01 13:53:37 2017 xorriso : UPDATE : 54.03% done, estimate finish Wed Feb 01 13:53:38 2017 xorriso : UPDATE : 54.15% done, estimate finish Wed Feb 01 13:53:41 2017 xorriso : UPDATE : 54.97% done, estimate finish Wed Feb 01 13:53:48 2017 xorriso : UPDATE : 56.00% done, estimate finish Wed Feb 01 13:53:47 2017 xorriso : UPDATE : 57.45% done, estimate finish Wed Feb 01 13:53:44 2017 xorriso : UPDATE : 58.03% done, estimate finish Wed Feb 01 13:53:45 2017 xorriso : UPDATE : 58.57% done, estimate finish Wed Feb 01 13:53:46 2017 xorriso : UPDATE : 59.49% done, estimate finish Wed Feb 01 13:53:46 2017 xorriso : UPDATE : 60.21% done, estimate finish Wed Feb 01 13:53:46 2017 xorriso : UPDATE : 61.14% done, estimate finish Wed Feb 01 13:53:46 2017 xorriso : UPDATE : 61.63% done, estimate finish Wed Feb 01 13:53:47 2017 xorriso : UPDATE : 61.87% done, estimate finish Wed Feb 01 13:53:49 2017 xorriso : UPDATE : 62.92% done, estimate finish Wed Feb 01 13:53:48 2017 xorriso : UPDATE : 62.92% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 62.92% done, estimate finish Wed Feb 01 13:53:57 2017 xorriso : UPDATE : 66.38% done, estimate finish Wed Feb 01 13:53:44 2017 xorriso : UPDATE : 67.29% done, estimate finish Wed Feb 01 13:53:43 2017 xorriso : UPDATE : 68.15% done, estimate finish Wed Feb 01 13:53:43 2017 xorriso : UPDATE : 68.78% done, estimate finish Wed Feb 01 13:53:44 2017 xorriso : UPDATE : 69.32% done, estimate finish Wed Feb 01 13:53:45 2017 xorriso : UPDATE : 69.75% done, estimate finish Wed Feb 01 13:53:46 2017 xorriso : UPDATE : 71.29% done, estimate finish Wed Feb 01 13:53:44 2017 xorriso : UPDATE : 71.95% done, estimate finish Wed Feb 01 13:53:44 2017 xorriso : UPDATE : 73.09% done, estimate finish Wed Feb 01 13:53:43 2017 xorriso : UPDATE : 73.51% done, estimate finish Wed Feb 01 13:53:45 2017 xorriso : UPDATE : 74.04% done, estimate finish Wed Feb 01 13:53:45 2017 xorriso : UPDATE : 74.61% done, estimate finish Wed Feb 01 13:53:46 2017 xorriso : UPDATE : 74.86% done, estimate finish Wed Feb 01 13:53:48 2017 xorriso : UPDATE : 74.86% done, estimate finish Wed Feb 01 13:53:50 2017 xorriso : UPDATE : 77.39% done, estimate finish Wed Feb 01 13:53:46 2017 xorriso : UPDATE : 77.97% done, estimate finish Wed Feb 01 13:53:46 2017 xorriso : UPDATE : 78.59% done, estimate finish Wed Feb 01 13:53:47 2017 xorriso : UPDATE : 79.07% done, estimate finish Wed Feb 01 13:53:51 2017 xorriso : UPDATE : 79.52% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 79.98% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 80.79% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 81.25% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 81.55% done, estimate finish Wed Feb 01 13:53:55 2017 xorriso : UPDATE : 82.65% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 83.47% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 84.31% done, estimate finish Wed Feb 01 13:53:51 2017 xorriso : UPDATE : 84.85% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 85.53% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 85.53% done, estimate finish Wed Feb 01 13:53:56 2017 xorriso : UPDATE : 87.13% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 87.49% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 88.61% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 89.35% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 89.71% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 90.50% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 91.51% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 92.15% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 92.82% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 93.53% done, estimate finish Wed Feb 01 13:53:51 2017 xorriso : UPDATE : 94.57% done, estimate finish Wed Feb 01 13:53:51 2017 xorriso : UPDATE : 95.16% done, estimate finish Wed Feb 01 13:53:51 2017 xorriso : UPDATE : 95.95% done, estimate finish Wed Feb 01 13:53:51 2017 xorriso : UPDATE : 96.46% done, estimate finish Wed Feb 01 13:53:51 2017 xorriso : UPDATE : 97.14% done, estimate finish Wed Feb 01 13:53:51 2017 xorriso : UPDATE : 97.37% done, estimate finish Wed Feb 01 13:53:52 2017 xorriso : UPDATE : 97.79% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 98.36% done, estimate finish Wed Feb 01 13:53:53 2017 xorriso : UPDATE : 99.08% done xorriso : UPDATE : Thank you for being patient. Working since 125 seconds. ISO image produced: 2125617 sectors Written to medium : 2125617 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:53:54 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 6' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-6.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-6.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD6' xorriso : UPDATE : 4121 files added in 1 seconds xorriso : UPDATE : 4121 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/testing 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.04% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 1.72% done, estimate finish Wed Feb 01 13:56:15 2017 xorriso : UPDATE : 2.22% done, estimate finish Wed Feb 01 13:56:29 2017 xorriso : UPDATE : 2.84% done, estimate finish Wed Feb 01 13:56:30 2017 xorriso : UPDATE : 3.27% done, estimate finish Wed Feb 01 13:56:40 2017 xorriso : UPDATE : 3.27% done, estimate finish Wed Feb 01 13:57:11 2017 xorriso : UPDATE : 3.27% done, estimate finish Wed Feb 01 13:57:42 2017 xorriso : UPDATE : 3.27% done, estimate finish Wed Feb 01 13:58:12 2017 xorriso : UPDATE : 7.31% done, estimate finish Wed Feb 01 13:56:04 2017 xorriso : UPDATE : 8.01% done, estimate finish Wed Feb 01 13:56:05 2017 xorriso : UPDATE : 8.45% done, estimate finish Wed Feb 01 13:56:10 2017 xorriso : UPDATE : 9.10% done, estimate finish Wed Feb 01 13:56:11 2017 xorriso : UPDATE : 10.25% done, estimate finish Wed Feb 01 13:56:04 2017 xorriso : UPDATE : 10.25% done, estimate finish Wed Feb 01 13:56:15 2017 xorriso : UPDATE : 11.33% done, estimate finish Wed Feb 01 13:56:10 2017 xorriso : UPDATE : 13.21% done, estimate finish Wed Feb 01 13:55:56 2017 xorriso : UPDATE : 13.31% done, estimate finish Wed Feb 01 13:56:04 2017 xorriso : UPDATE : 14.67% done, estimate finish Wed Feb 01 13:55:59 2017 xorriso : UPDATE : 15.20% done, estimate finish Wed Feb 01 13:56:01 2017 xorriso : UPDATE : 15.75% done, estimate finish Wed Feb 01 13:56:04 2017 xorriso : UPDATE : 16.33% done, estimate finish Wed Feb 01 13:56:05 2017 xorriso : UPDATE : 17.22% done, estimate finish Wed Feb 01 13:56:01 2017 xorriso : UPDATE : 17.66% done, estimate finish Wed Feb 01 13:56:05 2017 xorriso : UPDATE : 18.17% done, estimate finish Wed Feb 01 13:56:08 2017 xorriso : UPDATE : 18.61% done, estimate finish Wed Feb 01 13:56:11 2017 xorriso : UPDATE : 19.40% done, estimate finish Wed Feb 01 13:56:11 2017 xorriso : UPDATE : 19.95% done, estimate finish Wed Feb 01 13:56:12 2017 xorriso : UPDATE : 20.18% done, estimate finish Wed Feb 01 13:56:17 2017 xorriso : UPDATE : 21.14% done, estimate finish Wed Feb 01 13:56:15 2017 xorriso : UPDATE : 21.87% done, estimate finish Wed Feb 01 13:56:14 2017 xorriso : UPDATE : 22.54% done, estimate finish Wed Feb 01 13:56:15 2017 xorriso : UPDATE : 23.11% done, estimate finish Wed Feb 01 13:56:28 2017 xorriso : UPDATE : 24.02% done, estimate finish Wed Feb 01 13:56:24 2017 xorriso : UPDATE : 24.88% done, estimate finish Wed Feb 01 13:56:21 2017 xorriso : UPDATE : 25.80% done, estimate finish Wed Feb 01 13:56:18 2017 xorriso : UPDATE : 26.38% done, estimate finish Wed Feb 01 13:56:19 2017 xorriso : UPDATE : 26.38% done, estimate finish Wed Feb 01 13:56:25 2017 xorriso : UPDATE : 28.15% done, estimate finish Wed Feb 01 13:56:15 2017 xorriso : UPDATE : 28.30% done, estimate finish Wed Feb 01 13:56:19 2017 xorriso : UPDATE : 29.59% done, estimate finish Wed Feb 01 13:56:14 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:56:15 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:56:20 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:56:22 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:56:30 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:56:38 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:56:45 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:56:53 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:57:01 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:57:09 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:57:16 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:57:24 2017 xorriso : UPDATE : 30.24% done, estimate finish Wed Feb 01 13:57:32 2017 xorriso : UPDATE : 30.24% done xorriso : UPDATE : 30.24% done xorriso : UPDATE : 30.24% done xorriso : UPDATE : 30.24% done xorriso : UPDATE : 30.24% done xorriso : UPDATE : 30.24% done xorriso : UPDATE : 34.21% done, estimate finish Wed Feb 01 13:58:20 2017 xorriso : UPDATE : 48.68% done, estimate finish Wed Feb 01 13:55:48 2017 xorriso : UPDATE : 49.45% done, estimate finish Wed Feb 01 13:55:48 2017 xorriso : UPDATE : 50.07% done, estimate finish Wed Feb 01 13:55:49 2017 xorriso : UPDATE : 50.62% done, estimate finish Wed Feb 01 13:55:35 2017 xorriso : UPDATE : 51.31% done, estimate finish Wed Feb 01 13:55:36 2017 xorriso : UPDATE : 51.98% done, estimate finish Wed Feb 01 13:55:37 2017 xorriso : UPDATE : 52.79% done, estimate finish Wed Feb 01 13:55:38 2017 xorriso : UPDATE : 53.58% done, estimate finish Wed Feb 01 13:55:39 2017 xorriso : UPDATE : 54.06% done, estimate finish Wed Feb 01 13:55:41 2017 xorriso : UPDATE : 54.71% done, estimate finish Wed Feb 01 13:55:42 2017 xorriso : UPDATE : 55.63% done, estimate finish Wed Feb 01 13:55:42 2017 xorriso : UPDATE : 56.10% done, estimate finish Wed Feb 01 13:55:44 2017 xorriso : UPDATE : 56.99% done, estimate finish Wed Feb 01 13:55:45 2017 xorriso : UPDATE : 57.58% done, estimate finish Wed Feb 01 13:56:07 2017 xorriso : UPDATE : 58.68% done, estimate finish Wed Feb 01 13:56:04 2017 xorriso : UPDATE : 59.35% done, estimate finish Wed Feb 01 13:56:04 2017 xorriso : UPDATE : 59.99% done, estimate finish Wed Feb 01 13:56:05 2017 xorriso : UPDATE : 60.89% done, estimate finish Wed Feb 01 13:56:04 2017 xorriso : UPDATE : 61.68% done, estimate finish Wed Feb 01 13:56:04 2017 xorriso : UPDATE : 62.32% done, estimate finish Wed Feb 01 13:56:05 2017 xorriso : UPDATE : 62.67% done, estimate finish Wed Feb 01 13:56:06 2017 xorriso : UPDATE : 63.33% done, estimate finish Wed Feb 01 13:56:07 2017 xorriso : UPDATE : 63.33% done, estimate finish Wed Feb 01 13:56:09 2017 xorriso : UPDATE : 63.33% done, estimate finish Wed Feb 01 13:56:17 2017 xorriso : UPDATE : 63.33% done, estimate finish Wed Feb 01 13:56:23 2017 xorriso : UPDATE : 68.13% done, estimate finish Wed Feb 01 13:55:57 2017 xorriso : UPDATE : 68.33% done, estimate finish Wed Feb 01 13:55:59 2017 xorriso : UPDATE : 68.33% done, estimate finish Wed Feb 01 13:56:03 2017 xorriso : UPDATE : 68.33% done, estimate finish Wed Feb 01 13:56:06 2017 xorriso : UPDATE : 68.33% done, estimate finish Wed Feb 01 13:56:10 2017 xorriso : UPDATE : 68.33% done, estimate finish Wed Feb 01 13:56:13 2017 xorriso : UPDATE : 68.33% done, estimate finish Wed Feb 01 13:56:17 2017 xorriso : UPDATE : 74.47% done, estimate finish Wed Feb 01 13:55:56 2017 xorriso : UPDATE : 75.07% done, estimate finish Wed Feb 01 13:55:51 2017 xorriso : UPDATE : 75.56% done, estimate finish Wed Feb 01 13:55:52 2017 xorriso : UPDATE : 76.04% done, estimate finish Wed Feb 01 13:55:54 2017 xorriso : UPDATE : 76.17% done, estimate finish Wed Feb 01 13:55:57 2017 xorriso : UPDATE : 77.46% done, estimate finish Wed Feb 01 13:55:55 2017 xorriso : UPDATE : 78.18% done, estimate finish Wed Feb 01 13:55:56 2017 xorriso : UPDATE : 78.79% done, estimate finish Wed Feb 01 13:55:56 2017 xorriso : UPDATE : 79.46% done, estimate finish Wed Feb 01 13:55:57 2017 xorriso : UPDATE : 80.17% done, estimate finish Wed Feb 01 13:55:57 2017 xorriso : UPDATE : 80.55% done, estimate finish Wed Feb 01 13:55:58 2017 xorriso : UPDATE : 80.55% done, estimate finish Wed Feb 01 13:56:11 2017 xorriso : UPDATE : 82.32% done, estimate finish Wed Feb 01 13:56:04 2017 xorriso : UPDATE : 82.32% done, estimate finish Wed Feb 01 13:56:08 2017 xorriso : UPDATE : 82.32% done, estimate finish Wed Feb 01 13:56:11 2017 xorriso : UPDATE : 82.32% done, estimate finish Wed Feb 01 13:56:15 2017 xorriso : UPDATE : 82.32% done, estimate finish Wed Feb 01 13:56:17 2017 xorriso : UPDATE : 87.35% done, estimate finish Wed Feb 01 13:56:00 2017 xorriso : UPDATE : 87.42% done, estimate finish Wed Feb 01 13:56:01 2017 xorriso : UPDATE : 88.89% done, estimate finish Wed Feb 01 13:56:00 2017 xorriso : UPDATE : 89.65% done, estimate finish Wed Feb 01 13:56:00 2017 xorriso : UPDATE : 90.24% done, estimate finish Wed Feb 01 13:56:00 2017 xorriso : UPDATE : 90.73% done, estimate finish Wed Feb 01 13:55:59 2017 xorriso : UPDATE : 90.94% done, estimate finish Wed Feb 01 13:56:01 2017 xorriso : UPDATE : 91.88% done, estimate finish Wed Feb 01 13:56:00 2017 xorriso : UPDATE : 91.88% done, estimate finish Wed Feb 01 13:56:01 2017 xorriso : UPDATE : 91.88% done, estimate finish Wed Feb 01 13:56:03 2017 xorriso : UPDATE : 91.88% done, estimate finish Wed Feb 01 13:56:05 2017 xorriso : UPDATE : 96.26% done, estimate finish Wed Feb 01 13:55:59 2017 xorriso : UPDATE : 96.26% done, estimate finish Wed Feb 01 13:56:00 2017 xorriso : UPDATE : 98.22% done xorriso : UPDATE : 98.69% done xorriso : UPDATE : 99.63% done ISO image produced: 2286730 sectors Written to medium : 2286730 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:56:00 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 7' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-7.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-7.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD7' xorriso : UPDATE : 5430 files added in 1 seconds xorriso : UPDATE : 5430 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.28% done xorriso : UPDATE : 0.32% done, estimate finish Wed Feb 01 14:06:52 2017 xorriso : UPDATE : 0.91% done, estimate finish Wed Feb 01 14:01:43 2017 xorriso : UPDATE : 1.41% done, estimate finish Wed Feb 01 14:00:52 2017 xorriso : UPDATE : 2.24% done, estimate finish Wed Feb 01 13:59:49 2017 xorriso : UPDATE : 3.06% done, estimate finish Wed Feb 01 13:59:21 2017 xorriso : UPDATE : 3.32% done, estimate finish Wed Feb 01 13:59:36 2017 xorriso : UPDATE : 4.60% done, estimate finish Wed Feb 01 13:58:58 2017 xorriso : UPDATE : 5.56% done, estimate finish Wed Feb 01 13:58:45 2017 xorriso : UPDATE : 6.08% done, estimate finish Wed Feb 01 13:58:48 2017 xorriso : UPDATE : 6.64% done, estimate finish Wed Feb 01 13:58:49 2017 xorriso : UPDATE : 7.25% done, estimate finish Wed Feb 01 13:58:49 2017 xorriso : UPDATE : 8.17% done, estimate finish Wed Feb 01 13:58:21 2017 xorriso : UPDATE : 8.53% done, estimate finish Wed Feb 01 13:58:27 2017 xorriso : UPDATE : 9.03% done, estimate finish Wed Feb 01 13:58:31 2017 xorriso : UPDATE : 10.74% done, estimate finish Wed Feb 01 13:58:15 2017 xorriso : UPDATE : 11.55% done, estimate finish Wed Feb 01 13:58:15 2017 xorriso : UPDATE : 11.57% done, estimate finish Wed Feb 01 13:58:24 2017 xorriso : UPDATE : 12.36% done, estimate finish Wed Feb 01 13:58:23 2017 xorriso : UPDATE : 12.91% done, estimate finish Wed Feb 01 13:58:24 2017 xorriso : UPDATE : 13.55% done, estimate finish Wed Feb 01 13:58:25 2017 xorriso : UPDATE : 13.90% done, estimate finish Wed Feb 01 13:58:29 2017 xorriso : UPDATE : 14.99% done, estimate finish Wed Feb 01 13:58:27 2017 xorriso : UPDATE : 15.63% done, estimate finish Wed Feb 01 13:58:28 2017 xorriso : UPDATE : 16.24% done, estimate finish Wed Feb 01 13:58:28 2017 xorriso : UPDATE : 16.94% done, estimate finish Wed Feb 01 13:58:29 2017 xorriso : UPDATE : 17.54% done, estimate finish Wed Feb 01 13:58:30 2017 xorriso : UPDATE : 18.19% done, estimate finish Wed Feb 01 13:58:29 2017 xorriso : UPDATE : 18.83% done, estimate finish Wed Feb 01 13:58:30 2017 xorriso : UPDATE : 19.67% done, estimate finish Wed Feb 01 13:58:28 2017 xorriso : UPDATE : 20.38% done, estimate finish Wed Feb 01 13:58:28 2017 xorriso : UPDATE : 21.35% done, estimate finish Wed Feb 01 13:58:25 2017 xorriso : UPDATE : 21.79% done, estimate finish Wed Feb 01 13:58:28 2017 xorriso : UPDATE : 22.38% done, estimate finish Wed Feb 01 13:58:29 2017 xorriso : UPDATE : 22.94% done, estimate finish Wed Feb 01 13:58:31 2017 xorriso : UPDATE : 22.94% done, estimate finish Wed Feb 01 13:58:39 2017 xorriso : UPDATE : 25.03% done, estimate finish Wed Feb 01 13:58:23 2017 xorriso : UPDATE : 25.96% done, estimate finish Wed Feb 01 13:58:21 2017 xorriso : UPDATE : 26.47% done, estimate finish Wed Feb 01 13:58:23 2017 xorriso : UPDATE : 26.92% done, estimate finish Wed Feb 01 13:58:25 2017 xorriso : UPDATE : 27.24% done, estimate finish Wed Feb 01 13:58:28 2017 xorriso : UPDATE : 28.54% done, estimate finish Wed Feb 01 13:58:24 2017 xorriso : UPDATE : 29.33% done, estimate finish Wed Feb 01 13:58:20 2017 xorriso : UPDATE : 29.33% done, estimate finish Wed Feb 01 13:58:28 2017 xorriso : UPDATE : 31.36% done, estimate finish Wed Feb 01 13:58:16 2017 xorriso : UPDATE : 31.44% done, estimate finish Wed Feb 01 13:58:21 2017 xorriso : UPDATE : 32.48% done, estimate finish Wed Feb 01 13:58:19 2017 xorriso : UPDATE : 33.89% done, estimate finish Wed Feb 01 13:58:14 2017 xorriso : UPDATE : 34.14% done, estimate finish Wed Feb 01 13:58:18 2017 xorriso : UPDATE : 34.14% done, estimate finish Wed Feb 01 13:58:23 2017 xorriso : UPDATE : 34.14% done, estimate finish Wed Feb 01 13:58:28 2017 xorriso : UPDATE : 34.14% done, estimate finish Wed Feb 01 13:58:33 2017 xorriso : UPDATE : 34.14% done, estimate finish Wed Feb 01 13:58:56 2017 xorriso : UPDATE : 34.14% done, estimate finish Wed Feb 01 13:59:06 2017 xorriso : UPDATE : 40.66% done, estimate finish Wed Feb 01 13:58:04 2017 xorriso : UPDATE : 40.66% done, estimate finish Wed Feb 01 13:58:10 2017 xorriso : UPDATE : 40.66% done, estimate finish Wed Feb 01 13:58:14 2017 xorriso : UPDATE : 40.66% done, estimate finish Wed Feb 01 13:58:19 2017 xorriso : UPDATE : 40.66% done, estimate finish Wed Feb 01 13:58:23 2017 xorriso : UPDATE : 40.66% done, estimate finish Wed Feb 01 13:58:29 2017 xorriso : UPDATE : 40.66% done, estimate finish Wed Feb 01 13:58:33 2017 xorriso : UPDATE : 47.54% done, estimate finish Wed Feb 01 13:58:01 2017 xorriso : UPDATE : 48.20% done, estimate finish Wed Feb 01 13:57:51 2017 xorriso : UPDATE : 48.99% done, estimate finish Wed Feb 01 13:57:52 2017 xorriso : UPDATE : 49.66% done, estimate finish Wed Feb 01 13:57:53 2017 xorriso : UPDATE : 50.57% done, estimate finish Wed Feb 01 13:57:54 2017 xorriso : UPDATE : 50.68% done, estimate finish Wed Feb 01 13:57:57 2017 xorriso : UPDATE : 50.68% done, estimate finish Wed Feb 01 13:58:00 2017 xorriso : UPDATE : 50.68% done, estimate finish Wed Feb 01 13:58:03 2017 xorriso : UPDATE : 50.68% done, estimate finish Wed Feb 01 13:58:06 2017 xorriso : UPDATE : 50.68% done, estimate finish Wed Feb 01 13:58:10 2017 xorriso : UPDATE : 50.68% done, estimate finish Wed Feb 01 13:58:13 2017 xorriso : UPDATE : 50.68% done, estimate finish Wed Feb 01 13:59:50 2017 xorriso : UPDATE : 50.68% done, estimate finish Wed Feb 01 14:00:03 2017 xorriso : UPDATE : 58.76% done, estimate finish Wed Feb 01 13:58:04 2017 xorriso : UPDATE : 58.76% done, estimate finish Wed Feb 01 13:58:08 2017 xorriso : UPDATE : 58.76% done, estimate finish Wed Feb 01 13:58:12 2017 xorriso : UPDATE : 58.76% done, estimate finish Wed Feb 01 13:58:16 2017 xorriso : UPDATE : 58.76% done, estimate finish Wed Feb 01 13:58:20 2017 xorriso : UPDATE : 58.76% done, estimate finish Wed Feb 01 13:58:24 2017 xorriso : UPDATE : 58.76% done, estimate finish Wed Feb 01 13:58:27 2017 xorriso : UPDATE : 65.97% done, estimate finish Wed Feb 01 13:58:01 2017 xorriso : UPDATE : 66.33% done, estimate finish Wed Feb 01 13:58:02 2017 xorriso : UPDATE : 67.34% done, estimate finish Wed Feb 01 13:57:51 2017 xorriso : UPDATE : 67.79% done, estimate finish Wed Feb 01 13:57:52 2017 xorriso : UPDATE : 68.58% done, estimate finish Wed Feb 01 13:57:53 2017 xorriso : UPDATE : 68.96% done, estimate finish Wed Feb 01 13:57:54 2017 xorriso : UPDATE : 69.69% done, estimate finish Wed Feb 01 13:57:56 2017 xorriso : UPDATE : 69.70% done, estimate finish Wed Feb 01 13:57:58 2017 xorriso : UPDATE : 71.23% done, estimate finish Wed Feb 01 13:57:57 2017 xorriso : UPDATE : 71.23% done, estimate finish Wed Feb 01 13:58:00 2017 xorriso : UPDATE : 71.23% done, estimate finish Wed Feb 01 13:58:01 2017 xorriso : UPDATE : 74.42% done, estimate finish Wed Feb 01 13:57:58 2017 xorriso : UPDATE : 74.86% done, estimate finish Wed Feb 01 13:58:07 2017 xorriso : UPDATE : 75.79% done, estimate finish Wed Feb 01 13:58:07 2017 xorriso : UPDATE : 76.48% done, estimate finish Wed Feb 01 13:58:07 2017 xorriso : UPDATE : 76.94% done, estimate finish Wed Feb 01 13:58:09 2017 xorriso : UPDATE : 77.87% done, estimate finish Wed Feb 01 13:58:08 2017 xorriso : UPDATE : 78.41% done, estimate finish Wed Feb 01 13:58:08 2017 xorriso : UPDATE : 79.65% done, estimate finish Wed Feb 01 13:58:07 2017 xorriso : UPDATE : 80.24% done, estimate finish Wed Feb 01 13:58:08 2017 xorriso : UPDATE : 80.24% done, estimate finish Wed Feb 01 13:58:09 2017 xorriso : UPDATE : 80.24% done, estimate finish Wed Feb 01 13:58:12 2017 xorriso : UPDATE : 80.24% done, estimate finish Wed Feb 01 13:58:19 2017 xorriso : UPDATE : 80.24% done, estimate finish Wed Feb 01 13:58:24 2017 xorriso : UPDATE : 80.24% done, estimate finish Wed Feb 01 13:58:28 2017 xorriso : UPDATE : 80.24% done, estimate finish Wed Feb 01 13:58:32 2017 xorriso : UPDATE : 80.24% done, estimate finish Wed Feb 01 13:58:36 2017 xorriso : UPDATE : 88.66% done, estimate finish Wed Feb 01 13:58:02 2017 xorriso : UPDATE : 89.42% done, estimate finish Wed Feb 01 13:58:02 2017 xorriso : UPDATE : 89.90% done, estimate finish Wed Feb 01 13:58:03 2017 xorriso : UPDATE : 90.64% done, estimate finish Wed Feb 01 13:58:04 2017 xorriso : UPDATE : 90.81% done, estimate finish Wed Feb 01 13:58:05 2017 xorriso : UPDATE : 90.81% done, estimate finish Wed Feb 01 13:58:04 2017 xorriso : UPDATE : 90.81% done, estimate finish Wed Feb 01 13:58:06 2017 xorriso : UPDATE : 90.81% done, estimate finish Wed Feb 01 13:58:08 2017 xorriso : UPDATE : 90.81% done, estimate finish Wed Feb 01 13:58:09 2017 xorriso : UPDATE : 90.81% done, estimate finish Wed Feb 01 13:58:11 2017 xorriso : UPDATE : 97.34% done, estimate finish Wed Feb 01 13:58:02 2017 xorriso : UPDATE : 97.49% done, estimate finish Wed Feb 01 13:58:03 2017 xorriso : UPDATE : 98.45% done xorriso : UPDATE : 99.22% done xorriso : UPDATE : 99.86% done ISO image produced: 2293369 sectors Written to medium : 2293369 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 13:58:05 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 8' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-8.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-8.template -jigdo-map Debian=/org/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD8' xorriso : UPDATE : 8214 files added in 1 seconds xorriso : UPDATE : 8214 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.27% done xorriso : UPDATE : 0.76% done xorriso : UPDATE : 1.69% done, estimate finish Wed Feb 01 14:00:58 2017 xorriso : UPDATE : 2.23% done, estimate finish Wed Feb 01 14:01:02 2017 xorriso : UPDATE : 2.54% done, estimate finish Wed Feb 01 14:01:20 2017 xorriso : UPDATE : 3.58% done, estimate finish Wed Feb 01 14:00:52 2017 xorriso : UPDATE : 4.15% done, estimate finish Wed Feb 01 14:00:53 2017 xorriso : UPDATE : 4.29% done, estimate finish Wed Feb 01 14:01:11 2017 xorriso : UPDATE : 4.29% done, estimate finish Wed Feb 01 14:01:34 2017 xorriso : UPDATE : 6.54% done, estimate finish Wed Feb 01 14:00:38 2017 xorriso : UPDATE : 7.00% done, estimate finish Wed Feb 01 14:00:43 2017 xorriso : UPDATE : 7.55% done, estimate finish Wed Feb 01 14:00:44 2017 xorriso : UPDATE : 8.20% done, estimate finish Wed Feb 01 14:00:40 2017 xorriso : UPDATE : 8.57% done, estimate finish Wed Feb 01 14:00:46 2017 xorriso : UPDATE : 9.14% done, estimate finish Wed Feb 01 14:00:48 2017 xorriso : UPDATE : 9.70% done, estimate finish Wed Feb 01 14:00:49 2017 xorriso : UPDATE : 10.64% done, estimate finish Wed Feb 01 14:00:43 2017 xorriso : UPDATE : 10.97% done, estimate finish Wed Feb 01 14:00:48 2017 xorriso : UPDATE : 11.78% done, estimate finish Wed Feb 01 14:00:45 2017 xorriso : UPDATE : 12.36% done, estimate finish Wed Feb 01 14:00:46 2017 xorriso : UPDATE : 12.36% done, estimate finish Wed Feb 01 14:00:55 2017 xorriso : UPDATE : 12.36% done, estimate finish Wed Feb 01 14:01:04 2017 xorriso : UPDATE : 13.12% done, estimate finish Wed Feb 01 14:01:14 2017 xorriso : UPDATE : 16.31% done, estimate finish Wed Feb 01 14:00:26 2017 xorriso : UPDATE : 17.49% done, estimate finish Wed Feb 01 14:00:21 2017 xorriso : UPDATE : 18.23% done, estimate finish Wed Feb 01 14:00:22 2017 xorriso : UPDATE : 18.72% done, estimate finish Wed Feb 01 14:00:24 2017 xorriso : UPDATE : 19.45% done, estimate finish Wed Feb 01 14:00:24 2017 xorriso : UPDATE : 20.15% done, estimate finish Wed Feb 01 14:00:24 2017 xorriso : UPDATE : 20.61% done, estimate finish Wed Feb 01 14:00:27 2017 xorriso : UPDATE : 21.33% done, estimate finish Wed Feb 01 14:00:27 2017 xorriso : UPDATE : 22.02% done, estimate finish Wed Feb 01 14:00:27 2017 xorriso : UPDATE : 22.52% done, estimate finish Wed Feb 01 14:00:14 2017 xorriso : UPDATE : 23.05% done, estimate finish Wed Feb 01 14:00:17 2017 xorriso : UPDATE : 23.77% done, estimate finish Wed Feb 01 14:00:17 2017 xorriso : UPDATE : 24.12% done, estimate finish Wed Feb 01 14:00:21 2017 xorriso : UPDATE : 24.94% done, estimate finish Wed Feb 01 14:00:21 2017 xorriso : UPDATE : 25.45% done, estimate finish Wed Feb 01 14:00:22 2017 xorriso : UPDATE : 26.27% done, estimate finish Wed Feb 01 14:00:22 2017 xorriso : UPDATE : 27.03% done, estimate finish Wed Feb 01 14:00:22 2017 xorriso : UPDATE : 27.60% done, estimate finish Wed Feb 01 14:00:24 2017 xorriso : UPDATE : 28.32% done, estimate finish Wed Feb 01 14:00:24 2017 xorriso : UPDATE : 28.57% done, estimate finish Wed Feb 01 14:00:43 2017 xorriso : UPDATE : 28.57% done, estimate finish Wed Feb 01 14:00:51 2017 xorriso : UPDATE : 30.89% done, estimate finish Wed Feb 01 14:00:30 2017 xorriso : UPDATE : 31.67% done, estimate finish Wed Feb 01 14:00:30 2017 xorriso : UPDATE : 32.53% done, estimate finish Wed Feb 01 14:00:28 2017 xorriso : UPDATE : 32.56% done, estimate finish Wed Feb 01 14:00:34 2017 xorriso : UPDATE : 32.56% done, estimate finish Wed Feb 01 14:00:39 2017 xorriso : UPDATE : 32.56% done, estimate finish Wed Feb 01 14:00:46 2017 xorriso : UPDATE : 32.56% done, estimate finish Wed Feb 01 14:00:52 2017 xorriso : UPDATE : 36.48% done, estimate finish Wed Feb 01 14:00:25 2017 xorriso : UPDATE : 36.98% done, estimate finish Wed Feb 01 14:00:20 2017 xorriso : UPDATE : 37.47% done, estimate finish Wed Feb 01 14:00:22 2017 xorriso : UPDATE : 37.96% done, estimate finish Wed Feb 01 14:00:24 2017 xorriso : UPDATE : 38.36% done, estimate finish Wed Feb 01 14:00:27 2017 xorriso : UPDATE : 38.69% done, estimate finish Wed Feb 01 14:00:29 2017 xorriso : UPDATE : 39.16% done, estimate finish Wed Feb 01 14:00:32 2017 xorriso : UPDATE : 39.39% done, estimate finish Wed Feb 01 14:00:35 2017 xorriso : UPDATE : 40.64% done, estimate finish Wed Feb 01 14:00:31 2017 xorriso : UPDATE : 41.21% done, estimate finish Wed Feb 01 14:00:31 2017 xorriso : UPDATE : 41.55% done, estimate finish Wed Feb 01 14:00:34 2017 xorriso : UPDATE : 42.74% done, estimate finish Wed Feb 01 14:00:42 2017 xorriso : UPDATE : 43.56% done, estimate finish Wed Feb 01 14:00:39 2017 xorriso : UPDATE : 44.20% done, estimate finish Wed Feb 01 14:00:39 2017 xorriso : UPDATE : 44.90% done, estimate finish Wed Feb 01 14:00:38 2017 xorriso : UPDATE : 45.35% done, estimate finish Wed Feb 01 14:00:40 2017 xorriso : UPDATE : 45.94% done, estimate finish Wed Feb 01 14:00:40 2017 xorriso : UPDATE : 46.52% done, estimate finish Wed Feb 01 14:00:41 2017 xorriso : UPDATE : 47.10% done, estimate finish Wed Feb 01 14:00:41 2017 xorriso : UPDATE : 48.01% done, estimate finish Wed Feb 01 14:00:38 2017 xorriso : UPDATE : 48.01% done, estimate finish Wed Feb 01 14:00:43 2017 xorriso : UPDATE : 50.41% done, estimate finish Wed Feb 01 14:00:32 2017 xorriso : UPDATE : 50.85% done, estimate finish Wed Feb 01 14:00:28 2017 xorriso : UPDATE : 51.40% done, estimate finish Wed Feb 01 14:00:29 2017 xorriso : UPDATE : 51.40% done, estimate finish Wed Feb 01 14:00:34 2017 xorriso : UPDATE : 51.40% done, estimate finish Wed Feb 01 14:00:40 2017 xorriso : UPDATE : 51.40% done, estimate finish Wed Feb 01 14:00:44 2017 xorriso : UPDATE : 51.63% done, estimate finish Wed Feb 01 14:00:47 2017 xorriso : UPDATE : 57.12% done, estimate finish Wed Feb 01 14:00:19 2017 xorriso : UPDATE : 57.90% done, estimate finish Wed Feb 01 14:00:19 2017 xorriso : UPDATE : 58.75% done, estimate finish Wed Feb 01 14:00:19 2017 xorriso : UPDATE : 59.58% done, estimate finish Wed Feb 01 14:00:19 2017 xorriso : UPDATE : 60.36% done, estimate finish Wed Feb 01 14:00:15 2017 xorriso : UPDATE : 60.80% done, estimate finish Wed Feb 01 14:00:17 2017 xorriso : UPDATE : 60.80% done, estimate finish Wed Feb 01 14:00:21 2017 xorriso : UPDATE : 60.80% done, estimate finish Wed Feb 01 14:00:25 2017 xorriso : UPDATE : 60.80% done, estimate finish Wed Feb 01 14:00:30 2017 xorriso : UPDATE : 64.93% done, estimate finish Wed Feb 01 14:00:15 2017 xorriso : UPDATE : 66.08% done, estimate finish Wed Feb 01 14:00:14 2017 xorriso : UPDATE : 67.04% done, estimate finish Wed Feb 01 14:00:14 2017 xorriso : UPDATE : 67.05% done, estimate finish Wed Feb 01 14:00:16 2017 xorriso : UPDATE : 67.05% done, estimate finish Wed Feb 01 14:00:19 2017 xorriso : UPDATE : 67.05% done, estimate finish Wed Feb 01 14:00:29 2017 xorriso : UPDATE : 70.74% done, estimate finish Wed Feb 01 14:00:14 2017 xorriso : UPDATE : 71.67% done, estimate finish Wed Feb 01 14:00:14 2017 xorriso : UPDATE : 72.38% done, estimate finish Wed Feb 01 14:00:14 2017 xorriso : UPDATE : 72.95% done, estimate finish Wed Feb 01 14:00:15 2017 xorriso : UPDATE : 73.74% done, estimate finish Wed Feb 01 14:00:16 2017 xorriso : UPDATE : 74.40% done, estimate finish Wed Feb 01 14:00:16 2017 xorriso : UPDATE : 74.86% done, estimate finish Wed Feb 01 14:00:17 2017 xorriso : UPDATE : 76.35% done, estimate finish Wed Feb 01 14:00:15 2017 xorriso : UPDATE : 77.20% done, estimate finish Wed Feb 01 14:00:15 2017 xorriso : UPDATE : 77.62% done, estimate finish Wed Feb 01 14:00:13 2017 xorriso : UPDATE : 78.12% done, estimate finish Wed Feb 01 14:00:14 2017 xorriso : UPDATE : 78.97% done, estimate finish Wed Feb 01 14:00:14 2017 xorriso : UPDATE : 78.97% done, estimate finish Wed Feb 01 14:00:16 2017 xorriso : UPDATE : 81.59% done, estimate finish Wed Feb 01 14:00:12 2017 xorriso : UPDATE : 82.24% done, estimate finish Wed Feb 01 14:00:13 2017 xorriso : UPDATE : 82.50% done, estimate finish Wed Feb 01 14:00:15 2017 xorriso : UPDATE : 83.86% done, estimate finish Wed Feb 01 14:00:14 2017 xorriso : UPDATE : 84.23% done, estimate finish Wed Feb 01 14:00:15 2017 xorriso : UPDATE : 85.32% done, estimate finish Wed Feb 01 14:00:14 2017 xorriso : UPDATE : 86.23% done, estimate finish Wed Feb 01 14:00:15 2017 xorriso : UPDATE : 86.87% done, estimate finish Wed Feb 01 14:00:17 2017 xorriso : UPDATE : 87.33% done, estimate finish Wed Feb 01 14:00:18 2017 xorriso : UPDATE : 87.88% done, estimate finish Wed Feb 01 14:00:18 2017 xorriso : UPDATE : 87.99% done, estimate finish Wed Feb 01 14:00:20 2017 xorriso : UPDATE : 89.25% done, estimate finish Wed Feb 01 14:00:18 2017 xorriso : UPDATE : 90.92% done, estimate finish Wed Feb 01 14:00:17 2017 xorriso : UPDATE : 91.63% done, estimate finish Wed Feb 01 14:00:17 2017 xorriso : UPDATE : 92.08% done, estimate finish Wed Feb 01 14:00:17 2017 xorriso : UPDATE : 92.38% done, estimate finish Wed Feb 01 14:00:18 2017 xorriso : UPDATE : 92.38% done, estimate finish Wed Feb 01 14:00:22 2017 xorriso : UPDATE : 92.38% done, estimate finish Wed Feb 01 14:00:24 2017 xorriso : UPDATE : 95.97% done, estimate finish Wed Feb 01 14:00:16 2017 xorriso : UPDATE : 96.56% done, estimate finish Wed Feb 01 14:00:17 2017 xorriso : UPDATE : 97.25% done, estimate finish Wed Feb 01 14:00:17 2017 xorriso : UPDATE : 97.44% done, estimate finish Wed Feb 01 14:00:18 2017 xorriso : UPDATE : 97.44% done, estimate finish Wed Feb 01 14:00:19 2017 xorriso : UPDATE : 99.99% done ISO image produced: 2293179 sectors Written to medium : 2293179 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 14:00:18 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 armhf 9' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-9.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armhf/debian-stretch-DI-rc2-armhf-DVD-9.template -jigdo-map Debian=/org/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 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 : UPDATE : 10000 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armhf/stretch/CD9' xorriso : UPDATE : 11149 files added in 1 seconds xorriso : UPDATE : 11149 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.44% done xorriso : UPDATE : 0.78% done, estimate finish Wed Feb 01 14:05:28 2017 xorriso : UPDATE : 1.70% done, estimate finish Wed Feb 01 14:03:41 2017 xorriso : UPDATE : 2.23% done, estimate finish Wed Feb 01 14:03:38 2017 xorriso : UPDATE : 2.23% done, estimate finish Wed Feb 01 14:04:23 2017 xorriso : UPDATE : 4.68% done, estimate finish Wed Feb 01 14:02:37 2017 xorriso : UPDATE : 5.37% done, estimate finish Wed Feb 01 14:02:38 2017 xorriso : UPDATE : 5.38% done, estimate finish Wed Feb 01 14:02:56 2017 xorriso : UPDATE : 5.38% done, estimate finish Wed Feb 01 14:03:15 2017 xorriso : UPDATE : 5.38% done, estimate finish Wed Feb 01 14:03:34 2017 xorriso : UPDATE : 9.21% done, estimate finish Wed Feb 01 14:02:24 2017 xorriso : UPDATE : 9.69% done, estimate finish Wed Feb 01 14:02:13 2017 xorriso : UPDATE : 10.19% done, estimate finish Wed Feb 01 14:02:18 2017 xorriso : UPDATE : 10.82% done, estimate finish Wed Feb 01 14:02:21 2017 xorriso : UPDATE : 11.02% done, estimate finish Wed Feb 01 14:02:28 2017 xorriso : UPDATE : 11.02% done, estimate finish Wed Feb 01 14:02:38 2017 xorriso : UPDATE : 11.02% done, estimate finish Wed Feb 01 14:02:48 2017 xorriso : UPDATE : 11.02% done, estimate finish Wed Feb 01 14:02:57 2017 xorriso : UPDATE : 15.63% done, estimate finish Wed Feb 01 14:02:16 2017 xorriso : UPDATE : 16.91% done, estimate finish Wed Feb 01 14:02:13 2017 xorriso : UPDATE : 17.42% done, estimate finish Wed Feb 01 14:02:16 2017 xorriso : UPDATE : 18.05% done, estimate finish Wed Feb 01 14:02:19 2017 xorriso : UPDATE : 18.29% done, estimate finish Wed Feb 01 14:02:25 2017 xorriso : UPDATE : 19.01% done, estimate finish Wed Feb 01 14:02:26 2017 xorriso : UPDATE : 19.51% done, estimate finish Wed Feb 01 14:02:28 2017 xorriso : UPDATE : 19.96% done, estimate finish Wed Feb 01 14:02:31 2017 xorriso : UPDATE : 20.38% done, estimate finish Wed Feb 01 14:02:34 2017 xorriso : UPDATE : 21.00% done, estimate finish Wed Feb 01 14:02:35 2017 xorriso : UPDATE : 22.00% done, estimate finish Wed Feb 01 14:02:33 2017 xorriso : UPDATE : 22.61% done, estimate finish Wed Feb 01 14:02:34 2017 xorriso : UPDATE : 23.16% done, estimate finish Wed Feb 01 14:02:36 2017 xorriso : UPDATE : 23.64% done, estimate finish Wed Feb 01 14:02:53 2017 xorriso : UPDATE : 24.35% done, estimate finish Wed Feb 01 14:02:51 2017 xorriso : UPDATE : 24.85% done, estimate finish Wed Feb 01 14:02:53 2017 xorriso : UPDATE : 25.41% done, estimate finish Wed Feb 01 14:02:53 2017 xorriso : UPDATE : 26.12% done, estimate finish Wed Feb 01 14:02:52 2017 xorriso : UPDATE : 26.88% done, estimate finish Wed Feb 01 14:02:50 2017 xorriso : UPDATE : 27.49% done, estimate finish Wed Feb 01 14:02:50 2017 xorriso : UPDATE : 28.04% done, estimate finish Wed Feb 01 14:02:51 2017 xorriso : UPDATE : 28.38% done, estimate finish Wed Feb 01 14:02:54 2017 xorriso : UPDATE : 29.20% done, estimate finish Wed Feb 01 14:02:52 2017 xorriso : UPDATE : 30.06% done, estimate finish Wed Feb 01 14:02:45 2017 xorriso : UPDATE : 30.40% done, estimate finish Wed Feb 01 14:02:50 2017 xorriso : UPDATE : 30.60% done, estimate finish Wed Feb 01 14:02:54 2017 xorriso : UPDATE : 30.60% done, estimate finish Wed Feb 01 14:03:02 2017 xorriso : UPDATE : 32.48% done, estimate finish Wed Feb 01 14:02:48 2017 xorriso : UPDATE : 32.68% done, estimate finish Wed Feb 01 14:02:52 2017 xorriso : UPDATE : 33.82% done, estimate finish Wed Feb 01 14:02:48 2017 xorriso : UPDATE : 34.35% done, estimate finish Wed Feb 01 14:02:49 2017 xorriso : UPDATE : 35.11% done, estimate finish Wed Feb 01 14:02:48 2017 xorriso : UPDATE : 35.70% done, estimate finish Wed Feb 01 14:02:48 2017 xorriso : UPDATE : 36.80% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 37.66% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 38.55% done, estimate finish Wed Feb 01 14:02:40 2017 xorriso : UPDATE : 38.95% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 39.75% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 40.44% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 40.44% done, estimate finish Wed Feb 01 14:02:47 2017 xorriso : UPDATE : 42.15% done, estimate finish Wed Feb 01 14:02:40 2017 xorriso : UPDATE : 43.86% done, estimate finish Wed Feb 01 14:02:34 2017 xorriso : UPDATE : 44.48% done, estimate finish Wed Feb 01 14:02:35 2017 xorriso : UPDATE : 44.76% done, estimate finish Wed Feb 01 14:02:33 2017 xorriso : UPDATE : 45.25% done, estimate finish Wed Feb 01 14:02:36 2017 xorriso : UPDATE : 45.84% done, estimate finish Wed Feb 01 14:02:37 2017 xorriso : UPDATE : 46.85% done, estimate finish Wed Feb 01 14:02:35 2017 xorriso : UPDATE : 47.07% done, estimate finish Wed Feb 01 14:02:38 2017 xorriso : UPDATE : 48.57% done, estimate finish Wed Feb 01 14:02:34 2017 xorriso : UPDATE : 49.03% done, estimate finish Wed Feb 01 14:02:35 2017 xorriso : UPDATE : 49.68% done, estimate finish Wed Feb 01 14:02:36 2017 xorriso : UPDATE : 51.01% done, estimate finish Wed Feb 01 14:02:34 2017 xorriso : UPDATE : 51.50% done, estimate finish Wed Feb 01 14:02:35 2017 xorriso : UPDATE : 51.92% done, estimate finish Wed Feb 01 14:02:36 2017 xorriso : UPDATE : 52.27% done, estimate finish Wed Feb 01 14:02:41 2017 xorriso : UPDATE : 52.79% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 53.49% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 54.14% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 54.65% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 54.65% done, estimate finish Wed Feb 01 14:02:49 2017 xorriso : UPDATE : 56.81% done, estimate finish Wed Feb 01 14:02:39 2017 xorriso : UPDATE : 57.18% done, estimate finish Wed Feb 01 14:02:41 2017 xorriso : UPDATE : 57.59% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 58.12% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 58.12% done, estimate finish Wed Feb 01 14:02:50 2017 xorriso : UPDATE : 59.49% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 59.99% done, estimate finish Wed Feb 01 14:02:45 2017 xorriso : UPDATE : 60.62% done, estimate finish Wed Feb 01 14:02:45 2017 xorriso : UPDATE : 60.87% done, estimate finish Wed Feb 01 14:02:48 2017 xorriso : UPDATE : 61.87% done, estimate finish Wed Feb 01 14:02:46 2017 xorriso : UPDATE : 63.08% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 63.27% done, estimate finish Wed Feb 01 14:02:45 2017 xorriso : UPDATE : 64.59% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 65.02% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 65.79% done, estimate finish Wed Feb 01 14:02:38 2017 xorriso : UPDATE : 66.35% done, estimate finish Wed Feb 01 14:02:39 2017 xorriso : UPDATE : 66.81% done, estimate finish Wed Feb 01 14:02:41 2017 xorriso : UPDATE : 67.19% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 67.65% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 68.27% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 68.73% done, estimate finish Wed Feb 01 14:02:45 2017 xorriso : UPDATE : 68.92% done, estimate finish Wed Feb 01 14:02:48 2017 xorriso : UPDATE : 70.14% done, estimate finish Wed Feb 01 14:02:45 2017 xorriso : UPDATE : 71.07% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 71.76% done, estimate finish Wed Feb 01 14:02:49 2017 xorriso : UPDATE : 72.13% done, estimate finish Wed Feb 01 14:02:51 2017 xorriso : UPDATE : 72.86% done, estimate finish Wed Feb 01 14:02:50 2017 xorriso : UPDATE : 73.50% done, estimate finish Wed Feb 01 14:02:49 2017 xorriso : UPDATE : 74.09% done, estimate finish Wed Feb 01 14:02:49 2017 xorriso : UPDATE : 74.69% done, estimate finish Wed Feb 01 14:02:49 2017 xorriso : UPDATE : 75.26% done, estimate finish Wed Feb 01 14:02:49 2017 xorriso : UPDATE : 75.84% done, estimate finish Wed Feb 01 14:02:49 2017 xorriso : UPDATE : 76.00% done, estimate finish Wed Feb 01 14:02:52 2017 xorriso : UPDATE : 77.47% done, estimate finish Wed Feb 01 14:02:48 2017 xorriso : UPDATE : 77.55% done, estimate finish Wed Feb 01 14:02:50 2017 xorriso : UPDATE : 79.41% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 80.26% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 80.89% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 81.55% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 82.67% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 83.61% done, estimate finish Wed Feb 01 14:02:41 2017 xorriso : UPDATE : 84.03% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 84.61% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 85.33% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 85.98% done, estimate finish Wed Feb 01 14:02:39 2017 xorriso : UPDATE : 86.62% done, estimate finish Wed Feb 01 14:02:40 2017 xorriso : UPDATE : 86.88% done, estimate finish Wed Feb 01 14:02:41 2017 xorriso : UPDATE : 87.33% done, estimate finish Wed Feb 01 14:02:42 2017 xorriso : UPDATE : 87.76% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 88.03% done, estimate finish Wed Feb 01 14:02:45 2017 xorriso : UPDATE : 89.18% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 89.67% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 89.67% done, estimate finish Wed Feb 01 14:02:46 2017 xorriso : UPDATE : 91.66% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 92.57% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 92.90% done, estimate finish Wed Feb 01 14:02:45 2017 xorriso : UPDATE : 93.29% done, estimate finish Wed Feb 01 14:02:46 2017 xorriso : UPDATE : 93.29% done, estimate finish Wed Feb 01 14:02:47 2017 xorriso : UPDATE : 95.70% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 96.47% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 96.97% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 97.40% done, estimate finish Wed Feb 01 14:02:43 2017 xorriso : UPDATE : 97.99% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 98.38% done, estimate finish Wed Feb 01 14:02:44 2017 xorriso : UPDATE : 99.03% done xorriso : UPDATE : 99.50% done xorriso : UPDATE : 100.00% done ISO image produced: 2289970 sectors Written to medium : 2289970 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 192ed93771aa26b175ed532a73ee1a910ee70a45 debian-stretch-DI-rc2-armhf-DVD-1.iso 1fcf7a513d83c59e493f9b63d0f7f8eb debian-stretch-DI-rc2-armhf-DVD-1.iso 6c9888f7f33966237666e213d576f3607a1cd91a0d2b300990574497d93a70cba09a76a5f115f8b1160499c3c963e075c7410df4dce0e5e81f71d06534b7bf39 debian-stretch-DI-rc2-armhf-DVD-1.iso 3f12d779519a99f4bd1a587609d3847d97b1a323ed7f665ecb1105b42549e320 debian-stretch-DI-rc2-armhf-DVD-1.iso 3d6b44750fb90405d9996388d5f8af1e42f7223d debian-stretch-DI-rc2-armhf-DVD-10.iso d6e2ffb90a93bae2db2740d9af045d2e debian-stretch-DI-rc2-armhf-DVD-10.iso 76ec9c1e8497354aba1006483ac6c2f7d01b0fde006e599f0efcc7ee3bb254e24bb014ffce975fbbceffe9f0d9315db75090f7a256f8d5ec0d7827515bd409e6 debian-stretch-DI-rc2-armhf-DVD-10.iso 9bcdb1af08b1e9b400f71bed5e3f60f1dae52833a3fa73dbd4966f8d8b33cff9 debian-stretch-DI-rc2-armhf-DVD-10.iso 909036c4c45b2d31bf15fa2d3976cd3822017dde debian-stretch-DI-rc2-armhf-DVD-11.iso c43d7fa1ef8017a3aad08795e22e08a5 debian-stretch-DI-rc2-armhf-DVD-11.iso fadbc34d80c4eee9ff719fe47f8e578db6b12b57e4ce4a341cc97373dc630d80c42d988071d8114cad7179286788a55e78f3eea222b43c4d4b5bdf34b821b413 debian-stretch-DI-rc2-armhf-DVD-11.iso 8b7b76f978e748889e0b3023b56359aa44ab1825471294322e83486a0f61e8b5 debian-stretch-DI-rc2-armhf-DVD-11.iso 70ce0f0611b7e4e2bdadcb13bcab4bbe98d3046d debian-stretch-DI-rc2-armhf-DVD-12.iso 806c1c30430fdead3fb8ab3495f230e4 debian-stretch-DI-rc2-armhf-DVD-12.iso b886c84ac390250bd5e45590f7f0d74eec57dceafa67a5dde172126a026a8f61a5b31b6a373b0159493a499c1b71b3968b34602991b43200b535ad5072f80c55 debian-stretch-DI-rc2-armhf-DVD-12.iso ed745f2d9ac6eec5aeaefc3d212cc417278b7b1962fa85d7253e85a6bc1dfef1 debian-stretch-DI-rc2-armhf-DVD-12.iso 6e7b06f65c8ec7bebb71ca7506aa6e4656483d36 debian-stretch-DI-rc2-armhf-DVD-13.iso be00986e028e363729ca28a9cd22a600 debian-stretch-DI-rc2-armhf-DVD-13.iso 87f30bfc250669e65f6cf7cf5c8e70571dd5d2eff990bd95bebaf7a856408c893843ba5429fb1ee52ec4ccc4ce80cac1a1fefccb3dea41b480aab9433b7b9e5c debian-stretch-DI-rc2-armhf-DVD-13.iso 1662ef5cdb6009e3b9f7ad9c5e1245b72781746d4d935a599b94ae06fa22cc64 debian-stretch-DI-rc2-armhf-DVD-13.iso 859bdcebed4c6db148d9cb0f65014814ce6c75b4 debian-stretch-DI-rc2-armhf-DVD-2.iso a091139b2428b3492acb76a464b057a9 debian-stretch-DI-rc2-armhf-DVD-2.iso f02e393ece0997b367a9f065c855fcd10780ec83923b6c96ebfc6e7bc15ae33173f58211f20e020da0579653c082a141781e10bf2714b633093ee0716a91f7eb debian-stretch-DI-rc2-armhf-DVD-2.iso 709c0a87e77c8cc543946a4e641905ae4a09bdc71d38c6d6b78e0e80d832344f debian-stretch-DI-rc2-armhf-DVD-2.iso d6acae3da11788daefcfbba19f9264b02b8de2a0 debian-stretch-DI-rc2-armhf-DVD-3.iso 9222be915986059a4d854caebb781aa0 debian-stretch-DI-rc2-armhf-DVD-3.iso 174ec2d1d4626ec684b6874342f7c390f5e3eb0908ffa80202d31a6ef1494d16d37b351cad2a17a00ee40f1dd154f987474850d5fd83d5ef725e66e3df3218fb debian-stretch-DI-rc2-armhf-DVD-3.iso 1c5d30cf057debdfca07cea4ade9fc32277d96f68bef06aa6232719c075be8b8 debian-stretch-DI-rc2-armhf-DVD-3.iso c5004bacac3d31da40243d352b4939fe6fe8ead7 debian-stretch-DI-rc2-armhf-DVD-4.iso c7fa3dfcee1a898dcf0244cb1f38bf49 debian-stretch-DI-rc2-armhf-DVD-4.iso 340a213c325358cad31e5ab5cbf6e722eb82f3f58ac038e727a28ff7b5e8a96262c13dc1ab89832ad1e19e38909b367a4ea1ccbd303ee8b69d95a648459f8706 debian-stretch-DI-rc2-armhf-DVD-4.iso 978b450872eebd6492a917bc399538538993afe211c0f623ce91c931e1dccc44 debian-stretch-DI-rc2-armhf-DVD-4.iso e609c5636cd12d904ab5b20cfb5284c98ba378c9 debian-stretch-DI-rc2-armhf-DVD-5.iso 7da77ee3d68a6771878b9b068b8c8c43 debian-stretch-DI-rc2-armhf-DVD-5.iso d3da79da261526462be07e94ee23812660745e684377b82482da03fb425255d01a5e89a1e081590783e281edac9d79343bf90c3e99430981560616b9b590f3b4 debian-stretch-DI-rc2-armhf-DVD-5.iso 6fba0994e33af941905e7ac9d9fd7d4d9d1259bbb68afaa05adcafc645e0ea20 debian-stretch-DI-rc2-armhf-DVD-5.iso e90d369b7e96fbaae131f3ad1bd7e52fd5ac5066 debian-stretch-DI-rc2-armhf-DVD-6.iso 8eaee58cd774db342289c9181331ee7d debian-stretch-DI-rc2-armhf-DVD-6.iso d691de6df16667760f72bddc4ecbcc0f007b1619f0b3fcb6be978b943f753a71212244ea8f05573a0298f384a22cbf6f068676c840d79f0e62fafaebc1163d10 debian-stretch-DI-rc2-armhf-DVD-6.iso 978cac582991ec9922ff45893fc27f06e8e2f5799e9f87846598134c52cd3fe3 debian-stretch-DI-rc2-armhf-DVD-6.iso b59993b8c18a884f9db14a4a1470d1bbac83f474 debian-stretch-DI-rc2-armhf-DVD-7.iso 6695ea19516460ac9d5fec3cd4dee8d0 debian-stretch-DI-rc2-armhf-DVD-7.iso 4b6e6ace2421e2138d413e23452010fe8bc396b96665156f06509da830b6e0e1cca4ca41761684a19a29c4fe265444074f1bfecce07f0fe9b45b942696bf85c9 debian-stretch-DI-rc2-armhf-DVD-7.iso 88c44df0822586673a83666785f270cbd77aeb4962942108e1a7e0c037f1e6ca debian-stretch-DI-rc2-armhf-DVD-7.iso d2af2e9d20a9d30d88592ba0eee492a2ef268e77 debian-stretch-DI-rc2-armhf-DVD-8.iso 37535979625d8ce86f49785eec901975 debian-stretch-DI-rc2-armhf-DVD-8.iso b570837fdbdf5cc68158e77b87b7d592c13e531e1b360a9ba6df2731f3c6a877fc91c71668d19236a004fdcc98adc7f8aa748de9ca52779dace740a6e4a48181 debian-stretch-DI-rc2-armhf-DVD-8.iso 02a4e65dc4ec6dd3ec89a068fdcf602f3f7741488e739f6dce60bb97420ebc5e debian-stretch-DI-rc2-armhf-DVD-8.iso 2c53d10ddc56a88f21acd6ceae883b2d5f106a90 debian-stretch-DI-rc2-armhf-DVD-9.iso 293587264bdb17be0fde7ed1d37197ba debian-stretch-DI-rc2-armhf-DVD-9.iso de3e5db98188c902dcc8692b41cb8ce7bb312275624c450439d9fcb15ecefdf77930928b51866b9cc4510a7c5ca539230e19c1cf0e03b0b70c232c61f8829f65 debian-stretch-DI-rc2-armhf-DVD-9.iso c00c412a50c22dabc3f21d38fcb874ac7c96ba2ac44041ae56d9b4ced59403af debian-stretch-DI-rc2-armhf-DVD-9.iso Wed 1 Feb 14:02:47 UTC 2017: Finished.