Sat 7 Oct 13:29:44 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD[1234567890]* rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/tasks rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/*.filelist* rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/packages-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/upgrade-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386 mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386 mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt echo "Updating task files..." Updating task files... mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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/3i386/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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/3i386/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 i386; 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/3i386/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/3i386/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-i386 ... make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 i386; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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/3i386/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-backports-$ARCH/status ; \ fi; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.5_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/archive-keyring for ARCH in i386; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in i386; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "stretch"x != ""x ] && \ [ "stretch"x != "stretch"x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-source/apt/preferences.d ; \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 i386; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ fi; \ done Reading package lists... Building dependency tree... You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+deb9u3) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.22-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.0.1) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.18-8~deb9u1) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-3+deb9u2) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-2) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed systemd : Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: liblz4-1 (>= 0.0~r127) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 232-25+deb9u1) but it is not installed tasksel : Depends: liblocale-gettext-perl but it is not installed util-linux : PreDepends: libsystemd0 but it is not installed vim-common : Depends: xxd but it is not installed wget : Depends: libnettle6 but it is not installed Depends: libpsl5 (>= 0.13.0) but it is not installed E: Unmet dependencies. Try using -f. make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 [ "i386" != "source" ] ; then \ for ARCH in i386; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 kB] Reading package lists... set -e; \ if [ "i386" != "source" ] ; then \ for ARCH in i386; 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/3i386/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/3i386/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "i386" != "source" ] ; then \ for ARCH in i386; 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/3i386/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/3i386/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi i386:ca-certificates i386:dh-python i386:dmsetup i386:gnupg-agent i386:libapparmor1 i386:libassuan0 i386:libaudit-common i386:libaudit1 i386:libbsd0 i386:libcap-ng0 i386:libcryptsetup4 i386:libcurl3-gnutls i386:libdbus-1-3 i386:libdebconfclient0 i386:libdevmapper1.02.1 i386:libdns-export162 i386:libelf1 i386:libev4 i386:libexpat1 i386:libfastjson4 i386:libffi6 i386:libgeoip1 i386:libgmp10 i386:libhogweed4 i386:libicu57 i386:libidn2-0 i386:libip4tc0 i386:libip6tc0 i386:libiptc0 i386:libisc-export160 i386:libisccc140 i386:libisccfg140 i386:libksba8 i386:liblocale-gettext-perl i386:liblognorm5 i386:liblz4-1 i386:libmnl0 i386:libmpdec2 i386:libncurses5 i386:libnetfilter-conntrack3 i386:libnettle6 i386:libnfnetlink0 i386:libnghttp2-14 i386:libnpth0 i386:libperl5.24 i386:libpsl5 i386:libpython-stdlib i386:libpython2.7-minimal i386:libpython2.7-stdlib i386:libpython3-stdlib i386:libpython3.5-minimal i386:libpython3.5-stdlib i386:librtmp1 i386:libseccomp2 i386:libsemanage-common i386:libsemanage1 i386:libssh2-1 i386:libsystemd0 i386:libtext-charwidth-perl i386:libtext-iconv-perl i386:libtext-wrapi18n-perl i386:libunistring0 i386:libustr-1.0-1 i386:libverto-libev1 i386:libverto1 i386:libxtables12 i386:openssl i386:pinentry-curses i386:python-apt-common i386:python2.7-minimal i386:python3 i386:python3-apt i386:python3-chardet i386:python3-debian i386:python3-debianbts i386:python3-httplib2 i386:python3-minimal i386:python3-pkg-resources i386:python3-pycurl i386:python3-pysimplesoap i386:python3-requests i386:python3-six i386:python3-urllib3 i386:python3.5 i386:python3.5-minimal i386:xxd for ARCH in i386; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check; \ fi; \ done Reading package lists... Building dependency tree... make[2]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' ... checking your mirror /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "i386" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615+deb9u2/images/MD5SUMS for ARCH in i386; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and up to 3 isos for i386 DVD dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 [ "i386" != "source" ] ; then \ for ARCH in i386; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 kB] Reading package lists... if [ ""x != "yes"x ] ; then \ if [ "3"x = "1"x ] ; then \ : ; \ elif [ "3"x = "2"x -o "3"x = "C"x ] ; then \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/rawlist; \ else \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/rawlist; \ echo "exim4-daemon-light" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in i386; 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/3i386/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/debootstrap-list; \ cat /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/debootstrap-list >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/rawlist; \ rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in i386; do \ ARCHDEFS="$ARCHDEFS -D ARCH_`echo $ARCH | sed 's/-/_/'`"; \ ARCHUNDEFS="$ARCHUNDEFS -U $ARCH"; \ done; \ for VARIANT in xen; 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/3i386/stretch/tasks /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/tasks/Debian-all >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/rawlist; \ fi Generating the complete list of packages to be included in /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/rawlist \ > /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/list.backports if [ -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/list.backports ]; then mv /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/list.backports /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/list; fi for ARCH in i386; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/list; \ done Running sort_deps to sort packages for i386: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 118113332 bytes Adding the rest of the requested packages Now up to 2900102828 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 51176 packages, total size 59715313256 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/3i386/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt "i386" /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/packages > /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/packages.source; \ fi /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.stretch/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386 stretch "i386" "/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 i386: Done: Read details of 51176 packages for i386 Reading in translated package descriptions for main: Done: read 202876 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 310 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/i386_udeb_exclude Adding docs to CD1 removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1/doc/dedication/dedication-5.0.vi.txt' Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for i386 converted 'http://www.debian.org/releases/stretch/release-notes-i386.tar.gz' (ANSI_X3.4-1968) -> 'http://www.debian.org/releases/stretch/release-notes-i386.tar.gz' (UTF-8) --2017-10-07 13:34:58-- http://www.debian.org/releases/stretch/release-notes-i386.tar.gz Resolving www.debian.org (www.debian.org)... 2001:67c:2564:a119::148:14, 2001:41c8:1000:21::21:4, 130.89.148.14, ... Connecting to www.debian.org (www.debian.org)|2001:67c:2564:a119::148:14|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6472152 (6.2M) [application/x-gzip] Saving to: 'release-notes-i386.tar.gz' 0K .......... .......... .......... .......... .......... 0% 532K 12s 50K .......... .......... .......... .......... .......... 1% 1.04M 9s 100K .......... .......... .......... .......... .......... 2% 36.5M 6s 150K .......... .......... .......... .......... .......... 3% 50.8M 4s 200K .......... .......... .......... .......... .......... 3% 1.08M 5s 250K .......... .......... .......... .......... .......... 4% 64.1M 4s 300K .......... .......... .......... .......... .......... 5% 43.5M 3s 350K .......... .......... .......... .......... .......... 6% 42.1M 3s 400K .......... .......... .......... .......... .......... 7% 1.12M 3s 450K .......... .......... .......... .......... .......... 7% 60.9M 3s 500K .......... .......... .......... .......... .......... 8% 64.4M 2s 550K .......... .......... .......... .......... .......... 9% 59.6M 2s 600K .......... .......... .......... .......... .......... 10% 96.7M 2s 650K .......... .......... .......... .......... .......... 11% 62.1M 2s 700K .......... .......... .......... .......... .......... 11% 45.5M 2s 750K .......... .......... .......... .......... .......... 12% 1.15M 2s 800K .......... .......... .......... .......... .......... 13% 63.7M 2s 850K .......... .......... .......... .......... .......... 14% 73.5M 2s 900K .......... .......... .......... .......... .......... 15% 67.7M 2s 950K .......... .......... .......... .......... .......... 15% 89.1M 2s 1000K .......... .......... .......... .......... .......... 16% 81.1M 1s 1050K .......... .......... .......... .......... .......... 17% 52.9M 1s 1100K .......... .......... .......... .......... .......... 18% 1.14M 1s 1150K .......... .......... .......... .......... .......... 18% 62.7M 1s 1200K .......... .......... .......... .......... .......... 19% 64.1M 1s 1250K .......... .......... .......... .......... .......... 20% 87.9M 1s 1300K .......... .......... .......... .......... .......... 21% 61.1M 1s 1350K .......... .......... .......... .......... .......... 22% 84.9M 1s 1400K .......... .......... .......... .......... .......... 22% 1.02M 1s 1450K .......... .......... .......... .......... .......... 23% 212M 1s 1500K .......... .......... .......... .......... .......... 24% 264M 1s 1550K .......... .......... .......... .......... .......... 25% 325M 1s 1600K .......... .......... .......... .......... .......... 26% 346M 1s 1650K .......... .......... .......... .......... .......... 26% 260M 1s 1700K .......... .......... .......... .......... .......... 27% 265M 1s 1750K .......... .......... .......... .......... .......... 28% 272M 1s 1800K .......... .......... .......... .......... .......... 29% 1.17M 1s 1850K .......... .......... .......... .......... .......... 30% 42.2M 1s 1900K .......... .......... .......... .......... .......... 30% 52.8M 1s 1950K .......... .......... .......... .......... .......... 31% 50.8M 1s 2000K .......... .......... .......... .......... .......... 32% 39.5M 1s 2050K .......... .......... .......... .......... .......... 33% 1.16M 1s 2100K .......... .......... .......... .......... .......... 34% 30.7M 1s 2150K .......... .......... .......... .......... .......... 34% 52.6M 1s 2200K .......... .......... .......... .......... .......... 35% 52.6M 1s 2250K .......... .......... .......... .......... .......... 36% 60.0M 1s 2300K .......... .......... .......... .......... .......... 37% 41.2M 1s 2350K .......... .......... .......... .......... .......... 37% 1.15M 1s 2400K .......... .......... .......... .......... .......... 38% 35.9M 1s 2450K .......... .......... .......... .......... .......... 39% 60.8M 1s 2500K .......... .......... .......... .......... .......... 40% 54.5M 1s 2550K .......... .......... .......... .......... .......... 41% 42.5M 1s 2600K .......... .......... .......... .......... .......... 41% 1.15M 1s 2650K .......... .......... .......... .......... .......... 42% 1.02M 1s 2700K .......... .......... .......... .......... .......... 43% 259M 1s 2750K .......... .......... .......... .......... .......... 44% 234M 1s 2800K .......... .......... .......... .......... .......... 45% 216M 1s 2850K .......... .......... .......... .......... .......... 45% 254M 1s 2900K .......... .......... .......... .......... .......... 46% 244M 1s 2950K .......... .......... .......... .......... .......... 47% 248M 1s 3000K .......... .......... .......... .......... .......... 48% 40.9M 1s 3050K .......... .......... .......... .......... .......... 49% 34.1M 1s 3100K .......... .......... .......... .......... .......... 49% 1.14M 1s 3150K .......... .......... .......... .......... .......... 50% 29.8M 1s 3200K .......... .......... .......... .......... .......... 51% 41.0M 1s 3250K .......... .......... .......... .......... .......... 52% 32.7M 1s 3300K .......... .......... .......... .......... .......... 53% 1.14M 1s 3350K .......... .......... .......... .......... .......... 53% 26.0M 1s 3400K .......... .......... .......... .......... .......... 54% 48.8M 1s 3450K .......... .......... .......... .......... .......... 55% 34.3M 1s 3500K .......... .......... .......... .......... .......... 56% 1.13M 1s 3550K .......... .......... .......... .......... .......... 56% 29.2M 1s 3600K .......... .......... .......... .......... .......... 57% 38.0M 1s 3650K .......... .......... .......... .......... .......... 58% 38.0M 1s 3700K .......... .......... .......... .......... .......... 59% 1.14M 1s 3750K .......... .......... .......... .......... .......... 60% 30.0M 1s 3800K .......... .......... .......... .......... .......... 60% 32.6M 1s 3850K .......... .......... .......... .......... .......... 61% 53.8M 0s 3900K .......... .......... .......... .......... .......... 62% 1.13M 1s 3950K .......... .......... .......... .......... .......... 63% 28.5M 0s 4000K .......... .......... .......... .......... .......... 64% 34.4M 0s 4050K .......... .......... .......... .......... .......... 64% 36.6M 0s 4100K .......... .......... .......... .......... .......... 65% 1.14M 0s 4150K .......... .......... .......... .......... .......... 66% 29.2M 0s 4200K .......... .......... .......... .......... .......... 67% 48.9M 0s 4250K .......... .......... .......... .......... .......... 68% 29.9M 0s 4300K .......... .......... .......... .......... .......... 68% 1.14M 0s 4350K .......... .......... .......... .......... .......... 69% 25.1M 0s 4400K .......... .......... .......... .......... .......... 70% 48.0M 0s 4450K .......... .......... .......... .......... .......... 71% 27.9M 0s 4500K .......... .......... .......... .......... .......... 71% 1.16M 0s 4550K .......... .......... .......... .......... .......... 72% 28.4M 0s 4600K .......... .......... .......... .......... .......... 73% 36.3M 0s 4650K .......... .......... .......... .......... .......... 74% 26.3M 0s 4700K .......... .......... .......... .......... .......... 75% 1.16M 0s 4750K .......... .......... .......... .......... .......... 75% 30.3M 0s 4800K .......... .......... .......... .......... .......... 76% 39.5M 0s 4850K .......... .......... .......... .......... .......... 77% 27.8M 0s 4900K .......... .......... .......... .......... .......... 78% 1.16M 0s 4950K .......... .......... .......... .......... .......... 79% 29.2M 0s 5000K .......... .......... .......... .......... .......... 79% 34.5M 0s 5050K .......... .......... .......... .......... .......... 80% 27.0M 0s 5100K .......... .......... .......... .......... .......... 81% 1.16M 0s 5150K .......... .......... .......... .......... .......... 82% 30.0M 0s 5200K .......... .......... .......... .......... .......... 83% 27.1M 0s 5250K .......... .......... .......... .......... .......... 83% 33.0M 0s 5300K .......... .......... .......... .......... .......... 84% 50.5M 0s 5350K .......... .......... .......... .......... .......... 85% 1.15M 0s 5400K .......... .......... .......... .......... .......... 86% 21.3M 0s 5450K .......... .......... .......... .......... .......... 87% 40.4M 0s 5500K .......... .......... .......... .......... .......... 87% 43.0M 0s 5550K .......... .......... .......... .......... .......... 88% 1.16M 0s 5600K .......... .......... .......... .......... .......... 89% 18.8M 0s 5650K .......... .......... .......... .......... .......... 90% 42.0M 0s 5700K .......... .......... .......... .......... .......... 90% 35.4M 0s 5750K .......... .......... .......... .......... .......... 91% 1.17M 0s 5800K .......... .......... .......... .......... .......... 92% 19.4M 0s 5850K .......... .......... .......... .......... .......... 93% 35.5M 0s 5900K .......... .......... .......... .......... .......... 94% 36.0M 0s 5950K .......... .......... .......... .......... .......... 94% 1.17M 0s 6000K .......... .......... .......... .......... .......... 95% 21.1M 0s 6050K .......... .......... .......... .......... .......... 96% 30.6M 0s 6100K .......... .......... .......... .......... .......... 97% 39.6M 0s 6150K .......... .......... .......... .......... .......... 98% 1.19M 0s 6200K .......... .......... .......... .......... .......... 98% 20.1M 0s 6250K .......... .......... .......... .......... .......... 99% 27.0M 0s 6300K .......... .......... 100% 27.8M=1.4s 2017-10-07 13:34:59 (4.51 MB/s) - 'release-notes-i386.tar.gz' saved [6472152/6472152] da/ da/index.da.html da/ch-whats-new.da.html da/images/ da/images/caution.png da/images/toc-blank.png da/images/toc-minus.png da/images/prev.png da/images/toc-plus.png da/images/annot-open.png da/images/next.png da/images/note.png da/images/important.png da/images/draft.png da/images/tip.png da/images/annot-close.png da/images/up.png da/images/home.png da/images/warning.png da/images/blank.png da/ch-about.da.html da/debian.css da/relnotes-glossary.da.html da/relnotes-index.da.html da/release-notes.da.txt da/ch-upgrading.da.html da/release-notes.da.pdf da/ap-old-stuff.da.html da/ch-installing.da.html da/apb.da.html da/ch-information.da.html da/ch-moreinfo.da.html de/ de/ch-information.de.html de/release-notes.de.txt de/ch-whats-new.de.html de/ch-moreinfo.de.html de/relnotes-index.de.html de/images/ de/images/caution.png de/images/toc-blank.png de/images/toc-minus.png de/images/prev.png de/images/toc-plus.png de/images/annot-open.png de/images/next.png de/images/note.png de/images/important.png de/images/draft.png de/images/tip.png de/images/annot-close.png de/images/up.png de/images/home.png de/images/warning.png de/images/blank.png de/ch-installing.de.html de/ch-upgrading.de.html de/relnotes-glossary.de.html de/apb.de.html de/debian.css de/release-notes.de.pdf de/index.de.html de/ap-old-stuff.de.html de/ch-about.de.html en/ en/release-notes.en.txt en/apb.en.html en/images/ en/images/caution.png en/images/toc-blank.png en/images/toc-minus.png en/images/prev.png en/images/toc-plus.png en/images/annot-open.png en/images/next.png en/images/note.png en/images/important.png en/images/draft.png en/images/tip.png en/images/annot-close.png en/images/up.png en/images/home.png en/images/warning.png en/images/blank.png en/relnotes-index.en.html en/index.en.html en/debian.css en/ch-about.en.html en/relnotes-glossary.en.html en/ap-old-stuff.en.html en/ch-information.en.html en/ch-upgrading.en.html en/ch-whats-new.en.html en/ch-installing.en.html en/release-notes.en.pdf en/ch-moreinfo.en.html es/ es/ap-old-stuff.es.html es/ch-information.es.html es/ch-moreinfo.es.html es/ch-upgrading.es.html es/images/ es/images/caution.png es/images/toc-blank.png es/images/toc-minus.png es/images/prev.png es/images/toc-plus.png es/images/annot-open.png es/images/next.png es/images/note.png es/images/important.png es/images/draft.png es/images/tip.png es/images/annot-close.png es/images/up.png es/images/home.png es/images/warning.png es/images/blank.png es/index.es.html es/ch-whats-new.es.html es/debian.css es/relnotes-index.es.html es/ch-installing.es.html es/release-notes.es.txt es/relnotes-glossary.es.html es/release-notes.es.pdf es/ch-about.es.html es/apb.es.html fr/ fr/index.fr.html fr/release-notes.fr.pdf fr/ch-about.fr.html fr/images/ fr/images/caution.png fr/images/toc-blank.png fr/images/toc-minus.png fr/images/prev.png fr/images/toc-plus.png fr/images/annot-open.png fr/images/next.png fr/images/note.png fr/images/important.png fr/images/draft.png fr/images/tip.png fr/images/annot-close.png fr/images/up.png fr/images/home.png fr/images/warning.png fr/images/blank.png fr/ch-information.fr.html fr/debian.css fr/ch-upgrading.fr.html fr/relnotes-index.fr.html fr/release-notes.fr.txt fr/ch-installing.fr.html fr/apb.fr.html fr/relnotes-glossary.fr.html fr/ch-moreinfo.fr.html fr/ch-whats-new.fr.html fr/ap-old-stuff.fr.html it/ it/ch-installing.it.html it/index.it.html it/ap-old-stuff.it.html it/images/ it/images/caution.png it/images/toc-blank.png it/images/toc-minus.png it/images/prev.png it/images/toc-plus.png it/images/annot-open.png it/images/next.png it/images/note.png it/images/important.png it/images/draft.png it/images/tip.png it/images/annot-close.png it/images/up.png it/images/home.png it/images/warning.png it/images/blank.png it/ch-moreinfo.it.html it/debian.css it/relnotes-index.it.html it/ch-upgrading.it.html it/ch-about.it.html it/ch-information.it.html it/release-notes.it.txt it/apb.it.html it/release-notes.it.pdf it/ch-whats-new.it.html it/relnotes-glossary.it.html ja/ ja/ch-whats-new.ja.html ja/ch-about.ja.html ja/images/ ja/images/caution.png ja/images/toc-blank.png ja/images/toc-minus.png ja/images/prev.png ja/images/toc-plus.png ja/images/annot-open.png ja/images/next.png ja/images/note.png ja/images/important.png ja/images/draft.png ja/images/tip.png ja/images/annot-close.png ja/images/up.png ja/images/home.png ja/images/warning.png ja/images/blank.png ja/apb.ja.html ja/relnotes-index.ja.html ja/debian.css ja/ap-old-stuff.ja.html ja/ch-upgrading.ja.html ja/release-notes.ja.pdf ja/ch-moreinfo.ja.html ja/relnotes-glossary.ja.html ja/ch-installing.ja.html ja/ch-information.ja.html ja/release-notes.ja.txt ja/index.ja.html nl/ nl/images/ nl/images/caution.png nl/images/toc-blank.png nl/images/toc-minus.png nl/images/prev.png nl/images/toc-plus.png nl/images/annot-open.png nl/images/next.png nl/images/note.png nl/images/important.png nl/images/draft.png nl/images/tip.png nl/images/annot-close.png nl/images/up.png nl/images/home.png nl/images/warning.png nl/images/blank.png nl/ch-moreinfo.nl.html nl/ch-about.nl.html nl/ch-installing.nl.html nl/relnotes-index.nl.html nl/debian.css nl/ch-upgrading.nl.html nl/release-notes.nl.txt nl/ch-information.nl.html nl/ap-old-stuff.nl.html nl/index.nl.html nl/release-notes.nl.pdf nl/apb.nl.html nl/ch-whats-new.nl.html nl/relnotes-glossary.nl.html pl/ pl/relnotes-glossary.pl.html pl/apb.pl.html pl/relnotes-index.pl.html pl/release-notes.pl.pdf pl/images/ pl/images/caution.png pl/images/toc-blank.png pl/images/toc-minus.png pl/images/prev.png pl/images/toc-plus.png pl/images/annot-open.png pl/images/next.png pl/images/note.png pl/images/important.png pl/images/draft.png pl/images/tip.png pl/images/annot-close.png pl/images/up.png pl/images/home.png pl/images/warning.png pl/images/blank.png pl/ch-moreinfo.pl.html pl/debian.css pl/ch-whats-new.pl.html pl/ch-upgrading.pl.html pl/ap-old-stuff.pl.html pl/ch-information.pl.html pl/release-notes.pl.txt pl/index.pl.html pl/ch-installing.pl.html pl/ch-about.pl.html pt/ pt/release-notes.pt.txt pt/release-notes.pt.pdf pt/ch-information.pt.html pt/ch-about.pt.html pt/relnotes-index.pt.html pt/ch-upgrading.pt.html pt/images/ pt/images/caution.png pt/images/toc-blank.png pt/images/toc-minus.png pt/images/prev.png pt/images/toc-plus.png pt/images/annot-open.png pt/images/next.png pt/images/note.png pt/images/important.png pt/images/draft.png pt/images/tip.png pt/images/annot-close.png pt/images/up.png pt/images/home.png pt/images/warning.png pt/images/blank.png pt/ch-whats-new.pt.html pt/debian.css pt/relnotes-glossary.pt.html pt/apb.pt.html pt/index.pt.html pt/ap-old-stuff.pt.html pt/ch-moreinfo.pt.html pt/ch-installing.pt.html pt-br/ pt-br/release-notes.pt-br.txt pt-br/index.pt-br.html pt-br/ch-upgrading.pt-br.html pt-br/images/ pt-br/images/caution.png pt-br/images/toc-blank.png pt-br/images/toc-minus.png pt-br/images/prev.png pt-br/images/toc-plus.png pt-br/images/annot-open.png pt-br/images/next.png pt-br/images/note.png pt-br/images/important.png pt-br/images/draft.png pt-br/images/tip.png pt-br/images/annot-close.png pt-br/images/up.png pt-br/images/home.png pt-br/images/warning.png pt-br/images/blank.png pt-br/ch-installing.pt-br.html pt-br/apb.pt-br.html pt-br/ap-old-stuff.pt-br.html pt-br/ch-whats-new.pt-br.html pt-br/debian.css pt-br/release-notes.pt-br.pdf pt-br/relnotes-glossary.pt-br.html pt-br/ch-about.pt-br.html pt-br/ch-information.pt-br.html pt-br/ch-moreinfo.pt-br.html pt-br/relnotes-index.pt-br.html ro/ ro/relnotes-glossary.ro.html ro/ap-old-stuff.ro.html ro/relnotes-index.ro.html ro/images/ ro/images/caution.png ro/images/toc-blank.png ro/images/toc-minus.png ro/images/prev.png ro/images/toc-plus.png ro/images/annot-open.png ro/images/next.png ro/images/note.png ro/images/important.png ro/images/draft.png ro/images/tip.png ro/images/annot-close.png ro/images/up.png ro/images/home.png ro/images/warning.png ro/images/blank.png ro/ch-information.ro.html ro/apb.ro.html ro/ch-moreinfo.ro.html ro/ch-whats-new.ro.html ro/debian.css ro/index.ro.html ro/ch-installing.ro.html ro/release-notes.ro.txt ro/ch-about.ro.html ro/ch-upgrading.ro.html ro/release-notes.ro.pdf ru/ ru/ch-upgrading.ru.html ru/ch-whats-new.ru.html ru/relnotes-glossary.ru.html ru/apb.ru.html ru/images/ ru/images/caution.png ru/images/toc-blank.png ru/images/toc-minus.png ru/images/prev.png ru/images/toc-plus.png ru/images/annot-open.png ru/images/next.png ru/images/note.png ru/images/important.png ru/images/draft.png ru/images/tip.png ru/images/annot-close.png ru/images/up.png ru/images/home.png ru/images/warning.png ru/images/blank.png ru/release-notes.ru.txt ru/ap-old-stuff.ru.html ru/debian.css ru/index.ru.html ru/ch-installing.ru.html ru/ch-information.ru.html ru/ch-about.ru.html ru/release-notes.ru.pdf ru/ch-moreinfo.ru.html ru/relnotes-index.ru.html sk/ sk/release-notes.sk.pdf sk/ch-information.sk.html sk/images/ sk/images/caution.png sk/images/toc-blank.png sk/images/toc-minus.png sk/images/prev.png sk/images/toc-plus.png sk/images/annot-open.png sk/images/next.png sk/images/note.png sk/images/important.png sk/images/draft.png sk/images/tip.png sk/images/annot-close.png sk/images/up.png sk/images/home.png sk/images/warning.png sk/images/blank.png sk/relnotes-index.sk.html sk/ch-installing.sk.html sk/release-notes.sk.txt sk/debian.css sk/ch-about.sk.html sk/ch-upgrading.sk.html sk/relnotes-glossary.sk.html sk/apb.sk.html sk/ch-whats-new.sk.html sk/ch-moreinfo.sk.html sk/index.sk.html sk/ap-old-stuff.sk.html sv/ sv/ch-upgrading.sv.html sv/ch-about.sv.html sv/images/ sv/images/caution.png sv/images/toc-blank.png sv/images/toc-minus.png sv/images/prev.png sv/images/toc-plus.png sv/images/annot-open.png sv/images/next.png sv/images/note.png sv/images/important.png sv/images/draft.png sv/images/tip.png sv/images/annot-close.png sv/images/up.png sv/images/home.png sv/images/warning.png sv/images/blank.png sv/ch-moreinfo.sv.html sv/ch-installing.sv.html sv/debian.css sv/index.sv.html sv/ap-old-stuff.sv.html sv/ch-information.sv.html sv/apb.sv.html sv/release-notes.sv.txt sv/relnotes-index.sv.html sv/relnotes-glossary.sv.html sv/ch-whats-new.sv.html sv/release-notes.sv.pdf Adding common docs on CD1 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/stretch/boot-i386 1 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD1 Adding tools to CD1 'boot1/isolinux/g2ldr' -> 'CD1/g2ldr' 'boot1/isolinux/g2ldr.mbr' -> 'CD1/g2ldr.mbr' 'boot1/isolinux/setup.exe' -> 'CD1/setup.exe' 'boot1/isolinux/win32-loader.ini' -> 'CD1/win32-loader.ini' Adding BIOS boot code for i386 on CD1 gtk/vmlinuz identical to ../vmlinuz. Linking Adding EFI boot code for i386 on CD1 CD1/boot/grub/grub.cfg has 12 boot entries defined Using newer EFI support in xorriso 10306 Adding README.source Starting new "i386" DVD 1 at /home/debian-cd/build.stretch/debian-cd/stretch/CD1 Specified size for this image: 4GB STICK, 1953125 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. Checking base is installable for i386 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 6586 packages, 1947792 blocks, 3989078016 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 i386: Running tools/boot/stretch/boot-i386 2 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD2 Starting new "i386" DVD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/CD2 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 2 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 2409 packages, 2286944 blocks, 4683661312 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 i386: Running tools/boot/stretch/boot-i386 3 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD3 Starting new "i386" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 841 packages, 2293639 blocks, 4697372672 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 i386: Running tools/boot/stretch/boot-i386 4 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD4 Starting new "i386" DVD 4 at /home/debian-cd/build.stretch/debian-cd/stretch/CD4 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 4 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 2101 packages, 2293100 blocks, 4696268800 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 i386: Running tools/boot/stretch/boot-i386 5 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD5 Starting new "i386" DVD 5 at /home/debian-cd/build.stretch/debian-cd/stretch/CD5 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 5 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 3434 packages, 2287652 blocks, 4685111296 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 i386: Running tools/boot/stretch/boot-i386 6 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD6 Starting new "i386" DVD 6 at /home/debian-cd/build.stretch/debian-cd/stretch/CD6 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 6 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 3262 packages, 2254378 blocks, 4616966144 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 i386: Running tools/boot/stretch/boot-i386 7 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD7 Starting new "i386" DVD 7 at /home/debian-cd/build.stretch/debian-cd/stretch/CD7 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 7 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 1253 packages, 2286705 blocks, 4683171840 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 i386: Running tools/boot/stretch/boot-i386 8 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD8 Starting new "i386" DVD 8 at /home/debian-cd/build.stretch/debian-cd/stretch/CD8 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 8 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 535 packages, 2195493 blocks, 4496369664 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 i386: Running tools/boot/stretch/boot-i386 9 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD9 Starting new "i386" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 335 packages, 2224017 blocks, 4554786816 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 i386: Running tools/boot/stretch/boot-i386 10 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD10 Starting new "i386" DVD 10 at /home/debian-cd/build.stretch/debian-cd/stretch/CD10 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 10 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 5138 packages, 2279663 blocks, 4668749824 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 i386: Running tools/boot/stretch/boot-i386 11 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD11 Starting new "i386" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 8580 packages, 2277461 blocks, 4664240128 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 i386: Running tools/boot/stretch/boot-i386 12 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD12 Starting new "i386" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 11486 packages, 2282752 blocks, 4675076096 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 i386: Running tools/boot/stretch/boot-i386 13 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD13 Starting new "i386" 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 13 filled with 4361 packages, 2292587 blocks, 4695218176 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD14 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/stretch/boot-i386 14 /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/CD14 Starting new "i386" DVD 14 at /home/debian-cd/build.stretch/debian-cd/stretch/CD14 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 14 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 14 (not) filled with 855 packages, 157027 blocks, 321591296 bytes Finished: 51176 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "i386" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615+deb9u2/images/MD5SUMS for ARCH in i386; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch" "i386" "/org/cdbuilder.debian.org/dst/deb-cd/out/3i386" "9.2.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "/home/93sam/xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.stretch/debian-cd/tools/jigdo_cleanup" Generating the i386 iso/jigdo images ... Last-minute updates: README.html README.txt Sat 7 Oct 14:12:31 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 1' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-1.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 -J -joliet-long -cache-inodes -isohybrid-mbr syslinux/usr/lib/ISOLINUX/isohdpfx.bin -b isolinux/isolinux.bin -c isolinux/boot.cat -boot-load-size 4 -boot-info-table -no-emul-boot -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat -isohybrid-apm-hfsplus boot1 CD1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 416g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/boot1' xorriso : UPDATE : 31 files added in 1 seconds xorriso : UPDATE : 4800 files added in 1 seconds xorriso : UPDATE : 9200 files added in 2 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD1' xorriso : UPDATE : 12649 files added in 3 seconds xorriso : NOTE : Copying to System Area: 432 bytes from file '/mnt/cd-src/deb-cd/tmp/3i386/stretch/syslinux/usr/lib/ISOLINUX/isohdpfx.bin' libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/grub-firmware-qemu_2.02~beta3-5_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/hdmi2usb-fx2-firmware_0.0.0~git20151225-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: NOTE : Automatically adjusted MBR geometry to 1023/238/32 libisofs: NOTE : Aligned image size to cylinder size by 905 blocks xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.26% done xorriso : UPDATE : 0.54% done, estimate finish Sat Oct 07 14:20:02 2017 xorriso : UPDATE : 1.25% done, estimate finish Sat Oct 07 14:17:08 2017 xorriso : UPDATE : 2.02% done, estimate finish Sat Oct 07 14:16:13 2017 xorriso : UPDATE : 2.52% done, estimate finish Sat Oct 07 14:16:09 2017 xorriso : UPDATE : 3.36% done, estimate finish Sat Oct 07 14:15:46 2017 xorriso : UPDATE : 4.09% done, estimate finish Sat Oct 07 14:15:36 2017 xorriso : UPDATE : 4.58% done, estimate finish Sat Oct 07 14:15:39 2017 xorriso : UPDATE : 5.10% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 5.72% done, estimate finish Sat Oct 07 14:15:37 2017 xorriso : UPDATE : 6.57% done, estimate finish Sat Oct 07 14:15:29 2017 xorriso : UPDATE : 7.29% done, estimate finish Sat Oct 07 14:15:25 2017 xorriso : UPDATE : 7.99% done, estimate finish Sat Oct 07 14:15:04 2017 xorriso : UPDATE : 8.17% done, estimate finish Sat Oct 07 14:15:15 2017 xorriso : UPDATE : 8.72% done, estimate finish Sat Oct 07 14:15:16 2017 xorriso : UPDATE : 9.19% done, estimate finish Sat Oct 07 14:15:20 2017 xorriso : UPDATE : 9.66% done, estimate finish Sat Oct 07 14:15:23 2017 xorriso : UPDATE : 10.43% done, estimate finish Sat Oct 07 14:15:20 2017 xorriso : UPDATE : 11.25% done, estimate finish Sat Oct 07 14:15:16 2017 xorriso : UPDATE : 11.36% done, estimate finish Sat Oct 07 14:15:24 2017 xorriso : UPDATE : 12.73% done, estimate finish Sat Oct 07 14:15:13 2017 xorriso : UPDATE : 13.46% done, estimate finish Sat Oct 07 14:15:12 2017 xorriso : UPDATE : 14.26% done, estimate finish Sat Oct 07 14:15:13 2017 xorriso : UPDATE : 14.98% done, estimate finish Sat Oct 07 14:15:11 2017 xorriso : UPDATE : 15.55% done, estimate finish Sat Oct 07 14:15:12 2017 xorriso : UPDATE : 15.65% done, estimate finish Sat Oct 07 14:15:20 2017 xorriso : UPDATE : 16.47% done, estimate finish Sat Oct 07 14:15:17 2017 xorriso : UPDATE : 17.28% done, estimate finish Sat Oct 07 14:15:14 2017 xorriso : UPDATE : 18.08% done, estimate finish Sat Oct 07 14:15:12 2017 xorriso : UPDATE : 18.77% done, estimate finish Sat Oct 07 14:15:11 2017 xorriso : UPDATE : 19.58% done, estimate finish Sat Oct 07 14:15:10 2017 xorriso : UPDATE : 20.20% done, estimate finish Sat Oct 07 14:15:10 2017 xorriso : UPDATE : 21.24% done, estimate finish Sat Oct 07 14:15:06 2017 xorriso : UPDATE : 21.30% done, estimate finish Sat Oct 07 14:15:11 2017 xorriso : UPDATE : 22.72% done, estimate finish Sat Oct 07 14:15:01 2017 xorriso : UPDATE : 23.53% done, estimate finish Sat Oct 07 14:15:00 2017 xorriso : UPDATE : 24.22% done, estimate finish Sat Oct 07 14:15:00 2017 xorriso : UPDATE : 24.93% done, estimate finish Sat Oct 07 14:15:01 2017 xorriso : UPDATE : 24.93% done, estimate finish Sat Oct 07 14:15:07 2017 xorriso : UPDATE : 26.24% done, estimate finish Sat Oct 07 14:15:01 2017 xorriso : UPDATE : 27.05% done, estimate finish Sat Oct 07 14:15:01 2017 xorriso : UPDATE : 27.97% done, estimate finish Sat Oct 07 14:14:59 2017 xorriso : UPDATE : 28.61% done, estimate finish Sat Oct 07 14:14:59 2017 xorriso : UPDATE : 29.82% done, estimate finish Sat Oct 07 14:14:49 2017 xorriso : UPDATE : 30.28% done, estimate finish Sat Oct 07 14:14:52 2017 xorriso : UPDATE : 31.11% done, estimate finish Sat Oct 07 14:14:52 2017 xorriso : UPDATE : 31.83% done, estimate finish Sat Oct 07 14:14:52 2017 xorriso : UPDATE : 32.53% done, estimate finish Sat Oct 07 14:14:52 2017 xorriso : UPDATE : 32.78% done, estimate finish Sat Oct 07 14:14:55 2017 xorriso : UPDATE : 32.81% done, estimate finish Sat Oct 07 14:15:01 2017 xorriso : UPDATE : 34.19% done, estimate finish Sat Oct 07 14:14:56 2017 xorriso : UPDATE : 34.80% done, estimate finish Sat Oct 07 14:14:58 2017 xorriso : UPDATE : 35.17% done, estimate finish Sat Oct 07 14:14:59 2017 xorriso : UPDATE : 35.65% done, estimate finish Sat Oct 07 14:15:14 2017 xorriso : UPDATE : 36.28% done, estimate finish Sat Oct 07 14:15:13 2017 xorriso : UPDATE : 36.81% done, estimate finish Sat Oct 07 14:15:14 2017 xorriso : UPDATE : 37.31% done, estimate finish Sat Oct 07 14:15:15 2017 xorriso : UPDATE : 37.73% done, estimate finish Sat Oct 07 14:15:17 2017 xorriso : UPDATE : 38.08% done, estimate finish Sat Oct 07 14:15:19 2017 xorriso : UPDATE : 38.48% done, estimate finish Sat Oct 07 14:15:21 2017 xorriso : UPDATE : 38.75% done, estimate finish Sat Oct 07 14:15:24 2017 xorriso : UPDATE : 39.01% done, estimate finish Sat Oct 07 14:15:27 2017 xorriso : UPDATE : 39.01% done, estimate finish Sat Oct 07 14:15:33 2017 xorriso : UPDATE : 39.01% done, estimate finish Sat Oct 07 14:16:09 2017 xorriso : UPDATE : 39.01% done, estimate finish Sat Oct 07 14:16:22 2017 xorriso : UPDATE : 42.20% done, estimate finish Sat Oct 07 14:15:21 2017 xorriso : UPDATE : 42.72% done, estimate finish Sat Oct 07 14:15:21 2017 xorriso : UPDATE : 43.42% done, estimate finish Sat Oct 07 14:15:20 2017 xorriso : UPDATE : 43.82% done, estimate finish Sat Oct 07 14:15:21 2017 xorriso : UPDATE : 44.27% done, estimate finish Sat Oct 07 14:15:22 2017 xorriso : UPDATE : 44.77% done, estimate finish Sat Oct 07 14:15:23 2017 xorriso : UPDATE : 45.07% done, estimate finish Sat Oct 07 14:15:26 2017 xorriso : UPDATE : 45.67% done, estimate finish Sat Oct 07 14:15:25 2017 xorriso : UPDATE : 45.95% done, estimate finish Sat Oct 07 14:15:09 2017 xorriso : UPDATE : 46.28% done, estimate finish Sat Oct 07 14:15:13 2017 xorriso : UPDATE : 46.70% done, estimate finish Sat Oct 07 14:15:15 2017 xorriso : UPDATE : 47.14% done, estimate finish Sat Oct 07 14:15:17 2017 xorriso : UPDATE : 47.73% done, estimate finish Sat Oct 07 14:15:18 2017 xorriso : UPDATE : 48.21% done, estimate finish Sat Oct 07 14:15:18 2017 xorriso : UPDATE : 48.72% done, estimate finish Sat Oct 07 14:15:19 2017 xorriso : UPDATE : 49.07% done, estimate finish Sat Oct 07 14:15:21 2017 xorriso : UPDATE : 49.80% done, estimate finish Sat Oct 07 14:15:20 2017 xorriso : UPDATE : 50.26% done, estimate finish Sat Oct 07 14:15:21 2017 xorriso : UPDATE : 50.71% done, estimate finish Sat Oct 07 14:15:35 2017 xorriso : UPDATE : 51.16% done, estimate finish Sat Oct 07 14:15:36 2017 xorriso : UPDATE : 51.16% done, estimate finish Sat Oct 07 14:15:43 2017 xorriso : UPDATE : 52.69% done, estimate finish Sat Oct 07 14:15:29 2017 xorriso : UPDATE : 53.14% done, estimate finish Sat Oct 07 14:15:29 2017 xorriso : UPDATE : 53.94% done, estimate finish Sat Oct 07 14:15:27 2017 xorriso : UPDATE : 54.52% done, estimate finish Sat Oct 07 14:15:27 2017 xorriso : UPDATE : 54.94% done, estimate finish Sat Oct 07 14:15:28 2017 xorriso : UPDATE : 55.15% done, estimate finish Sat Oct 07 14:15:30 2017 xorriso : UPDATE : 56.23% done, estimate finish Sat Oct 07 14:15:26 2017 xorriso : UPDATE : 56.54% done, estimate finish Sat Oct 07 14:15:23 2017 xorriso : UPDATE : 56.98% done, estimate finish Sat Oct 07 14:15:24 2017 xorriso : UPDATE : 57.44% done, estimate finish Sat Oct 07 14:15:25 2017 xorriso : UPDATE : 57.81% done, estimate finish Sat Oct 07 14:15:27 2017 xorriso : UPDATE : 58.14% done, estimate finish Sat Oct 07 14:15:29 2017 xorriso : UPDATE : 58.61% done, estimate finish Sat Oct 07 14:15:29 2017 xorriso : UPDATE : 58.93% done, estimate finish Sat Oct 07 14:15:32 2017 xorriso : UPDATE : 59.24% done, estimate finish Sat Oct 07 14:15:34 2017 xorriso : UPDATE : 59.65% done, estimate finish Sat Oct 07 14:15:34 2017 xorriso : UPDATE : 59.93% done, estimate finish Sat Oct 07 14:15:36 2017 xorriso : UPDATE : 60.41% done, estimate finish Sat Oct 07 14:15:51 2017 xorriso : UPDATE : 60.72% done, estimate finish Sat Oct 07 14:15:53 2017 xorriso : UPDATE : 61.19% done, estimate finish Sat Oct 07 14:15:52 2017 xorriso : UPDATE : 61.40% done, estimate finish Sat Oct 07 14:15:55 2017 xorriso : UPDATE : 62.38% done, estimate finish Sat Oct 07 14:15:46 2017 xorriso : UPDATE : 63.23% done, estimate finish Sat Oct 07 14:15:41 2017 xorriso : UPDATE : 63.73% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 64.04% done, estimate finish Sat Oct 07 14:15:42 2017 xorriso : UPDATE : 64.70% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 64.90% done, estimate finish Sat Oct 07 14:15:43 2017 xorriso : UPDATE : 65.12% done, estimate finish Sat Oct 07 14:15:45 2017 xorriso : UPDATE : 65.35% done, estimate finish Sat Oct 07 14:15:42 2017 xorriso : UPDATE : 65.99% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 66.46% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 66.64% done, estimate finish Sat Oct 07 14:15:43 2017 xorriso : UPDATE : 67.77% done, estimate finish Sat Oct 07 14:15:37 2017 xorriso : UPDATE : 68.59% done, estimate finish Sat Oct 07 14:15:35 2017 xorriso : UPDATE : 69.05% done, estimate finish Sat Oct 07 14:15:35 2017 xorriso : UPDATE : 69.51% done, estimate finish Sat Oct 07 14:15:35 2017 xorriso : UPDATE : 69.62% done, estimate finish Sat Oct 07 14:15:38 2017 xorriso : UPDATE : 70.59% done, estimate finish Sat Oct 07 14:15:35 2017 xorriso : UPDATE : 70.97% done, estimate finish Sat Oct 07 14:15:31 2017 xorriso : UPDATE : 71.35% done, estimate finish Sat Oct 07 14:15:33 2017 xorriso : UPDATE : 71.43% done, estimate finish Sat Oct 07 14:15:37 2017 xorriso : UPDATE : 71.43% done, estimate finish Sat Oct 07 14:15:42 2017 xorriso : UPDATE : 71.43% done, estimate finish Sat Oct 07 14:15:46 2017 xorriso : UPDATE : 73.52% done, estimate finish Sat Oct 07 14:15:33 2017 xorriso : UPDATE : 74.76% done, estimate finish Sat Oct 07 14:15:29 2017 xorriso : UPDATE : 75.31% done, estimate finish Sat Oct 07 14:15:29 2017 xorriso : UPDATE : 75.81% done, estimate finish Sat Oct 07 14:15:30 2017 xorriso : UPDATE : 76.55% done, estimate finish Sat Oct 07 14:15:28 2017 xorriso : UPDATE : 76.85% done, estimate finish Sat Oct 07 14:15:29 2017 xorriso : UPDATE : 77.23% done, estimate finish Sat Oct 07 14:15:31 2017 xorriso : UPDATE : 77.24% done, estimate finish Sat Oct 07 14:15:35 2017 xorriso : UPDATE : 77.34% done, estimate finish Sat Oct 07 14:15:38 2017 xorriso : UPDATE : 77.71% done, estimate finish Sat Oct 07 14:15:39 2017 xorriso : UPDATE : 78.31% done, estimate finish Sat Oct 07 14:15:38 2017 xorriso : UPDATE : 78.70% done, estimate finish Sat Oct 07 14:15:39 2017 xorriso : UPDATE : 78.76% done, estimate finish Sat Oct 07 14:15:42 2017 xorriso : UPDATE : 79.75% done, estimate finish Sat Oct 07 14:15:38 2017 xorriso : UPDATE : 79.97% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 81.07% done, estimate finish Sat Oct 07 14:15:43 2017 xorriso : UPDATE : 81.51% done, estimate finish Sat Oct 07 14:15:43 2017 xorriso : UPDATE : 82.13% done, estimate finish Sat Oct 07 14:15:41 2017 xorriso : UPDATE : 82.19% done, estimate finish Sat Oct 07 14:15:44 2017 xorriso : UPDATE : 83.20% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 83.57% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 84.03% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 84.59% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 84.88% done, estimate finish Sat Oct 07 14:15:41 2017 xorriso : UPDATE : 85.72% done, estimate finish Sat Oct 07 14:15:38 2017 xorriso : UPDATE : 86.19% done, estimate finish Sat Oct 07 14:15:36 2017 xorriso : UPDATE : 86.19% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 87.13% done, estimate finish Sat Oct 07 14:15:36 2017 xorriso : UPDATE : 88.09% done, estimate finish Sat Oct 07 14:15:35 2017 xorriso : UPDATE : 88.49% done, estimate finish Sat Oct 07 14:15:35 2017 xorriso : UPDATE : 89.06% done, estimate finish Sat Oct 07 14:15:35 2017 xorriso : UPDATE : 89.42% done, estimate finish Sat Oct 07 14:15:36 2017 xorriso : UPDATE : 89.80% done, estimate finish Sat Oct 07 14:15:36 2017 xorriso : UPDATE : 89.95% done, estimate finish Sat Oct 07 14:15:38 2017 xorriso : UPDATE : 90.11% done, estimate finish Sat Oct 07 14:15:39 2017 xorriso : UPDATE : 90.55% done, estimate finish Sat Oct 07 14:15:41 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 14:15:43 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 14:15:46 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 14:15:49 2017 xorriso : UPDATE : 92.55% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 93.02% done, estimate finish Sat Oct 07 14:15:40 2017 xorriso : UPDATE : 93.26% done, estimate finish Sat Oct 07 14:15:41 2017 xorriso : UPDATE : 93.61% done, estimate finish Sat Oct 07 14:15:41 2017 xorriso : UPDATE : 93.72% done, estimate finish Sat Oct 07 14:15:43 2017 xorriso : UPDATE : 94.44% done, estimate finish Sat Oct 07 14:15:41 2017 xorriso : UPDATE : 94.55% done, estimate finish Sat Oct 07 14:15:43 2017 xorriso : UPDATE : 94.72% done, estimate finish Sat Oct 07 14:15:44 2017 xorriso : UPDATE : 94.80% done, estimate finish Sat Oct 07 14:15:46 2017 xorriso : UPDATE : 95.16% done, estimate finish Sat Oct 07 14:15:46 2017 xorriso : UPDATE : 95.59% done, estimate finish Sat Oct 07 14:15:46 2017 xorriso : UPDATE : 96.11% done, estimate finish Sat Oct 07 14:15:45 2017 xorriso : UPDATE : 96.39% done, estimate finish Sat Oct 07 14:15:45 2017 xorriso : UPDATE : 96.39% done, estimate finish Sat Oct 07 14:15:47 2017 xorriso : UPDATE : 97.60% done, estimate finish Sat Oct 07 14:15:44 2017 xorriso : UPDATE : 97.83% done, estimate finish Sat Oct 07 14:15:44 2017 xorriso : UPDATE : 97.94% done, estimate finish Sat Oct 07 14:15:46 2017 xorriso : UPDATE : 98.92% done, estimate finish Sat Oct 07 14:15:43 2017 xorriso : UPDATE : 99.06% done, estimate finish Sat Oct 07 14:15:44 2017 xorriso : UPDATE : 99.41% done xorriso : UPDATE : 99.68% done xorriso : UPDATE : 99.86% done ISO image produced: 1947792 sectors Written to medium : 1947792 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:15:46 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 10' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-10.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-10.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot10 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 CD10 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 7400 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD10' xorriso : UPDATE : 8759 files added in 1 seconds xorriso : UPDATE : 8759 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.11% done xorriso : UPDATE : 0.27% done xorriso : UPDATE : 0.56% done, estimate finish Sat Oct 07 14:23:51 2017 xorriso : UPDATE : 1.17% done, estimate finish Sat Oct 07 14:21:06 2017 xorriso : UPDATE : 1.67% done, estimate finish Sat Oct 07 14:20:31 2017 xorriso : UPDATE : 2.24% done, estimate finish Sat Oct 07 14:20:03 2017 xorriso : UPDATE : 2.81% done, estimate finish Sat Oct 07 14:19:48 2017 xorriso : UPDATE : 3.44% done, estimate finish Sat Oct 07 14:19:33 2017 xorriso : UPDATE : 3.97% done, estimate finish Sat Oct 07 14:19:28 2017 xorriso : UPDATE : 4.67% done, estimate finish Sat Oct 07 14:19:17 2017 xorriso : UPDATE : 4.67% done, estimate finish Sat Oct 07 14:19:38 2017 xorriso : UPDATE : 6.15% done, estimate finish Sat Oct 07 14:18:59 2017 xorriso : UPDATE : 6.64% done, estimate finish Sat Oct 07 14:19:00 2017 xorriso : UPDATE : 7.08% done, estimate finish Sat Oct 07 14:18:40 2017 xorriso : UPDATE : 7.79% done, estimate finish Sat Oct 07 14:18:36 2017 xorriso : UPDATE : 8.34% done, estimate finish Sat Oct 07 14:18:37 2017 xorriso : UPDATE : 8.98% done, estimate finish Sat Oct 07 14:18:37 2017 xorriso : UPDATE : 9.56% done, estimate finish Sat Oct 07 14:18:37 2017 xorriso : UPDATE : 9.95% done, estimate finish Sat Oct 07 14:18:41 2017 xorriso : UPDATE : 10.79% done, estimate finish Sat Oct 07 14:18:36 2017 xorriso : UPDATE : 11.39% done, estimate finish Sat Oct 07 14:18:36 2017 xorriso : UPDATE : 12.06% done, estimate finish Sat Oct 07 14:18:35 2017 xorriso : UPDATE : 12.65% done, estimate finish Sat Oct 07 14:18:36 2017 xorriso : UPDATE : 13.24% done, estimate finish Sat Oct 07 14:18:34 2017 xorriso : UPDATE : 13.51% done, estimate finish Sat Oct 07 14:18:41 2017 xorriso : UPDATE : 13.51% done, estimate finish Sat Oct 07 14:18:52 2017 xorriso : UPDATE : 13.51% done, estimate finish Sat Oct 07 14:19:04 2017 xorriso : UPDATE : 13.51% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 14.11% done, estimate finish Sat Oct 07 14:19:12 2017 xorriso : UPDATE : 17.17% done, estimate finish Sat Oct 07 14:18:31 2017 xorriso : UPDATE : 17.90% done, estimate finish Sat Oct 07 14:18:30 2017 xorriso : UPDATE : 18.54% done, estimate finish Sat Oct 07 14:18:30 2017 xorriso : UPDATE : 19.06% done, estimate finish Sat Oct 07 14:18:31 2017 xorriso : UPDATE : 19.75% done, estimate finish Sat Oct 07 14:18:28 2017 xorriso : UPDATE : 20.45% done, estimate finish Sat Oct 07 14:18:27 2017 xorriso : UPDATE : 20.67% done, estimate finish Sat Oct 07 14:18:33 2017 xorriso : UPDATE : 20.67% done, estimate finish Sat Oct 07 14:18:42 2017 xorriso : UPDATE : 20.67% done, estimate finish Sat Oct 07 14:18:50 2017 xorriso : UPDATE : 23.14% done, estimate finish Sat Oct 07 14:18:26 2017 xorriso : UPDATE : 23.71% done, estimate finish Sat Oct 07 14:18:27 2017 xorriso : UPDATE : 23.71% done, estimate finish Sat Oct 07 14:18:34 2017 xorriso : UPDATE : 23.71% done, estimate finish Sat Oct 07 14:18:40 2017 xorriso : UPDATE : 23.71% done, estimate finish Sat Oct 07 14:18:47 2017 xorriso : UPDATE : 23.71% done, estimate finish Sat Oct 07 14:19:20 2017 xorriso : UPDATE : 25.27% done, estimate finish Sat Oct 07 14:18:53 2017 xorriso : UPDATE : 28.27% done, estimate finish Sat Oct 07 14:18:19 2017 xorriso : UPDATE : 29.01% done, estimate finish Sat Oct 07 14:18:18 2017 xorriso : UPDATE : 29.63% done, estimate finish Sat Oct 07 14:18:19 2017 xorriso : UPDATE : 30.27% done, estimate finish Sat Oct 07 14:18:20 2017 xorriso : UPDATE : 30.65% done, estimate finish Sat Oct 07 14:18:22 2017 xorriso : UPDATE : 31.56% done, estimate finish Sat Oct 07 14:18:20 2017 xorriso : UPDATE : 32.24% done, estimate finish Sat Oct 07 14:18:20 2017 xorriso : UPDATE : 32.64% done, estimate finish Sat Oct 07 14:18:22 2017 xorriso : UPDATE : 33.09% done, estimate finish Sat Oct 07 14:18:07 2017 xorriso : UPDATE : 33.42% done, estimate finish Sat Oct 07 14:18:11 2017 xorriso : UPDATE : 33.82% done, estimate finish Sat Oct 07 14:18:13 2017 xorriso : UPDATE : 34.30% done, estimate finish Sat Oct 07 14:18:15 2017 xorriso : UPDATE : 34.54% done, estimate finish Sat Oct 07 14:18:19 2017 xorriso : UPDATE : 34.74% done, estimate finish Sat Oct 07 14:18:23 2017 xorriso : UPDATE : 35.16% done, estimate finish Sat Oct 07 14:18:25 2017 xorriso : UPDATE : 35.58% done, estimate finish Sat Oct 07 14:18:27 2017 xorriso : UPDATE : 36.03% done, estimate finish Sat Oct 07 14:18:29 2017 xorriso : UPDATE : 36.21% done, estimate finish Sat Oct 07 14:18:32 2017 xorriso : UPDATE : 36.32% done, estimate finish Sat Oct 07 14:19:35 2017 xorriso : UPDATE : 36.93% done, estimate finish Sat Oct 07 14:19:25 2017 xorriso : UPDATE : 37.35% done, estimate finish Sat Oct 07 14:19:24 2017 xorriso : UPDATE : 37.70% done, estimate finish Sat Oct 07 14:19:24 2017 xorriso : UPDATE : 38.16% done, estimate finish Sat Oct 07 14:19:23 2017 xorriso : UPDATE : 38.31% done, estimate finish Sat Oct 07 14:19:28 2017 xorriso : UPDATE : 38.59% done, estimate finish Sat Oct 07 14:19:30 2017 xorriso : UPDATE : 39.13% done, estimate finish Sat Oct 07 14:19:26 2017 xorriso : UPDATE : 39.57% done, estimate finish Sat Oct 07 14:19:24 2017 xorriso : UPDATE : 40.25% done, estimate finish Sat Oct 07 14:19:20 2017 xorriso : UPDATE : 40.25% done, estimate finish Sat Oct 07 14:19:26 2017 xorriso : UPDATE : 40.25% done, estimate finish Sat Oct 07 14:19:27 2017 xorriso : UPDATE : 40.25% done, estimate finish Sat Oct 07 14:19:38 2017 xorriso : UPDATE : 40.25% done, estimate finish Sat Oct 07 14:19:50 2017 xorriso : UPDATE : 43.33% done, estimate finish Sat Oct 07 14:18:54 2017 xorriso : UPDATE : 43.89% done, estimate finish Sat Oct 07 14:18:53 2017 xorriso : UPDATE : 44.59% done, estimate finish Sat Oct 07 14:18:51 2017 xorriso : UPDATE : 44.92% done, estimate finish Sat Oct 07 14:18:53 2017 xorriso : UPDATE : 45.20% done, estimate finish Sat Oct 07 14:18:56 2017 xorriso : UPDATE : 45.49% done, estimate finish Sat Oct 07 14:18:58 2017 xorriso : UPDATE : 45.97% done, estimate finish Sat Oct 07 14:18:58 2017 xorriso : UPDATE : 46.43% done, estimate finish Sat Oct 07 14:18:43 2017 xorriso : UPDATE : 46.82% done, estimate finish Sat Oct 07 14:18:45 2017 xorriso : UPDATE : 46.82% done, estimate finish Sat Oct 07 14:18:52 2017 xorriso : UPDATE : 48.44% done, estimate finish Sat Oct 07 14:18:41 2017 xorriso : UPDATE : 48.69% done, estimate finish Sat Oct 07 14:18:45 2017 xorriso : UPDATE : 49.25% done, estimate finish Sat Oct 07 14:18:45 2017 xorriso : UPDATE : 49.47% done, estimate finish Sat Oct 07 14:18:48 2017 xorriso : UPDATE : 49.84% done, estimate finish Sat Oct 07 14:18:49 2017 xorriso : UPDATE : 50.29% done, estimate finish Sat Oct 07 14:18:50 2017 xorriso : UPDATE : 50.84% done, estimate finish Sat Oct 07 14:18:50 2017 xorriso : UPDATE : 51.34% done, estimate finish Sat Oct 07 14:18:58 2017 xorriso : UPDATE : 51.68% done, estimate finish Sat Oct 07 14:19:01 2017 xorriso : UPDATE : 52.15% done, estimate finish Sat Oct 07 14:19:01 2017 xorriso : UPDATE : 52.46% done, estimate finish Sat Oct 07 14:19:03 2017 xorriso : UPDATE : 52.58% done, estimate finish Sat Oct 07 14:19:09 2017 xorriso : UPDATE : 52.58% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 53.87% done, estimate finish Sat Oct 07 14:19:04 2017 xorriso : UPDATE : 54.34% done, estimate finish Sat Oct 07 14:19:04 2017 xorriso : UPDATE : 54.39% done, estimate finish Sat Oct 07 14:19:08 2017 xorriso : UPDATE : 54.39% done, estimate finish Sat Oct 07 14:19:13 2017 xorriso : UPDATE : 54.39% done, estimate finish Sat Oct 07 14:19:43 2017 xorriso : UPDATE : 56.45% done, estimate finish Sat Oct 07 14:19:04 2017 xorriso : UPDATE : 56.59% done, estimate finish Sat Oct 07 14:19:09 2017 xorriso : UPDATE : 56.97% done, estimate finish Sat Oct 07 14:19:09 2017 xorriso : UPDATE : 57.41% done, estimate finish Sat Oct 07 14:19:09 2017 xorriso : UPDATE : 57.61% done, estimate finish Sat Oct 07 14:19:13 2017 xorriso : UPDATE : 58.10% done, estimate finish Sat Oct 07 14:19:13 2017 xorriso : UPDATE : 58.49% done, estimate finish Sat Oct 07 14:19:12 2017 xorriso : UPDATE : 58.71% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 59.46% done, estimate finish Sat Oct 07 14:19:11 2017 xorriso : UPDATE : 59.70% done, estimate finish Sat Oct 07 14:18:58 2017 xorriso : UPDATE : 59.80% done, estimate finish Sat Oct 07 14:19:04 2017 xorriso : UPDATE : 60.31% done, estimate finish Sat Oct 07 14:19:04 2017 xorriso : UPDATE : 60.63% done, estimate finish Sat Oct 07 14:19:06 2017 xorriso : UPDATE : 60.88% done, estimate finish Sat Oct 07 14:19:09 2017 xorriso : UPDATE : 61.11% done, estimate finish Sat Oct 07 14:19:11 2017 xorriso : UPDATE : 61.27% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 61.58% done, estimate finish Sat Oct 07 14:19:16 2017 xorriso : UPDATE : 61.97% done, estimate finish Sat Oct 07 14:19:17 2017 xorriso : UPDATE : 62.31% done, estimate finish Sat Oct 07 14:19:17 2017 xorriso : UPDATE : 62.75% done, estimate finish Sat Oct 07 14:19:42 2017 xorriso : UPDATE : 63.09% done, estimate finish Sat Oct 07 14:19:41 2017 xorriso : UPDATE : 63.36% done, estimate finish Sat Oct 07 14:19:42 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 14:19:34 2017 xorriso : UPDATE : 64.61% done, estimate finish Sat Oct 07 14:19:30 2017 xorriso : UPDATE : 64.87% done, estimate finish Sat Oct 07 14:19:32 2017 xorriso : UPDATE : 65.51% done, estimate finish Sat Oct 07 14:19:27 2017 xorriso : UPDATE : 65.97% done, estimate finish Sat Oct 07 14:19:26 2017 xorriso : UPDATE : 66.38% done, estimate finish Sat Oct 07 14:19:25 2017 xorriso : UPDATE : 66.58% done, estimate finish Sat Oct 07 14:19:28 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 14:19:21 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 14:19:28 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 14:19:35 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 14:19:42 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 14:19:49 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 14:19:55 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 14:20:01 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 14:20:08 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 14:20:14 2017 xorriso : UPDATE : 73.33% done, estimate finish Sat Oct 07 14:18:58 2017 xorriso : UPDATE : 73.63% done, estimate finish Sat Oct 07 14:19:00 2017 xorriso : UPDATE : 74.26% done, estimate finish Sat Oct 07 14:18:59 2017 xorriso : UPDATE : 74.66% done, estimate finish Sat Oct 07 14:19:01 2017 xorriso : UPDATE : 75.07% done, estimate finish Sat Oct 07 14:19:02 2017 xorriso : UPDATE : 75.51% done, estimate finish Sat Oct 07 14:19:02 2017 xorriso : UPDATE : 75.92% done, estimate finish Sat Oct 07 14:19:03 2017 xorriso : UPDATE : 76.19% done, estimate finish Sat Oct 07 14:19:05 2017 xorriso : UPDATE : 76.19% done, estimate finish Sat Oct 07 14:19:08 2017 xorriso : UPDATE : 76.19% done, estimate finish Sat Oct 07 14:19:12 2017 xorriso : UPDATE : 76.19% done, estimate finish Sat Oct 07 14:19:14 2017 xorriso : UPDATE : 78.94% done, estimate finish Sat Oct 07 14:19:04 2017 xorriso : UPDATE : 78.94% done, estimate finish Sat Oct 07 14:19:08 2017 xorriso : UPDATE : 79.92% done, estimate finish Sat Oct 07 14:19:05 2017 xorriso : UPDATE : 80.28% done, estimate finish Sat Oct 07 14:19:06 2017 xorriso : UPDATE : 80.74% done, estimate finish Sat Oct 07 14:19:06 2017 xorriso : UPDATE : 81.23% done, estimate finish Sat Oct 07 14:19:06 2017 xorriso : UPDATE : 81.62% done, estimate finish Sat Oct 07 14:19:07 2017 xorriso : UPDATE : 82.08% done, estimate finish Sat Oct 07 14:19:07 2017 xorriso : UPDATE : 82.55% done, estimate finish Sat Oct 07 14:19:07 2017 xorriso : UPDATE : 82.97% done, estimate finish Sat Oct 07 14:19:08 2017 xorriso : UPDATE : 83.45% done, estimate finish Sat Oct 07 14:19:10 2017 xorriso : UPDATE : 83.81% done, estimate finish Sat Oct 07 14:19:11 2017 xorriso : UPDATE : 84.35% done, estimate finish Sat Oct 07 14:19:09 2017 xorriso : UPDATE : 84.71% done, estimate finish Sat Oct 07 14:19:10 2017 xorriso : UPDATE : 85.15% done, estimate finish Sat Oct 07 14:19:11 2017 xorriso : UPDATE : 85.75% done, estimate finish Sat Oct 07 14:19:10 2017 xorriso : UPDATE : 85.99% done, estimate finish Sat Oct 07 14:19:10 2017 xorriso : UPDATE : 86.36% done, estimate finish Sat Oct 07 14:19:11 2017 xorriso : UPDATE : 86.55% done, estimate finish Sat Oct 07 14:19:12 2017 xorriso : UPDATE : 87.60% done, estimate finish Sat Oct 07 14:19:10 2017 xorriso : UPDATE : 87.85% done, estimate finish Sat Oct 07 14:19:10 2017 xorriso : UPDATE : 88.22% done, estimate finish Sat Oct 07 14:19:11 2017 xorriso : UPDATE : 88.74% done, estimate finish Sat Oct 07 14:19:11 2017 xorriso : UPDATE : 88.96% done, estimate finish Sat Oct 07 14:19:13 2017 xorriso : UPDATE : 89.63% done, estimate finish Sat Oct 07 14:19:11 2017 xorriso : UPDATE : 89.78% done, estimate finish Sat Oct 07 14:19:13 2017 xorriso : UPDATE : 89.89% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 90.05% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 90.32% done, estimate finish Sat Oct 07 14:19:16 2017 xorriso : UPDATE : 90.68% done, estimate finish Sat Oct 07 14:19:16 2017 xorriso : UPDATE : 91.15% done, estimate finish Sat Oct 07 14:19:19 2017 xorriso : UPDATE : 91.52% done, estimate finish Sat Oct 07 14:19:19 2017 xorriso : UPDATE : 91.95% done, estimate finish Sat Oct 07 14:19:19 2017 xorriso : UPDATE : 92.30% done, estimate finish Sat Oct 07 14:19:19 2017 xorriso : UPDATE : 92.69% done, estimate finish Sat Oct 07 14:19:19 2017 xorriso : UPDATE : 93.36% done, estimate finish Sat Oct 07 14:19:16 2017 xorriso : UPDATE : 93.67% done, estimate finish Sat Oct 07 14:19:16 2017 xorriso : UPDATE : 94.15% done, estimate finish Sat Oct 07 14:19:16 2017 xorriso : UPDATE : 94.34% done, estimate finish Sat Oct 07 14:19:17 2017 xorriso : UPDATE : 95.13% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 95.49% done, estimate finish Sat Oct 07 14:19:14 2017 xorriso : UPDATE : 95.79% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 96.13% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 96.40% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 97.02% done, estimate finish Sat Oct 07 14:19:15 2017 xorriso : UPDATE : 97.58% done, estimate finish Sat Oct 07 14:19:14 2017 xorriso : UPDATE : 97.92% done, estimate finish Sat Oct 07 14:19:14 2017 xorriso : UPDATE : 98.32% done, estimate finish Sat Oct 07 14:19:14 2017 xorriso : UPDATE : 98.82% done, estimate finish Sat Oct 07 14:19:14 2017 xorriso : UPDATE : 99.17% done xorriso : UPDATE : 99.51% done xorriso : UPDATE : 99.83% done ISO image produced: 2279664 sectors Written to medium : 2279664 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:19:16 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 11' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-11.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-11.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot11 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 CD11 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 4500 files added in 1 seconds xorriso : UPDATE : 8900 files added in 2 seconds xorriso : UPDATE : 12500 files added in 3 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD11' xorriso : UPDATE : 13535 files added in 3 seconds xorriso : UPDATE : 13535 files added in 3 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.13% done xorriso : UPDATE : 0.29% done xorriso : UPDATE : 0.46% done, estimate finish Sat Oct 07 14:29:29 2017 xorriso : UPDATE : 0.57% done, estimate finish Sat Oct 07 14:30:26 2017 xorriso : UPDATE : 0.88% done, estimate finish Sat Oct 07 14:28:29 2017 xorriso : UPDATE : 1.14% done, estimate finish Sat Oct 07 14:27:51 2017 xorriso : UPDATE : 1.30% done, estimate finish Sat Oct 07 14:28:04 2017 xorriso : UPDATE : 1.30% done, estimate finish Sat Oct 07 14:29:21 2017 xorriso : UPDATE : 2.18% done, estimate finish Sat Oct 07 14:26:04 2017 xorriso : UPDATE : 2.43% done, estimate finish Sat Oct 07 14:26:04 2017 xorriso : UPDATE : 2.45% done, estimate finish Sat Oct 07 14:26:42 2017 xorriso : UPDATE : 3.38% done, estimate finish Sat Oct 07 14:25:11 2017 xorriso : UPDATE : 3.84% done, estimate finish Sat Oct 07 14:24:54 2017 xorriso : UPDATE : 4.10% done, estimate finish Sat Oct 07 14:24:58 2017 xorriso : UPDATE : 4.33% done, estimate finish Sat Oct 07 14:24:12 2017 xorriso : UPDATE : 4.54% done, estimate finish Sat Oct 07 14:24:22 2017 xorriso : UPDATE : 4.57% done, estimate finish Sat Oct 07 14:24:48 2017 xorriso : UPDATE : 5.42% done, estimate finish Sat Oct 07 14:24:09 2017 xorriso : UPDATE : 5.76% done, estimate finish Sat Oct 07 14:24:09 2017 xorriso : UPDATE : 5.97% done, estimate finish Sat Oct 07 14:24:17 2017 xorriso : UPDATE : 6.26% done, estimate finish Sat Oct 07 14:24:20 2017 xorriso : UPDATE : 6.47% done, estimate finish Sat Oct 07 14:24:27 2017 xorriso : UPDATE : 6.73% done, estimate finish Sat Oct 07 14:24:30 2017 xorriso : UPDATE : 6.99% done, estimate finish Sat Oct 07 14:24:34 2017 xorriso : UPDATE : 7.38% done, estimate finish Sat Oct 07 14:24:39 2017 xorriso : UPDATE : 7.66% done, estimate finish Sat Oct 07 14:24:42 2017 xorriso : UPDATE : 8.11% done, estimate finish Sat Oct 07 14:24:34 2017 xorriso : UPDATE : 8.58% done, estimate finish Sat Oct 07 14:24:24 2017 xorriso : UPDATE : 9.06% done, estimate finish Sat Oct 07 14:24:17 2017 xorriso : UPDATE : 9.46% done, estimate finish Sat Oct 07 14:24:15 2017 xorriso : UPDATE : 9.46% done, estimate finish Sat Oct 07 14:24:30 2017 xorriso : UPDATE : 10.30% done, estimate finish Sat Oct 07 14:24:08 2017 xorriso : UPDATE : 10.57% done, estimate finish Sat Oct 07 14:24:12 2017 xorriso : UPDATE : 10.90% done, estimate finish Sat Oct 07 14:24:13 2017 xorriso : UPDATE : 11.28% done, estimate finish Sat Oct 07 14:23:57 2017 xorriso : UPDATE : 11.57% done, estimate finish Sat Oct 07 14:24:00 2017 xorriso : UPDATE : 11.76% done, estimate finish Sat Oct 07 14:24:08 2017 xorriso : UPDATE : 12.26% done, estimate finish Sat Oct 07 14:24:02 2017 xorriso : UPDATE : 12.35% done, estimate finish Sat Oct 07 14:24:12 2017 xorriso : UPDATE : 13.18% done, estimate finish Sat Oct 07 14:23:55 2017 xorriso : UPDATE : 13.42% done, estimate finish Sat Oct 07 14:23:59 2017 xorriso : UPDATE : 13.93% done, estimate finish Sat Oct 07 14:23:55 2017 xorriso : UPDATE : 14.33% done, estimate finish Sat Oct 07 14:23:55 2017 xorriso : UPDATE : 15.20% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 15.54% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 15.55% done, estimate finish Sat Oct 07 14:23:52 2017 xorriso : UPDATE : 16.68% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 17.09% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 17.59% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 17.73% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 18.30% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 18.70% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 19.15% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 19.94% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 20.34% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 20.85% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 21.39% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 22.11% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 22.69% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 23.09% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 23.52% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 23.58% done, estimate finish Sat Oct 07 14:23:25 2017 xorriso : UPDATE : 24.66% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 25.14% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 26.40% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 26.85% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 26.85% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 28.10% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 28.43% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 28.76% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 28.76% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 28.76% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 30.52% done, estimate finish Sat Oct 07 14:22:59 2017 xorriso : UPDATE : 31.08% done, estimate finish Sat Oct 07 14:22:57 2017 xorriso : UPDATE : 31.08% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 31.08% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 31.08% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 31.08% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 34.51% done, estimate finish Sat Oct 07 14:22:47 2017 xorriso : UPDATE : 35.06% done, estimate finish Sat Oct 07 14:22:47 2017 xorriso : UPDATE : 35.06% done, estimate finish Sat Oct 07 14:22:53 2017 xorriso : UPDATE : 36.06% done, estimate finish Sat Oct 07 14:22:48 2017 xorriso : UPDATE : 36.75% done, estimate finish Sat Oct 07 14:22:42 2017 xorriso : UPDATE : 36.75% done, estimate finish Sat Oct 07 14:22:50 2017 xorriso : UPDATE : 38.39% done, estimate finish Sat Oct 07 14:22:36 2017 xorriso : UPDATE : 38.39% done, estimate finish Sat Oct 07 14:22:42 2017 xorriso : UPDATE : 39.49% done, estimate finish Sat Oct 07 14:22:37 2017 xorriso : UPDATE : 39.89% done, estimate finish Sat Oct 07 14:22:39 2017 xorriso : UPDATE : 39.97% done, estimate finish Sat Oct 07 14:22:44 2017 xorriso : UPDATE : 39.97% done, estimate finish Sat Oct 07 14:22:49 2017 xorriso : UPDATE : 41.44% done, estimate finish Sat Oct 07 14:22:41 2017 xorriso : UPDATE : 42.00% done, estimate finish Sat Oct 07 14:22:40 2017 xorriso : UPDATE : 42.46% done, estimate finish Sat Oct 07 14:22:41 2017 xorriso : UPDATE : 42.85% done, estimate finish Sat Oct 07 14:22:46 2017 xorriso : UPDATE : 43.30% done, estimate finish Sat Oct 07 14:22:47 2017 xorriso : UPDATE : 43.54% done, estimate finish Sat Oct 07 14:22:51 2017 xorriso : UPDATE : 43.82% done, estimate finish Sat Oct 07 14:22:54 2017 xorriso : UPDATE : 44.50% done, estimate finish Sat Oct 07 14:22:52 2017 xorriso : UPDATE : 44.86% done, estimate finish Sat Oct 07 14:22:54 2017 xorriso : UPDATE : 45.18% done, estimate finish Sat Oct 07 14:22:56 2017 xorriso : UPDATE : 45.42% done, estimate finish Sat Oct 07 14:22:58 2017 xorriso : UPDATE : 45.67% done, estimate finish Sat Oct 07 14:23:01 2017 xorriso : UPDATE : 45.87% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 46.17% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 46.31% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 46.91% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 47.06% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 47.18% done, estimate finish Sat Oct 07 14:23:44 2017 xorriso : UPDATE : 47.21% done, estimate finish Sat Oct 07 14:23:52 2017 xorriso : UPDATE : 48.32% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 48.59% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 48.95% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 49.38% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 49.66% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 49.89% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 50.46% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 50.92% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 51.24% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 51.35% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 51.35% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 51.35% done, estimate finish Sat Oct 07 14:23:47 2017 xorriso : UPDATE : 53.31% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 53.52% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 53.92% done, estimate finish Sat Oct 07 14:23:13 2017 xorriso : UPDATE : 53.92% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 55.03% done, estimate finish Sat Oct 07 14:23:09 2017 xorriso : UPDATE : 55.12% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 55.68% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 55.80% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 56.26% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 56.56% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 56.93% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 57.38% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 57.80% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 58.22% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 58.60% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 58.83% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 59.01% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 59.21% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 59.66% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 60.04% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 60.48% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 60.80% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 61.13% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 61.64% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 61.88% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 62.20% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 62.48% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 62.61% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 62.94% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 63.30% done, estimate finish Sat Oct 07 14:23:39 2017 xorriso : UPDATE : 63.72% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 64.13% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 64.30% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 65.20% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 65.48% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 65.96% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 66.30% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 66.81% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 67.22% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 67.46% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 67.70% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 68.31% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 68.60% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 68.95% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 68.95% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 68.95% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 68.95% done, estimate finish Sat Oct 07 14:23:39 2017 xorriso : UPDATE : 71.60% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 72.07% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 72.24% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 72.37% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 72.37% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 74.31% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 74.69% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 74.69% done, estimate finish Sat Oct 07 14:23:10 2017 xorriso : UPDATE : 75.86% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 76.20% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 76.69% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 76.79% done, estimate finish Sat Oct 07 14:23:09 2017 xorriso : UPDATE : 77.08% done, estimate finish Sat Oct 07 14:23:10 2017 xorriso : UPDATE : 77.28% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 77.68% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 78.21% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 78.49% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 78.73% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 79.23% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 79.82% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 80.06% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 80.61% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 80.80% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 81.06% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 81.34% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 81.66% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 81.97% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 82.28% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 82.70% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 82.89% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 83.21% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 83.40% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 83.95% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 84.23% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 84.23% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 84.95% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 85.68% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 85.92% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 86.30% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 86.30% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 86.30% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 87.76% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 88.36% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 89.39% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 89.64% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 89.88% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 90.26% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 90.78% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 91.03% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 91.40% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 91.74% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 91.99% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 91.99% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 91.99% done, estimate finish Sat Oct 07 14:23:25 2017 xorriso : UPDATE : 94.32% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 94.74% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 95.08% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 95.78% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 96.13% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 96.31% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 96.70% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 96.85% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 96.91% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 97.55% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 97.69% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 98.08% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 98.35% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 98.47% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 98.60% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 98.82% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 98.98% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 99.01% done, estimate finish Sat Oct 07 14:23:25 2017 xorriso : UPDATE : 99.55% done xorriso : UPDATE : 99.98% done ISO image produced: 2277462 sectors Written to medium : 2277462 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:23:26 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 12' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-12.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-12.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot12 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 CD12 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 6800 files added in 1 seconds xorriso : UPDATE : 14300 files added in 2 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD12' xorriso : UPDATE : 20203 files added in 3 seconds xorriso : UPDATE : 20203 files added in 3 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /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 : File "/pool/main/libb/libbusiness-onlinepayment-transactioncentral-perl/libbusiness-onlinepayment-transactioncentral-perl_0.06-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-action-serialize-data-serializer-perl/libcatalyst-action-serialize-data-serializer-perl_1.08-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-actionrole-checktrailingslash-perl/libcatalyst-actionrole-checktrailingslash-perl_0.01-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-credential-authen-simple-perl/libcatalyst-authentication-credential-authen-simple-perl_0.09-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-credential-http-perl/libcatalyst-authentication-credential-http-perl_1.016-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-store-dbix-class-perl/libcatalyst-authentication-store-dbix-class-perl_0.1506-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-store-htpasswd-perl/libcatalyst-authentication-store-htpasswd-perl_1.004-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-component-instancepercontext-perl/libcatalyst-component-instancepercontext-perl_0.001001-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-plugin-authentication-credential-openid-perl/libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-plugin-session-store-delegate-perl/libcatalyst-plugin-session-store-delegate-perl_0.06-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-plugin-session-store-fastmmap-perl/libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libd/libdata-formvalidator-constraints-datetime-perl/libdata-formvalidator-constraints-datetime-perl_1.11-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libm/libmoosex-meta-typeconstraint-forcecoercion-perl/libmoosex-meta-typeconstraint-forcecoercion-perl_0.01-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libp/libplack-middleware-fixmissingbodyinredirect-perl/libplack-middleware-fixmissingbodyinredirect-perl_0.11-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libs/libsyntax-highlight-engine-simple-languages-perl/libsyntax-highlight-engine-simple-languages-perl_2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/r/ruby-rails-assets-jakobmattsson-jquery-elastic/ruby-rails-assets-jakobmattsson-jquery-elastic_1.6.11~dfsg-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/r/ruby-rails-assets-markdown-it--markdown-it-for-inline/ruby-rails-assets-markdown-it--markdown-it-for-inline_0.1.1-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/t/tryton-modules-account-stock-landed-cost-weight/tryton-modules-account-stock-landed-cost-weight_4.2.0-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/t/tryton-modules-product-classification-taxonomic/tryton-modules-product-classification-taxonomic_4.2.0-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/t/tryton-modules-purchase-invoice-line-standalone/tryton-modules-purchase-invoice-line-standalone_4.2.0-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.16% done xorriso : UPDATE : 0.34% done xorriso : UPDATE : 0.43% done, estimate finish Sat Oct 07 14:34:51 2017 xorriso : UPDATE : 0.64% done, estimate finish Sat Oct 07 14:33:40 2017 xorriso : UPDATE : 0.81% done, estimate finish Sat Oct 07 14:33:37 2017 xorriso : UPDATE : 0.90% done, estimate finish Sat Oct 07 14:34:28 2017 xorriso : UPDATE : 1.21% done, estimate finish Sat Oct 07 14:33:01 2017 xorriso : UPDATE : 1.53% done, estimate finish Sat Oct 07 14:32:07 2017 xorriso : UPDATE : 1.76% done, estimate finish Sat Oct 07 14:31:56 2017 xorriso : UPDATE : 1.88% done, estimate finish Sat Oct 07 14:32:18 2017 xorriso : UPDATE : 2.17% done, estimate finish Sat Oct 07 14:31:53 2017 xorriso : UPDATE : 2.56% done, estimate finish Sat Oct 07 14:31:16 2017 xorriso : UPDATE : 2.75% done, estimate finish Sat Oct 07 14:31:19 2017 xorriso : UPDATE : 2.93% done, estimate finish Sat Oct 07 14:31:24 2017 xorriso : UPDATE : 3.40% done, estimate finish Sat Oct 07 14:29:56 2017 xorriso : UPDATE : 3.54% done, estimate finish Sat Oct 07 14:30:13 2017 xorriso : UPDATE : 3.85% done, estimate finish Sat Oct 07 14:30:06 2017 xorriso : UPDATE : 3.86% done, estimate finish Sat Oct 07 14:30:36 2017 xorriso : UPDATE : 3.96% done, estimate finish Sat Oct 07 14:30:55 2017 xorriso : UPDATE : 4.22% done, estimate finish Sat Oct 07 14:30:50 2017 xorriso : UPDATE : 4.43% done, estimate finish Sat Oct 07 14:30:52 2017 xorriso : UPDATE : 4.58% done, estimate finish Sat Oct 07 14:31:02 2017 xorriso : UPDATE : 4.87% done, estimate finish Sat Oct 07 14:30:54 2017 xorriso : UPDATE : 5.25% done, estimate finish Sat Oct 07 14:30:39 2017 xorriso : UPDATE : 5.51% done, estimate finish Sat Oct 07 14:31:00 2017 xorriso : UPDATE : 5.63% done, estimate finish Sat Oct 07 14:31:15 2017 xorriso : UPDATE : 6.09% done, estimate finish Sat Oct 07 14:30:43 2017 xorriso : UPDATE : 6.56% done, estimate finish Sat Oct 07 14:30:16 2017 xorriso : UPDATE : 7.70% done, estimate finish Sat Oct 07 14:29:09 2017 xorriso : UPDATE : 7.72% done, estimate finish Sat Oct 07 14:29:27 2017 xorriso : UPDATE : 8.78% done, estimate finish Sat Oct 07 14:28:44 2017 xorriso : UPDATE : 8.78% done, estimate finish Sat Oct 07 14:28:59 2017 xorriso : UPDATE : 9.87% done, estimate finish Sat Oct 07 14:28:27 2017 xorriso : UPDATE : 9.87% done, estimate finish Sat Oct 07 14:28:40 2017 xorriso : UPDATE : 11.71% done, estimate finish Sat Oct 07 14:27:14 2017 xorriso : UPDATE : 11.71% done, estimate finish Sat Oct 07 14:27:26 2017 xorriso : UPDATE : 11.71% done, estimate finish Sat Oct 07 14:27:39 2017 xorriso : UPDATE : 13.63% done, estimate finish Sat Oct 07 14:27:05 2017 xorriso : UPDATE : 13.98% done, estimate finish Sat Oct 07 14:27:08 2017 xorriso : UPDATE : 13.98% done, estimate finish Sat Oct 07 14:27:17 2017 xorriso : UPDATE : 15.11% done, estimate finish Sat Oct 07 14:27:05 2017 xorriso : UPDATE : 15.39% done, estimate finish Sat Oct 07 14:27:08 2017 xorriso : UPDATE : 15.71% done, estimate finish Sat Oct 07 14:27:10 2017 xorriso : UPDATE : 16.09% done, estimate finish Sat Oct 07 14:27:12 2017 xorriso : UPDATE : 16.19% done, estimate finish Sat Oct 07 14:27:18 2017 xorriso : UPDATE : 17.11% done, estimate finish Sat Oct 07 14:27:21 2017 xorriso : UPDATE : 17.54% done, estimate finish Sat Oct 07 14:27:22 2017 xorriso : UPDATE : 17.73% done, estimate finish Sat Oct 07 14:27:28 2017 xorriso : UPDATE : 17.95% done, estimate finish Sat Oct 07 14:27:33 2017 xorriso : UPDATE : 18.13% done, estimate finish Sat Oct 07 14:27:39 2017 xorriso : UPDATE : 18.55% done, estimate finish Sat Oct 07 14:27:39 2017 xorriso : UPDATE : 18.73% done, estimate finish Sat Oct 07 14:27:44 2017 xorriso : UPDATE : 19.01% done, estimate finish Sat Oct 07 14:27:47 2017 xorriso : UPDATE : 19.32% done, estimate finish Sat Oct 07 14:27:49 2017 xorriso : UPDATE : 19.59% done, estimate finish Sat Oct 07 14:27:52 2017 xorriso : UPDATE : 19.80% done, estimate finish Sat Oct 07 14:28:46 2017 xorriso : UPDATE : 20.12% done, estimate finish Sat Oct 07 14:28:43 2017 xorriso : UPDATE : 20.53% done, estimate finish Sat Oct 07 14:28:37 2017 xorriso : UPDATE : 20.81% done, estimate finish Sat Oct 07 14:28:38 2017 xorriso : UPDATE : 21.33% done, estimate finish Sat Oct 07 14:28:28 2017 xorriso : UPDATE : 21.87% done, estimate finish Sat Oct 07 14:28:20 2017 xorriso : UPDATE : 22.06% done, estimate finish Sat Oct 07 14:28:24 2017 xorriso : UPDATE : 22.33% done, estimate finish Sat Oct 07 14:28:26 2017 xorriso : UPDATE : 22.50% done, estimate finish Sat Oct 07 14:28:31 2017 xorriso : UPDATE : 22.82% done, estimate finish Sat Oct 07 14:28:31 2017 xorriso : UPDATE : 23.05% done, estimate finish Sat Oct 07 14:28:20 2017 xorriso : UPDATE : 23.43% done, estimate finish Sat Oct 07 14:28:18 2017 xorriso : UPDATE : 23.56% done, estimate finish Sat Oct 07 14:28:27 2017 xorriso : UPDATE : 23.81% done, estimate finish Sat Oct 07 14:28:30 2017 xorriso : UPDATE : 24.21% done, estimate finish Sat Oct 07 14:28:26 2017 xorriso : UPDATE : 24.37% done, estimate finish Sat Oct 07 14:28:33 2017 xorriso : UPDATE : 24.55% done, estimate finish Sat Oct 07 14:28:37 2017 xorriso : UPDATE : 24.88% done, estimate finish Sat Oct 07 14:28:37 2017 xorriso : UPDATE : 25.14% done, estimate finish Sat Oct 07 14:28:38 2017 xorriso : UPDATE : 25.35% done, estimate finish Sat Oct 07 14:28:41 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:28:53 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:29:11 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:29:29 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:29:47 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:30:05 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:30:23 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:30:42 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:30:59 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:31:17 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:31:36 2017 xorriso : UPDATE : 26.11% done, estimate finish Sat Oct 07 14:46:22 2017 xorriso : UPDATE : 31.92% done, estimate finish Sat Oct 07 14:27:21 2017 xorriso : UPDATE : 32.51% done, estimate finish Sat Oct 07 14:27:20 2017 xorriso : UPDATE : 32.62% done, estimate finish Sat Oct 07 14:27:25 2017 xorriso : UPDATE : 33.40% done, estimate finish Sat Oct 07 14:27:21 2017 xorriso : UPDATE : 33.59% done, estimate finish Sat Oct 07 14:27:26 2017 xorriso : UPDATE : 33.75% done, estimate finish Sat Oct 07 14:27:30 2017 xorriso : UPDATE : 33.88% done, estimate finish Sat Oct 07 14:27:35 2017 xorriso : UPDATE : 34.14% done, estimate finish Sat Oct 07 14:27:38 2017 xorriso : UPDATE : 34.46% done, estimate finish Sat Oct 07 14:27:40 2017 xorriso : UPDATE : 34.93% done, estimate finish Sat Oct 07 14:26:58 2017 xorriso : UPDATE : 35.17% done, estimate finish Sat Oct 07 14:27:02 2017 xorriso : UPDATE : 35.37% done, estimate finish Sat Oct 07 14:27:06 2017 xorriso : UPDATE : 35.58% done, estimate finish Sat Oct 07 14:27:10 2017 xorriso : UPDATE : 35.73% done, estimate finish Sat Oct 07 14:27:14 2017 xorriso : UPDATE : 36.09% done, estimate finish Sat Oct 07 14:27:17 2017 xorriso : UPDATE : 36.16% done, estimate finish Sat Oct 07 14:27:21 2017 xorriso : UPDATE : 36.94% done, estimate finish Sat Oct 07 14:27:19 2017 xorriso : UPDATE : 37.64% done, estimate finish Sat Oct 07 14:27:17 2017 xorriso : UPDATE : 37.89% done, estimate finish Sat Oct 07 14:27:20 2017 xorriso : UPDATE : 38.07% done, estimate finish Sat Oct 07 14:28:21 2017 xorriso : UPDATE : 38.16% done, estimate finish Sat Oct 07 14:28:31 2017 xorriso : UPDATE : 38.52% done, estimate finish Sat Oct 07 14:28:28 2017 xorriso : UPDATE : 38.77% done, estimate finish Sat Oct 07 14:28:30 2017 xorriso : UPDATE : 39.27% done, estimate finish Sat Oct 07 14:28:24 2017 xorriso : UPDATE : 39.76% done, estimate finish Sat Oct 07 14:28:18 2017 xorriso : UPDATE : 39.85% done, estimate finish Sat Oct 07 14:28:25 2017 xorriso : UPDATE : 40.29% done, estimate finish Sat Oct 07 14:28:22 2017 xorriso : UPDATE : 40.39% done, estimate finish Sat Oct 07 14:28:27 2017 xorriso : UPDATE : 40.98% done, estimate finish Sat Oct 07 14:28:21 2017 xorriso : UPDATE : 41.32% done, estimate finish Sat Oct 07 14:28:18 2017 xorriso : UPDATE : 41.33% done, estimate finish Sat Oct 07 14:28:31 2017 xorriso : UPDATE : 41.33% done, estimate finish Sat Oct 07 14:28:44 2017 xorriso : UPDATE : 42.95% done, estimate finish Sat Oct 07 14:28:01 2017 xorriso : UPDATE : 43.54% done, estimate finish Sat Oct 07 14:27:56 2017 xorriso : UPDATE : 44.02% done, estimate finish Sat Oct 07 14:27:55 2017 xorriso : UPDATE : 44.02% done, estimate finish Sat Oct 07 14:28:02 2017 xorriso : UPDATE : 45.31% done, estimate finish Sat Oct 07 14:27:46 2017 xorriso : UPDATE : 45.54% done, estimate finish Sat Oct 07 14:27:49 2017 xorriso : UPDATE : 45.54% done, estimate finish Sat Oct 07 14:27:55 2017 xorriso : UPDATE : 45.54% done, estimate finish Sat Oct 07 14:27:51 2017 xorriso : UPDATE : 47.60% done, estimate finish Sat Oct 07 14:27:23 2017 xorriso : UPDATE : 47.90% done, estimate finish Sat Oct 07 14:27:26 2017 xorriso : UPDATE : 48.42% done, estimate finish Sat Oct 07 14:27:26 2017 xorriso : UPDATE : 48.42% done, estimate finish Sat Oct 07 14:27:32 2017 xorriso : UPDATE : 50.20% done, estimate finish Sat Oct 07 14:27:19 2017 xorriso : UPDATE : 50.66% done, estimate finish Sat Oct 07 14:27:19 2017 xorriso : UPDATE : 50.66% done, estimate finish Sat Oct 07 14:27:24 2017 xorriso : UPDATE : 51.68% done, estimate finish Sat Oct 07 14:27:19 2017 xorriso : UPDATE : 52.20% done, estimate finish Sat Oct 07 14:27:19 2017 xorriso : UPDATE : 52.41% done, estimate finish Sat Oct 07 14:27:22 2017 xorriso : UPDATE : 52.55% done, estimate finish Sat Oct 07 14:27:15 2017 xorriso : UPDATE : 53.06% done, estimate finish Sat Oct 07 14:27:16 2017 xorriso : UPDATE : 53.40% done, estimate finish Sat Oct 07 14:27:18 2017 xorriso : UPDATE : 53.98% done, estimate finish Sat Oct 07 14:27:17 2017 xorriso : UPDATE : 54.07% done, estimate finish Sat Oct 07 14:27:22 2017 xorriso : UPDATE : 54.13% done, estimate finish Sat Oct 07 14:27:27 2017 xorriso : UPDATE : 54.21% done, estimate finish Sat Oct 07 14:27:31 2017 xorriso : UPDATE : 54.21% done, estimate finish Sat Oct 07 14:27:35 2017 xorriso : UPDATE : 54.21% done, estimate finish Sat Oct 07 14:27:39 2017 xorriso : UPDATE : 56.34% done, estimate finish Sat Oct 07 14:27:25 2017 xorriso : UPDATE : 56.79% done, estimate finish Sat Oct 07 14:27:40 2017 xorriso : UPDATE : 56.92% done, estimate finish Sat Oct 07 14:27:46 2017 xorriso : UPDATE : 56.92% done, estimate finish Sat Oct 07 14:27:54 2017 xorriso : UPDATE : 58.21% done, estimate finish Sat Oct 07 14:27:38 2017 xorriso : UPDATE : 58.22% done, estimate finish Sat Oct 07 14:27:44 2017 xorriso : UPDATE : 59.11% done, estimate finish Sat Oct 07 14:27:37 2017 xorriso : UPDATE : 59.53% done, estimate finish Sat Oct 07 14:27:37 2017 xorriso : UPDATE : 59.83% done, estimate finish Sat Oct 07 14:27:38 2017 xorriso : UPDATE : 60.11% done, estimate finish Sat Oct 07 14:27:41 2017 xorriso : UPDATE : 60.30% done, estimate finish Sat Oct 07 14:27:43 2017 xorriso : UPDATE : 60.41% done, estimate finish Sat Oct 07 14:27:53 2017 xorriso : UPDATE : 60.55% done, estimate finish Sat Oct 07 14:27:58 2017 xorriso : UPDATE : 60.76% done, estimate finish Sat Oct 07 14:28:01 2017 xorriso : UPDATE : 61.11% done, estimate finish Sat Oct 07 14:28:01 2017 xorriso : UPDATE : 61.22% done, estimate finish Sat Oct 07 14:28:06 2017 xorriso : UPDATE : 61.39% done, estimate finish Sat Oct 07 14:28:10 2017 xorriso : UPDATE : 61.64% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 61.79% done, estimate finish Sat Oct 07 14:28:15 2017 xorriso : UPDATE : 62.02% done, estimate finish Sat Oct 07 14:28:16 2017 xorriso : UPDATE : 62.40% done, estimate finish Sat Oct 07 14:28:14 2017 xorriso : UPDATE : 62.68% done, estimate finish Sat Oct 07 14:28:42 2017 xorriso : UPDATE : 62.94% done, estimate finish Sat Oct 07 14:28:41 2017 xorriso : UPDATE : 63.35% done, estimate finish Sat Oct 07 14:28:33 2017 xorriso : UPDATE : 63.65% done, estimate finish Sat Oct 07 14:28:31 2017 xorriso : UPDATE : 63.82% done, estimate finish Sat Oct 07 14:28:34 2017 xorriso : UPDATE : 64.03% done, estimate finish Sat Oct 07 14:28:36 2017 xorriso : UPDATE : 64.03% done, estimate finish Sat Oct 07 14:28:44 2017 xorriso : UPDATE : 64.45% done, estimate finish Sat Oct 07 14:28:38 2017 xorriso : UPDATE : 65.98% done, estimate finish Sat Oct 07 14:28:08 2017 xorriso : UPDATE : 66.06% done, estimate finish Sat Oct 07 14:28:13 2017 xorriso : UPDATE : 66.06% done, estimate finish Sat Oct 07 14:28:04 2017 xorriso : UPDATE : 67.62% done, estimate finish Sat Oct 07 14:27:42 2017 xorriso : UPDATE : 68.01% done, estimate finish Sat Oct 07 14:27:43 2017 xorriso : UPDATE : 68.16% done, estimate finish Sat Oct 07 14:27:46 2017 xorriso : UPDATE : 68.53% done, estimate finish Sat Oct 07 14:27:47 2017 xorriso : UPDATE : 68.89% done, estimate finish Sat Oct 07 14:27:48 2017 xorriso : UPDATE : 69.06% done, estimate finish Sat Oct 07 14:27:50 2017 xorriso : UPDATE : 69.43% done, estimate finish Sat Oct 07 14:27:51 2017 xorriso : UPDATE : 69.86% done, estimate finish Sat Oct 07 14:27:50 2017 xorriso : UPDATE : 69.92% done, estimate finish Sat Oct 07 14:27:54 2017 xorriso : UPDATE : 70.04% done, estimate finish Sat Oct 07 14:27:52 2017 xorriso : UPDATE : 70.47% done, estimate finish Sat Oct 07 14:27:51 2017 xorriso : UPDATE : 71.01% done, estimate finish Sat Oct 07 14:27:50 2017 xorriso : UPDATE : 71.06% done, estimate finish Sat Oct 07 14:27:55 2017 xorriso : UPDATE : 72.01% done, estimate finish Sat Oct 07 14:27:47 2017 xorriso : UPDATE : 72.37% done, estimate finish Sat Oct 07 14:27:47 2017 xorriso : UPDATE : 72.61% done, estimate finish Sat Oct 07 14:27:49 2017 xorriso : UPDATE : 73.11% done, estimate finish Sat Oct 07 14:27:48 2017 xorriso : UPDATE : 73.28% done, estimate finish Sat Oct 07 14:27:51 2017 xorriso : UPDATE : 73.58% done, estimate finish Sat Oct 07 14:27:52 2017 xorriso : UPDATE : 73.90% done, estimate finish Sat Oct 07 14:27:53 2017 xorriso : UPDATE : 74.22% done, estimate finish Sat Oct 07 14:27:54 2017 xorriso : UPDATE : 74.48% done, estimate finish Sat Oct 07 14:27:57 2017 xorriso : UPDATE : 74.70% done, estimate finish Sat Oct 07 14:27:58 2017 xorriso : UPDATE : 74.85% done, estimate finish Sat Oct 07 14:28:02 2017 xorriso : UPDATE : 75.28% done, estimate finish Sat Oct 07 14:28:00 2017 xorriso : UPDATE : 75.47% done, estimate finish Sat Oct 07 14:28:02 2017 xorriso : UPDATE : 75.85% done, estimate finish Sat Oct 07 14:28:02 2017 xorriso : UPDATE : 76.23% done, estimate finish Sat Oct 07 14:28:02 2017 xorriso : UPDATE : 76.32% done, estimate finish Sat Oct 07 14:28:04 2017 xorriso : UPDATE : 76.54% done, estimate finish Sat Oct 07 14:28:19 2017 xorriso : UPDATE : 76.78% done, estimate finish Sat Oct 07 14:28:20 2017 xorriso : UPDATE : 77.00% done, estimate finish Sat Oct 07 14:28:22 2017 xorriso : UPDATE : 77.14% done, estimate finish Sat Oct 07 14:28:25 2017 xorriso : UPDATE : 77.69% done, estimate finish Sat Oct 07 14:28:18 2017 xorriso : UPDATE : 77.89% done, estimate finish Sat Oct 07 14:28:20 2017 xorriso : UPDATE : 78.20% done, estimate finish Sat Oct 07 14:28:19 2017 xorriso : UPDATE : 78.56% done, estimate finish Sat Oct 07 14:28:18 2017 xorriso : UPDATE : 79.01% done, estimate finish Sat Oct 07 14:28:14 2017 xorriso : UPDATE : 79.19% done, estimate finish Sat Oct 07 14:28:16 2017 xorriso : UPDATE : 79.44% done, estimate finish Sat Oct 07 14:28:14 2017 xorriso : UPDATE : 79.71% done, estimate finish Sat Oct 07 14:28:15 2017 xorriso : UPDATE : 79.96% done, estimate finish Sat Oct 07 14:28:15 2017 xorriso : UPDATE : 80.35% done, estimate finish Sat Oct 07 14:28:14 2017 xorriso : UPDATE : 80.78% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 81.21% done, estimate finish Sat Oct 07 14:28:10 2017 xorriso : UPDATE : 81.39% done, estimate finish Sat Oct 07 14:28:12 2017 xorriso : UPDATE : 81.54% done, estimate finish Sat Oct 07 14:28:13 2017 xorriso : UPDATE : 81.84% done, estimate finish Sat Oct 07 14:28:13 2017 xorriso : UPDATE : 82.18% done, estimate finish Sat Oct 07 14:28:13 2017 xorriso : UPDATE : 82.36% done, estimate finish Sat Oct 07 14:28:14 2017 xorriso : UPDATE : 82.58% done, estimate finish Sat Oct 07 14:28:15 2017 xorriso : UPDATE : 82.72% done, estimate finish Sat Oct 07 14:28:18 2017 xorriso : UPDATE : 82.72% done, estimate finish Sat Oct 07 14:28:24 2017 xorriso : UPDATE : 84.02% done, estimate finish Sat Oct 07 14:28:07 2017 xorriso : UPDATE : 84.22% done, estimate finish Sat Oct 07 14:28:09 2017 xorriso : UPDATE : 84.45% done, estimate finish Sat Oct 07 14:28:10 2017 xorriso : UPDATE : 84.66% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 85.05% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 85.23% done, estimate finish Sat Oct 07 14:28:12 2017 xorriso : UPDATE : 85.39% done, estimate finish Sat Oct 07 14:28:13 2017 xorriso : UPDATE : 85.90% done, estimate finish Sat Oct 07 14:28:10 2017 xorriso : UPDATE : 85.96% done, estimate finish Sat Oct 07 14:28:13 2017 xorriso : UPDATE : 86.96% done, estimate finish Sat Oct 07 14:28:05 2017 xorriso : UPDATE : 87.15% done, estimate finish Sat Oct 07 14:28:07 2017 xorriso : UPDATE : 87.55% done, estimate finish Sat Oct 07 14:28:06 2017 xorriso : UPDATE : 87.94% done, estimate finish Sat Oct 07 14:28:06 2017 xorriso : UPDATE : 88.07% done, estimate finish Sat Oct 07 14:28:07 2017 xorriso : UPDATE : 88.24% done, estimate finish Sat Oct 07 14:28:09 2017 xorriso : UPDATE : 88.32% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 88.37% done, estimate finish Sat Oct 07 14:28:13 2017 xorriso : UPDATE : 88.55% done, estimate finish Sat Oct 07 14:28:19 2017 xorriso : UPDATE : 88.55% done, estimate finish Sat Oct 07 14:28:23 2017 xorriso : UPDATE : 89.01% done, estimate finish Sat Oct 07 14:28:20 2017 xorriso : UPDATE : 90.17% done, estimate finish Sat Oct 07 14:28:09 2017 xorriso : UPDATE : 90.51% done, estimate finish Sat Oct 07 14:28:09 2017 xorriso : UPDATE : 90.63% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 90.86% done, estimate finish Sat Oct 07 14:28:12 2017 xorriso : UPDATE : 91.10% done, estimate finish Sat Oct 07 14:28:13 2017 xorriso : UPDATE : 91.51% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 91.73% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 91.82% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 92.09% done, estimate finish Sat Oct 07 14:28:12 2017 xorriso : UPDATE : 92.27% done, estimate finish Sat Oct 07 14:28:13 2017 xorriso : UPDATE : 92.45% done, estimate finish Sat Oct 07 14:28:15 2017 xorriso : UPDATE : 93.01% done, estimate finish Sat Oct 07 14:28:12 2017 xorriso : UPDATE : 93.59% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 94.02% done, estimate finish Sat Oct 07 14:28:10 2017 xorriso : UPDATE : 94.30% done, estimate finish Sat Oct 07 14:28:10 2017 xorriso : UPDATE : 94.63% done, estimate finish Sat Oct 07 14:28:10 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 95.06% done, estimate finish Sat Oct 07 14:28:12 2017 xorriso : UPDATE : 95.50% done, estimate finish Sat Oct 07 14:28:11 2017 xorriso : UPDATE : 95.60% done, estimate finish Sat Oct 07 14:28:12 2017 xorriso : UPDATE : 95.69% done, estimate finish Sat Oct 07 14:28:14 2017 xorriso : UPDATE : 95.91% done, estimate finish Sat Oct 07 14:28:15 2017 xorriso : UPDATE : 96.02% done, estimate finish Sat Oct 07 14:28:16 2017 xorriso : UPDATE : 96.08% done, estimate finish Sat Oct 07 14:28:17 2017 xorriso : UPDATE : 96.20% done, estimate finish Sat Oct 07 14:28:18 2017 xorriso : UPDATE : 96.20% done, estimate finish Sat Oct 07 14:28:20 2017 xorriso : UPDATE : 97.34% done, estimate finish Sat Oct 07 14:28:15 2017 xorriso : UPDATE : 97.53% done, estimate finish Sat Oct 07 14:28:16 2017 xorriso : UPDATE : 97.83% done, estimate finish Sat Oct 07 14:28:16 2017 xorriso : UPDATE : 98.03% done, estimate finish Sat Oct 07 14:28:16 2017 xorriso : UPDATE : 98.25% done, estimate finish Sat Oct 07 14:28:17 2017 xorriso : UPDATE : 98.44% done, estimate finish Sat Oct 07 14:28:17 2017 xorriso : UPDATE : 98.70% done, estimate finish Sat Oct 07 14:28:17 2017 xorriso : UPDATE : 98.98% done, estimate finish Sat Oct 07 14:28:17 2017 xorriso : UPDATE : 99.20% done, estimate finish Sat Oct 07 14:28:17 2017 xorriso : UPDATE : 99.49% done, estimate finish Sat Oct 07 14:28:17 2017 xorriso : UPDATE : 99.68% done xorriso : UPDATE : Thank you for being patient. Working since 288 seconds. ISO image produced: 2282753 sectors Written to medium : 2282753 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:28:18 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 13' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-13.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-13.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot13 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 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/3i386/stretch/CD13' xorriso : UPDATE : 7518 files added in 1 seconds xorriso : UPDATE : 7518 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.11% done xorriso : UPDATE : 0.27% done xorriso : UPDATE : 0.59% done, estimate finish Sat Oct 07 14:35:39 2017 xorriso : UPDATE : 0.89% done, estimate finish Sat Oct 07 14:35:07 2017 xorriso : UPDATE : 1.24% done, estimate finish Sat Oct 07 14:34:30 2017 xorriso : UPDATE : 1.60% done, estimate finish Sat Oct 07 14:34:11 2017 xorriso : UPDATE : 2.12% done, estimate finish Sat Oct 07 14:33:32 2017 xorriso : UPDATE : 2.50% done, estimate finish Sat Oct 07 14:33:24 2017 xorriso : UPDATE : 2.74% done, estimate finish Sat Oct 07 14:33:34 2017 xorriso : UPDATE : 2.74% done, estimate finish Sat Oct 07 14:34:10 2017 xorriso : UPDATE : 2.74% done, estimate finish Sat Oct 07 14:34:47 2017 xorriso : UPDATE : 2.74% done, estimate finish Sat Oct 07 14:35:23 2017 xorriso : UPDATE : 2.74% done, estimate finish Sat Oct 07 14:36:00 2017 xorriso : UPDATE : 2.74% done, estimate finish Sat Oct 07 14:37:18 2017 xorriso : UPDATE : 6.20% done, estimate finish Sat Oct 07 14:31:49 2017 xorriso : UPDATE : 6.56% done, estimate finish Sat Oct 07 14:31:52 2017 xorriso : UPDATE : 6.85% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:32:06 2017 xorriso : UPDATE : 7.71% done, estimate finish Sat Oct 07 14:32:01 2017 xorriso : UPDATE : 8.05% done, estimate finish Sat Oct 07 14:32:04 2017 xorriso : UPDATE : 8.61% done, estimate finish Sat Oct 07 14:32:02 2017 xorriso : UPDATE : 8.91% done, estimate finish Sat Oct 07 14:32:06 2017 xorriso : UPDATE : 8.91% done, estimate finish Sat Oct 07 14:32:18 2017 xorriso : UPDATE : 10.09% done, estimate finish Sat Oct 07 14:31:20 2017 xorriso : UPDATE : 10.25% done, estimate finish Sat Oct 07 14:31:28 2017 xorriso : UPDATE : 10.56% done, estimate finish Sat Oct 07 14:31:34 2017 xorriso : UPDATE : 10.69% done, estimate finish Sat Oct 07 14:31:42 2017 xorriso : UPDATE : 11.28% done, estimate finish Sat Oct 07 14:31:41 2017 xorriso : UPDATE : 11.32% done, estimate finish Sat Oct 07 14:31:50 2017 xorriso : UPDATE : 11.32% done, estimate finish Sat Oct 07 14:32:01 2017 xorriso : UPDATE : 11.32% done, estimate finish Sat Oct 07 14:32:11 2017 xorriso : UPDATE : 12.98% done, estimate finish Sat Oct 07 14:31:47 2017 xorriso : UPDATE : 13.25% done, estimate finish Sat Oct 07 14:31:51 2017 xorriso : UPDATE : 13.48% done, estimate finish Sat Oct 07 14:32:46 2017 xorriso : UPDATE : 13.60% done, estimate finish Sat Oct 07 14:32:58 2017 xorriso : UPDATE : 14.10% done, estimate finish Sat Oct 07 14:32:49 2017 xorriso : UPDATE : 14.24% done, estimate finish Sat Oct 07 14:32:59 2017 xorriso : UPDATE : 14.66% done, estimate finish Sat Oct 07 14:32:56 2017 xorriso : UPDATE : 14.68% done, estimate finish Sat Oct 07 14:33:09 2017 xorriso : UPDATE : 14.68% done, estimate finish Sat Oct 07 14:33:23 2017 xorriso : UPDATE : 16.41% done, estimate finish Sat Oct 07 14:32:33 2017 xorriso : UPDATE : 16.68% done, estimate finish Sat Oct 07 14:32:37 2017 xorriso : UPDATE : 16.97% done, estimate finish Sat Oct 07 14:32:39 2017 xorriso : UPDATE : 17.09% done, estimate finish Sat Oct 07 14:32:42 2017 xorriso : UPDATE : 17.93% done, estimate finish Sat Oct 07 14:32:24 2017 xorriso : UPDATE : 18.21% done, estimate finish Sat Oct 07 14:32:28 2017 xorriso : UPDATE : 18.80% done, estimate finish Sat Oct 07 14:32:23 2017 xorriso : UPDATE : 19.20% done, estimate finish Sat Oct 07 14:32:23 2017 xorriso : UPDATE : 19.20% done, estimate finish Sat Oct 07 14:32:34 2017 xorriso : UPDATE : 20.22% done, estimate finish Sat Oct 07 14:32:19 2017 xorriso : UPDATE : 20.82% done, estimate finish Sat Oct 07 14:32:15 2017 xorriso : UPDATE : 21.16% done, estimate finish Sat Oct 07 14:32:17 2017 xorriso : UPDATE : 21.41% done, estimate finish Sat Oct 07 14:32:20 2017 xorriso : UPDATE : 21.69% done, estimate finish Sat Oct 07 14:32:11 2017 xorriso : UPDATE : 22.26% done, estimate finish Sat Oct 07 14:32:08 2017 xorriso : UPDATE : 22.77% done, estimate finish Sat Oct 07 14:32:07 2017 xorriso : UPDATE : 23.13% done, estimate finish Sat Oct 07 14:32:09 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 14:32:14 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 14:32:22 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 14:32:33 2017 xorriso : UPDATE : 25.01% done, estimate finish Sat Oct 07 14:32:07 2017 xorriso : UPDATE : 25.55% done, estimate finish Sat Oct 07 14:32:06 2017 xorriso : UPDATE : 26.03% done, estimate finish Sat Oct 07 14:32:06 2017 xorriso : UPDATE : 26.19% done, estimate finish Sat Oct 07 14:32:10 2017 xorriso : UPDATE : 26.99% done, estimate finish Sat Oct 07 14:32:03 2017 xorriso : UPDATE : 27.47% done, estimate finish Sat Oct 07 14:32:03 2017 xorriso : UPDATE : 27.72% done, estimate finish Sat Oct 07 14:32:07 2017 xorriso : UPDATE : 28.32% done, estimate finish Sat Oct 07 14:32:04 2017 xorriso : UPDATE : 28.58% done, estimate finish Sat Oct 07 14:32:08 2017 xorriso : UPDATE : 28.58% done, estimate finish Sat Oct 07 14:32:16 2017 xorriso : UPDATE : 28.58% done, estimate finish Sat Oct 07 14:32:24 2017 xorriso : UPDATE : 28.58% done, estimate finish Sat Oct 07 14:32:32 2017 xorriso : UPDATE : 31.11% done, estimate finish Sat Oct 07 14:31:58 2017 xorriso : UPDATE : 31.49% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 31.74% done, estimate finish Sat Oct 07 14:32:03 2017 xorriso : UPDATE : 31.74% done, estimate finish Sat Oct 07 14:32:14 2017 xorriso : UPDATE : 32.94% done, estimate finish Sat Oct 07 14:31:58 2017 xorriso : UPDATE : 33.17% done, estimate finish Sat Oct 07 14:32:03 2017 xorriso : UPDATE : 33.78% done, estimate finish Sat Oct 07 14:32:00 2017 xorriso : UPDATE : 34.44% done, estimate finish Sat Oct 07 14:31:58 2017 xorriso : UPDATE : 34.93% done, estimate finish Sat Oct 07 14:31:57 2017 xorriso : UPDATE : 35.27% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 35.47% done, estimate finish Sat Oct 07 14:32:04 2017 xorriso : UPDATE : 35.92% done, estimate finish Sat Oct 07 14:32:03 2017 xorriso : UPDATE : 36.17% done, estimate finish Sat Oct 07 14:32:09 2017 xorriso : UPDATE : 36.50% done, estimate finish Sat Oct 07 14:32:11 2017 xorriso : UPDATE : 36.68% done, estimate finish Sat Oct 07 14:32:17 2017 xorriso : UPDATE : 37.08% done, estimate finish Sat Oct 07 14:32:17 2017 xorriso : UPDATE : 37.34% done, estimate finish Sat Oct 07 14:32:20 2017 xorriso : UPDATE : 37.54% done, estimate finish Sat Oct 07 14:32:25 2017 xorriso : UPDATE : 38.04% done, estimate finish Sat Oct 07 14:32:22 2017 xorriso : UPDATE : 38.33% done, estimate finish Sat Oct 07 14:32:25 2017 xorriso : UPDATE : 38.84% done, estimate finish Sat Oct 07 14:32:23 2017 xorriso : UPDATE : 39.33% done, estimate finish Sat Oct 07 14:32:22 2017 xorriso : UPDATE : 39.64% done, estimate finish Sat Oct 07 14:32:36 2017 xorriso : UPDATE : 39.64% done, estimate finish Sat Oct 07 14:32:48 2017 xorriso : UPDATE : 39.64% done, estimate finish Sat Oct 07 14:33:01 2017 xorriso : UPDATE : 39.64% done, estimate finish Sat Oct 07 14:33:13 2017 xorriso : UPDATE : 39.64% done, estimate finish Sat Oct 07 14:33:26 2017 xorriso : UPDATE : 39.64% done, estimate finish Sat Oct 07 14:33:38 2017 xorriso : UPDATE : 43.59% done, estimate finish Sat Oct 07 14:32:04 2017 xorriso : UPDATE : 43.96% done, estimate finish Sat Oct 07 14:32:05 2017 xorriso : UPDATE : 44.48% done, estimate finish Sat Oct 07 14:32:04 2017 xorriso : UPDATE : 44.78% done, estimate finish Sat Oct 07 14:32:06 2017 xorriso : UPDATE : 45.09% done, estimate finish Sat Oct 07 14:31:53 2017 xorriso : UPDATE : 45.89% done, estimate finish Sat Oct 07 14:31:50 2017 xorriso : UPDATE : 46.17% done, estimate finish Sat Oct 07 14:31:52 2017 xorriso : UPDATE : 46.58% done, estimate finish Sat Oct 07 14:31:54 2017 xorriso : UPDATE : 46.80% done, estimate finish Sat Oct 07 14:31:58 2017 xorriso : UPDATE : 47.62% done, estimate finish Sat Oct 07 14:31:54 2017 xorriso : UPDATE : 47.82% done, estimate finish Sat Oct 07 14:31:58 2017 xorriso : UPDATE : 48.32% done, estimate finish Sat Oct 07 14:31:58 2017 xorriso : UPDATE : 48.60% done, estimate finish Sat Oct 07 14:32:00 2017 xorriso : UPDATE : 48.60% done, estimate finish Sat Oct 07 14:32:05 2017 xorriso : UPDATE : 49.74% done, estimate finish Sat Oct 07 14:32:04 2017 xorriso : UPDATE : 50.01% done, estimate finish Sat Oct 07 14:32:07 2017 xorriso : UPDATE : 50.15% done, estimate finish Sat Oct 07 14:32:13 2017 xorriso : UPDATE : 50.66% done, estimate finish Sat Oct 07 14:32:11 2017 xorriso : UPDATE : 50.96% done, estimate finish Sat Oct 07 14:32:14 2017 xorriso : UPDATE : 51.65% done, estimate finish Sat Oct 07 14:32:09 2017 xorriso : UPDATE : 51.98% done, estimate finish Sat Oct 07 14:32:11 2017 xorriso : UPDATE : 52.35% done, estimate finish Sat Oct 07 14:32:12 2017 xorriso : UPDATE : 52.61% done, estimate finish Sat Oct 07 14:32:14 2017 xorriso : UPDATE : 52.91% done, estimate finish Sat Oct 07 14:32:16 2017 xorriso : UPDATE : 53.51% done, estimate finish Sat Oct 07 14:32:22 2017 xorriso : UPDATE : 53.88% done, estimate finish Sat Oct 07 14:32:22 2017 xorriso : UPDATE : 54.20% done, estimate finish Sat Oct 07 14:32:24 2017 xorriso : UPDATE : 54.66% done, estimate finish Sat Oct 07 14:32:22 2017 xorriso : UPDATE : 55.14% done, estimate finish Sat Oct 07 14:32:20 2017 xorriso : UPDATE : 55.45% done, estimate finish Sat Oct 07 14:32:22 2017 xorriso : UPDATE : 55.93% done, estimate finish Sat Oct 07 14:32:20 2017 xorriso : UPDATE : 56.15% done, estimate finish Sat Oct 07 14:32:23 2017 xorriso : UPDATE : 56.53% done, estimate finish Sat Oct 07 14:32:23 2017 xorriso : UPDATE : 56.87% done, estimate finish Sat Oct 07 14:32:24 2017 xorriso : UPDATE : 57.07% done, estimate finish Sat Oct 07 14:32:28 2017 xorriso : UPDATE : 57.22% done, estimate finish Sat Oct 07 14:32:33 2017 xorriso : UPDATE : 57.34% done, estimate finish Sat Oct 07 14:32:39 2017 xorriso : UPDATE : 57.91% done, estimate finish Sat Oct 07 14:32:34 2017 xorriso : UPDATE : 57.91% done, estimate finish Sat Oct 07 14:32:41 2017 xorriso : UPDATE : 58.92% done, estimate finish Sat Oct 07 14:32:28 2017 xorriso : UPDATE : 59.30% done, estimate finish Sat Oct 07 14:32:27 2017 xorriso : UPDATE : 59.60% done, estimate finish Sat Oct 07 14:32:28 2017 xorriso : UPDATE : 59.93% done, estimate finish Sat Oct 07 14:32:29 2017 xorriso : UPDATE : 60.22% done, estimate finish Sat Oct 07 14:32:30 2017 xorriso : UPDATE : 60.36% done, estimate finish Sat Oct 07 14:32:37 2017 xorriso : UPDATE : 61.05% done, estimate finish Sat Oct 07 14:32:28 2017 xorriso : UPDATE : 61.05% done, estimate finish Sat Oct 07 14:32:37 2017 xorriso : UPDATE : 62.20% done, estimate finish Sat Oct 07 14:32:20 2017 xorriso : UPDATE : 62.20% done, estimate finish Sat Oct 07 14:32:27 2017 xorriso : UPDATE : 62.20% done, estimate finish Sat Oct 07 14:32:33 2017 xorriso : UPDATE : 62.20% done, estimate finish Sat Oct 07 14:32:40 2017 xorriso : UPDATE : 62.20% done, estimate finish Sat Oct 07 14:32:46 2017 xorriso : UPDATE : 62.20% done, estimate finish Sat Oct 07 14:32:52 2017 xorriso : UPDATE : 62.20% done, estimate finish Sat Oct 07 14:32:59 2017 xorriso : UPDATE : 62.20% done, estimate finish Sat Oct 07 14:33:06 2017 xorriso : UPDATE : 65.06% done, estimate finish Sat Oct 07 14:32:16 2017 xorriso : UPDATE : 67.32% done, estimate finish Sat Oct 07 14:31:56 2017 xorriso : UPDATE : 67.61% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 68.13% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 68.16% done, estimate finish Sat Oct 07 14:32:02 2017 xorriso : UPDATE : 68.16% done, estimate finish Sat Oct 07 14:32:06 2017 xorriso : UPDATE : 68.16% done, estimate finish Sat Oct 07 14:32:11 2017 xorriso : UPDATE : 68.16% done, estimate finish Sat Oct 07 14:32:15 2017 xorriso : UPDATE : 68.16% done, estimate finish Sat Oct 07 14:32:20 2017 xorriso : UPDATE : 68.59% done, estimate finish Sat Oct 07 14:32:19 2017 xorriso : UPDATE : 71.59% done, estimate finish Sat Oct 07 14:31:53 2017 xorriso : UPDATE : 71.89% done, estimate finish Sat Oct 07 14:31:56 2017 xorriso : UPDATE : 72.32% done, estimate finish Sat Oct 07 14:31:56 2017 xorriso : UPDATE : 72.64% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 73.31% done, estimate finish Sat Oct 07 14:31:58 2017 xorriso : UPDATE : 73.89% done, estimate finish Sat Oct 07 14:31:57 2017 xorriso : UPDATE : 74.04% done, estimate finish Sat Oct 07 14:32:00 2017 xorriso : UPDATE : 74.04% done, estimate finish Sat Oct 07 14:32:03 2017 xorriso : UPDATE : 75.53% done, estimate finish Sat Oct 07 14:31:58 2017 xorriso : UPDATE : 75.89% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 75.89% done, estimate finish Sat Oct 07 14:32:11 2017 xorriso : UPDATE : 75.89% done, estimate finish Sat Oct 07 14:32:16 2017 xorriso : UPDATE : 75.89% done, estimate finish Sat Oct 07 14:32:22 2017 xorriso : UPDATE : 75.89% done, estimate finish Sat Oct 07 14:32:28 2017 xorriso : UPDATE : 79.02% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 79.75% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 80.35% done, estimate finish Sat Oct 07 14:32:01 2017 xorriso : UPDATE : 80.67% done, estimate finish Sat Oct 07 14:32:02 2017 xorriso : UPDATE : 80.90% done, estimate finish Sat Oct 07 14:32:04 2017 xorriso : UPDATE : 80.90% done, estimate finish Sat Oct 07 14:32:04 2017 xorriso : UPDATE : 82.01% done, estimate finish Sat Oct 07 14:32:00 2017 xorriso : UPDATE : 82.52% done, estimate finish Sat Oct 07 14:31:59 2017 xorriso : UPDATE : 82.83% done, estimate finish Sat Oct 07 14:32:01 2017 xorriso : UPDATE : 82.83% done, estimate finish Sat Oct 07 14:32:04 2017 xorriso : UPDATE : 82.83% done, estimate finish Sat Oct 07 14:32:07 2017 xorriso : UPDATE : 84.40% done, estimate finish Sat Oct 07 14:32:01 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 14:32:00 2017 xorriso : UPDATE : 85.67% done, estimate finish Sat Oct 07 14:32:00 2017 xorriso : UPDATE : 86.11% done, estimate finish Sat Oct 07 14:32:00 2017 xorriso : UPDATE : 86.26% done, estimate finish Sat Oct 07 14:32:01 2017 xorriso : UPDATE : 86.59% done, estimate finish Sat Oct 07 14:32:02 2017 xorriso : UPDATE : 87.03% done, estimate finish Sat Oct 07 14:32:02 2017 xorriso : UPDATE : 87.40% done, estimate finish Sat Oct 07 14:32:03 2017 xorriso : UPDATE : 87.42% done, estimate finish Sat Oct 07 14:32:06 2017 xorriso : UPDATE : 87.42% done, estimate finish Sat Oct 07 14:32:09 2017 xorriso : UPDATE : 89.09% done, estimate finish Sat Oct 07 14:32:02 2017 xorriso : UPDATE : 89.48% done, estimate finish Sat Oct 07 14:32:02 2017 xorriso : UPDATE : 89.85% done, estimate finish Sat Oct 07 14:32:03 2017 xorriso : UPDATE : 90.17% done, estimate finish Sat Oct 07 14:32:05 2017 xorriso : UPDATE : 90.53% done, estimate finish Sat Oct 07 14:32:07 2017 xorriso : UPDATE : 90.89% done, estimate finish Sat Oct 07 14:32:07 2017 xorriso : UPDATE : 91.16% done, estimate finish Sat Oct 07 14:32:08 2017 xorriso : UPDATE : 91.36% done, estimate finish Sat Oct 07 14:32:10 2017 xorriso : UPDATE : 91.89% done, estimate finish Sat Oct 07 14:32:09 2017 xorriso : UPDATE : 92.29% done, estimate finish Sat Oct 07 14:32:09 2017 xorriso : UPDATE : 92.57% done, estimate finish Sat Oct 07 14:32:09 2017 xorriso : UPDATE : 92.77% done, estimate finish Sat Oct 07 14:32:10 2017 xorriso : UPDATE : 92.91% done, estimate finish Sat Oct 07 14:32:12 2017 xorriso : UPDATE : 93.02% done, estimate finish Sat Oct 07 14:32:13 2017 xorriso : UPDATE : 93.60% done, estimate finish Sat Oct 07 14:32:14 2017 xorriso : UPDATE : 94.05% done, estimate finish Sat Oct 07 14:32:13 2017 xorriso : UPDATE : 94.32% done, estimate finish Sat Oct 07 14:32:14 2017 xorriso : UPDATE : 94.49% done, estimate finish Sat Oct 07 14:32:16 2017 xorriso : UPDATE : 94.98% done, estimate finish Sat Oct 07 14:32:14 2017 xorriso : UPDATE : 95.28% done, estimate finish Sat Oct 07 14:32:14 2017 xorriso : UPDATE : 95.81% done, estimate finish Sat Oct 07 14:32:13 2017 xorriso : UPDATE : 96.18% done, estimate finish Sat Oct 07 14:32:13 2017 xorriso : UPDATE : 96.73% done, estimate finish Sat Oct 07 14:32:12 2017 xorriso : UPDATE : 97.24% done, estimate finish Sat Oct 07 14:32:11 2017 xorriso : UPDATE : 97.24% done, estimate finish Sat Oct 07 14:32:12 2017 xorriso : UPDATE : 97.24% done, estimate finish Sat Oct 07 14:32:14 2017 xorriso : UPDATE : 97.24% done, estimate finish Sat Oct 07 14:32:16 2017 xorriso : UPDATE : 99.49% done xorriso : UPDATE : 100.00% done ISO image produced: 2292588 sectors Written to medium : 2292588 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:32:10 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 14' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-14.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-14.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot14 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 CD14 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/3i386/stretch/CD14' xorriso : UPDATE : 1614 files added in 1 seconds xorriso : UPDATE : 1614 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.33% done xorriso : UPDATE : 3.32% done xorriso : UPDATE : 4.15% done, estimate finish Sat Oct 07 14:33:00 2017 xorriso : UPDATE : 12.04% done, estimate finish Sat Oct 07 14:32:36 2017 xorriso : UPDATE : 16.24% done, estimate finish Sat Oct 07 14:32:36 2017 xorriso : UPDATE : 18.58% done, estimate finish Sat Oct 07 14:32:38 2017 xorriso : UPDATE : 21.85% done, estimate finish Sat Oct 07 14:32:39 2017 xorriso : UPDATE : 25.44% done, estimate finish Sat Oct 07 14:32:39 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 14:32:38 2017 xorriso : UPDATE : 36.69% done, estimate finish Sat Oct 07 14:32:36 2017 xorriso : UPDATE : 41.89% done, estimate finish Sat Oct 07 14:32:35 2017 xorriso : UPDATE : 44.12% done, estimate finish Sat Oct 07 14:32:36 2017 xorriso : UPDATE : 52.91% done, estimate finish Sat Oct 07 14:32:34 2017 xorriso : UPDATE : 57.99% done, estimate finish Sat Oct 07 14:32:33 2017 xorriso : UPDATE : 60.87% done, estimate finish Sat Oct 07 14:32:33 2017 xorriso : UPDATE : 69.33% done, estimate finish Sat Oct 07 14:32:32 2017 xorriso : UPDATE : 74.29% done, estimate finish Sat Oct 07 14:32:32 2017 xorriso : UPDATE : 79.25% done, estimate finish Sat Oct 07 14:32:32 2017 xorriso : UPDATE : 83.39% done, estimate finish Sat Oct 07 14:32:32 2017 xorriso : UPDATE : 86.70% done, estimate finish Sat Oct 07 14:32:32 2017 xorriso : UPDATE : 89.81% done, estimate finish Sat Oct 07 14:32:33 2017 xorriso : UPDATE : 98.93% done ISO image produced: 157028 sectors Written to medium : 157028 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:32:33 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 2' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-2.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 CD2 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-2.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 412g 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 : 3600 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD2' xorriso : UPDATE : 3843 files added in 1 seconds xorriso : UPDATE : 3843 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.1.3-1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/bladerf-firmware-fx3_0.2016.06-1+b2_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/isight-firmware-tools_1.6-2+b2_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.36% done xorriso : UPDATE : 0.79% done, estimate finish Sat Oct 07 14:37:54 2017 xorriso : UPDATE : 0.97% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 1.41% done, estimate finish Sat Oct 07 14:37:54 2017 xorriso : UPDATE : 1.91% done, estimate finish Sat Oct 07 14:37:23 2017 xorriso : UPDATE : 2.43% done, estimate finish Sat Oct 07 14:37:03 2017 xorriso : UPDATE : 2.71% done, estimate finish Sat Oct 07 14:37:08 2017 xorriso : UPDATE : 2.71% done, estimate finish Sat Oct 07 14:37:45 2017 xorriso : UPDATE : 2.71% done, estimate finish Sat Oct 07 14:38:22 2017 xorriso : UPDATE : 2.71% done, estimate finish Sat Oct 07 14:38:59 2017 xorriso : UPDATE : 2.71% done, estimate finish Sat Oct 07 14:39:36 2017 xorriso : UPDATE : 2.71% done, estimate finish Sat Oct 07 14:40:13 2017 xorriso : UPDATE : 2.71% done, estimate finish Sat Oct 07 14:41:58 2017 xorriso : UPDATE : 5.63% done, estimate finish Sat Oct 07 14:36:41 2017 xorriso : UPDATE : 7.33% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 7.92% done, estimate finish Sat Oct 07 14:35:51 2017 xorriso : UPDATE : 8.49% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 8.66% done, estimate finish Sat Oct 07 14:35:57 2017 xorriso : UPDATE : 9.48% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 9.69% done, estimate finish Sat Oct 07 14:35:57 2017 xorriso : UPDATE : 10.52% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 11.23% done, estimate finish Sat Oct 07 14:35:46 2017 xorriso : UPDATE : 11.73% done, estimate finish Sat Oct 07 14:35:09 2017 xorriso : UPDATE : 12.24% done, estimate finish Sat Oct 07 14:35:12 2017 xorriso : UPDATE : 12.54% done, estimate finish Sat Oct 07 14:35:17 2017 xorriso : UPDATE : 13.08% done, estimate finish Sat Oct 07 14:35:18 2017 xorriso : UPDATE : 13.70% done, estimate finish Sat Oct 07 14:35:18 2017 xorriso : UPDATE : 14.03% done, estimate finish Sat Oct 07 14:35:22 2017 xorriso : UPDATE : 14.52% done, estimate finish Sat Oct 07 14:35:24 2017 xorriso : UPDATE : 14.82% done, estimate finish Sat Oct 07 14:35:28 2017 xorriso : UPDATE : 15.35% done, estimate finish Sat Oct 07 14:35:28 2017 xorriso : UPDATE : 15.80% done, estimate finish Sat Oct 07 14:35:30 2017 xorriso : UPDATE : 15.80% done, estimate finish Sat Oct 07 14:36:20 2017 xorriso : UPDATE : 16.91% done, estimate finish Sat Oct 07 14:36:00 2017 xorriso : UPDATE : 16.91% done, estimate finish Sat Oct 07 14:36:12 2017 xorriso : UPDATE : 18.31% done, estimate finish Sat Oct 07 14:35:51 2017 xorriso : UPDATE : 18.77% done, estimate finish Sat Oct 07 14:35:52 2017 xorriso : UPDATE : 19.17% done, estimate finish Sat Oct 07 14:35:54 2017 xorriso : UPDATE : 19.59% done, estimate finish Sat Oct 07 14:35:55 2017 xorriso : UPDATE : 19.59% done, estimate finish Sat Oct 07 14:36:04 2017 xorriso : UPDATE : 19.59% done, estimate finish Sat Oct 07 14:36:12 2017 xorriso : UPDATE : 19.59% done, estimate finish Sat Oct 07 14:36:21 2017 xorriso : UPDATE : 19.70% done, estimate finish Sat Oct 07 14:36:30 2017 xorriso : UPDATE : 22.43% done, estimate finish Sat Oct 07 14:35:37 2017 xorriso : UPDATE : 23.11% done, estimate finish Sat Oct 07 14:35:36 2017 xorriso : UPDATE : 23.11% done, estimate finish Sat Oct 07 14:35:45 2017 xorriso : UPDATE : 23.11% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 24.71% done, estimate finish Sat Oct 07 14:35:37 2017 xorriso : UPDATE : 25.08% done, estimate finish Sat Oct 07 14:35:40 2017 xorriso : UPDATE : 25.61% done, estimate finish Sat Oct 07 14:35:40 2017 xorriso : UPDATE : 26.49% done, estimate finish Sat Oct 07 14:35:36 2017 xorriso : UPDATE : 26.95% done, estimate finish Sat Oct 07 14:35:38 2017 xorriso : UPDATE : 27.20% done, estimate finish Sat Oct 07 14:35:24 2017 xorriso : UPDATE : 27.59% done, estimate finish Sat Oct 07 14:35:27 2017 xorriso : UPDATE : 27.59% done, estimate finish Sat Oct 07 14:35:34 2017 xorriso : UPDATE : 27.59% done, estimate finish Sat Oct 07 14:35:41 2017 xorriso : UPDATE : 27.59% done, estimate finish Sat Oct 07 14:35:49 2017 xorriso : UPDATE : 27.94% done, estimate finish Sat Oct 07 14:35:52 2017 xorriso : UPDATE : 30.09% done, estimate finish Sat Oct 07 14:35:33 2017 xorriso : UPDATE : 30.50% done, estimate finish Sat Oct 07 14:35:35 2017 xorriso : UPDATE : 31.08% done, estimate finish Sat Oct 07 14:35:35 2017 xorriso : UPDATE : 31.58% done, estimate finish Sat Oct 07 14:35:36 2017 xorriso : UPDATE : 31.81% done, estimate finish Sat Oct 07 14:36:01 2017 xorriso : UPDATE : 32.20% done, estimate finish Sat Oct 07 14:36:02 2017 xorriso : UPDATE : 32.90% done, estimate finish Sat Oct 07 14:35:58 2017 xorriso : UPDATE : 33.29% done, estimate finish Sat Oct 07 14:35:59 2017 xorriso : UPDATE : 33.85% done, estimate finish Sat Oct 07 14:35:57 2017 xorriso : UPDATE : 34.39% done, estimate finish Sat Oct 07 14:35:57 2017 xorriso : UPDATE : 34.75% done, estimate finish Sat Oct 07 14:35:58 2017 xorriso : UPDATE : 35.21% done, estimate finish Sat Oct 07 14:35:58 2017 xorriso : UPDATE : 35.84% done, estimate finish Sat Oct 07 14:35:56 2017 xorriso : UPDATE : 36.41% done, estimate finish Sat Oct 07 14:35:56 2017 xorriso : UPDATE : 37.03% done, estimate finish Sat Oct 07 14:35:49 2017 xorriso : UPDATE : 37.39% done, estimate finish Sat Oct 07 14:35:52 2017 xorriso : UPDATE : 38.10% done, estimate finish Sat Oct 07 14:35:49 2017 xorriso : UPDATE : 38.29% done, estimate finish Sat Oct 07 14:35:54 2017 xorriso : UPDATE : 38.92% done, estimate finish Sat Oct 07 14:35:52 2017 xorriso : UPDATE : 39.07% done, estimate finish Sat Oct 07 14:35:57 2017 xorriso : UPDATE : 39.46% done, estimate finish Sat Oct 07 14:35:58 2017 xorriso : UPDATE : 39.89% done, estimate finish Sat Oct 07 14:35:59 2017 xorriso : UPDATE : 39.97% done, estimate finish Sat Oct 07 14:36:04 2017 xorriso : UPDATE : 40.88% done, estimate finish Sat Oct 07 14:35:58 2017 xorriso : UPDATE : 40.88% done, estimate finish Sat Oct 07 14:36:19 2017 xorriso : UPDATE : 41.85% done, estimate finish Sat Oct 07 14:36:05 2017 xorriso : UPDATE : 42.24% done, estimate finish Sat Oct 07 14:36:07 2017 xorriso : UPDATE : 42.70% done, estimate finish Sat Oct 07 14:36:06 2017 xorriso : UPDATE : 43.02% done, estimate finish Sat Oct 07 14:36:09 2017 xorriso : UPDATE : 43.34% done, estimate finish Sat Oct 07 14:36:10 2017 xorriso : UPDATE : 43.40% done, estimate finish Sat Oct 07 14:36:17 2017 xorriso : UPDATE : 43.84% done, estimate finish Sat Oct 07 14:36:16 2017 xorriso : UPDATE : 44.94% done, estimate finish Sat Oct 07 14:36:06 2017 xorriso : UPDATE : 45.48% done, estimate finish Sat Oct 07 14:36:05 2017 xorriso : UPDATE : 45.71% done, estimate finish Sat Oct 07 14:35:59 2017 xorriso : UPDATE : 46.14% done, estimate finish Sat Oct 07 14:36:00 2017 xorriso : UPDATE : 46.48% done, estimate finish Sat Oct 07 14:36:03 2017 xorriso : UPDATE : 46.79% done, estimate finish Sat Oct 07 14:36:05 2017 xorriso : UPDATE : 47.31% done, estimate finish Sat Oct 07 14:36:04 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 14:36:09 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 14:36:16 2017 xorriso : UPDATE : 48.97% done, estimate finish Sat Oct 07 14:36:01 2017 xorriso : UPDATE : 49.43% done, estimate finish Sat Oct 07 14:36:01 2017 xorriso : UPDATE : 49.91% done, estimate finish Sat Oct 07 14:36:01 2017 xorriso : UPDATE : 50.02% done, estimate finish Sat Oct 07 14:36:10 2017 xorriso : UPDATE : 50.96% done, estimate finish Sat Oct 07 14:36:00 2017 xorriso : UPDATE : 51.24% done, estimate finish Sat Oct 07 14:36:03 2017 xorriso : UPDATE : 51.80% done, estimate finish Sat Oct 07 14:36:02 2017 xorriso : UPDATE : 51.80% done, estimate finish Sat Oct 07 14:36:08 2017 xorriso : UPDATE : 53.14% done, estimate finish Sat Oct 07 14:35:57 2017 xorriso : UPDATE : 53.57% done, estimate finish Sat Oct 07 14:35:58 2017 xorriso : UPDATE : 53.57% done, estimate finish Sat Oct 07 14:36:04 2017 xorriso : UPDATE : 54.69% done, estimate finish Sat Oct 07 14:35:57 2017 xorriso : UPDATE : 55.24% done, estimate finish Sat Oct 07 14:35:56 2017 xorriso : UPDATE : 55.65% done, estimate finish Sat Oct 07 14:35:56 2017 xorriso : UPDATE : 55.78% done, estimate finish Sat Oct 07 14:35:54 2017 xorriso : UPDATE : 56.55% done, estimate finish Sat Oct 07 14:35:52 2017 xorriso : UPDATE : 56.92% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:35:57 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:36:02 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:36:08 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:36:13 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:36:19 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:36:25 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:36:30 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:38:54 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:39:18 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:39:42 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:40:06 2017 xorriso : UPDATE : 59.37% done, estimate finish Sat Oct 07 14:37:01 2017 xorriso : UPDATE : 64.12% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 64.71% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 64.86% done, estimate finish Sat Oct 07 14:35:52 2017 xorriso : UPDATE : 65.78% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 66.07% done, estimate finish Sat Oct 07 14:35:52 2017 xorriso : UPDATE : 66.07% done, estimate finish Sat Oct 07 14:35:34 2017 xorriso : UPDATE : 66.07% done, estimate finish Sat Oct 07 14:35:38 2017 xorriso : UPDATE : 66.07% done, estimate finish Sat Oct 07 14:35:42 2017 xorriso : UPDATE : 68.55% done, estimate finish Sat Oct 07 14:35:34 2017 xorriso : UPDATE : 68.90% done, estimate finish Sat Oct 07 14:35:35 2017 xorriso : UPDATE : 69.27% done, estimate finish Sat Oct 07 14:35:37 2017 xorriso : UPDATE : 69.70% done, estimate finish Sat Oct 07 14:35:38 2017 xorriso : UPDATE : 70.13% done, estimate finish Sat Oct 07 14:35:40 2017 xorriso : UPDATE : 70.48% done, estimate finish Sat Oct 07 14:35:41 2017 xorriso : UPDATE : 70.96% done, estimate finish Sat Oct 07 14:35:41 2017 xorriso : UPDATE : 71.51% done, estimate finish Sat Oct 07 14:35:52 2017 xorriso : UPDATE : 72.11% done, estimate finish Sat Oct 07 14:35:51 2017 xorriso : UPDATE : 72.39% done, estimate finish Sat Oct 07 14:35:54 2017 xorriso : UPDATE : 73.45% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 73.87% done, estimate finish Sat Oct 07 14:35:51 2017 xorriso : UPDATE : 73.87% done, estimate finish Sat Oct 07 14:35:54 2017 xorriso : UPDATE : 73.87% done, estimate finish Sat Oct 07 14:35:58 2017 xorriso : UPDATE : 73.87% done, estimate finish Sat Oct 07 14:36:02 2017 xorriso : UPDATE : 76.45% done, estimate finish Sat Oct 07 14:35:48 2017 xorriso : UPDATE : 77.36% done, estimate finish Sat Oct 07 14:35:48 2017 xorriso : UPDATE : 77.66% done, estimate finish Sat Oct 07 14:35:46 2017 xorriso : UPDATE : 78.55% done, estimate finish Sat Oct 07 14:35:45 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 14:35:47 2017 xorriso : UPDATE : 78.72% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 80.24% done, estimate finish Sat Oct 07 14:35:45 2017 xorriso : UPDATE : 80.91% done, estimate finish Sat Oct 07 14:35:46 2017 xorriso : UPDATE : 81.52% done, estimate finish Sat Oct 07 14:35:45 2017 xorriso : UPDATE : 81.67% done, estimate finish Sat Oct 07 14:35:47 2017 xorriso : UPDATE : 82.73% done, estimate finish Sat Oct 07 14:35:45 2017 xorriso : UPDATE : 83.28% done, estimate finish Sat Oct 07 14:35:46 2017 xorriso : UPDATE : 83.47% done, estimate finish Sat Oct 07 14:35:48 2017 xorriso : UPDATE : 83.82% done, estimate finish Sat Oct 07 14:35:49 2017 xorriso : UPDATE : 84.71% done, estimate finish Sat Oct 07 14:35:48 2017 xorriso : UPDATE : 84.72% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 85.75% done, estimate finish Sat Oct 07 14:35:47 2017 xorriso : UPDATE : 85.75% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 86.86% done, estimate finish Sat Oct 07 14:35:48 2017 xorriso : UPDATE : 87.45% done, estimate finish Sat Oct 07 14:35:48 2017 xorriso : UPDATE : 87.65% done, estimate finish Sat Oct 07 14:35:49 2017 xorriso : UPDATE : 87.65% done, estimate finish Sat Oct 07 14:35:52 2017 xorriso : UPDATE : 88.83% done, estimate finish Sat Oct 07 14:35:49 2017 xorriso : UPDATE : 89.28% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 89.88% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 90.18% done, estimate finish Sat Oct 07 14:35:51 2017 xorriso : UPDATE : 90.51% done, estimate finish Sat Oct 07 14:35:51 2017 xorriso : UPDATE : 91.23% done, estimate finish Sat Oct 07 14:35:50 2017 xorriso : UPDATE : 91.61% done, estimate finish Sat Oct 07 14:35:51 2017 xorriso : UPDATE : 92.01% done, estimate finish Sat Oct 07 14:35:51 2017 xorriso : UPDATE : 92.24% done, estimate finish Sat Oct 07 14:35:52 2017 xorriso : UPDATE : 92.24% done, estimate finish Sat Oct 07 14:35:54 2017 xorriso : UPDATE : 93.34% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 93.94% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 94.34% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 94.74% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 95.06% done, estimate finish Sat Oct 07 14:35:54 2017 xorriso : UPDATE : 95.12% done, estimate finish Sat Oct 07 14:35:55 2017 xorriso : UPDATE : 95.12% done, estimate finish Sat Oct 07 14:35:57 2017 xorriso : UPDATE : 96.46% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 96.46% done, estimate finish Sat Oct 07 14:35:55 2017 xorriso : UPDATE : 96.46% done, estimate finish Sat Oct 07 14:35:56 2017 xorriso : UPDATE : 97.79% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 98.26% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 98.66% done, estimate finish Sat Oct 07 14:35:54 2017 xorriso : UPDATE : 98.66% done, estimate finish Sat Oct 07 14:35:55 2017 xorriso : UPDATE : 99.98% done ISO image produced: 2286945 sectors Written to medium : 2286945 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-2.iso' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:35:54 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 3' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-3.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-3.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 CD3 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-3.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 408g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD3' xorriso : UPDATE : 1393 files added in 1 seconds xorriso : UPDATE : 1393 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.39% done xorriso : UPDATE : 0.70% done, estimate finish Sat Oct 07 14:41:10 2017 xorriso : UPDATE : 0.70% done, estimate finish Sat Oct 07 14:43:33 2017 xorriso : UPDATE : 0.70% done, estimate finish Sat Oct 07 14:45:56 2017 xorriso : UPDATE : 0.71% done, estimate finish Sat Oct 07 14:48:04 2017 xorriso : UPDATE : 3.10% done, estimate finish Sat Oct 07 14:39:16 2017 xorriso : UPDATE : 3.10% done, estimate finish Sat Oct 07 14:39:48 2017 xorriso : UPDATE : 3.10% done, estimate finish Sat Oct 07 14:40:20 2017 xorriso : UPDATE : 3.10% done, estimate finish Sat Oct 07 14:40:53 2017 xorriso : UPDATE : 5.57% done, estimate finish Sat Oct 07 14:38:59 2017 xorriso : UPDATE : 6.07% done, estimate finish Sat Oct 07 14:39:00 2017 xorriso : UPDATE : 6.56% done, estimate finish Sat Oct 07 14:39:01 2017 xorriso : UPDATE : 6.95% done, estimate finish Sat Oct 07 14:39:05 2017 xorriso : UPDATE : 7.76% done, estimate finish Sat Oct 07 14:38:58 2017 xorriso : UPDATE : 8.40% done, estimate finish Sat Oct 07 14:38:09 2017 xorriso : UPDATE : 8.71% done, estimate finish Sat Oct 07 14:38:16 2017 xorriso : UPDATE : 8.93% done, estimate finish Sat Oct 07 14:38:25 2017 xorriso : UPDATE : 9.73% done, estimate finish Sat Oct 07 14:38:23 2017 xorriso : UPDATE : 10.36% done, estimate finish Sat Oct 07 14:38:24 2017 xorriso : UPDATE : 11.34% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 11.62% done, estimate finish Sat Oct 07 14:38:25 2017 xorriso : UPDATE : 12.31% done, estimate finish Sat Oct 07 14:38:25 2017 xorriso : UPDATE : 13.38% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 13.74% done, estimate finish Sat Oct 07 14:38:25 2017 xorriso : UPDATE : 14.31% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 14.42% done, estimate finish Sat Oct 07 14:38:46 2017 xorriso : UPDATE : 15.47% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 15.47% done, estimate finish Sat Oct 07 14:38:48 2017 xorriso : UPDATE : 16.99% done, estimate finish Sat Oct 07 14:38:33 2017 xorriso : UPDATE : 17.50% done, estimate finish Sat Oct 07 14:38:35 2017 xorriso : UPDATE : 18.03% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 18.80% done, estimate finish Sat Oct 07 14:38:34 2017 xorriso : UPDATE : 18.80% done, estimate finish Sat Oct 07 14:38:42 2017 xorriso : UPDATE : 19.64% done, estimate finish Sat Oct 07 14:38:39 2017 xorriso : UPDATE : 20.77% done, estimate finish Sat Oct 07 14:38:30 2017 xorriso : UPDATE : 20.91% done, estimate finish Sat Oct 07 14:38:39 2017 xorriso : UPDATE : 20.91% done, estimate finish Sat Oct 07 14:38:48 2017 xorriso : UPDATE : 22.54% done, estimate finish Sat Oct 07 14:38:33 2017 xorriso : UPDATE : 22.55% done, estimate finish Sat Oct 07 14:38:41 2017 xorriso : UPDATE : 22.55% done, estimate finish Sat Oct 07 14:38:49 2017 xorriso : UPDATE : 24.52% done, estimate finish Sat Oct 07 14:38:33 2017 xorriso : UPDATE : 24.52% done, estimate finish Sat Oct 07 14:38:39 2017 xorriso : UPDATE : 25.00% done, estimate finish Sat Oct 07 14:38:41 2017 xorriso : UPDATE : 25.53% done, estimate finish Sat Oct 07 14:38:42 2017 xorriso : UPDATE : 26.37% done, estimate finish Sat Oct 07 14:38:44 2017 xorriso : UPDATE : 26.67% done, estimate finish Sat Oct 07 14:38:49 2017 xorriso : UPDATE : 26.95% done, estimate finish Sat Oct 07 14:38:54 2017 xorriso : UPDATE : 27.76% done, estimate finish Sat Oct 07 14:38:49 2017 xorriso : UPDATE : 27.96% done, estimate finish Sat Oct 07 14:38:54 2017 xorriso : UPDATE : 27.96% done, estimate finish Sat Oct 07 14:39:02 2017 xorriso : UPDATE : 29.28% done, estimate finish Sat Oct 07 14:38:51 2017 xorriso : UPDATE : 30.00% done, estimate finish Sat Oct 07 14:38:49 2017 xorriso : UPDATE : 30.24% done, estimate finish Sat Oct 07 14:38:53 2017 xorriso : UPDATE : 30.24% done, estimate finish Sat Oct 07 14:38:59 2017 xorriso : UPDATE : 30.24% done, estimate finish Sat Oct 07 14:39:25 2017 xorriso : UPDATE : 32.26% done, estimate finish Sat Oct 07 14:38:51 2017 xorriso : UPDATE : 32.26% done, estimate finish Sat Oct 07 14:38:59 2017 xorriso : UPDATE : 33.38% done, estimate finish Sat Oct 07 14:38:51 2017 xorriso : UPDATE : 33.52% done, estimate finish Sat Oct 07 14:38:56 2017 xorriso : UPDATE : 33.66% done, estimate finish Sat Oct 07 14:39:01 2017 xorriso : UPDATE : 33.78% done, estimate finish Sat Oct 07 14:39:06 2017 xorriso : UPDATE : 33.78% done, estimate finish Sat Oct 07 14:39:13 2017 xorriso : UPDATE : 33.78% done, estimate finish Sat Oct 07 14:39:20 2017 xorriso : UPDATE : 35.86% done, estimate finish Sat Oct 07 14:38:59 2017 xorriso : UPDATE : 36.51% done, estimate finish Sat Oct 07 14:38:57 2017 xorriso : UPDATE : 36.83% done, estimate finish Sat Oct 07 14:38:46 2017 xorriso : UPDATE : 37.45% done, estimate finish Sat Oct 07 14:38:46 2017 xorriso : UPDATE : 37.53% done, estimate finish Sat Oct 07 14:38:52 2017 xorriso : UPDATE : 37.53% done, estimate finish Sat Oct 07 14:38:59 2017 xorriso : UPDATE : 39.17% done, estimate finish Sat Oct 07 14:38:47 2017 xorriso : UPDATE : 39.72% done, estimate finish Sat Oct 07 14:38:48 2017 xorriso : UPDATE : 40.14% done, estimate finish Sat Oct 07 14:38:49 2017 xorriso : UPDATE : 40.14% done, estimate finish Sat Oct 07 14:38:54 2017 xorriso : UPDATE : 40.14% done, estimate finish Sat Oct 07 14:39:00 2017 xorriso : UPDATE : 41.43% done, estimate finish Sat Oct 07 14:38:53 2017 xorriso : UPDATE : 42.25% done, estimate finish Sat Oct 07 14:38:54 2017 xorriso : UPDATE : 42.42% done, estimate finish Sat Oct 07 14:39:00 2017 xorriso : UPDATE : 42.68% done, estimate finish Sat Oct 07 14:39:04 2017 xorriso : UPDATE : 43.16% done, estimate finish Sat Oct 07 14:39:04 2017 xorriso : UPDATE : 43.33% done, estimate finish Sat Oct 07 14:39:09 2017 xorriso : UPDATE : 44.10% done, estimate finish Sat Oct 07 14:39:05 2017 xorriso : UPDATE : 44.65% done, estimate finish Sat Oct 07 14:39:04 2017 xorriso : UPDATE : 45.34% done, estimate finish Sat Oct 07 14:39:03 2017 xorriso : UPDATE : 45.56% done, estimate finish Sat Oct 07 14:39:06 2017 xorriso : UPDATE : 46.49% done, estimate finish Sat Oct 07 14:39:01 2017 xorriso : UPDATE : 46.49% done, estimate finish Sat Oct 07 14:39:16 2017 xorriso : UPDATE : 47.27% done, estimate finish Sat Oct 07 14:39:09 2017 xorriso : UPDATE : 47.27% done, estimate finish Sat Oct 07 14:39:18 2017 xorriso : UPDATE : 47.27% done, estimate finish Sat Oct 07 14:39:26 2017 xorriso : UPDATE : 47.27% done, estimate finish Sat Oct 07 14:39:34 2017 xorriso : UPDATE : 49.29% done, estimate finish Sat Oct 07 14:39:08 2017 xorriso : UPDATE : 50.17% done, estimate finish Sat Oct 07 14:39:03 2017 xorriso : UPDATE : 50.17% done, estimate finish Sat Oct 07 14:39:09 2017 xorriso : UPDATE : 51.74% done, estimate finish Sat Oct 07 14:38:58 2017 xorriso : UPDATE : 52.03% done, estimate finish Sat Oct 07 14:39:00 2017 xorriso : UPDATE : 52.79% done, estimate finish Sat Oct 07 14:38:48 2017 xorriso : UPDATE : 53.57% done, estimate finish Sat Oct 07 14:38:47 2017 xorriso : UPDATE : 53.71% done, estimate finish Sat Oct 07 14:38:51 2017 xorriso : UPDATE : 54.90% done, estimate finish Sat Oct 07 14:38:46 2017 xorriso : UPDATE : 55.44% done, estimate finish Sat Oct 07 14:38:47 2017 xorriso : UPDATE : 56.01% done, estimate finish Sat Oct 07 14:38:47 2017 xorriso : UPDATE : 56.79% done, estimate finish Sat Oct 07 14:38:47 2017 xorriso : UPDATE : 57.50% done, estimate finish Sat Oct 07 14:38:46 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:38:49 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:38:53 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:39:05 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:39:13 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:39:20 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:39:28 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:39:36 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:39:43 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:39:50 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:39:58 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:40:05 2017 xorriso : UPDATE : 57.58% done, estimate finish Sat Oct 07 14:40:12 2017 xorriso : UPDATE : 57.58% done xorriso : UPDATE : 57.58% done xorriso : UPDATE : 57.86% done, estimate finish Sat Oct 07 14:59:08 2017 xorriso : UPDATE : 63.22% done, estimate finish Sat Oct 07 14:39:13 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:40 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:43 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:47 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:51 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:54 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:35 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:38 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:42 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:45 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 14:38:48 2017 xorriso : UPDATE : 74.13% done, estimate finish Sat Oct 07 14:38:34 2017 xorriso : UPDATE : 80.00% done, estimate finish Sat Oct 07 14:38:24 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:38:25 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:38:27 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:38:29 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:38:31 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:38:33 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:38:36 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:38:38 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:38:41 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:38:43 2017 xorriso : UPDATE : 80.13% done, estimate finish Sat Oct 07 14:38:46 2017 xorriso : UPDATE : 83.58% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 87.86% done, estimate finish Sat Oct 07 14:38:31 2017 xorriso : UPDATE : 91.46% done, estimate finish Sat Oct 07 14:38:28 2017 xorriso : UPDATE : 92.41% done, estimate finish Sat Oct 07 14:38:27 2017 xorriso : UPDATE : 92.41% done, estimate finish Sat Oct 07 14:38:28 2017 xorriso : UPDATE : 92.41% done, estimate finish Sat Oct 07 14:38:30 2017 xorriso : UPDATE : 92.41% done, estimate finish Sat Oct 07 14:38:32 2017 xorriso : UPDATE : 92.41% done, estimate finish Sat Oct 07 14:38:33 2017 xorriso : UPDATE : 92.50% done, estimate finish Sat Oct 07 14:38:35 2017 xorriso : UPDATE : 97.82% done xorriso : UPDATE : 98.70% done xorriso : UPDATE : 99.14% done xorriso : UPDATE : 99.53% done ISO image produced: 2293640 sectors Written to medium : 2293640 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-3.iso' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:38:31 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 4' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-4.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-4.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot4 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 CD4 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 2800 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD4' xorriso : UPDATE : 3242 files added in 1 seconds xorriso : UPDATE : 3242 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.34% done xorriso : UPDATE : 0.72% done, estimate finish Sat Oct 07 14:43:12 2017 xorriso : UPDATE : 0.72% done, estimate finish Sat Oct 07 14:45:32 2017 xorriso : UPDATE : 0.72% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 0.72% done, estimate finish Sat Oct 07 14:50:10 2017 xorriso : UPDATE : 0.72% done, estimate finish Sat Oct 07 14:52:30 2017 xorriso : UPDATE : 0.72% done, estimate finish Sat Oct 07 14:54:49 2017 xorriso : UPDATE : 0.72% done, estimate finish Sat Oct 07 14:57:09 2017 xorriso : UPDATE : 0.72% done, estimate finish Sat Oct 07 14:59:28 2017 xorriso : UPDATE : 0.72% done, estimate finish Sat Oct 07 15:01:48 2017 xorriso : UPDATE : 0.72% done, estimate finish Sat Oct 07 15:04:07 2017 xorriso : UPDATE : 0.72% done xorriso : UPDATE : 0.72% done xorriso : UPDATE : 0.72% done xorriso : UPDATE : 11.09% done, estimate finish Sat Oct 07 14:40:40 2017 xorriso : UPDATE : 11.09% done, estimate finish Sat Oct 07 14:40:49 2017 xorriso : UPDATE : 12.92% done, estimate finish Sat Oct 07 14:40:37 2017 xorriso : UPDATE : 13.55% done, estimate finish Sat Oct 07 14:40:39 2017 xorriso : UPDATE : 13.55% done, estimate finish Sat Oct 07 14:40:47 2017 xorriso : UPDATE : 15.68% done, estimate finish Sat Oct 07 14:40:34 2017 xorriso : UPDATE : 15.86% done, estimate finish Sat Oct 07 14:40:39 2017 xorriso : UPDATE : 16.97% done, estimate finish Sat Oct 07 14:40:09 2017 xorriso : UPDATE : 16.97% done, estimate finish Sat Oct 07 14:40:16 2017 xorriso : UPDATE : 19.43% done, estimate finish Sat Oct 07 14:40:08 2017 xorriso : UPDATE : 19.61% done, estimate finish Sat Oct 07 14:40:12 2017 xorriso : UPDATE : 19.61% done, estimate finish Sat Oct 07 14:40:18 2017 xorriso : UPDATE : 19.61% done, estimate finish Sat Oct 07 14:40:23 2017 xorriso : UPDATE : 19.61% done, estimate finish Sat Oct 07 14:40:29 2017 xorriso : UPDATE : 19.64% done, estimate finish Sat Oct 07 14:40:33 2017 xorriso : UPDATE : 24.02% done, estimate finish Sat Oct 07 14:40:16 2017 xorriso : UPDATE : 24.55% done, estimate finish Sat Oct 07 14:40:18 2017 xorriso : UPDATE : 25.08% done, estimate finish Sat Oct 07 14:40:38 2017 xorriso : UPDATE : 25.59% done, estimate finish Sat Oct 07 14:40:41 2017 xorriso : UPDATE : 26.06% done, estimate finish Sat Oct 07 14:40:43 2017 xorriso : UPDATE : 26.37% done, estimate finish Sat Oct 07 14:40:46 2017 xorriso : UPDATE : 26.60% done, estimate finish Sat Oct 07 14:40:51 2017 xorriso : UPDATE : 27.26% done, estimate finish Sat Oct 07 14:40:52 2017 xorriso : UPDATE : 27.87% done, estimate finish Sat Oct 07 14:40:53 2017 xorriso : UPDATE : 28.14% done, estimate finish Sat Oct 07 14:40:56 2017 xorriso : UPDATE : 29.21% done, estimate finish Sat Oct 07 14:40:53 2017 xorriso : UPDATE : 29.84% done, estimate finish Sat Oct 07 14:40:53 2017 xorriso : UPDATE : 30.47% done, estimate finish Sat Oct 07 14:41:10 2017 xorriso : UPDATE : 30.75% done, estimate finish Sat Oct 07 14:41:14 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:41:15 2017 xorriso : UPDATE : 31.71% done, estimate finish Sat Oct 07 14:41:16 2017 xorriso : UPDATE : 32.49% done, estimate finish Sat Oct 07 14:41:13 2017 xorriso : UPDATE : 32.63% done, estimate finish Sat Oct 07 14:41:19 2017 xorriso : UPDATE : 33.66% done, estimate finish Sat Oct 07 14:41:12 2017 xorriso : UPDATE : 34.03% done, estimate finish Sat Oct 07 14:41:15 2017 xorriso : UPDATE : 35.07% done, estimate finish Sat Oct 07 14:41:10 2017 xorriso : UPDATE : 35.78% done, estimate finish Sat Oct 07 14:41:09 2017 xorriso : UPDATE : 36.49% done, estimate finish Sat Oct 07 14:41:04 2017 xorriso : UPDATE : 37.01% done, estimate finish Sat Oct 07 14:41:05 2017 xorriso : UPDATE : 37.38% done, estimate finish Sat Oct 07 14:41:08 2017 xorriso : UPDATE : 37.54% done, estimate finish Sat Oct 07 14:41:14 2017 xorriso : UPDATE : 38.61% done, estimate finish Sat Oct 07 14:41:07 2017 xorriso : UPDATE : 38.98% done, estimate finish Sat Oct 07 14:41:10 2017 xorriso : UPDATE : 39.27% done, estimate finish Sat Oct 07 14:41:13 2017 xorriso : UPDATE : 39.51% done, estimate finish Sat Oct 07 14:41:16 2017 xorriso : UPDATE : 39.99% done, estimate finish Sat Oct 07 14:41:17 2017 xorriso : UPDATE : 40.49% done, estimate finish Sat Oct 07 14:41:17 2017 xorriso : UPDATE : 41.11% done, estimate finish Sat Oct 07 14:41:28 2017 xorriso : UPDATE : 41.57% done, estimate finish Sat Oct 07 14:41:28 2017 xorriso : UPDATE : 41.98% done, estimate finish Sat Oct 07 14:41:29 2017 xorriso : UPDATE : 42.70% done, estimate finish Sat Oct 07 14:41:26 2017 xorriso : UPDATE : 42.92% done, estimate finish Sat Oct 07 14:41:30 2017 xorriso : UPDATE : 42.92% done, estimate finish Sat Oct 07 14:41:37 2017 xorriso : UPDATE : 44.75% done, estimate finish Sat Oct 07 14:41:19 2017 xorriso : UPDATE : 44.75% done, estimate finish Sat Oct 07 14:41:25 2017 xorriso : UPDATE : 44.75% done, estimate finish Sat Oct 07 14:41:31 2017 xorriso : UPDATE : 47.25% done, estimate finish Sat Oct 07 14:41:12 2017 xorriso : UPDATE : 47.66% done, estimate finish Sat Oct 07 14:41:04 2017 xorriso : UPDATE : 48.45% done, estimate finish Sat Oct 07 14:41:03 2017 xorriso : UPDATE : 48.59% done, estimate finish Sat Oct 07 14:41:07 2017 xorriso : UPDATE : 48.59% done, estimate finish Sat Oct 07 14:41:14 2017 xorriso : UPDATE : 48.59% done, estimate finish Sat Oct 07 14:41:19 2017 xorriso : UPDATE : 48.59% done, estimate finish Sat Oct 07 14:41:26 2017 xorriso : UPDATE : 52.07% done, estimate finish Sat Oct 07 14:41:02 2017 xorriso : UPDATE : 52.07% done, estimate finish Sat Oct 07 14:41:06 2017 xorriso : UPDATE : 53.90% done, estimate finish Sat Oct 07 14:40:59 2017 xorriso : UPDATE : 54.01% done, estimate finish Sat Oct 07 14:41:02 2017 xorriso : UPDATE : 54.01% done, estimate finish Sat Oct 07 14:41:06 2017 xorriso : UPDATE : 56.21% done, estimate finish Sat Oct 07 14:40:55 2017 xorriso : UPDATE : 56.87% done, estimate finish Sat Oct 07 14:40:55 2017 xorriso : UPDATE : 57.23% done, estimate finish Sat Oct 07 14:40:57 2017 xorriso : UPDATE : 57.23% done, estimate finish Sat Oct 07 14:41:02 2017 xorriso : UPDATE : 59.08% done, estimate finish Sat Oct 07 14:40:55 2017 xorriso : UPDATE : 59.60% done, estimate finish Sat Oct 07 14:40:56 2017 xorriso : UPDATE : 60.01% done, estimate finish Sat Oct 07 14:40:58 2017 xorriso : UPDATE : 60.82% done, estimate finish Sat Oct 07 14:40:57 2017 xorriso : UPDATE : 61.31% done, estimate finish Sat Oct 07 14:40:58 2017 xorriso : UPDATE : 62.31% done, estimate finish Sat Oct 07 14:40:57 2017 xorriso : UPDATE : 62.74% done, estimate finish Sat Oct 07 14:40:55 2017 xorriso : UPDATE : 62.95% done, estimate finish Sat Oct 07 14:40:58 2017 xorriso : UPDATE : 64.00% done, estimate finish Sat Oct 07 14:40:56 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 14:41:00 2017 xorriso : UPDATE : 65.53% done, estimate finish Sat Oct 07 14:40:56 2017 xorriso : UPDATE : 66.08% done, estimate finish Sat Oct 07 14:40:56 2017 xorriso : UPDATE : 66.81% done, estimate finish Sat Oct 07 14:40:57 2017 xorriso : UPDATE : 67.49% done, estimate finish Sat Oct 07 14:40:57 2017 xorriso : UPDATE : 67.49% done, estimate finish Sat Oct 07 14:41:00 2017 xorriso : UPDATE : 67.49% done, estimate finish Sat Oct 07 14:41:03 2017 xorriso : UPDATE : 67.49% done, estimate finish Sat Oct 07 14:41:19 2017 xorriso : UPDATE : 67.49% done, estimate finish Sat Oct 07 14:41:26 2017 xorriso : UPDATE : 71.23% done, estimate finish Sat Oct 07 14:40:59 2017 xorriso : UPDATE : 71.67% done, estimate finish Sat Oct 07 14:41:00 2017 xorriso : UPDATE : 72.07% done, estimate finish Sat Oct 07 14:41:01 2017 xorriso : UPDATE : 72.17% done, estimate finish Sat Oct 07 14:41:05 2017 xorriso : UPDATE : 73.40% done, estimate finish Sat Oct 07 14:41:01 2017 xorriso : UPDATE : 73.97% done, estimate finish Sat Oct 07 14:41:02 2017 xorriso : UPDATE : 74.66% done, estimate finish Sat Oct 07 14:41:02 2017 xorriso : UPDATE : 75.32% done, estimate finish Sat Oct 07 14:41:02 2017 xorriso : UPDATE : 75.76% done, estimate finish Sat Oct 07 14:40:56 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 14:40:58 2017 xorriso : UPDATE : 76.98% done, estimate finish Sat Oct 07 14:40:58 2017 xorriso : UPDATE : 77.55% done, estimate finish Sat Oct 07 14:40:59 2017 xorriso : UPDATE : 78.43% done, estimate finish Sat Oct 07 14:40:58 2017 xorriso : UPDATE : 78.77% done, estimate finish Sat Oct 07 14:41:00 2017 xorriso : UPDATE : 79.48% done, estimate finish Sat Oct 07 14:41:00 2017 xorriso : UPDATE : 79.81% done, estimate finish Sat Oct 07 14:41:01 2017 xorriso : UPDATE : 80.99% done, estimate finish Sat Oct 07 14:41:00 2017 xorriso : UPDATE : 81.27% done, estimate finish Sat Oct 07 14:41:01 2017 xorriso : UPDATE : 82.23% done, estimate finish Sat Oct 07 14:41:03 2017 xorriso : UPDATE : 82.23% done, estimate finish Sat Oct 07 14:41:06 2017 xorriso : UPDATE : 82.80% done, estimate finish Sat Oct 07 14:41:07 2017 xorriso : UPDATE : 83.33% done, estimate finish Sat Oct 07 14:41:07 2017 xorriso : UPDATE : 83.96% done, estimate finish Sat Oct 07 14:41:06 2017 xorriso : UPDATE : 84.42% done, estimate finish Sat Oct 07 14:41:07 2017 xorriso : UPDATE : 84.74% done, estimate finish Sat Oct 07 14:41:09 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 14:41:09 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 14:41:12 2017 xorriso : UPDATE : 86.69% done, estimate finish Sat Oct 07 14:41:08 2017 xorriso : UPDATE : 87.17% done, estimate finish Sat Oct 07 14:41:11 2017 xorriso : UPDATE : 87.38% done, estimate finish Sat Oct 07 14:41:12 2017 xorriso : UPDATE : 88.37% done, estimate finish Sat Oct 07 14:41:10 2017 xorriso : UPDATE : 88.94% done, estimate finish Sat Oct 07 14:41:09 2017 xorriso : UPDATE : 89.31% done, estimate finish Sat Oct 07 14:41:10 2017 xorriso : UPDATE : 90.18% done, estimate finish Sat Oct 07 14:41:09 2017 xorriso : UPDATE : 90.79% done, estimate finish Sat Oct 07 14:41:09 2017 xorriso : UPDATE : 91.59% done, estimate finish Sat Oct 07 14:41:08 2017 xorriso : UPDATE : 92.14% done, estimate finish Sat Oct 07 14:41:07 2017 xorriso : UPDATE : 93.16% done, estimate finish Sat Oct 07 14:41:06 2017 xorriso : UPDATE : 93.97% done, estimate finish Sat Oct 07 14:41:04 2017 xorriso : UPDATE : 94.98% done, estimate finish Sat Oct 07 14:41:04 2017 xorriso : UPDATE : 95.00% done, estimate finish Sat Oct 07 14:41:05 2017 xorriso : UPDATE : 96.68% done, estimate finish Sat Oct 07 14:41:03 2017 xorriso : UPDATE : 97.53% done, estimate finish Sat Oct 07 14:41:03 2017 xorriso : UPDATE : 98.23% done, estimate finish Sat Oct 07 14:41:03 2017 xorriso : UPDATE : 99.03% done ISO image produced: 2293101 sectors Written to medium : 2293101 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:41:03 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 5' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-5.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-5.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot5 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 CD5 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 5100 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD5' xorriso : UPDATE : 5416 files added in 1 seconds xorriso : UPDATE : 5416 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : File "/pool/main/g/golang-github-btcsuite-btcd-chaincfg-chainhash/golang-github-btcsuite-btcd-chaincfg-chainhash-dev_0.0+git20161209.0.7a4cc89-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-circonus-labs-circonus-gometrics/golang-github-circonus-labs-circonus-gometrics-dev_0.0~git20160822.0.2f5be48-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-cyberdelia-go-metrics-graphite/golang-github-cyberdelia-go-metrics-graphite-dev_0.0~git20151204.0.7e54b5c-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-docker-docker-credential-helpers/golang-docker-credential-helpers_0.3.0+git20160601.0.5128fa1-1+b2_i386.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-docker-docker-credential-helpers/golang-github-docker-docker-credential-helpers-dev_0.3.0+git20160601.0.5128fa1-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-shurcool-sanitized-anchor-name/golang-github-shurcool-sanitized-anchor-name-dev_0.0~git20160918.0.1dba4b3-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.36% done xorriso : UPDATE : 0.89% done, estimate finish Sat Oct 07 14:45:47 2017 xorriso : UPDATE : 1.44% done, estimate finish Sat Oct 07 14:45:08 2017 xorriso : UPDATE : 1.50% done, estimate finish Sat Oct 07 14:46:05 2017 xorriso : UPDATE : 1.50% done, estimate finish Sat Oct 07 14:47:12 2017 xorriso : UPDATE : 2.45% done, estimate finish Sat Oct 07 14:45:31 2017 xorriso : UPDATE : 2.45% done, estimate finish Sat Oct 07 14:46:12 2017 xorriso : UPDATE : 4.57% done, estimate finish Sat Oct 07 14:44:11 2017 xorriso : UPDATE : 4.99% done, estimate finish Sat Oct 07 14:44:14 2017 xorriso : UPDATE : 5.39% done, estimate finish Sat Oct 07 14:44:18 2017 xorriso : UPDATE : 5.51% done, estimate finish Sat Oct 07 14:44:32 2017 xorriso : UPDATE : 6.58% done, estimate finish Sat Oct 07 14:44:14 2017 xorriso : UPDATE : 7.08% done, estimate finish Sat Oct 07 14:44:02 2017 xorriso : UPDATE : 7.67% done, estimate finish Sat Oct 07 14:44:01 2017 xorriso : UPDATE : 8.50% done, estimate finish Sat Oct 07 14:43:56 2017 xorriso : UPDATE : 8.58% done, estimate finish Sat Oct 07 14:44:07 2017 xorriso : UPDATE : 10.03% done, estimate finish Sat Oct 07 14:43:49 2017 xorriso : UPDATE : 10.62% done, estimate finish Sat Oct 07 14:43:49 2017 xorriso : UPDATE : 11.24% done, estimate finish Sat Oct 07 14:43:49 2017 xorriso : UPDATE : 11.78% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 12.07% done, estimate finish Sat Oct 07 14:43:54 2017 xorriso : UPDATE : 12.63% done, estimate finish Sat Oct 07 14:43:55 2017 xorriso : UPDATE : 13.55% done, estimate finish Sat Oct 07 14:43:46 2017 xorriso : UPDATE : 14.08% done, estimate finish Sat Oct 07 14:43:48 2017 xorriso : UPDATE : 14.52% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 15.15% done, estimate finish Sat Oct 07 14:43:50 2017 xorriso : UPDATE : 15.80% done, estimate finish Sat Oct 07 14:43:50 2017 xorriso : UPDATE : 16.52% done, estimate finish Sat Oct 07 14:43:48 2017 xorriso : UPDATE : 16.61% done, estimate finish Sat Oct 07 14:43:56 2017 xorriso : UPDATE : 16.67% done, estimate finish Sat Oct 07 14:44:02 2017 xorriso : UPDATE : 16.67% done, estimate finish Sat Oct 07 14:44:11 2017 xorriso : UPDATE : 18.67% done, estimate finish Sat Oct 07 14:43:52 2017 xorriso : UPDATE : 19.54% done, estimate finish Sat Oct 07 14:43:52 2017 xorriso : UPDATE : 20.20% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 20.62% done, estimate finish Sat Oct 07 14:43:54 2017 xorriso : UPDATE : 21.02% done, estimate finish Sat Oct 07 14:43:57 2017 xorriso : UPDATE : 21.80% done, estimate finish Sat Oct 07 14:43:54 2017 xorriso : UPDATE : 22.32% done, estimate finish Sat Oct 07 14:43:55 2017 xorriso : UPDATE : 22.87% done, estimate finish Sat Oct 07 14:43:55 2017 xorriso : UPDATE : 23.57% done, estimate finish Sat Oct 07 14:43:54 2017 xorriso : UPDATE : 24.22% done, estimate finish Sat Oct 07 14:43:53 2017 xorriso : UPDATE : 24.95% done, estimate finish Sat Oct 07 14:43:52 2017 xorriso : UPDATE : 25.31% done, estimate finish Sat Oct 07 14:43:56 2017 xorriso : UPDATE : 25.79% done, estimate finish Sat Oct 07 14:43:57 2017 xorriso : UPDATE : 26.17% done, estimate finish Sat Oct 07 14:44:00 2017 xorriso : UPDATE : 26.62% done, estimate finish Sat Oct 07 14:44:01 2017 xorriso : UPDATE : 27.23% done, estimate finish Sat Oct 07 14:44:01 2017 xorriso : UPDATE : 27.99% done, estimate finish Sat Oct 07 14:43:58 2017 xorriso : UPDATE : 28.23% done, estimate finish Sat Oct 07 14:44:03 2017 xorriso : UPDATE : 28.44% done, estimate finish Sat Oct 07 14:44:07 2017 xorriso : UPDATE : 28.97% done, estimate finish Sat Oct 07 14:44:06 2017 xorriso : UPDATE : 29.73% done, estimate finish Sat Oct 07 14:44:04 2017 xorriso : UPDATE : 30.21% done, estimate finish Sat Oct 07 14:44:12 2017 xorriso : UPDATE : 30.69% done, estimate finish Sat Oct 07 14:44:12 2017 xorriso : UPDATE : 31.15% done, estimate finish Sat Oct 07 14:44:13 2017 xorriso : UPDATE : 31.97% done, estimate finish Sat Oct 07 14:44:08 2017 xorriso : UPDATE : 32.71% done, estimate finish Sat Oct 07 14:44:05 2017 xorriso : UPDATE : 33.69% done, estimate finish Sat Oct 07 14:44:00 2017 xorriso : UPDATE : 34.36% done, estimate finish Sat Oct 07 14:43:59 2017 xorriso : UPDATE : 34.86% done, estimate finish Sat Oct 07 14:43:59 2017 xorriso : UPDATE : 35.44% done, estimate finish Sat Oct 07 14:43:59 2017 xorriso : UPDATE : 35.91% done, estimate finish Sat Oct 07 14:44:00 2017 xorriso : UPDATE : 36.59% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 36.73% done, estimate finish Sat Oct 07 14:43:57 2017 xorriso : UPDATE : 37.34% done, estimate finish Sat Oct 07 14:43:56 2017 xorriso : UPDATE : 38.03% done, estimate finish Sat Oct 07 14:43:56 2017 xorriso : UPDATE : 38.50% done, estimate finish Sat Oct 07 14:43:57 2017 xorriso : UPDATE : 39.04% done, estimate finish Sat Oct 07 14:43:57 2017 xorriso : UPDATE : 39.41% done, estimate finish Sat Oct 07 14:43:59 2017 xorriso : UPDATE : 40.26% done, estimate finish Sat Oct 07 14:43:57 2017 xorriso : UPDATE : 40.90% done, estimate finish Sat Oct 07 14:43:56 2017 xorriso : UPDATE : 41.40% done, estimate finish Sat Oct 07 14:43:57 2017 xorriso : UPDATE : 41.83% done, estimate finish Sat Oct 07 14:44:05 2017 xorriso : UPDATE : 42.51% done, estimate finish Sat Oct 07 14:44:03 2017 xorriso : UPDATE : 43.29% done, estimate finish Sat Oct 07 14:44:00 2017 xorriso : UPDATE : 43.86% done, estimate finish Sat Oct 07 14:44:00 2017 xorriso : UPDATE : 44.82% done, estimate finish Sat Oct 07 14:43:56 2017 xorriso : UPDATE : 44.94% done, estimate finish Sat Oct 07 14:44:01 2017 xorriso : UPDATE : 45.40% done, estimate finish Sat Oct 07 14:44:02 2017 xorriso : UPDATE : 46.13% done, estimate finish Sat Oct 07 14:44:00 2017 xorriso : UPDATE : 46.78% done, estimate finish Sat Oct 07 14:43:59 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 14:43:59 2017 xorriso : UPDATE : 48.14% done, estimate finish Sat Oct 07 14:43:53 2017 xorriso : UPDATE : 48.90% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 49.32% done, estimate finish Sat Oct 07 14:43:53 2017 xorriso : UPDATE : 50.18% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 50.86% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 51.65% done, estimate finish Sat Oct 07 14:43:49 2017 xorriso : UPDATE : 52.23% done, estimate finish Sat Oct 07 14:43:50 2017 xorriso : UPDATE : 52.84% done, estimate finish Sat Oct 07 14:43:50 2017 xorriso : UPDATE : 53.41% done, estimate finish Sat Oct 07 14:43:50 2017 xorriso : UPDATE : 53.63% done, estimate finish Sat Oct 07 14:43:53 2017 xorriso : UPDATE : 54.51% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 55.23% done, estimate finish Sat Oct 07 14:43:49 2017 xorriso : UPDATE : 55.84% done, estimate finish Sat Oct 07 14:43:50 2017 xorriso : UPDATE : 56.34% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 57.07% done, estimate finish Sat Oct 07 14:43:50 2017 xorriso : UPDATE : 57.62% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 58.26% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 59.09% done, estimate finish Sat Oct 07 14:43:50 2017 xorriso : UPDATE : 59.62% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 60.48% done, estimate finish Sat Oct 07 14:43:49 2017 xorriso : UPDATE : 61.28% done, estimate finish Sat Oct 07 14:43:48 2017 xorriso : UPDATE : 62.03% done, estimate finish Sat Oct 07 14:43:47 2017 xorriso : UPDATE : 62.74% done, estimate finish Sat Oct 07 14:43:47 2017 xorriso : UPDATE : 63.46% done, estimate finish Sat Oct 07 14:43:46 2017 xorriso : UPDATE : 64.28% done, estimate finish Sat Oct 07 14:43:46 2017 xorriso : UPDATE : 65.00% done, estimate finish Sat Oct 07 14:43:45 2017 xorriso : UPDATE : 65.60% done, estimate finish Sat Oct 07 14:43:45 2017 xorriso : UPDATE : 66.36% done, estimate finish Sat Oct 07 14:43:45 2017 xorriso : UPDATE : 66.86% done, estimate finish Sat Oct 07 14:43:46 2017 xorriso : UPDATE : 67.67% done, estimate finish Sat Oct 07 14:43:45 2017 xorriso : UPDATE : 68.50% done, estimate finish Sat Oct 07 14:43:45 2017 xorriso : UPDATE : 69.08% done, estimate finish Sat Oct 07 14:43:44 2017 xorriso : UPDATE : 69.42% done, estimate finish Sat Oct 07 14:43:46 2017 xorriso : UPDATE : 69.80% done, estimate finish Sat Oct 07 14:43:48 2017 xorriso : UPDATE : 70.50% done, estimate finish Sat Oct 07 14:43:48 2017 xorriso : UPDATE : 71.11% done, estimate finish Sat Oct 07 14:43:48 2017 xorriso : UPDATE : 71.82% done, estimate finish Sat Oct 07 14:43:48 2017 xorriso : UPDATE : 72.13% done, estimate finish Sat Oct 07 14:43:49 2017 xorriso : UPDATE : 72.58% done, estimate finish Sat Oct 07 14:43:50 2017 xorriso : UPDATE : 73.26% done, estimate finish Sat Oct 07 14:43:49 2017 xorriso : UPDATE : 74.43% done, estimate finish Sat Oct 07 14:43:48 2017 xorriso : UPDATE : 75.02% done, estimate finish Sat Oct 07 14:43:51 2017 xorriso : UPDATE : 76.06% done, estimate finish Sat Oct 07 14:43:48 2017 xorriso : UPDATE : 76.77% done, estimate finish Sat Oct 07 14:43:47 2017 xorriso : UPDATE : 77.48% done, estimate finish Sat Oct 07 14:43:47 2017 xorriso : UPDATE : 77.71% done, estimate finish Sat Oct 07 14:43:49 2017 xorriso : UPDATE : 77.71% done, estimate finish Sat Oct 07 14:43:52 2017 xorriso : UPDATE : 79.86% done, estimate finish Sat Oct 07 14:43:45 2017 xorriso : UPDATE : 80.32% done, estimate finish Sat Oct 07 14:43:46 2017 xorriso : UPDATE : 80.90% done, estimate finish Sat Oct 07 14:43:46 2017 xorriso : UPDATE : 81.34% done, estimate finish Sat Oct 07 14:43:46 2017 xorriso : UPDATE : 81.96% done, estimate finish Sat Oct 07 14:43:46 2017 xorriso : UPDATE : 82.57% done, estimate finish Sat Oct 07 14:43:45 2017 xorriso : UPDATE : 83.28% done, estimate finish Sat Oct 07 14:43:45 2017 xorriso : UPDATE : 84.72% done, estimate finish Sat Oct 07 14:43:42 2017 xorriso : UPDATE : 85.24% done, estimate finish Sat Oct 07 14:43:44 2017 xorriso : UPDATE : 86.34% done, estimate finish Sat Oct 07 14:43:42 2017 xorriso : UPDATE : 87.11% done, estimate finish Sat Oct 07 14:43:42 2017 xorriso : UPDATE : 87.54% done, estimate finish Sat Oct 07 14:43:43 2017 xorriso : UPDATE : 88.17% done, estimate finish Sat Oct 07 14:43:44 2017 xorriso : UPDATE : 88.47% done, estimate finish Sat Oct 07 14:43:45 2017 xorriso : UPDATE : 89.69% done, estimate finish Sat Oct 07 14:43:42 2017 xorriso : UPDATE : 90.37% done, estimate finish Sat Oct 07 14:43:42 2017 xorriso : UPDATE : 91.23% done, estimate finish Sat Oct 07 14:43:43 2017 xorriso : UPDATE : 92.28% done, estimate finish Sat Oct 07 14:43:41 2017 xorriso : UPDATE : 93.11% done, estimate finish Sat Oct 07 14:43:41 2017 xorriso : UPDATE : 93.67% done, estimate finish Sat Oct 07 14:43:42 2017 xorriso : UPDATE : 94.65% done, estimate finish Sat Oct 07 14:43:41 2017 xorriso : UPDATE : 94.93% done, estimate finish Sat Oct 07 14:43:42 2017 xorriso : UPDATE : 95.92% done, estimate finish Sat Oct 07 14:43:42 2017 xorriso : UPDATE : 97.57% done, estimate finish Sat Oct 07 14:43:40 2017 xorriso : UPDATE : 98.37% done xorriso : UPDATE : 98.86% done xorriso : UPDATE : 99.62% done xorriso : UPDATE : Thank you for being patient. Working since 157 seconds. ISO image produced: 2287653 sectors Written to medium : 2287653 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:43:43 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 6' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-6.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-6.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot6 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 CD6 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 5400 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD6' xorriso : UPDATE : 6379 files added in 2 seconds xorriso : UPDATE : 6379 files added in 2 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.31% done xorriso : UPDATE : 0.46% done, estimate finish Sat Oct 07 14:52:10 2017 xorriso : UPDATE : 0.61% done, estimate finish Sat Oct 07 14:52:44 2017 xorriso : UPDATE : 0.82% done, estimate finish Sat Oct 07 14:52:32 2017 xorriso : UPDATE : 1.03% done, estimate finish Sat Oct 07 14:52:22 2017 xorriso : UPDATE : 1.56% done, estimate finish Sat Oct 07 14:50:32 2017 xorriso : UPDATE : 1.97% done, estimate finish Sat Oct 07 14:49:58 2017 xorriso : UPDATE : 2.71% done, estimate finish Sat Oct 07 14:48:53 2017 xorriso : UPDATE : 3.48% done, estimate finish Sat Oct 07 14:48:14 2017 xorriso : UPDATE : 3.85% done, estimate finish Sat Oct 07 14:48:14 2017 xorriso : UPDATE : 4.52% done, estimate finish Sat Oct 07 14:47:57 2017 xorriso : UPDATE : 4.92% done, estimate finish Sat Oct 07 14:47:56 2017 xorriso : UPDATE : 5.35% done, estimate finish Sat Oct 07 14:47:55 2017 xorriso : UPDATE : 5.97% done, estimate finish Sat Oct 07 14:47:02 2017 xorriso : UPDATE : 6.82% done, estimate finish Sat Oct 07 14:46:52 2017 xorriso : UPDATE : 7.21% done, estimate finish Sat Oct 07 14:46:56 2017 xorriso : UPDATE : 7.59% done, estimate finish Sat Oct 07 14:47:01 2017 xorriso : UPDATE : 8.58% done, estimate finish Sat Oct 07 14:46:49 2017 xorriso : UPDATE : 8.58% done, estimate finish Sat Oct 07 14:47:02 2017 xorriso : UPDATE : 8.58% done, estimate finish Sat Oct 07 14:47:15 2017 xorriso : UPDATE : 11.11% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 11.47% done, estimate finish Sat Oct 07 14:46:38 2017 xorriso : UPDATE : 12.11% done, estimate finish Sat Oct 07 14:46:37 2017 xorriso : UPDATE : 12.74% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 13.12% done, estimate finish Sat Oct 07 14:46:31 2017 xorriso : UPDATE : 13.77% done, estimate finish Sat Oct 07 14:46:31 2017 xorriso : UPDATE : 13.99% done, estimate finish Sat Oct 07 14:46:38 2017 xorriso : UPDATE : 15.31% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 15.78% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 16.05% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 17.01% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 17.39% done, estimate finish Sat Oct 07 14:46:33 2017 xorriso : UPDATE : 17.75% done, estimate finish Sat Oct 07 14:46:36 2017 xorriso : UPDATE : 18.32% done, estimate finish Sat Oct 07 14:46:44 2017 xorriso : UPDATE : 18.99% done, estimate finish Sat Oct 07 14:46:42 2017 xorriso : UPDATE : 19.05% done, estimate finish Sat Oct 07 14:46:51 2017 xorriso : UPDATE : 20.17% done, estimate finish Sat Oct 07 14:46:41 2017 xorriso : UPDATE : 20.58% done, estimate finish Sat Oct 07 14:46:44 2017 xorriso : UPDATE : 21.10% done, estimate finish Sat Oct 07 14:46:44 2017 xorriso : UPDATE : 21.63% done, estimate finish Sat Oct 07 14:46:45 2017 xorriso : UPDATE : 22.03% done, estimate finish Sat Oct 07 14:46:47 2017 xorriso : UPDATE : 22.03% done, estimate finish Sat Oct 07 14:46:55 2017 xorriso : UPDATE : 22.03% done, estimate finish Sat Oct 07 14:47:01 2017 xorriso : UPDATE : 22.03% done, estimate finish Sat Oct 07 14:47:33 2017 xorriso : UPDATE : 22.03% done, estimate finish Sat Oct 07 14:47:47 2017 xorriso : UPDATE : 25.12% done, estimate finish Sat Oct 07 14:46:43 2017 xorriso : UPDATE : 26.65% done, estimate finish Sat Oct 07 14:46:31 2017 xorriso : UPDATE : 26.76% done, estimate finish Sat Oct 07 14:46:37 2017 xorriso : UPDATE : 27.06% done, estimate finish Sat Oct 07 14:46:40 2017 xorriso : UPDATE : 27.06% done, estimate finish Sat Oct 07 14:46:47 2017 xorriso : UPDATE : 28.88% done, estimate finish Sat Oct 07 14:46:33 2017 xorriso : UPDATE : 29.38% done, estimate finish Sat Oct 07 14:46:35 2017 xorriso : UPDATE : 29.38% done, estimate finish Sat Oct 07 14:46:40 2017 xorriso : UPDATE : 31.17% done, estimate finish Sat Oct 07 14:46:11 2017 xorriso : UPDATE : 32.05% done, estimate finish Sat Oct 07 14:46:10 2017 xorriso : UPDATE : 32.30% done, estimate finish Sat Oct 07 14:46:14 2017 xorriso : UPDATE : 33.21% done, estimate finish Sat Oct 07 14:46:13 2017 xorriso : UPDATE : 33.60% done, estimate finish Sat Oct 07 14:46:16 2017 xorriso : UPDATE : 33.73% done, estimate finish Sat Oct 07 14:46:21 2017 xorriso : UPDATE : 35.12% done, estimate finish Sat Oct 07 14:46:16 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 14:46:15 2017 xorriso : UPDATE : 36.64% done, estimate finish Sat Oct 07 14:46:16 2017 xorriso : UPDATE : 37.35% done, estimate finish Sat Oct 07 14:46:16 2017 xorriso : UPDATE : 37.64% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 38.75% done, estimate finish Sat Oct 07 14:46:23 2017 xorriso : UPDATE : 39.22% done, estimate finish Sat Oct 07 14:46:25 2017 xorriso : UPDATE : 39.67% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 40.18% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 40.65% done, estimate finish Sat Oct 07 14:46:30 2017 xorriso : UPDATE : 40.95% done, estimate finish Sat Oct 07 14:46:33 2017 xorriso : UPDATE : 41.79% done, estimate finish Sat Oct 07 14:46:31 2017 xorriso : UPDATE : 42.51% done, estimate finish Sat Oct 07 14:46:30 2017 xorriso : UPDATE : 42.51% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 42.51% done, estimate finish Sat Oct 07 14:46:40 2017 xorriso : UPDATE : 42.51% done, estimate finish Sat Oct 07 14:46:58 2017 xorriso : UPDATE : 44.96% done, estimate finish Sat Oct 07 14:46:32 2017 xorriso : UPDATE : 45.87% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 46.66% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 47.40% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 47.89% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 48.41% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 49.01% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 49.52% done, estimate finish Sat Oct 07 14:46:30 2017 xorriso : UPDATE : 49.59% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 49.92% done, estimate finish Sat Oct 07 14:46:23 2017 xorriso : UPDATE : 50.32% done, estimate finish Sat Oct 07 14:46:26 2017 xorriso : UPDATE : 50.73% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 51.34% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 51.54% done, estimate finish Sat Oct 07 14:46:32 2017 xorriso : UPDATE : 52.25% done, estimate finish Sat Oct 07 14:46:32 2017 xorriso : UPDATE : 53.43% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 53.62% done, estimate finish Sat Oct 07 14:46:31 2017 xorriso : UPDATE : 54.75% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 55.23% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 55.72% done, estimate finish Sat Oct 07 14:46:36 2017 xorriso : UPDATE : 56.29% done, estimate finish Sat Oct 07 14:46:36 2017 xorriso : UPDATE : 56.49% done, estimate finish Sat Oct 07 14:46:40 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 14:46:39 2017 xorriso : UPDATE : 57.67% done, estimate finish Sat Oct 07 14:46:39 2017 xorriso : UPDATE : 58.41% done, estimate finish Sat Oct 07 14:46:38 2017 xorriso : UPDATE : 59.35% done, estimate finish Sat Oct 07 14:46:36 2017 xorriso : UPDATE : 59.96% done, estimate finish Sat Oct 07 14:46:35 2017 xorriso : UPDATE : 60.98% done, estimate finish Sat Oct 07 14:46:33 2017 xorriso : UPDATE : 61.76% done, estimate finish Sat Oct 07 14:46:32 2017 xorriso : UPDATE : 62.19% done, estimate finish Sat Oct 07 14:46:30 2017 xorriso : UPDATE : 62.49% done, estimate finish Sat Oct 07 14:46:33 2017 xorriso : UPDATE : 63.00% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 63.60% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 64.05% done, estimate finish Sat Oct 07 14:46:35 2017 xorriso : UPDATE : 64.46% done, estimate finish Sat Oct 07 14:46:37 2017 xorriso : UPDATE : 64.47% done, estimate finish Sat Oct 07 14:46:40 2017 xorriso : UPDATE : 64.47% done, estimate finish Sat Oct 07 14:46:45 2017 xorriso : UPDATE : 66.98% done, estimate finish Sat Oct 07 14:46:31 2017 xorriso : UPDATE : 67.17% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 67.58% done, estimate finish Sat Oct 07 14:46:40 2017 xorriso : UPDATE : 68.47% done, estimate finish Sat Oct 07 14:46:36 2017 xorriso : UPDATE : 69.32% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 69.96% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 70.42% done, estimate finish Sat Oct 07 14:46:35 2017 xorriso : UPDATE : 70.65% done, estimate finish Sat Oct 07 14:46:38 2017 xorriso : UPDATE : 71.62% done, estimate finish Sat Oct 07 14:46:35 2017 xorriso : UPDATE : 72.16% done, estimate finish Sat Oct 07 14:46:35 2017 xorriso : UPDATE : 72.70% done, estimate finish Sat Oct 07 14:46:35 2017 xorriso : UPDATE : 73.29% done, estimate finish Sat Oct 07 14:46:35 2017 xorriso : UPDATE : 73.35% done, estimate finish Sat Oct 07 14:46:37 2017 xorriso : UPDATE : 73.35% done, estimate finish Sat Oct 07 14:46:41 2017 xorriso : UPDATE : 75.03% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 75.76% done, estimate finish Sat Oct 07 14:46:32 2017 xorriso : UPDATE : 75.76% done, estimate finish Sat Oct 07 14:46:36 2017 xorriso : UPDATE : 76.73% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 77.31% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 77.93% done, estimate finish Sat Oct 07 14:46:35 2017 xorriso : UPDATE : 78.54% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 79.15% done, estimate finish Sat Oct 07 14:46:34 2017 xorriso : UPDATE : 79.78% done, estimate finish Sat Oct 07 14:46:32 2017 xorriso : UPDATE : 80.43% done, estimate finish Sat Oct 07 14:46:33 2017 xorriso : UPDATE : 81.77% done, estimate finish Sat Oct 07 14:46:30 2017 xorriso : UPDATE : 82.39% done, estimate finish Sat Oct 07 14:46:30 2017 xorriso : UPDATE : 83.52% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 84.20% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 84.82% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 85.92% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 86.32% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 87.38% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 87.93% done, estimate finish Sat Oct 07 14:46:26 2017 xorriso : UPDATE : 88.49% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 89.15% done, estimate finish Sat Oct 07 14:46:26 2017 xorriso : UPDATE : 89.86% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 90.50% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 90.95% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 91.57% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 92.31% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 93.38% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 94.31% done, estimate finish Sat Oct 07 14:46:27 2017 xorriso : UPDATE : 94.76% done, estimate finish Sat Oct 07 14:46:28 2017 xorriso : UPDATE : 95.01% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 95.59% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 96.63% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 96.97% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 97.35% done, estimate finish Sat Oct 07 14:46:30 2017 xorriso : UPDATE : 98.26% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 98.47% done, estimate finish Sat Oct 07 14:46:30 2017 xorriso : UPDATE : 99.19% done xorriso : UPDATE : 99.58% done xorriso : UPDATE : Thank you for being patient. Working since 165 seconds. ISO image produced: 2254379 sectors Written to medium : 2254379 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:46:32 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 7' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-7.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-7.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot7 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 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/3i386/stretch/CD7' xorriso : UPDATE : 2211 files added in 1 seconds xorriso : UPDATE : 2211 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.3-1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.39% done xorriso : UPDATE : 0.65% done, estimate finish Sat Oct 07 14:51:40 2017 xorriso : UPDATE : 2.10% done, estimate finish Sat Oct 07 14:48:56 2017 xorriso : UPDATE : 2.47% done, estimate finish Sat Oct 07 14:49:15 2017 xorriso : UPDATE : 3.14% done, estimate finish Sat Oct 07 14:49:13 2017 xorriso : UPDATE : 4.02% done, estimate finish Sat Oct 07 14:49:03 2017 xorriso : UPDATE : 4.52% done, estimate finish Sat Oct 07 14:49:09 2017 xorriso : UPDATE : 5.00% done, estimate finish Sat Oct 07 14:49:14 2017 xorriso : UPDATE : 5.50% done, estimate finish Sat Oct 07 14:49:17 2017 xorriso : UPDATE : 6.08% done, estimate finish Sat Oct 07 14:49:18 2017 xorriso : UPDATE : 6.58% done, estimate finish Sat Oct 07 14:49:21 2017 xorriso : UPDATE : 6.94% done, estimate finish Sat Oct 07 14:49:27 2017 xorriso : UPDATE : 7.80% done, estimate finish Sat Oct 07 14:49:28 2017 xorriso : UPDATE : 8.45% done, estimate finish Sat Oct 07 14:49:26 2017 xorriso : UPDATE : 8.45% done, estimate finish Sat Oct 07 14:49:41 2017 xorriso : UPDATE : 10.75% done, estimate finish Sat Oct 07 14:49:03 2017 xorriso : UPDATE : 11.30% done, estimate finish Sat Oct 07 14:49:05 2017 xorriso : UPDATE : 12.14% done, estimate finish Sat Oct 07 14:49:02 2017 xorriso : UPDATE : 12.83% done, estimate finish Sat Oct 07 14:49:02 2017 xorriso : UPDATE : 12.98% done, estimate finish Sat Oct 07 14:49:09 2017 xorriso : UPDATE : 13.29% done, estimate finish Sat Oct 07 14:49:14 2017 xorriso : UPDATE : 13.47% done, estimate finish Sat Oct 07 14:49:20 2017 xorriso : UPDATE : 14.87% done, estimate finish Sat Oct 07 14:49:02 2017 xorriso : UPDATE : 15.61% done, estimate finish Sat Oct 07 14:49:02 2017 xorriso : UPDATE : 16.11% done, estimate finish Sat Oct 07 14:49:04 2017 xorriso : UPDATE : 16.63% done, estimate finish Sat Oct 07 14:49:06 2017 xorriso : UPDATE : 17.28% done, estimate finish Sat Oct 07 14:49:06 2017 xorriso : UPDATE : 17.62% done, estimate finish Sat Oct 07 14:49:10 2017 xorriso : UPDATE : 18.36% done, estimate finish Sat Oct 07 14:49:09 2017 xorriso : UPDATE : 19.04% done, estimate finish Sat Oct 07 14:49:08 2017 xorriso : UPDATE : 19.66% done, estimate finish Sat Oct 07 14:49:09 2017 xorriso : UPDATE : 20.15% done, estimate finish Sat Oct 07 14:49:10 2017 xorriso : UPDATE : 20.15% done, estimate finish Sat Oct 07 14:49:29 2017 xorriso : UPDATE : 21.75% done, estimate finish Sat Oct 07 14:49:11 2017 xorriso : UPDATE : 21.75% done, estimate finish Sat Oct 07 14:49:20 2017 xorriso : UPDATE : 22.73% done, estimate finish Sat Oct 07 14:49:15 2017 xorriso : UPDATE : 22.73% done, estimate finish Sat Oct 07 14:49:23 2017 xorriso : UPDATE : 22.73% done, estimate finish Sat Oct 07 14:49:31 2017 xorriso : UPDATE : 22.73% done, estimate finish Sat Oct 07 14:49:40 2017 xorriso : UPDATE : 22.73% done, estimate finish Sat Oct 07 14:49:48 2017 xorriso : UPDATE : 27.82% done, estimate finish Sat Oct 07 14:48:57 2017 xorriso : UPDATE : 27.82% done, estimate finish Sat Oct 07 14:49:03 2017 xorriso : UPDATE : 27.82% done, estimate finish Sat Oct 07 14:48:58 2017 xorriso : UPDATE : 30.22% done, estimate finish Sat Oct 07 14:48:44 2017 xorriso : UPDATE : 30.22% done, estimate finish Sat Oct 07 14:48:50 2017 xorriso : UPDATE : 30.22% done, estimate finish Sat Oct 07 14:48:56 2017 xorriso : UPDATE : 30.22% done, estimate finish Sat Oct 07 14:49:02 2017 xorriso : UPDATE : 30.22% done, estimate finish Sat Oct 07 14:49:09 2017 xorriso : UPDATE : 30.22% done, estimate finish Sat Oct 07 14:49:14 2017 xorriso : UPDATE : 35.69% done, estimate finish Sat Oct 07 14:48:41 2017 xorriso : UPDATE : 35.69% done, estimate finish Sat Oct 07 14:48:45 2017 xorriso : UPDATE : 35.69% done, estimate finish Sat Oct 07 14:48:49 2017 xorriso : UPDATE : 35.69% done, estimate finish Sat Oct 07 14:48:53 2017 xorriso : UPDATE : 35.69% done, estimate finish Sat Oct 07 14:48:59 2017 xorriso : UPDATE : 35.69% done, estimate finish Sat Oct 07 14:49:07 2017 xorriso : UPDATE : 35.69% done, estimate finish Sat Oct 07 14:49:14 2017 xorriso : UPDATE : 35.69% done, estimate finish Sat Oct 07 14:49:20 2017 xorriso : UPDATE : 36.41% done, estimate finish Sat Oct 07 14:49:18 2017 xorriso : UPDATE : 43.61% done, estimate finish Sat Oct 07 14:48:36 2017 xorriso : UPDATE : 44.13% done, estimate finish Sat Oct 07 14:48:38 2017 xorriso : UPDATE : 45.09% done, estimate finish Sat Oct 07 14:48:37 2017 xorriso : UPDATE : 45.58% done, estimate finish Sat Oct 07 14:48:39 2017 xorriso : UPDATE : 45.95% done, estimate finish Sat Oct 07 14:48:36 2017 xorriso : UPDATE : 46.85% done, estimate finish Sat Oct 07 14:48:36 2017 xorriso : UPDATE : 47.15% done, estimate finish Sat Oct 07 14:48:39 2017 xorriso : UPDATE : 47.15% done, estimate finish Sat Oct 07 14:48:44 2017 xorriso : UPDATE : 47.15% done, estimate finish Sat Oct 07 14:48:48 2017 xorriso : UPDATE : 48.73% done, estimate finish Sat Oct 07 14:48:44 2017 xorriso : UPDATE : 49.04% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 49.73% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 49.94% done, estimate finish Sat Oct 07 14:48:50 2017 xorriso : UPDATE : 50.38% done, estimate finish Sat Oct 07 14:48:52 2017 xorriso : UPDATE : 50.69% done, estimate finish Sat Oct 07 14:49:20 2017 xorriso : UPDATE : 51.02% done, estimate finish Sat Oct 07 14:49:21 2017 xorriso : UPDATE : 51.41% done, estimate finish Sat Oct 07 14:49:23 2017 xorriso : UPDATE : 52.03% done, estimate finish Sat Oct 07 14:49:21 2017 xorriso : UPDATE : 52.30% done, estimate finish Sat Oct 07 14:49:24 2017 xorriso : UPDATE : 52.42% done, estimate finish Sat Oct 07 14:49:28 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:49:30 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:49:35 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:49:42 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:49:48 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:49:54 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:51:10 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:51:27 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:51:44 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:52:00 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:52:17 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:52:33 2017 xorriso : UPDATE : 52.76% done, estimate finish Sat Oct 07 14:52:51 2017 xorriso : UPDATE : 59.83% done, estimate finish Sat Oct 07 14:49:17 2017 xorriso : UPDATE : 65.45% done, estimate finish Sat Oct 07 14:48:50 2017 xorriso : UPDATE : 65.67% done, estimate finish Sat Oct 07 14:48:52 2017 xorriso : UPDATE : 66.49% done, estimate finish Sat Oct 07 14:48:37 2017 xorriso : UPDATE : 67.50% done, estimate finish Sat Oct 07 14:48:37 2017 xorriso : UPDATE : 68.39% done, estimate finish Sat Oct 07 14:48:38 2017 xorriso : UPDATE : 69.26% done, estimate finish Sat Oct 07 14:48:39 2017 xorriso : UPDATE : 70.48% done, estimate finish Sat Oct 07 14:48:39 2017 xorriso : UPDATE : 71.33% done, estimate finish Sat Oct 07 14:48:39 2017 xorriso : UPDATE : 71.95% done, estimate finish Sat Oct 07 14:48:39 2017 xorriso : UPDATE : 72.83% done, estimate finish Sat Oct 07 14:48:40 2017 xorriso : UPDATE : 73.63% done, estimate finish Sat Oct 07 14:48:40 2017 xorriso : UPDATE : 74.45% done, estimate finish Sat Oct 07 14:48:41 2017 xorriso : UPDATE : 74.45% done, estimate finish Sat Oct 07 14:48:50 2017 xorriso : UPDATE : 74.45% done, estimate finish Sat Oct 07 14:48:54 2017 xorriso : UPDATE : 77.52% done, estimate finish Sat Oct 07 14:48:44 2017 xorriso : UPDATE : 78.07% done, estimate finish Sat Oct 07 14:48:45 2017 xorriso : UPDATE : 78.97% done, estimate finish Sat Oct 07 14:48:45 2017 xorriso : UPDATE : 79.36% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 80.09% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 80.96% done, estimate finish Sat Oct 07 14:48:46 2017 xorriso : UPDATE : 81.80% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 82.47% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 83.11% done, estimate finish Sat Oct 07 14:48:46 2017 xorriso : UPDATE : 83.92% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 84.46% done, estimate finish Sat Oct 07 14:48:48 2017 xorriso : UPDATE : 85.20% done, estimate finish Sat Oct 07 14:48:48 2017 xorriso : UPDATE : 85.83% done, estimate finish Sat Oct 07 14:48:48 2017 xorriso : UPDATE : 86.51% done, estimate finish Sat Oct 07 14:48:48 2017 xorriso : UPDATE : 86.63% done, estimate finish Sat Oct 07 14:48:50 2017 xorriso : UPDATE : 86.63% done, estimate finish Sat Oct 07 14:48:52 2017 xorriso : UPDATE : 86.63% done, estimate finish Sat Oct 07 14:48:54 2017 xorriso : UPDATE : 86.63% done, estimate finish Sat Oct 07 14:48:56 2017 xorriso : UPDATE : 86.63% done, estimate finish Sat Oct 07 14:49:13 2017 xorriso : UPDATE : 86.63% done, estimate finish Sat Oct 07 14:49:16 2017 xorriso : UPDATE : 86.63% done, estimate finish Sat Oct 07 14:49:21 2017 xorriso : UPDATE : 86.63% done, estimate finish Sat Oct 07 14:49:25 2017 xorriso : UPDATE : 95.17% done, estimate finish Sat Oct 07 14:48:46 2017 xorriso : UPDATE : 95.93% done, estimate finish Sat Oct 07 14:48:46 2017 xorriso : UPDATE : 96.42% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 96.79% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 97.68% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 99.27% done xorriso : UPDATE : 99.77% done ISO image produced: 2286706 sectors Written to medium : 2286706 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:48:48 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 8' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-8.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-8.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot8 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 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/3i386/stretch/CD8' xorriso : UPDATE : 1030 files added in 1 seconds xorriso : UPDATE : 1030 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.56% done xorriso : UPDATE : 0.98% done, estimate finish Sat Oct 07 14:52:55 2017 xorriso : UPDATE : 0.98% done, estimate finish Sat Oct 07 14:54:38 2017 xorriso : UPDATE : 0.98% done, estimate finish Sat Oct 07 14:56:21 2017 xorriso : UPDATE : 4.82% done, estimate finish Sat Oct 07 14:50:41 2017 xorriso : UPDATE : 5.20% done, estimate finish Sat Oct 07 14:50:52 2017 xorriso : UPDATE : 6.96% done, estimate finish Sat Oct 07 14:50:36 2017 xorriso : UPDATE : 7.98% done, estimate finish Sat Oct 07 14:50:35 2017 xorriso : UPDATE : 8.48% done, estimate finish Sat Oct 07 14:50:40 2017 xorriso : UPDATE : 8.52% done, estimate finish Sat Oct 07 14:50:51 2017 xorriso : UPDATE : 8.52% done, estimate finish Sat Oct 07 14:51:03 2017 xorriso : UPDATE : 8.52% done, estimate finish Sat Oct 07 14:51:03 2017 xorriso : UPDATE : 12.34% done, estimate finish Sat Oct 07 14:50:27 2017 xorriso : UPDATE : 13.48% done, estimate finish Sat Oct 07 14:50:26 2017 xorriso : UPDATE : 14.10% done, estimate finish Sat Oct 07 14:50:29 2017 xorriso : UPDATE : 15.02% done, estimate finish Sat Oct 07 14:50:30 2017 xorriso : UPDATE : 15.84% done, estimate finish Sat Oct 07 14:50:31 2017 xorriso : UPDATE : 15.84% done, estimate finish Sat Oct 07 14:50:38 2017 xorriso : UPDATE : 15.84% done, estimate finish Sat Oct 07 14:50:44 2017 xorriso : UPDATE : 15.84% done, estimate finish Sat Oct 07 14:50:50 2017 xorriso : UPDATE : 15.84% done, estimate finish Sat Oct 07 14:50:57 2017 xorriso : UPDATE : 21.39% done, estimate finish Sat Oct 07 14:50:28 2017 xorriso : UPDATE : 21.54% done, estimate finish Sat Oct 07 14:50:24 2017 xorriso : UPDATE : 21.54% done, estimate finish Sat Oct 07 14:50:30 2017 xorriso : UPDATE : 21.54% done, estimate finish Sat Oct 07 14:50:36 2017 xorriso : UPDATE : 24.78% done, estimate finish Sat Oct 07 14:50:24 2017 xorriso : UPDATE : 25.59% done, estimate finish Sat Oct 07 14:50:26 2017 xorriso : UPDATE : 26.48% done, estimate finish Sat Oct 07 14:50:26 2017 xorriso : UPDATE : 27.35% done, estimate finish Sat Oct 07 14:50:27 2017 xorriso : UPDATE : 28.07% done, estimate finish Sat Oct 07 14:50:28 2017 xorriso : UPDATE : 29.39% done, estimate finish Sat Oct 07 14:50:27 2017 xorriso : UPDATE : 30.14% done, estimate finish Sat Oct 07 14:50:29 2017 xorriso : UPDATE : 30.14% done, estimate finish Sat Oct 07 14:50:40 2017 xorriso : UPDATE : 31.73% done, estimate finish Sat Oct 07 14:50:35 2017 xorriso : UPDATE : 31.73% done, estimate finish Sat Oct 07 14:50:41 2017 xorriso : UPDATE : 31.73% done, estimate finish Sat Oct 07 14:50:48 2017 xorriso : UPDATE : 31.73% done, estimate finish Sat Oct 07 14:50:53 2017 xorriso : UPDATE : 31.73% done, estimate finish Sat Oct 07 14:50:59 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:50:33 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:50:37 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:50:42 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:50:46 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:50:57 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:51:04 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:51:11 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:51:19 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:51:26 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:51:33 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:51:41 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:51:48 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:51:55 2017 xorriso : UPDATE : 36.96% done, estimate finish Sat Oct 07 14:52:03 2017 xorriso : UPDATE : 36.96% done xorriso : UPDATE : 36.96% done xorriso : UPDATE : 36.96% done xorriso : UPDATE : 36.96% done xorriso : UPDATE : 36.96% done xorriso : UPDATE : 36.96% done xorriso : UPDATE : 36.96% done xorriso : UPDATE : 36.96% done xorriso : UPDATE : 36.96% done xorriso : UPDATE : 36.96% done xorriso : UPDATE : 36.96% done xorriso : UPDATE : 45.35% done, estimate finish Sat Oct 07 14:51:06 2017 xorriso : UPDATE : 62.56% done, estimate finish Sat Oct 07 14:50:17 2017 xorriso : UPDATE : 63.75% done, estimate finish Sat Oct 07 14:50:18 2017 xorriso : UPDATE : 63.75% done, estimate finish Sat Oct 07 14:50:19 2017 xorriso : UPDATE : 66.27% done, estimate finish Sat Oct 07 14:50:18 2017 xorriso : UPDATE : 67.62% done, estimate finish Sat Oct 07 14:50:18 2017 xorriso : UPDATE : 68.43% done, estimate finish Sat Oct 07 14:50:20 2017 xorriso : UPDATE : 68.84% done, estimate finish Sat Oct 07 14:50:20 2017 xorriso : UPDATE : 70.08% done, estimate finish Sat Oct 07 14:50:22 2017 xorriso : UPDATE : 70.83% done, estimate finish Sat Oct 07 14:50:15 2017 xorriso : UPDATE : 71.94% done, estimate finish Sat Oct 07 14:50:15 2017 xorriso : UPDATE : 72.00% done, estimate finish Sat Oct 07 14:50:18 2017 xorriso : UPDATE : 73.97% done, estimate finish Sat Oct 07 14:50:17 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 14:50:18 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 14:50:20 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 14:50:22 2017 xorriso : UPDATE : 77.85% done, estimate finish Sat Oct 07 14:50:20 2017 xorriso : UPDATE : 78.63% done, estimate finish Sat Oct 07 14:50:21 2017 xorriso : UPDATE : 79.92% done, estimate finish Sat Oct 07 14:50:21 2017 xorriso : UPDATE : 80.52% done, estimate finish Sat Oct 07 14:50:32 2017 xorriso : UPDATE : 80.90% done, estimate finish Sat Oct 07 14:50:33 2017 xorriso : UPDATE : 80.90% done, estimate finish Sat Oct 07 14:50:35 2017 xorriso : UPDATE : 80.90% done, estimate finish Sat Oct 07 14:50:38 2017 xorriso : UPDATE : 80.90% done, estimate finish Sat Oct 07 14:50:41 2017 xorriso : UPDATE : 80.90% done, estimate finish Sat Oct 07 14:50:44 2017 xorriso : UPDATE : 85.28% done, estimate finish Sat Oct 07 14:50:34 2017 xorriso : UPDATE : 87.17% done, estimate finish Sat Oct 07 14:50:32 2017 xorriso : UPDATE : 87.74% done, estimate finish Sat Oct 07 14:50:33 2017 xorriso : UPDATE : 88.45% done, estimate finish Sat Oct 07 14:50:33 2017 xorriso : UPDATE : 89.31% done, estimate finish Sat Oct 07 14:50:33 2017 xorriso : UPDATE : 90.09% done, estimate finish Sat Oct 07 14:50:34 2017 xorriso : UPDATE : 91.00% done, estimate finish Sat Oct 07 14:50:34 2017 xorriso : UPDATE : 91.72% done, estimate finish Sat Oct 07 14:50:34 2017 xorriso : UPDATE : 91.73% done, estimate finish Sat Oct 07 14:50:36 2017 xorriso : UPDATE : 91.73% done, estimate finish Sat Oct 07 14:50:38 2017 xorriso : UPDATE : 91.73% done, estimate finish Sat Oct 07 14:50:39 2017 xorriso : UPDATE : 91.73% done, estimate finish Sat Oct 07 14:50:41 2017 xorriso : UPDATE : 96.65% done, estimate finish Sat Oct 07 14:50:33 2017 xorriso : UPDATE : 97.65% done, estimate finish Sat Oct 07 14:50:33 2017 xorriso : UPDATE : 98.75% done xorriso : UPDATE : 98.97% done ISO image produced: 2195494 sectors Written to medium : 2195494 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:50:34 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 9' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-9.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-9.2.0-i386-DVD-9.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot9 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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 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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD9' xorriso : UPDATE : 636 files added in 1 seconds xorriso : UPDATE : 636 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.02% done xorriso : UPDATE : 1.45% done xorriso : UPDATE : 2.26% done, estimate finish Sat Oct 07 14:52:30 2017 xorriso : UPDATE : 3.04% done, estimate finish Sat Oct 07 14:52:34 2017 xorriso : UPDATE : 3.27% done, estimate finish Sat Oct 07 14:52:56 2017 xorriso : UPDATE : 4.55% done, estimate finish Sat Oct 07 14:52:38 2017 xorriso : UPDATE : 5.21% done, estimate finish Sat Oct 07 14:52:42 2017 xorriso : UPDATE : 5.77% done, estimate finish Sat Oct 07 14:52:47 2017 xorriso : UPDATE : 6.63% done, estimate finish Sat Oct 07 14:52:45 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:52:51 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:53:05 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:53:19 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:54:00 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:54:19 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:54:40 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:55:00 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:55:21 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:55:41 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:56:01 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:56:22 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:56:42 2017 xorriso : UPDATE : 7.09% done, estimate finish Sat Oct 07 14:57:02 2017 xorriso : UPDATE : 7.09% done xorriso : UPDATE : 7.09% done xorriso : UPDATE : 7.09% done xorriso : UPDATE : 7.09% done xorriso : UPDATE : 7.09% done xorriso : UPDATE : 11.22% done, estimate finish Sat Oct 07 14:55:50 2017 xorriso : UPDATE : 26.03% done, estimate finish Sat Oct 07 14:52:13 2017 xorriso : UPDATE : 26.79% done, estimate finish Sat Oct 07 14:52:14 2017 xorriso : UPDATE : 26.79% done, estimate finish Sat Oct 07 14:52:19 2017 xorriso : UPDATE : 28.70% done, estimate finish Sat Oct 07 14:52:15 2017 xorriso : UPDATE : 29.50% done, estimate finish Sat Oct 07 14:52:16 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 14:51:59 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 14:52:03 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 14:52:07 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 14:52:11 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 14:52:14 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 14:52:18 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 14:52:22 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 14:52:26 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 14:52:30 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 14:52:33 2017 xorriso : UPDATE : 31.18% done, estimate finish Sat Oct 07 14:58:56 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 14:52:18 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 14:52:22 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 14:52:27 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 14:52:31 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 14:52:36 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 14:52:41 2017 xorriso : UPDATE : 47.62% done, estimate finish Sat Oct 07 14:52:18 2017 xorriso : UPDATE : 47.62% done, estimate finish Sat Oct 07 14:52:21 2017 xorriso : UPDATE : 49.77% done, estimate finish Sat Oct 07 14:52:17 2017 xorriso : UPDATE : 49.95% done, estimate finish Sat Oct 07 14:52:03 2017 xorriso : UPDATE : 49.95% done, estimate finish Sat Oct 07 14:52:07 2017 xorriso : UPDATE : 49.95% done, estimate finish Sat Oct 07 14:52:10 2017 xorriso : UPDATE : 53.57% done, estimate finish Sat Oct 07 14:52:04 2017 xorriso : UPDATE : 54.35% done, estimate finish Sat Oct 07 14:52:05 2017 xorriso : UPDATE : 54.35% done, estimate finish Sat Oct 07 14:52:09 2017 xorriso : UPDATE : 54.35% done, estimate finish Sat Oct 07 14:52:11 2017 xorriso : UPDATE : 54.35% done, estimate finish Sat Oct 07 14:52:14 2017 xorriso : UPDATE : 54.35% done, estimate finish Sat Oct 07 14:52:16 2017 xorriso : UPDATE : 54.35% done, estimate finish Sat Oct 07 14:52:19 2017 xorriso : UPDATE : 57.22% done, estimate finish Sat Oct 07 14:52:33 2017 xorriso : UPDATE : 61.60% done, estimate finish Sat Oct 07 14:52:16 2017 xorriso : UPDATE : 61.79% done, estimate finish Sat Oct 07 14:52:19 2017 xorriso : UPDATE : 63.72% done, estimate finish Sat Oct 07 14:52:16 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:18 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:21 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:25 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:28 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:31 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:34 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:39 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:44 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:49 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:54 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:52:59 2017 xorriso : UPDATE : 72.20% done, estimate finish Sat Oct 07 14:52:21 2017 xorriso : UPDATE : 72.20% done, estimate finish Sat Oct 07 14:52:23 2017 xorriso : UPDATE : 72.20% done, estimate finish Sat Oct 07 14:52:26 2017 xorriso : UPDATE : 72.20% done, estimate finish Sat Oct 07 14:52:29 2017 xorriso : UPDATE : 72.20% done, estimate finish Sat Oct 07 14:52:31 2017 xorriso : UPDATE : 72.20% done, estimate finish Sat Oct 07 14:52:31 2017 xorriso : UPDATE : 72.20% done, estimate finish Sat Oct 07 14:52:35 2017 xorriso : UPDATE : 72.20% done, estimate finish Sat Oct 07 14:52:39 2017 xorriso : UPDATE : 72.20% done, estimate finish Sat Oct 07 14:52:42 2017 xorriso : UPDATE : 78.69% done, estimate finish Sat Oct 07 14:52:23 2017 xorriso : UPDATE : 80.34% done, estimate finish Sat Oct 07 14:52:21 2017 xorriso : UPDATE : 80.34% done, estimate finish Sat Oct 07 14:52:24 2017 xorriso : UPDATE : 80.34% done, estimate finish Sat Oct 07 14:52:26 2017 xorriso : UPDATE : 80.34% done, estimate finish Sat Oct 07 14:52:27 2017 xorriso : UPDATE : 80.34% done, estimate finish Sat Oct 07 14:52:29 2017 xorriso : UPDATE : 85.40% done, estimate finish Sat Oct 07 14:52:20 2017 xorriso : UPDATE : 86.35% done, estimate finish Sat Oct 07 14:52:20 2017 xorriso : UPDATE : 86.51% done, estimate finish Sat Oct 07 14:52:22 2017 xorriso : UPDATE : 88.04% done, estimate finish Sat Oct 07 14:52:20 2017 xorriso : UPDATE : 88.47% done, estimate finish Sat Oct 07 14:52:21 2017 xorriso : UPDATE : 88.47% done, estimate finish Sat Oct 07 14:52:23 2017 xorriso : UPDATE : 90.28% done, estimate finish Sat Oct 07 14:52:23 2017 xorriso : UPDATE : 91.71% done, estimate finish Sat Oct 07 14:52:22 2017 xorriso : UPDATE : 92.66% done, estimate finish Sat Oct 07 14:52:22 2017 xorriso : UPDATE : 92.66% done, estimate finish Sat Oct 07 14:52:23 2017 xorriso : UPDATE : 92.66% done, estimate finish Sat Oct 07 14:52:25 2017 xorriso : UPDATE : 92.66% done, estimate finish Sat Oct 07 14:52:30 2017 xorriso : UPDATE : 92.66% done, estimate finish Sat Oct 07 14:52:32 2017 xorriso : UPDATE : 92.66% done, estimate finish Sat Oct 07 14:52:34 2017 xorriso : UPDATE : 98.68% done xorriso : UPDATE : 99.25% done ISO image produced: 2224018 sectors Written to medium : 2224018 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/3i386 448e47cc5867e09ea81ab7059cf23bc0c248fcdb debian-9.2.0-i386-DVD-1.iso 3c389635fdd3316a5ee997ffa6972410 debian-9.2.0-i386-DVD-1.iso 2b8935936ee5a5e2dab8399bc8259fdeaf655b301e4ece26ff41b868aa63cd78c5f4ec9bb9994b109afa90655b6131c509bae37c60a28808ded885c06c6515a7 debian-9.2.0-i386-DVD-1.iso a98222c4160acedfac43d1db768f8a2c0829210806aca0da002a4c0204f5a237 debian-9.2.0-i386-DVD-1.iso 01103e3a1a1ad4dc767d70cd04fc6b8dc0e840e7 debian-9.2.0-i386-DVD-10.iso dd614367abc35cb92d0ee83b5a00e128 debian-9.2.0-i386-DVD-10.iso a65b35d6d3e0d777aaad9b329261d88e223fe222104d04ef09f42a7cb93645c86e6ccfa1d1971a136ad8348844bf845fb7373bac1a64ab82d303d477d935d25b debian-9.2.0-i386-DVD-10.iso 300efc2cdca613501ed15eaf759a878e4a4d44cfae12489d04364b17f1438dc2 debian-9.2.0-i386-DVD-10.iso 78139ca0399577960b472a38fb02e9dc7968b948 debian-9.2.0-i386-DVD-11.iso 3546adeaed8663da761fe27bf395de22 debian-9.2.0-i386-DVD-11.iso d411476c1b1376121578ee3fef5d492481e12e1b89a2465b0f937b8f42e949e7677113400702141858cf31f047bd36a67650acbfa221c33ad318e92fa72bf743 debian-9.2.0-i386-DVD-11.iso 7a144cc116f7311e35a153399d85d71def22abf42191ec37af8ddc67627c6f03 debian-9.2.0-i386-DVD-11.iso 3764ac5293d167589584460dd4b117dbb7b304dd debian-9.2.0-i386-DVD-12.iso 33faab96cc83acc8cafcda97b11d4429 debian-9.2.0-i386-DVD-12.iso 36623f8916b1899001da356978fae3729a5fb3cbb5394799200ec8ce3866f54630ac49f1b1b433cf972dab1ed1669f1bf79d8e745af423c288ca0f4bfcf76c5d debian-9.2.0-i386-DVD-12.iso 306b90c11c292515c9f82fe1ca10b7d42ae6ecd5e452609b7f0232148a33ffe2 debian-9.2.0-i386-DVD-12.iso 683aa12cd2a5b9dfc43261c0ffa9900e159bacff debian-9.2.0-i386-DVD-13.iso 00707340711bf970f60dc6a2a0d45511 debian-9.2.0-i386-DVD-13.iso 1abaa864e5f046715516f009a992e61f8d92c46ee84249240725880ec0feb36b3e07489332f0e21def7f152d995503f34393969af5408dac361f144b9792a692 debian-9.2.0-i386-DVD-13.iso 5ae05b64f1dafda12a3c90e83b08e4c1eb006599413ec9cde88293ee5f142896 debian-9.2.0-i386-DVD-13.iso c6f35e27d52175efd01337da28e8bac5154d2fbb debian-9.2.0-i386-DVD-14.iso 0c2d0d69a206e58d71427c3db3b93f6e debian-9.2.0-i386-DVD-14.iso b28eacc2dea834e0f17901fb1d3fa4ebd97b66608305c9c98edd0fc9f452374fb711455b3ab472f4a4092f139d17e5ef13aa8cad96edfd42795fc80a7a8163f8 debian-9.2.0-i386-DVD-14.iso f216f8260a1f47d92c8b93c5b4491f00b61bb12b90cf298efaad2d8487ee7d82 debian-9.2.0-i386-DVD-14.iso a8ba41728d2109abe5fcb14e92333348cb6d3e5d debian-9.2.0-i386-DVD-2.iso 5b15ea3dc1e4a5d0eff3269e35f8e13f debian-9.2.0-i386-DVD-2.iso ce3f607d176beecd4c8d869654d0c7c145bf87042f930b67ee489e7af9ace2b0f31de7dc86a4d4308b6edcedca1bcfc1879fc3f9ccc74b9d70ccc4a9a936e132 debian-9.2.0-i386-DVD-2.iso bba76c1b462dba7a573cef12de02774c2205cb82028ca958d313f0f8bd636aea debian-9.2.0-i386-DVD-2.iso b0f0d77a73283dccb0a3f230f059154a04b3145c debian-9.2.0-i386-DVD-3.iso cad45cc4f2aac09067e29c70823b9def debian-9.2.0-i386-DVD-3.iso bb459488d97d02f3b72b8ccae10497a4080636a2fc4ccee29a482ac5da4f14b9debc5bb9e0df1ec13fc9eb8007479b7fd54faaa294c6f43886882c4681e4b633 debian-9.2.0-i386-DVD-3.iso d66de4d18f634db55e719e645ac833285253df7ae2208c16a62aa84e5b5f8002 debian-9.2.0-i386-DVD-3.iso d063777ad06f49208bf9cedf281b09b7febd7386 debian-9.2.0-i386-DVD-4.iso b34b21f5773b6c6a37f94d0b2f2bc98c debian-9.2.0-i386-DVD-4.iso f68233bd429dd5273523c4954e0bc885e0949917acaba273b2016bac5704aa2265386ebf19d99a932b539c5147ecab63be26dffcb64a170c389f032826f24290 debian-9.2.0-i386-DVD-4.iso 3cb9756619aa538721f1a5a0a1cc0cf9fd080196281f7820140a7a2b930766ef debian-9.2.0-i386-DVD-4.iso ee63d2cfdcf13c089f24e5cf52f929ecb6c3a67c debian-9.2.0-i386-DVD-5.iso c1cea9d525a51378cd5b5cb0d98c9b3a debian-9.2.0-i386-DVD-5.iso 7cc9868da95ea6873da4c6c3a0ce9b511c8079eee2caf18baa03e16e470ab481a2a43d61892018ba10d4eab9c115491bc3ba3a9ea0ed792749d44c3c35014258 debian-9.2.0-i386-DVD-5.iso 34135322392f0c2a63419f0405f1cecc05e721b462fbdf80c31c5e62a4f945a1 debian-9.2.0-i386-DVD-5.iso b19de6c9b0048188dbe29fdd9b4dabfa09f7eede debian-9.2.0-i386-DVD-6.iso 4ecacc8e66ee738d8d75873bd71b32c6 debian-9.2.0-i386-DVD-6.iso 6602dfdff500e34613c47cbd82c1246b61da917daa85f3e0911adc45e75587a7a2e7917cd5ab44b04839e37df0ed7a62ce2fd6fe74aa88b3efa772caae76afec debian-9.2.0-i386-DVD-6.iso 836b3526e0836d128d02a2cad190dc4808e47e6a2bbb6bacc6377eb9c84ea0ae debian-9.2.0-i386-DVD-6.iso 1bf6341b5424b9c9438d07424049f8f09a604ab2 debian-9.2.0-i386-DVD-7.iso 9f80cc55a5a2e8ac646926312ef6d7e2 debian-9.2.0-i386-DVD-7.iso 4fedc5f5fd327f98b5bc34ae2c6d26ff06d8c1b835887694e9343aaac052e04e4ab28272ec9b6c6edd5c1897d18e272d4f6ca3ea86f754918816b54fab43a99c debian-9.2.0-i386-DVD-7.iso 009568ca86385210d95013bc1ca9eb5bd62dd34396ddfbf10938cf885ee5ab59 debian-9.2.0-i386-DVD-7.iso bc13326ef1d6cc3b7e956539ed2cacb91a20214f debian-9.2.0-i386-DVD-8.iso 3477050d3260ef1b67aab53bb8d2eee0 debian-9.2.0-i386-DVD-8.iso 8112edb97b47336b1adbea48006acd3f49464425d981884e07d814df88ae354ab2a89838d069b712886e1b358599a9b3ea254d5e9e0a6c267f6d2003bf4a667e debian-9.2.0-i386-DVD-8.iso 38047c3d7bb7c6b84e0cecad63d5b122357fafdedf122883c685ac45787b8b56 debian-9.2.0-i386-DVD-8.iso 8c27b7bada6b5e3e199a77c2cc16685418593e83 debian-9.2.0-i386-DVD-9.iso 10027112cb51d0b7fc4238ba2ca5262d debian-9.2.0-i386-DVD-9.iso 4a54859c4aa356f9e831e4e6b4bde4d91fae200ebf19fb06cabc6ae9592d9b181b0c003c5fc071fdf49e0579a58b00cb9feaf934782f71fe25c0de52f7cc7e88 debian-9.2.0-i386-DVD-9.iso a160e232159a66a804ddf1d2e514791f1a9363169a3036781082f0f432cc5031 debian-9.2.0-i386-DVD-9.iso Sat 7 Oct 14:52:25 UTC 2017: Finished.