Wed 1 Feb 10:33:47 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_di_rc2. rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/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 /org/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.87_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/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 /org/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.87_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/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 /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/catz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/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 /org/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2014.3_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/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 Get:1 file: stretch InRelease [184 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "stretch"x != ""x ] && \ [ "stretch"x != "stretch"x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/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-10.1) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.14-1) but it is not installed Depends: libexpat1 (>= 2.0.1) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.17-2) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-4) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-4) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-4) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-4) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-1) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-1) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed systemd : Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: liblz4-1 (>= 0.0~r127) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 232-14) but it is not installed tasksel : Depends: liblocale-gettext-perl but it is not installed util-linux : PreDepends: libsystemd0 but it is not installed vim-common : Depends: xxd but it is not installed wget : Depends: libnettle6 but it is not installed Depends: libpsl5 (>= 0.13.0) but it is not installed E: Unmet dependencies. Try using -f. make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /org/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.87_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/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 ... Get:1 file: stretch InRelease [184 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: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 /org/cdbuilder.debian.org/src/ftp/debian "i386" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/md5-check Looking in /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20150718/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20150813/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20150828/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20150911/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20151023/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20160106/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20160516/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20160516+b1/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20160630/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20161027/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20161031/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170112/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170127/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 /org/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 /org/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.87_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/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 ... Get:1 file: stretch InRelease [184 kB] Reading package lists... if [ ""x != "yes"x ] ; then \ if [ "3"x = "1"x ] ; then \ : ; \ elif [ "3"x = "2"x -o "3"x = "C"x ] ; then \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/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:/org/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 117297446 bytes Adding the rest of the requested packages Now up to 58251792118 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 51552 packages, total size 59824767404 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 /org/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 51552 packages for i386 Reading in translated package descriptions for main: Done: read 200369 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 320 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/i386_udeb_exclude Adding docs to CD1 Extracting FAQ on CD1 Adding installtools Adding common docs on CD1 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for 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 9 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for 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 4580 packages, 1855952 blocks, 3800989696 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 3273 packages, 2293185 blocks, 4696442880 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 2304 packages, 2293951 blocks, 4698011648 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 2340 packages, 2188619 blocks, 4482291712 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 2746 packages, 2276211 blocks, 4661680128 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 2389 packages, 2293783 blocks, 4697667584 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 3477 packages, 2293099 blocks, 4696266752 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 2892 packages, 2256185 blocks, 4620666880 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 4542 packages, 2289484 blocks, 4688863232 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 7317 packages, 2280856 blocks, 4671193088 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 6248 packages, 2292217 blocks, 4694460416 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 5502 packages, 2290150 blocks, 4690227200 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. Use of uninitialized value $p in concatenation (.) or string at /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl line 1348. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 13 filled with 3456 packages, 2280728 blocks, 4670930944 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 486 packages, 235515 blocks, 482334720 bytes Finished: 51552 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /org/cdbuilder.debian.org/src/ftp/debian "i386" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3i386/stretch/md5-check Looking in /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20150718/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20150813/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20150828/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20150911/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20151023/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20160106/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20160516/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20160516+b1/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20160630/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20161027/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20161031/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170112/images/MD5SUMS Using MD5 sums from d-i: /org/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170127/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 /org/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" "stretch-DI-rc2" "/org/cdbuilder.debian.org/src/ftp/debian" "/home/93sam/xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.stretch/debian-cd/tools/jigdo_cleanup" Generating the i386 iso/jigdo images ... Last-minute updates: README.html README.txt Wed 1 Feb 11:13:29 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 1' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-1.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-1.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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-stretch-DI-rc2-i386-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 445g 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 : 29 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD1' xorriso : UPDATE : 8760 files added in 1 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: NOTE : Automatically adjusted MBR geometry to 1022/227/32 libisofs: NOTE : Aligned image size to cylinder size by 490 blocks xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.49% done xorriso : UPDATE : 1.55% done, estimate finish Wed Feb 01 11:15:53 2017 xorriso : UPDATE : 2.81% done, estimate finish Wed Feb 01 11:15:24 2017 xorriso : UPDATE : 4.04% done, estimate finish Wed Feb 01 11:15:14 2017 xorriso : UPDATE : 4.77% done, estimate finish Wed Feb 01 11:15:19 2017 xorriso : UPDATE : 5.74% done, estimate finish Wed Feb 01 11:15:18 2017 xorriso : UPDATE : 7.20% done, estimate finish Wed Feb 01 11:15:10 2017 xorriso : UPDATE : 8.37% done, estimate finish Wed Feb 01 11:15:08 2017 xorriso : UPDATE : 9.46% done, estimate finish Wed Feb 01 11:15:08 2017 xorriso : UPDATE : 10.66% done, estimate finish Wed Feb 01 11:15:06 2017 xorriso : UPDATE : 11.89% done, estimate finish Wed Feb 01 11:15:05 2017 xorriso : UPDATE : 12.20% done, estimate finish Wed Feb 01 11:15:05 2017 xorriso : UPDATE : 13.68% done, estimate finish Wed Feb 01 11:15:01 2017 xorriso : UPDATE : 15.45% done, estimate finish Wed Feb 01 11:14:57 2017 xorriso : UPDATE : 15.89% done, estimate finish Wed Feb 01 11:15:02 2017 xorriso : UPDATE : 17.04% done, estimate finish Wed Feb 01 11:15:01 2017 xorriso : UPDATE : 17.84% done, estimate finish Wed Feb 01 11:15:03 2017 xorriso : UPDATE : 19.38% done, estimate finish Wed Feb 01 11:15:00 2017 xorriso : UPDATE : 20.73% done, estimate finish Wed Feb 01 11:14:59 2017 xorriso : UPDATE : 21.91% done, estimate finish Wed Feb 01 11:14:59 2017 xorriso : UPDATE : 23.21% done, estimate finish Wed Feb 01 11:14:58 2017 xorriso : UPDATE : 24.72% done, estimate finish Wed Feb 01 11:14:54 2017 xorriso : UPDATE : 26.43% done, estimate finish Wed Feb 01 11:14:52 2017 xorriso : UPDATE : 27.63% done, estimate finish Wed Feb 01 11:14:53 2017 xorriso : UPDATE : 29.28% done, estimate finish Wed Feb 01 11:14:51 2017 xorriso : UPDATE : 30.46% done, estimate finish Wed Feb 01 11:14:51 2017 xorriso : UPDATE : 31.88% done, estimate finish Wed Feb 01 11:14:50 2017 xorriso : UPDATE : 33.15% done, estimate finish Wed Feb 01 11:14:51 2017 xorriso : UPDATE : 34.20% done, estimate finish Wed Feb 01 11:14:51 2017 xorriso : UPDATE : 34.48% done, estimate finish Wed Feb 01 11:14:54 2017 xorriso : UPDATE : 34.48% done, estimate finish Wed Feb 01 11:14:57 2017 xorriso : UPDATE : 37.29% done, estimate finish Wed Feb 01 11:14:53 2017 xorriso : UPDATE : 38.72% done, estimate finish Wed Feb 01 11:14:52 2017 xorriso : UPDATE : 40.15% done, estimate finish Wed Feb 01 11:14:51 2017 xorriso : UPDATE : 41.37% done, estimate finish Wed Feb 01 11:14:52 2017 xorriso : UPDATE : 42.81% done, estimate finish Wed Feb 01 11:14:51 2017 xorriso : UPDATE : 44.14% done, estimate finish Wed Feb 01 11:14:51 2017 xorriso : UPDATE : 44.93% done, estimate finish Wed Feb 01 11:14:52 2017 xorriso : UPDATE : 44.93% done, estimate finish Wed Feb 01 11:14:55 2017 xorriso : UPDATE : 44.93% done, estimate finish Wed Feb 01 11:14:59 2017 xorriso : UPDATE : 48.33% done, estimate finish Wed Feb 01 11:14:53 2017 xorriso : UPDATE : 49.17% done, estimate finish Wed Feb 01 11:14:54 2017 xorriso : UPDATE : 49.85% done, estimate finish Wed Feb 01 11:14:56 2017 xorriso : UPDATE : 50.33% done, estimate finish Wed Feb 01 11:14:59 2017 xorriso : UPDATE : 50.49% done, estimate finish Wed Feb 01 11:15:02 2017 xorriso : UPDATE : 50.83% done, estimate finish Wed Feb 01 11:15:04 2017 xorriso : UPDATE : 51.05% done, estimate finish Wed Feb 01 11:15:07 2017 xorriso : UPDATE : 51.66% done, estimate finish Wed Feb 01 11:15:08 2017 xorriso : UPDATE : 52.10% done, estimate finish Wed Feb 01 11:15:11 2017 xorriso : UPDATE : 52.10% done, estimate finish Wed Feb 01 11:15:14 2017 xorriso : UPDATE : 53.66% done, estimate finish Wed Feb 01 11:15:11 2017 xorriso : UPDATE : 54.01% done, estimate finish Wed Feb 01 11:15:41 2017 xorriso : UPDATE : 54.95% done, estimate finish Wed Feb 01 11:15:35 2017 xorriso : UPDATE : 55.71% done, estimate finish Wed Feb 01 11:15:33 2017 xorriso : UPDATE : 56.49% done, estimate finish Wed Feb 01 11:15:32 2017 xorriso : UPDATE : 56.91% done, estimate finish Wed Feb 01 11:15:34 2017 xorriso : UPDATE : 57.93% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 58.52% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 58.60% done, estimate finish Wed Feb 01 11:15:34 2017 xorriso : UPDATE : 59.67% done, estimate finish Wed Feb 01 11:15:30 2017 xorriso : UPDATE : 60.15% done, estimate finish Wed Feb 01 11:15:31 2017 xorriso : UPDATE : 60.68% done, estimate finish Wed Feb 01 11:15:32 2017 xorriso : UPDATE : 61.45% done, estimate finish Wed Feb 01 11:15:25 2017 xorriso : UPDATE : 61.94% done, estimate finish Wed Feb 01 11:15:26 2017 xorriso : UPDATE : 62.45% done, estimate finish Wed Feb 01 11:15:27 2017 xorriso : UPDATE : 62.98% done, estimate finish Wed Feb 01 11:15:28 2017 xorriso : UPDATE : 63.51% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 64.20% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 64.96% done, estimate finish Wed Feb 01 11:15:28 2017 xorriso : UPDATE : 65.62% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 66.21% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 66.91% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 67.86% done, estimate finish Wed Feb 01 11:15:30 2017 xorriso : UPDATE : 68.50% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 69.30% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 69.87% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 70.91% done, estimate finish Wed Feb 01 11:15:28 2017 xorriso : UPDATE : 71.28% done, estimate finish Wed Feb 01 11:15:28 2017 xorriso : UPDATE : 72.49% done, estimate finish Wed Feb 01 11:15:26 2017 xorriso : UPDATE : 73.18% done, estimate finish Wed Feb 01 11:15:26 2017 xorriso : UPDATE : 73.50% done, estimate finish Wed Feb 01 11:15:28 2017 xorriso : UPDATE : 73.54% done, estimate finish Wed Feb 01 11:15:30 2017 xorriso : UPDATE : 73.54% done, estimate finish Wed Feb 01 11:15:35 2017 xorriso : UPDATE : 73.54% done, estimate finish Wed Feb 01 11:15:40 2017 xorriso : UPDATE : 76.54% done, estimate finish Wed Feb 01 11:15:26 2017 xorriso : UPDATE : 77.28% done, estimate finish Wed Feb 01 11:15:26 2017 xorriso : UPDATE : 78.01% done, estimate finish Wed Feb 01 11:15:26 2017 xorriso : UPDATE : 78.43% done, estimate finish Wed Feb 01 11:15:27 2017 xorriso : UPDATE : 78.96% done, estimate finish Wed Feb 01 11:15:28 2017 xorriso : UPDATE : 79.48% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 80.33% done, estimate finish Wed Feb 01 11:15:28 2017 xorriso : UPDATE : 80.70% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 81.78% done, estimate finish Wed Feb 01 11:15:25 2017 xorriso : UPDATE : 82.33% done, estimate finish Wed Feb 01 11:15:26 2017 xorriso : UPDATE : 82.98% done, estimate finish Wed Feb 01 11:15:26 2017 xorriso : UPDATE : 83.28% done, estimate finish Wed Feb 01 11:15:28 2017 xorriso : UPDATE : 83.86% done, estimate finish Wed Feb 01 11:15:28 2017 xorriso : UPDATE : 84.75% done, estimate finish Wed Feb 01 11:15:28 2017 xorriso : UPDATE : 85.25% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 86.04% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 86.65% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 87.01% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 87.44% done, estimate finish Wed Feb 01 11:15:34 2017 xorriso : UPDATE : 87.50% done, estimate finish Wed Feb 01 11:15:37 2017 xorriso : UPDATE : 87.50% done, estimate finish Wed Feb 01 11:15:39 2017 xorriso : UPDATE : 89.76% done, estimate finish Wed Feb 01 11:15:32 2017 xorriso : UPDATE : 89.84% done, estimate finish Wed Feb 01 11:15:34 2017 xorriso : UPDATE : 91.84% done, estimate finish Wed Feb 01 11:15:30 2017 xorriso : UPDATE : 92.46% done, estimate finish Wed Feb 01 11:15:30 2017 xorriso : UPDATE : 92.69% done, estimate finish Wed Feb 01 11:15:31 2017 xorriso : UPDATE : 93.40% done, estimate finish Wed Feb 01 11:15:31 2017 xorriso : UPDATE : 94.33% done, estimate finish Wed Feb 01 11:15:30 2017 xorriso : UPDATE : 94.96% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 95.53% done, estimate finish Wed Feb 01 11:15:30 2017 xorriso : UPDATE : 95.56% done, estimate finish Wed Feb 01 11:15:31 2017 xorriso : UPDATE : 96.91% done, estimate finish Wed Feb 01 11:15:30 2017 xorriso : UPDATE : 97.98% done, estimate finish Wed Feb 01 11:15:29 2017 xorriso : UPDATE : 98.45% done, estimate finish Wed Feb 01 11:15:30 2017 xorriso : UPDATE : 98.92% done xorriso : UPDATE : 100.00% done ISO image produced: 1855952 sectors Written to medium : 1855952 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:15:31 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 10' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-10.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-10.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot10 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD10' xorriso : UPDATE : 12901 files added in 1 seconds xorriso : UPDATE : 12901 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/bladerf-firmware-fx3_0.2016.06-1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. 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. 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 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/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.04% done xorriso : UPDATE : 0.26% done xorriso : UPDATE : 0.51% done xorriso : UPDATE : 0.68% done, estimate finish Wed Feb 01 11:22:40 2017 xorriso : UPDATE : 0.77% done, estimate finish Wed Feb 01 11:24:00 2017 xorriso : UPDATE : 2.25% done, estimate finish Wed Feb 01 11:19:10 2017 xorriso : UPDATE : 2.76% done, estimate finish Wed Feb 01 11:19:07 2017 xorriso : UPDATE : 3.29% done, estimate finish Wed Feb 01 11:19:03 2017 xorriso : UPDATE : 3.85% done, estimate finish Wed Feb 01 11:18:58 2017 xorriso : UPDATE : 4.91% done, estimate finish Wed Feb 01 11:18:34 2017 xorriso : UPDATE : 5.39% done, estimate finish Wed Feb 01 11:18:36 2017 xorriso : UPDATE : 5.39% done, estimate finish Wed Feb 01 11:18:55 2017 xorriso : UPDATE : 7.45% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 7.80% done, estimate finish Wed Feb 01 11:18:18 2017 xorriso : UPDATE : 8.65% done, estimate finish Wed Feb 01 11:17:43 2017 xorriso : UPDATE : 9.34% done, estimate finish Wed Feb 01 11:17:43 2017 xorriso : UPDATE : 9.81% done, estimate finish Wed Feb 01 11:17:48 2017 xorriso : UPDATE : 10.15% done, estimate finish Wed Feb 01 11:17:53 2017 xorriso : UPDATE : 11.20% done, estimate finish Wed Feb 01 11:17:49 2017 xorriso : UPDATE : 11.86% done, estimate finish Wed Feb 01 11:17:51 2017 xorriso : UPDATE : 12.30% done, estimate finish Wed Feb 01 11:17:53 2017 xorriso : UPDATE : 12.70% done, estimate finish Wed Feb 01 11:17:57 2017 xorriso : UPDATE : 13.17% done, estimate finish Wed Feb 01 11:18:00 2017 xorriso : UPDATE : 13.29% done, estimate finish Wed Feb 01 11:18:07 2017 xorriso : UPDATE : 14.36% done, estimate finish Wed Feb 01 11:18:15 2017 xorriso : UPDATE : 14.91% done, estimate finish Wed Feb 01 11:18:16 2017 xorriso : UPDATE : 15.69% done, estimate finish Wed Feb 01 11:18:13 2017 xorriso : UPDATE : 16.36% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 16.85% done, estimate finish Wed Feb 01 11:18:14 2017 xorriso : UPDATE : 16.98% done, estimate finish Wed Feb 01 11:18:21 2017 xorriso : UPDATE : 18.35% done, estimate finish Wed Feb 01 11:18:10 2017 xorriso : UPDATE : 18.76% done, estimate finish Wed Feb 01 11:18:13 2017 xorriso : UPDATE : 18.76% done, estimate finish Wed Feb 01 11:18:20 2017 xorriso : UPDATE : 20.32% done, estimate finish Wed Feb 01 11:18:10 2017 xorriso : UPDATE : 21.40% done, estimate finish Wed Feb 01 11:17:58 2017 xorriso : UPDATE : 22.28% done, estimate finish Wed Feb 01 11:17:57 2017 xorriso : UPDATE : 22.99% done, estimate finish Wed Feb 01 11:17:57 2017 xorriso : UPDATE : 23.87% done, estimate finish Wed Feb 01 11:17:55 2017 xorriso : UPDATE : 24.73% done, estimate finish Wed Feb 01 11:17:54 2017 xorriso : UPDATE : 25.51% done, estimate finish Wed Feb 01 11:17:54 2017 xorriso : UPDATE : 26.44% done, estimate finish Wed Feb 01 11:17:52 2017 xorriso : UPDATE : 27.13% done, estimate finish Wed Feb 01 11:17:52 2017 xorriso : UPDATE : 27.74% done, estimate finish Wed Feb 01 11:17:53 2017 xorriso : UPDATE : 28.51% done, estimate finish Wed Feb 01 11:17:53 2017 xorriso : UPDATE : 29.23% done, estimate finish Wed Feb 01 11:17:50 2017 xorriso : UPDATE : 29.94% done, estimate finish Wed Feb 01 11:17:51 2017 xorriso : UPDATE : 31.16% done, estimate finish Wed Feb 01 11:17:47 2017 xorriso : UPDATE : 32.17% done, estimate finish Wed Feb 01 11:17:46 2017 xorriso : UPDATE : 33.21% done, estimate finish Wed Feb 01 11:17:44 2017 xorriso : UPDATE : 34.13% done, estimate finish Wed Feb 01 11:17:43 2017 xorriso : UPDATE : 35.22% done, estimate finish Wed Feb 01 11:17:42 2017 xorriso : UPDATE : 35.87% done, estimate finish Wed Feb 01 11:17:43 2017 xorriso : UPDATE : 36.95% done, estimate finish Wed Feb 01 11:17:41 2017 xorriso : UPDATE : 37.12% done, estimate finish Wed Feb 01 11:17:45 2017 xorriso : UPDATE : 39.03% done, estimate finish Wed Feb 01 11:17:35 2017 xorriso : UPDATE : 39.72% done, estimate finish Wed Feb 01 11:17:36 2017 xorriso : UPDATE : 40.62% done, estimate finish Wed Feb 01 11:17:36 2017 xorriso : UPDATE : 41.67% done, estimate finish Wed Feb 01 11:17:35 2017 xorriso : UPDATE : 42.62% done, estimate finish Wed Feb 01 11:17:35 2017 xorriso : UPDATE : 43.36% done, estimate finish Wed Feb 01 11:17:36 2017 xorriso : UPDATE : 44.44% done, estimate finish Wed Feb 01 11:17:35 2017 xorriso : UPDATE : 45.78% done, estimate finish Wed Feb 01 11:17:33 2017 xorriso : UPDATE : 47.15% done, estimate finish Wed Feb 01 11:17:31 2017 xorriso : UPDATE : 48.15% done, estimate finish Wed Feb 01 11:17:31 2017 xorriso : UPDATE : 49.00% done, estimate finish Wed Feb 01 11:17:31 2017 xorriso : UPDATE : 49.40% done, estimate finish Wed Feb 01 11:17:34 2017 xorriso : UPDATE : 49.67% done, estimate finish Wed Feb 01 11:17:37 2017 xorriso : UPDATE : 49.95% done, estimate finish Wed Feb 01 11:17:40 2017 xorriso : UPDATE : 50.67% done, estimate finish Wed Feb 01 11:17:41 2017 xorriso : UPDATE : 50.89% done, estimate finish Wed Feb 01 11:17:44 2017 xorriso : UPDATE : 50.96% done, estimate finish Wed Feb 01 11:17:47 2017 xorriso : UPDATE : 50.96% done, estimate finish Wed Feb 01 11:17:51 2017 xorriso : UPDATE : 53.26% done, estimate finish Wed Feb 01 11:17:44 2017 xorriso : UPDATE : 53.69% done, estimate finish Wed Feb 01 11:17:45 2017 xorriso : UPDATE : 54.01% done, estimate finish Wed Feb 01 11:18:07 2017 xorriso : UPDATE : 55.32% done, estimate finish Wed Feb 01 11:17:59 2017 xorriso : UPDATE : 55.63% done, estimate finish Wed Feb 01 11:18:01 2017 xorriso : UPDATE : 55.98% done, estimate finish Wed Feb 01 11:18:04 2017 xorriso : UPDATE : 56.50% done, estimate finish Wed Feb 01 11:18:04 2017 xorriso : UPDATE : 56.76% done, estimate finish Wed Feb 01 11:18:07 2017 xorriso : UPDATE : 56.87% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 57.88% done, estimate finish Wed Feb 01 11:18:06 2017 xorriso : UPDATE : 58.99% done, estimate finish Wed Feb 01 11:18:02 2017 xorriso : UPDATE : 59.29% done, estimate finish Wed Feb 01 11:18:04 2017 xorriso : UPDATE : 59.42% done, estimate finish Wed Feb 01 11:18:07 2017 xorriso : UPDATE : 59.73% done, estimate finish Wed Feb 01 11:18:07 2017 xorriso : UPDATE : 60.39% done, estimate finish Wed Feb 01 11:18:06 2017 xorriso : UPDATE : 60.81% done, estimate finish Wed Feb 01 11:18:08 2017 xorriso : UPDATE : 61.19% done, estimate finish Wed Feb 01 11:18:09 2017 xorriso : UPDATE : 61.78% done, estimate finish Wed Feb 01 11:18:09 2017 xorriso : UPDATE : 62.27% done, estimate finish Wed Feb 01 11:18:09 2017 xorriso : UPDATE : 62.30% done, estimate finish Wed Feb 01 11:18:13 2017 xorriso : UPDATE : 63.50% done, estimate finish Wed Feb 01 11:18:08 2017 xorriso : UPDATE : 63.74% done, estimate finish Wed Feb 01 11:18:10 2017 xorriso : UPDATE : 64.11% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 64.68% done, estimate finish Wed Feb 01 11:18:13 2017 xorriso : UPDATE : 65.23% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 65.49% done, estimate finish Wed Feb 01 11:18:16 2017 xorriso : UPDATE : 65.84% done, estimate finish Wed Feb 01 11:18:16 2017 xorriso : UPDATE : 66.25% done, estimate finish Wed Feb 01 11:18:17 2017 xorriso : UPDATE : 66.99% done, estimate finish Wed Feb 01 11:18:15 2017 xorriso : UPDATE : 67.40% done, estimate finish Wed Feb 01 11:18:16 2017 xorriso : UPDATE : 67.40% done, estimate finish Wed Feb 01 11:18:20 2017 xorriso : UPDATE : 67.40% done, estimate finish Wed Feb 01 11:18:24 2017 xorriso : UPDATE : 69.82% done, estimate finish Wed Feb 01 11:18:10 2017 xorriso : UPDATE : 70.04% done, estimate finish Wed Feb 01 11:18:10 2017 xorriso : UPDATE : 70.40% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 71.00% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 71.79% done, estimate finish Wed Feb 01 11:18:09 2017 xorriso : UPDATE : 72.18% done, estimate finish Wed Feb 01 11:18:10 2017 xorriso : UPDATE : 72.70% done, estimate finish Wed Feb 01 11:18:10 2017 xorriso : UPDATE : 73.30% done, estimate finish Wed Feb 01 11:18:10 2017 xorriso : UPDATE : 73.71% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 74.20% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 74.51% done, estimate finish Wed Feb 01 11:18:13 2017 xorriso : UPDATE : 74.92% done, estimate finish Wed Feb 01 11:18:15 2017 xorriso : UPDATE : 75.49% done, estimate finish Wed Feb 01 11:18:15 2017 xorriso : UPDATE : 76.14% done, estimate finish Wed Feb 01 11:18:13 2017 xorriso : UPDATE : 76.78% done, estimate finish Wed Feb 01 11:18:13 2017 xorriso : UPDATE : 77.12% done, estimate finish Wed Feb 01 11:18:14 2017 xorriso : UPDATE : 77.63% done, estimate finish Wed Feb 01 11:18:14 2017 xorriso : UPDATE : 78.76% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 79.60% done, estimate finish Wed Feb 01 11:18:09 2017 xorriso : UPDATE : 80.35% done, estimate finish Wed Feb 01 11:18:08 2017 xorriso : UPDATE : 80.77% done, estimate finish Wed Feb 01 11:18:09 2017 xorriso : UPDATE : 81.06% done, estimate finish Wed Feb 01 11:18:07 2017 xorriso : UPDATE : 81.93% done, estimate finish Wed Feb 01 11:18:06 2017 xorriso : UPDATE : 82.45% done, estimate finish Wed Feb 01 11:18:06 2017 xorriso : UPDATE : 82.76% done, estimate finish Wed Feb 01 11:18:08 2017 xorriso : UPDATE : 83.26% done, estimate finish Wed Feb 01 11:18:09 2017 xorriso : UPDATE : 83.65% done, estimate finish Wed Feb 01 11:18:10 2017 xorriso : UPDATE : 84.09% done, estimate finish Wed Feb 01 11:18:09 2017 xorriso : UPDATE : 85.01% done, estimate finish Wed Feb 01 11:18:09 2017 xorriso : UPDATE : 85.74% done, estimate finish Wed Feb 01 11:18:08 2017 xorriso : UPDATE : 86.13% done, estimate finish Wed Feb 01 11:18:08 2017 xorriso : UPDATE : 86.46% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 86.97% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 87.65% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 87.74% done, estimate finish Wed Feb 01 11:18:13 2017 xorriso : UPDATE : 88.87% done, estimate finish Wed Feb 01 11:18:09 2017 xorriso : UPDATE : 89.38% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 89.61% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 90.54% done, estimate finish Wed Feb 01 11:18:10 2017 xorriso : UPDATE : 90.91% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 91.23% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 91.79% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 92.41% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 92.74% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 93.53% done, estimate finish Wed Feb 01 11:18:11 2017 xorriso : UPDATE : 93.88% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 94.51% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 95.02% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 95.42% done, estimate finish Wed Feb 01 11:18:12 2017 xorriso : UPDATE : 95.71% done, estimate finish Wed Feb 01 11:18:13 2017 xorriso : UPDATE : 96.26% done, estimate finish Wed Feb 01 11:18:13 2017 xorriso : UPDATE : 96.57% done, estimate finish Wed Feb 01 11:18:14 2017 xorriso : UPDATE : 96.74% done, estimate finish Wed Feb 01 11:18:15 2017 xorriso : UPDATE : 97.20% done, estimate finish Wed Feb 01 11:18:15 2017 xorriso : UPDATE : 97.70% done, estimate finish Wed Feb 01 11:18:15 2017 xorriso : UPDATE : 98.21% done, estimate finish Wed Feb 01 11:18:14 2017 xorriso : UPDATE : 98.84% done, estimate finish Wed Feb 01 11:18:14 2017 xorriso : UPDATE : 99.25% done xorriso : UPDATE : 99.89% done ISO image produced: 2280857 sectors Written to medium : 2280857 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:18:15 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 11' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-11.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-11.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot11 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD11' xorriso : UPDATE : 11094 files added in 1 seconds xorriso : UPDATE : 11094 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/hdmi2usb-fx2-firmware_0.0.0~git20151018-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : 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-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/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/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 xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.25% done xorriso : UPDATE : 0.51% done xorriso : UPDATE : 0.77% done, estimate finish Wed Feb 01 11:24:32 2017 xorriso : UPDATE : 0.77% done, estimate finish Wed Feb 01 11:26:41 2017 xorriso : UPDATE : 0.77% done, estimate finish Wed Feb 01 11:28:50 2017 xorriso : UPDATE : 0.77% done, estimate finish Wed Feb 01 11:31:00 2017 xorriso : UPDATE : 0.77% done, estimate finish Wed Feb 01 11:33:09 2017 xorriso : UPDATE : 5.14% done, estimate finish Wed Feb 01 11:20:50 2017 xorriso : UPDATE : 5.92% done, estimate finish Wed Feb 01 11:20:47 2017 xorriso : UPDATE : 6.66% done, estimate finish Wed Feb 01 11:20:45 2017 xorriso : UPDATE : 7.06% done, estimate finish Wed Feb 01 11:20:51 2017 xorriso : UPDATE : 7.48% done, estimate finish Wed Feb 01 11:20:56 2017 xorriso : UPDATE : 8.04% done, estimate finish Wed Feb 01 11:20:36 2017 xorriso : UPDATE : 8.48% done, estimate finish Wed Feb 01 11:20:41 2017 xorriso : UPDATE : 9.21% done, estimate finish Wed Feb 01 11:20:40 2017 xorriso : UPDATE : 9.42% done, estimate finish Wed Feb 01 11:20:48 2017 xorriso : UPDATE : 10.40% done, estimate finish Wed Feb 01 11:20:43 2017 xorriso : UPDATE : 10.95% done, estimate finish Wed Feb 01 11:20:45 2017 xorriso : UPDATE : 11.53% done, estimate finish Wed Feb 01 11:20:47 2017 xorriso : UPDATE : 12.15% done, estimate finish Wed Feb 01 11:20:47 2017 xorriso : UPDATE : 12.51% done, estimate finish Wed Feb 01 11:20:51 2017 xorriso : UPDATE : 12.92% done, estimate finish Wed Feb 01 11:20:54 2017 xorriso : UPDATE : 13.25% done, estimate finish Wed Feb 01 11:21:13 2017 xorriso : UPDATE : 13.98% done, estimate finish Wed Feb 01 11:21:09 2017 xorriso : UPDATE : 14.78% done, estimate finish Wed Feb 01 11:21:05 2017 xorriso : UPDATE : 15.32% done, estimate finish Wed Feb 01 11:21:05 2017 xorriso : UPDATE : 15.57% done, estimate finish Wed Feb 01 11:21:11 2017 xorriso : UPDATE : 15.92% done, estimate finish Wed Feb 01 11:21:14 2017 xorriso : UPDATE : 16.12% done, estimate finish Wed Feb 01 11:21:20 2017 xorriso : UPDATE : 17.11% done, estimate finish Wed Feb 01 11:21:13 2017 xorriso : UPDATE : 17.36% done, estimate finish Wed Feb 01 11:21:18 2017 xorriso : UPDATE : 18.40% done, estimate finish Wed Feb 01 11:21:11 2017 xorriso : UPDATE : 19.13% done, estimate finish Wed Feb 01 11:21:04 2017 xorriso : UPDATE : 19.85% done, estimate finish Wed Feb 01 11:21:02 2017 xorriso : UPDATE : 20.12% done, estimate finish Wed Feb 01 11:21:07 2017 xorriso : UPDATE : 20.35% done, estimate finish Wed Feb 01 11:21:13 2017 xorriso : UPDATE : 20.81% done, estimate finish Wed Feb 01 11:21:14 2017 xorriso : UPDATE : 21.29% done, estimate finish Wed Feb 01 11:21:15 2017 xorriso : UPDATE : 21.95% done, estimate finish Wed Feb 01 11:21:14 2017 xorriso : UPDATE : 21.95% done, estimate finish Wed Feb 01 11:21:21 2017 xorriso : UPDATE : 21.95% done, estimate finish Wed Feb 01 11:21:29 2017 xorriso : UPDATE : 24.32% done, estimate finish Wed Feb 01 11:21:05 2017 xorriso : UPDATE : 24.66% done, estimate finish Wed Feb 01 11:21:11 2017 xorriso : UPDATE : 24.95% done, estimate finish Wed Feb 01 11:21:16 2017 xorriso : UPDATE : 25.45% done, estimate finish Wed Feb 01 11:21:16 2017 xorriso : UPDATE : 26.00% done, estimate finish Wed Feb 01 11:21:16 2017 xorriso : UPDATE : 26.77% done, estimate finish Wed Feb 01 11:21:13 2017 xorriso : UPDATE : 26.92% done, estimate finish Wed Feb 01 11:21:18 2017 xorriso : UPDATE : 27.35% done, estimate finish Wed Feb 01 11:21:20 2017 xorriso : UPDATE : 27.58% done, estimate finish Wed Feb 01 11:21:23 2017 xorriso : UPDATE : 29.01% done, estimate finish Wed Feb 01 11:21:12 2017 xorriso : UPDATE : 29.68% done, estimate finish Wed Feb 01 11:21:11 2017 xorriso : UPDATE : 30.31% done, estimate finish Wed Feb 01 11:21:11 2017 xorriso : UPDATE : 30.96% done, estimate finish Wed Feb 01 11:21:08 2017 xorriso : UPDATE : 31.51% done, estimate finish Wed Feb 01 11:21:09 2017 xorriso : UPDATE : 32.10% done, estimate finish Wed Feb 01 11:21:08 2017 xorriso : UPDATE : 32.69% done, estimate finish Wed Feb 01 11:21:08 2017 xorriso : UPDATE : 32.96% done, estimate finish Wed Feb 01 11:21:12 2017 xorriso : UPDATE : 33.99% done, estimate finish Wed Feb 01 11:21:07 2017 xorriso : UPDATE : 34.65% done, estimate finish Wed Feb 01 11:21:06 2017 xorriso : UPDATE : 35.19% done, estimate finish Wed Feb 01 11:21:07 2017 xorriso : UPDATE : 35.80% done, estimate finish Wed Feb 01 11:21:07 2017 xorriso : UPDATE : 36.44% done, estimate finish Wed Feb 01 11:21:06 2017 xorriso : UPDATE : 37.12% done, estimate finish Wed Feb 01 11:21:04 2017 xorriso : UPDATE : 37.72% done, estimate finish Wed Feb 01 11:21:04 2017 xorriso : UPDATE : 38.05% done, estimate finish Wed Feb 01 11:21:07 2017 xorriso : UPDATE : 39.36% done, estimate finish Wed Feb 01 11:20:59 2017 xorriso : UPDATE : 39.64% done, estimate finish Wed Feb 01 11:21:02 2017 xorriso : UPDATE : 40.48% done, estimate finish Wed Feb 01 11:21:00 2017 xorriso : UPDATE : 41.97% done, estimate finish Wed Feb 01 11:20:54 2017 xorriso : UPDATE : 42.97% done, estimate finish Wed Feb 01 11:20:52 2017 xorriso : UPDATE : 43.61% done, estimate finish Wed Feb 01 11:20:52 2017 xorriso : UPDATE : 44.12% done, estimate finish Wed Feb 01 11:20:53 2017 xorriso : UPDATE : 44.85% done, estimate finish Wed Feb 01 11:20:47 2017 xorriso : UPDATE : 45.49% done, estimate finish Wed Feb 01 11:20:48 2017 xorriso : UPDATE : 46.17% done, estimate finish Wed Feb 01 11:20:49 2017 xorriso : UPDATE : 46.40% done, estimate finish Wed Feb 01 11:20:52 2017 xorriso : UPDATE : 47.08% done, estimate finish Wed Feb 01 11:20:52 2017 xorriso : UPDATE : 47.64% done, estimate finish Wed Feb 01 11:20:53 2017 xorriso : UPDATE : 47.96% done, estimate finish Wed Feb 01 11:20:55 2017 xorriso : UPDATE : 48.48% done, estimate finish Wed Feb 01 11:20:57 2017 xorriso : UPDATE : 48.84% done, estimate finish Wed Feb 01 11:20:59 2017 xorriso : UPDATE : 49.02% done, estimate finish Wed Feb 01 11:21:02 2017 xorriso : UPDATE : 49.40% done, estimate finish Wed Feb 01 11:21:22 2017 xorriso : UPDATE : 49.69% done, estimate finish Wed Feb 01 11:21:25 2017 xorriso : UPDATE : 50.77% done, estimate finish Wed Feb 01 11:21:16 2017 xorriso : UPDATE : 51.15% done, estimate finish Wed Feb 01 11:21:17 2017 xorriso : UPDATE : 51.59% done, estimate finish Wed Feb 01 11:21:18 2017 xorriso : UPDATE : 51.84% done, estimate finish Wed Feb 01 11:21:21 2017 xorriso : UPDATE : 52.29% done, estimate finish Wed Feb 01 11:21:21 2017 xorriso : UPDATE : 52.95% done, estimate finish Wed Feb 01 11:21:19 2017 xorriso : UPDATE : 53.38% done, estimate finish Wed Feb 01 11:21:20 2017 xorriso : UPDATE : 53.98% done, estimate finish Wed Feb 01 11:21:19 2017 xorriso : UPDATE : 54.36% done, estimate finish Wed Feb 01 11:21:17 2017 xorriso : UPDATE : 54.96% done, estimate finish Wed Feb 01 11:21:16 2017 xorriso : UPDATE : 55.28% done, estimate finish Wed Feb 01 11:21:19 2017 xorriso : UPDATE : 56.04% done, estimate finish Wed Feb 01 11:21:15 2017 xorriso : UPDATE : 56.56% done, estimate finish Wed Feb 01 11:21:15 2017 xorriso : UPDATE : 57.19% done, estimate finish Wed Feb 01 11:21:15 2017 xorriso : UPDATE : 57.36% done, estimate finish Wed Feb 01 11:21:18 2017 xorriso : UPDATE : 57.36% done, estimate finish Wed Feb 01 11:21:23 2017 xorriso : UPDATE : 59.14% done, estimate finish Wed Feb 01 11:21:12 2017 xorriso : UPDATE : 60.39% done, estimate finish Wed Feb 01 11:21:07 2017 xorriso : UPDATE : 61.35% done, estimate finish Wed Feb 01 11:20:57 2017 xorriso : UPDATE : 62.01% done, estimate finish Wed Feb 01 11:20:58 2017 xorriso : UPDATE : 62.53% done, estimate finish Wed Feb 01 11:20:59 2017 xorriso : UPDATE : 63.56% done, estimate finish Wed Feb 01 11:20:56 2017 xorriso : UPDATE : 64.07% done, estimate finish Wed Feb 01 11:20:57 2017 xorriso : UPDATE : 64.74% done, estimate finish Wed Feb 01 11:20:58 2017 xorriso : UPDATE : 64.78% done, estimate finish Wed Feb 01 11:21:01 2017 xorriso : UPDATE : 64.78% done, estimate finish Wed Feb 01 11:21:04 2017 xorriso : UPDATE : 64.78% done, estimate finish Wed Feb 01 11:21:08 2017 xorriso : UPDATE : 67.64% done, estimate finish Wed Feb 01 11:20:57 2017 xorriso : UPDATE : 67.64% done, estimate finish Wed Feb 01 11:21:02 2017 xorriso : UPDATE : 67.64% done, estimate finish Wed Feb 01 11:21:07 2017 xorriso : UPDATE : 69.76% done, estimate finish Wed Feb 01 11:20:56 2017 xorriso : UPDATE : 70.21% done, estimate finish Wed Feb 01 11:20:57 2017 xorriso : UPDATE : 70.71% done, estimate finish Wed Feb 01 11:20:59 2017 xorriso : UPDATE : 71.48% done, estimate finish Wed Feb 01 11:20:58 2017 xorriso : UPDATE : 71.66% done, estimate finish Wed Feb 01 11:21:01 2017 xorriso : UPDATE : 72.60% done, estimate finish Wed Feb 01 11:20:59 2017 xorriso : UPDATE : 73.26% done, estimate finish Wed Feb 01 11:20:59 2017 xorriso : UPDATE : 73.34% done, estimate finish Wed Feb 01 11:21:01 2017 xorriso : UPDATE : 74.28% done, estimate finish Wed Feb 01 11:20:59 2017 xorriso : UPDATE : 74.59% done, estimate finish Wed Feb 01 11:21:01 2017 xorriso : UPDATE : 74.99% done, estimate finish Wed Feb 01 11:21:02 2017 xorriso : UPDATE : 75.13% done, estimate finish Wed Feb 01 11:21:06 2017 xorriso : UPDATE : 76.19% done, estimate finish Wed Feb 01 11:21:03 2017 xorriso : UPDATE : 76.46% done, estimate finish Wed Feb 01 11:21:05 2017 xorriso : UPDATE : 77.49% done, estimate finish Wed Feb 01 11:21:02 2017 xorriso : UPDATE : 77.49% done, estimate finish Wed Feb 01 11:21:05 2017 xorriso : UPDATE : 78.68% done, estimate finish Wed Feb 01 11:21:02 2017 xorriso : UPDATE : 78.98% done, estimate finish Wed Feb 01 11:21:04 2017 xorriso : UPDATE : 78.98% done, estimate finish Wed Feb 01 11:21:13 2017 xorriso : UPDATE : 80.54% done, estimate finish Wed Feb 01 11:21:05 2017 xorriso : UPDATE : 80.90% done, estimate finish Wed Feb 01 11:21:06 2017 xorriso : UPDATE : 81.34% done, estimate finish Wed Feb 01 11:21:06 2017 xorriso : UPDATE : 81.69% done, estimate finish Wed Feb 01 11:21:07 2017 xorriso : UPDATE : 81.81% done, estimate finish Wed Feb 01 11:21:10 2017 xorriso : UPDATE : 82.84% done, estimate finish Wed Feb 01 11:21:07 2017 xorriso : UPDATE : 83.07% done, estimate finish Wed Feb 01 11:21:08 2017 xorriso : UPDATE : 83.71% done, estimate finish Wed Feb 01 11:21:09 2017 xorriso : UPDATE : 84.07% done, estimate finish Wed Feb 01 11:21:09 2017 xorriso : UPDATE : 84.75% done, estimate finish Wed Feb 01 11:21:06 2017 xorriso : UPDATE : 84.75% done, estimate finish Wed Feb 01 11:21:09 2017 xorriso : UPDATE : 86.51% done, estimate finish Wed Feb 01 11:21:04 2017 xorriso : UPDATE : 87.36% done, estimate finish Wed Feb 01 11:21:02 2017 xorriso : UPDATE : 87.94% done, estimate finish Wed Feb 01 11:21:02 2017 xorriso : UPDATE : 88.26% done, estimate finish Wed Feb 01 11:21:03 2017 xorriso : UPDATE : 88.48% done, estimate finish Wed Feb 01 11:21:05 2017 xorriso : UPDATE : 88.48% done, estimate finish Wed Feb 01 11:21:07 2017 xorriso : UPDATE : 88.48% done, estimate finish Wed Feb 01 11:21:09 2017 xorriso : UPDATE : 88.48% done, estimate finish Wed Feb 01 11:21:11 2017 xorriso : UPDATE : 91.76% done, estimate finish Wed Feb 01 11:21:03 2017 xorriso : UPDATE : 91.76% done, estimate finish Wed Feb 01 11:21:04 2017 xorriso : UPDATE : 91.76% done, estimate finish Wed Feb 01 11:21:06 2017 xorriso : UPDATE : 91.76% done, estimate finish Wed Feb 01 11:21:08 2017 xorriso : UPDATE : 91.76% done, estimate finish Wed Feb 01 11:21:10 2017 xorriso : UPDATE : 91.76% done, estimate finish Wed Feb 01 11:21:12 2017 xorriso : UPDATE : 96.80% done, estimate finish Wed Feb 01 11:21:00 2017 xorriso : UPDATE : 96.94% done, estimate finish Wed Feb 01 11:21:01 2017 xorriso : UPDATE : 98.13% done, estimate finish Wed Feb 01 11:21:00 2017 xorriso : UPDATE : 98.56% done xorriso : UPDATE : 99.62% done xorriso : UPDATE : 99.87% done xorriso : UPDATE : Thank you for being patient. Working since 166 seconds. ISO image produced: 2292218 sectors Written to medium : 2292218 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:21:03 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 12' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-12.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-12.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot12 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD12' xorriso : UPDATE : 9612 files added in 1 seconds xorriso : UPDATE : 9612 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : File "/pool/main/g/golang-github-docker-docker-credential-helpers/golang-docker-credential-helpers_0.3.0+git20160601.0.5128fa1-1_i386.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 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.25% done xorriso : UPDATE : 0.48% done, estimate finish Wed Feb 01 11:28:05 2017 xorriso : UPDATE : 0.82% done, estimate finish Wed Feb 01 11:27:09 2017 xorriso : UPDATE : 1.45% done, estimate finish Wed Feb 01 11:25:41 2017 xorriso : UPDATE : 1.64% done, estimate finish Wed Feb 01 11:26:10 2017 xorriso : UPDATE : 2.35% done, estimate finish Wed Feb 01 11:25:20 2017 xorriso : UPDATE : 2.78% done, estimate finish Wed Feb 01 11:25:17 2017 xorriso : UPDATE : 3.20% done, estimate finish Wed Feb 01 11:25:14 2017 xorriso : UPDATE : 3.84% done, estimate finish Wed Feb 01 11:24:59 2017 xorriso : UPDATE : 4.96% done, estimate finish Wed Feb 01 11:24:26 2017 xorriso : UPDATE : 5.08% done, estimate finish Wed Feb 01 11:24:41 2017 xorriso : UPDATE : 5.86% done, estimate finish Wed Feb 01 11:24:29 2017 xorriso : UPDATE : 6.11% done, estimate finish Wed Feb 01 11:24:14 2017 xorriso : UPDATE : 6.11% done, estimate finish Wed Feb 01 11:24:33 2017 xorriso : UPDATE : 7.88% done, estimate finish Wed Feb 01 11:23:56 2017 xorriso : UPDATE : 8.12% done, estimate finish Wed Feb 01 11:24:04 2017 xorriso : UPDATE : 8.64% done, estimate finish Wed Feb 01 11:24:05 2017 xorriso : UPDATE : 8.77% done, estimate finish Wed Feb 01 11:24:15 2017 xorriso : UPDATE : 10.08% done, estimate finish Wed Feb 01 11:23:58 2017 xorriso : UPDATE : 10.30% done, estimate finish Wed Feb 01 11:24:05 2017 xorriso : UPDATE : 11.25% done, estimate finish Wed Feb 01 11:23:59 2017 xorriso : UPDATE : 11.76% done, estimate finish Wed Feb 01 11:23:59 2017 xorriso : UPDATE : 12.08% done, estimate finish Wed Feb 01 11:23:59 2017 xorriso : UPDATE : 12.08% done, estimate finish Wed Feb 01 11:24:11 2017 xorriso : UPDATE : 13.76% done, estimate finish Wed Feb 01 11:23:50 2017 xorriso : UPDATE : 14.14% done, estimate finish Wed Feb 01 11:23:54 2017 xorriso : UPDATE : 14.23% done, estimate finish Wed Feb 01 11:24:02 2017 xorriso : UPDATE : 15.06% done, estimate finish Wed Feb 01 11:23:57 2017 xorriso : UPDATE : 15.25% done, estimate finish Wed Feb 01 11:24:03 2017 xorriso : UPDATE : 15.25% done, estimate finish Wed Feb 01 11:24:12 2017 xorriso : UPDATE : 15.25% done, estimate finish Wed Feb 01 11:24:21 2017 xorriso : UPDATE : 18.01% done, estimate finish Wed Feb 01 11:23:51 2017 xorriso : UPDATE : 18.91% done, estimate finish Wed Feb 01 11:23:43 2017 xorriso : UPDATE : 19.22% done, estimate finish Wed Feb 01 11:23:48 2017 xorriso : UPDATE : 19.30% done, estimate finish Wed Feb 01 11:23:56 2017 xorriso : UPDATE : 20.47% done, estimate finish Wed Feb 01 11:23:48 2017 xorriso : UPDATE : 20.68% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 21.78% done, estimate finish Wed Feb 01 11:23:48 2017 xorriso : UPDATE : 22.16% done, estimate finish Wed Feb 01 11:23:50 2017 xorriso : UPDATE : 22.31% done, estimate finish Wed Feb 01 11:23:56 2017 xorriso : UPDATE : 23.44% done, estimate finish Wed Feb 01 11:23:50 2017 xorriso : UPDATE : 23.62% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 24.39% done, estimate finish Wed Feb 01 11:24:01 2017 xorriso : UPDATE : 24.78% done, estimate finish Wed Feb 01 11:24:04 2017 xorriso : UPDATE : 25.14% done, estimate finish Wed Feb 01 11:24:07 2017 xorriso : UPDATE : 25.44% done, estimate finish Wed Feb 01 11:24:11 2017 xorriso : UPDATE : 26.42% done, estimate finish Wed Feb 01 11:24:04 2017 xorriso : UPDATE : 26.79% done, estimate finish Wed Feb 01 11:24:06 2017 xorriso : UPDATE : 27.15% done, estimate finish Wed Feb 01 11:24:08 2017 xorriso : UPDATE : 27.15% done, estimate finish Wed Feb 01 11:24:16 2017 xorriso : UPDATE : 28.74% done, estimate finish Wed Feb 01 11:24:02 2017 xorriso : UPDATE : 29.49% done, estimate finish Wed Feb 01 11:24:00 2017 xorriso : UPDATE : 29.77% done, estimate finish Wed Feb 01 11:24:04 2017 xorriso : UPDATE : 29.77% done, estimate finish Wed Feb 01 11:24:13 2017 xorriso : UPDATE : 31.49% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 31.74% done, estimate finish Wed Feb 01 11:23:59 2017 xorriso : UPDATE : 31.77% done, estimate finish Wed Feb 01 11:24:06 2017 xorriso : UPDATE : 31.77% done, estimate finish Wed Feb 01 11:24:13 2017 xorriso : UPDATE : 33.69% done, estimate finish Wed Feb 01 11:23:57 2017 xorriso : UPDATE : 33.99% done, estimate finish Wed Feb 01 11:23:59 2017 xorriso : UPDATE : 34.29% done, estimate finish Wed Feb 01 11:24:02 2017 xorriso : UPDATE : 35.14% done, estimate finish Wed Feb 01 11:23:59 2017 xorriso : UPDATE : 35.23% done, estimate finish Wed Feb 01 11:24:03 2017 xorriso : UPDATE : 35.23% done, estimate finish Wed Feb 01 11:24:12 2017 xorriso : UPDATE : 35.23% done, estimate finish Wed Feb 01 11:24:21 2017 xorriso : UPDATE : 38.26% done, estimate finish Wed Feb 01 11:23:48 2017 xorriso : UPDATE : 39.47% done, estimate finish Wed Feb 01 11:23:43 2017 xorriso : UPDATE : 39.51% done, estimate finish Wed Feb 01 11:23:48 2017 xorriso : UPDATE : 40.56% done, estimate finish Wed Feb 01 11:23:44 2017 xorriso : UPDATE : 40.89% done, estimate finish Wed Feb 01 11:23:47 2017 xorriso : UPDATE : 41.37% done, estimate finish Wed Feb 01 11:23:48 2017 xorriso : UPDATE : 41.84% done, estimate finish Wed Feb 01 11:23:49 2017 xorriso : UPDATE : 42.34% done, estimate finish Wed Feb 01 11:23:51 2017 xorriso : UPDATE : 42.75% done, estimate finish Wed Feb 01 11:23:46 2017 xorriso : UPDATE : 43.29% done, estimate finish Wed Feb 01 11:23:47 2017 xorriso : UPDATE : 43.58% done, estimate finish Wed Feb 01 11:23:51 2017 xorriso : UPDATE : 44.66% done, estimate finish Wed Feb 01 11:23:46 2017 xorriso : UPDATE : 44.92% done, estimate finish Wed Feb 01 11:23:50 2017 xorriso : UPDATE : 46.15% done, estimate finish Wed Feb 01 11:23:45 2017 xorriso : UPDATE : 46.56% done, estimate finish Wed Feb 01 11:23:47 2017 xorriso : UPDATE : 46.87% done, estimate finish Wed Feb 01 11:23:49 2017 xorriso : UPDATE : 47.18% done, estimate finish Wed Feb 01 11:23:52 2017 xorriso : UPDATE : 47.84% done, estimate finish Wed Feb 01 11:23:52 2017 xorriso : UPDATE : 48.43% done, estimate finish Wed Feb 01 11:23:58 2017 xorriso : UPDATE : 49.02% done, estimate finish Wed Feb 01 11:23:58 2017 xorriso : UPDATE : 49.75% done, estimate finish Wed Feb 01 11:23:56 2017 xorriso : UPDATE : 50.44% done, estimate finish Wed Feb 01 11:23:54 2017 xorriso : UPDATE : 51.24% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 51.80% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 52.10% done, estimate finish Wed Feb 01 11:23:56 2017 xorriso : UPDATE : 52.39% done, estimate finish Wed Feb 01 11:23:57 2017 xorriso : UPDATE : 52.39% done, estimate finish Wed Feb 01 11:24:03 2017 xorriso : UPDATE : 52.39% done, estimate finish Wed Feb 01 11:24:07 2017 xorriso : UPDATE : 55.22% done, estimate finish Wed Feb 01 11:23:47 2017 xorriso : UPDATE : 55.82% done, estimate finish Wed Feb 01 11:23:47 2017 xorriso : UPDATE : 56.20% done, estimate finish Wed Feb 01 11:23:49 2017 xorriso : UPDATE : 56.46% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 56.94% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 57.30% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 58.14% done, estimate finish Wed Feb 01 11:23:54 2017 xorriso : UPDATE : 59.00% done, estimate finish Wed Feb 01 11:23:51 2017 xorriso : UPDATE : 59.56% done, estimate finish Wed Feb 01 11:23:52 2017 xorriso : UPDATE : 60.40% done, estimate finish Wed Feb 01 11:23:51 2017 xorriso : UPDATE : 61.09% done, estimate finish Wed Feb 01 11:23:54 2017 xorriso : UPDATE : 61.74% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 62.22% done, estimate finish Wed Feb 01 11:23:54 2017 xorriso : UPDATE : 62.78% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 63.14% done, estimate finish Wed Feb 01 11:23:56 2017 xorriso : UPDATE : 63.63% done, estimate finish Wed Feb 01 11:23:57 2017 xorriso : UPDATE : 64.25% done, estimate finish Wed Feb 01 11:23:56 2017 xorriso : UPDATE : 65.01% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 65.30% done, estimate finish Wed Feb 01 11:23:57 2017 xorriso : UPDATE : 66.40% done, estimate finish Wed Feb 01 11:23:54 2017 xorriso : UPDATE : 66.68% done, estimate finish Wed Feb 01 11:23:56 2017 xorriso : UPDATE : 66.91% done, estimate finish Wed Feb 01 11:24:00 2017 xorriso : UPDATE : 67.31% done, estimate finish Wed Feb 01 11:24:02 2017 xorriso : UPDATE : 67.97% done, estimate finish Wed Feb 01 11:24:00 2017 xorriso : UPDATE : 68.53% done, estimate finish Wed Feb 01 11:24:00 2017 xorriso : UPDATE : 69.71% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 70.27% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 70.42% done, estimate finish Wed Feb 01 11:23:57 2017 xorriso : UPDATE : 71.46% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 72.05% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 72.36% done, estimate finish Wed Feb 01 11:23:56 2017 xorriso : UPDATE : 72.89% done, estimate finish Wed Feb 01 11:23:57 2017 xorriso : UPDATE : 73.37% done, estimate finish Wed Feb 01 11:23:57 2017 xorriso : UPDATE : 74.23% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 74.70% done, estimate finish Wed Feb 01 11:23:56 2017 xorriso : UPDATE : 75.13% done, estimate finish Wed Feb 01 11:23:57 2017 xorriso : UPDATE : 76.10% done, estimate finish Wed Feb 01 11:23:54 2017 xorriso : UPDATE : 76.97% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 77.06% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 77.06% done, estimate finish Wed Feb 01 11:23:58 2017 xorriso : UPDATE : 77.06% done, estimate finish Wed Feb 01 11:24:05 2017 xorriso : UPDATE : 77.06% done, estimate finish Wed Feb 01 11:24:10 2017 xorriso : UPDATE : 77.06% done, estimate finish Wed Feb 01 11:24:15 2017 xorriso : UPDATE : 82.49% done, estimate finish Wed Feb 01 11:23:44 2017 xorriso : UPDATE : 82.86% done, estimate finish Wed Feb 01 11:23:45 2017 xorriso : UPDATE : 83.13% done, estimate finish Wed Feb 01 11:23:47 2017 xorriso : UPDATE : 83.74% done, estimate finish Wed Feb 01 11:23:47 2017 xorriso : UPDATE : 84.46% done, estimate finish Wed Feb 01 11:23:46 2017 xorriso : UPDATE : 84.66% done, estimate finish Wed Feb 01 11:23:48 2017 xorriso : UPDATE : 85.22% done, estimate finish Wed Feb 01 11:23:48 2017 xorriso : UPDATE : 85.73% done, estimate finish Wed Feb 01 11:23:45 2017 xorriso : UPDATE : 86.48% done, estimate finish Wed Feb 01 11:23:45 2017 xorriso : UPDATE : 86.67% done, estimate finish Wed Feb 01 11:23:46 2017 xorriso : UPDATE : 86.86% done, estimate finish Wed Feb 01 11:23:48 2017 xorriso : UPDATE : 87.06% done, estimate finish Wed Feb 01 11:23:50 2017 xorriso : UPDATE : 87.17% done, estimate finish Wed Feb 01 11:23:52 2017 xorriso : UPDATE : 87.71% done, estimate finish Wed Feb 01 11:23:52 2017 xorriso : UPDATE : 88.42% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 88.84% done, estimate finish Wed Feb 01 11:23:54 2017 xorriso : UPDATE : 89.58% done, estimate finish Wed Feb 01 11:23:52 2017 xorriso : UPDATE : 89.67% done, estimate finish Wed Feb 01 11:24:03 2017 xorriso : UPDATE : 90.43% done, estimate finish Wed Feb 01 11:24:00 2017 xorriso : UPDATE : 90.67% done, estimate finish Wed Feb 01 11:24:02 2017 xorriso : UPDATE : 90.67% done, estimate finish Wed Feb 01 11:24:04 2017 xorriso : UPDATE : 90.67% done, estimate finish Wed Feb 01 11:24:07 2017 xorriso : UPDATE : 90.67% done, estimate finish Wed Feb 01 11:24:10 2017 xorriso : UPDATE : 90.67% done, estimate finish Wed Feb 01 11:24:13 2017 xorriso : UPDATE : 90.67% done, estimate finish Wed Feb 01 11:24:16 2017 xorriso : UPDATE : 95.84% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 96.17% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 96.17% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 96.17% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 98.05% done, estimate finish Wed Feb 01 11:23:52 2017 xorriso : UPDATE : 98.39% done, estimate finish Wed Feb 01 11:23:53 2017 xorriso : UPDATE : 98.63% done, estimate finish Wed Feb 01 11:23:54 2017 xorriso : UPDATE : 98.68% done, estimate finish Wed Feb 01 11:23:55 2017 xorriso : UPDATE : 99.87% done ISO image produced: 2290151 sectors Written to medium : 2290151 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:23:55 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 13' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-13.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-13.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot13 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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 : 5603 files added in 1 seconds xorriso : UPDATE : 5603 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : 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-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/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/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 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.37% done xorriso : UPDATE : 0.63% done, estimate finish Wed Feb 01 11:30:33 2017 xorriso : UPDATE : 0.63% done, estimate finish Wed Feb 01 11:33:12 2017 xorriso : UPDATE : 0.63% done, estimate finish Wed Feb 01 11:35:50 2017 xorriso : UPDATE : 3.37% done, estimate finish Wed Feb 01 11:26:39 2017 xorriso : UPDATE : 3.86% done, estimate finish Wed Feb 01 11:26:45 2017 xorriso : UPDATE : 4.14% done, estimate finish Wed Feb 01 11:26:55 2017 xorriso : UPDATE : 4.71% done, estimate finish Wed Feb 01 11:26:55 2017 xorriso : UPDATE : 5.17% done, estimate finish Wed Feb 01 11:26:58 2017 xorriso : UPDATE : 5.96% done, estimate finish Wed Feb 01 11:26:51 2017 xorriso : UPDATE : 6.01% done, estimate finish Wed Feb 01 11:27:06 2017 xorriso : UPDATE : 6.01% done, estimate finish Wed Feb 01 11:27:23 2017 xorriso : UPDATE : 8.42% done, estimate finish Wed Feb 01 11:26:35 2017 xorriso : UPDATE : 8.47% done, estimate finish Wed Feb 01 11:26:46 2017 xorriso : UPDATE : 9.65% done, estimate finish Wed Feb 01 11:26:36 2017 xorriso : UPDATE : 9.79% done, estimate finish Wed Feb 01 11:26:45 2017 xorriso : UPDATE : 10.81% done, estimate finish Wed Feb 01 11:26:36 2017 xorriso : UPDATE : 11.31% done, estimate finish Wed Feb 01 11:26:39 2017 xorriso : UPDATE : 11.33% done, estimate finish Wed Feb 01 11:26:50 2017 xorriso : UPDATE : 11.33% done, estimate finish Wed Feb 01 11:27:02 2017 xorriso : UPDATE : 11.33% done, estimate finish Wed Feb 01 11:27:15 2017 xorriso : UPDATE : 14.32% done, estimate finish Wed Feb 01 11:26:30 2017 xorriso : UPDATE : 14.55% done, estimate finish Wed Feb 01 11:26:36 2017 xorriso : UPDATE : 15.49% done, estimate finish Wed Feb 01 11:26:32 2017 xorriso : UPDATE : 15.75% done, estimate finish Wed Feb 01 11:26:37 2017 xorriso : UPDATE : 16.88% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 17.49% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 17.92% done, estimate finish Wed Feb 01 11:26:29 2017 xorriso : UPDATE : 17.99% done, estimate finish Wed Feb 01 11:26:37 2017 xorriso : UPDATE : 17.99% done, estimate finish Wed Feb 01 11:26:46 2017 xorriso : UPDATE : 17.99% done, estimate finish Wed Feb 01 11:26:55 2017 xorriso : UPDATE : 17.99% done, estimate finish Wed Feb 01 11:27:04 2017 xorriso : UPDATE : 22.43% done, estimate finish Wed Feb 01 11:26:18 2017 xorriso : UPDATE : 23.03% done, estimate finish Wed Feb 01 11:26:18 2017 xorriso : UPDATE : 23.51% done, estimate finish Wed Feb 01 11:26:20 2017 xorriso : UPDATE : 23.95% done, estimate finish Wed Feb 01 11:26:22 2017 xorriso : UPDATE : 24.85% done, estimate finish Wed Feb 01 11:26:20 2017 xorriso : UPDATE : 25.38% done, estimate finish Wed Feb 01 11:26:22 2017 xorriso : UPDATE : 25.38% done, estimate finish Wed Feb 01 11:26:29 2017 xorriso : UPDATE : 25.38% done, estimate finish Wed Feb 01 11:26:37 2017 xorriso : UPDATE : 28.60% done, estimate finish Wed Feb 01 11:26:13 2017 xorriso : UPDATE : 29.48% done, estimate finish Wed Feb 01 11:26:12 2017 xorriso : UPDATE : 30.06% done, estimate finish Wed Feb 01 11:26:13 2017 xorriso : UPDATE : 31.45% done, estimate finish Wed Feb 01 11:26:09 2017 xorriso : UPDATE : 31.68% done, estimate finish Wed Feb 01 11:26:12 2017 xorriso : UPDATE : 32.68% done, estimate finish Wed Feb 01 11:26:06 2017 xorriso : UPDATE : 33.02% done, estimate finish Wed Feb 01 11:26:10 2017 xorriso : UPDATE : 33.39% done, estimate finish Wed Feb 01 11:26:13 2017 xorriso : UPDATE : 34.17% done, estimate finish Wed Feb 01 11:26:12 2017 xorriso : UPDATE : 34.46% done, estimate finish Wed Feb 01 11:26:17 2017 xorriso : UPDATE : 35.40% done, estimate finish Wed Feb 01 11:26:14 2017 xorriso : UPDATE : 36.04% done, estimate finish Wed Feb 01 11:26:15 2017 xorriso : UPDATE : 36.83% done, estimate finish Wed Feb 01 11:26:15 2017 xorriso : UPDATE : 37.37% done, estimate finish Wed Feb 01 11:26:17 2017 xorriso : UPDATE : 37.40% done, estimate finish Wed Feb 01 11:26:21 2017 xorriso : UPDATE : 38.86% done, estimate finish Wed Feb 01 11:26:27 2017 xorriso : UPDATE : 39.62% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 40.70% done, estimate finish Wed Feb 01 11:26:21 2017 xorriso : UPDATE : 40.85% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 40.85% done, estimate finish Wed Feb 01 11:26:32 2017 xorriso : UPDATE : 40.85% done, estimate finish Wed Feb 01 11:26:38 2017 xorriso : UPDATE : 40.85% done, estimate finish Wed Feb 01 11:26:45 2017 xorriso : UPDATE : 44.75% done, estimate finish Wed Feb 01 11:26:16 2017 xorriso : UPDATE : 45.13% done, estimate finish Wed Feb 01 11:26:19 2017 xorriso : UPDATE : 45.61% done, estimate finish Wed Feb 01 11:26:21 2017 xorriso : UPDATE : 46.26% done, estimate finish Wed Feb 01 11:26:16 2017 xorriso : UPDATE : 46.43% done, estimate finish Wed Feb 01 11:26:20 2017 xorriso : UPDATE : 47.32% done, estimate finish Wed Feb 01 11:26:19 2017 xorriso : UPDATE : 47.52% done, estimate finish Wed Feb 01 11:26:22 2017 xorriso : UPDATE : 47.80% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 48.51% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 48.94% done, estimate finish Wed Feb 01 11:26:27 2017 xorriso : UPDATE : 49.68% done, estimate finish Wed Feb 01 11:26:27 2017 xorriso : UPDATE : 50.37% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 50.99% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 51.82% done, estimate finish Wed Feb 01 11:26:33 2017 xorriso : UPDATE : 52.53% done, estimate finish Wed Feb 01 11:26:31 2017 xorriso : UPDATE : 53.23% done, estimate finish Wed Feb 01 11:26:31 2017 xorriso : UPDATE : 53.97% done, estimate finish Wed Feb 01 11:26:29 2017 xorriso : UPDATE : 54.67% done, estimate finish Wed Feb 01 11:26:29 2017 xorriso : UPDATE : 55.49% done, estimate finish Wed Feb 01 11:26:27 2017 xorriso : UPDATE : 56.11% done, estimate finish Wed Feb 01 11:26:27 2017 xorriso : UPDATE : 56.55% done, estimate finish Wed Feb 01 11:26:28 2017 xorriso : UPDATE : 57.54% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 58.36% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 59.04% done, estimate finish Wed Feb 01 11:26:19 2017 xorriso : UPDATE : 59.89% done, estimate finish Wed Feb 01 11:26:18 2017 xorriso : UPDATE : 60.54% done, estimate finish Wed Feb 01 11:26:19 2017 xorriso : UPDATE : 61.04% done, estimate finish Wed Feb 01 11:26:20 2017 xorriso : UPDATE : 61.70% done, estimate finish Wed Feb 01 11:26:21 2017 xorriso : UPDATE : 62.34% done, estimate finish Wed Feb 01 11:26:21 2017 xorriso : UPDATE : 62.76% done, estimate finish Wed Feb 01 11:26:22 2017 xorriso : UPDATE : 62.96% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 63.59% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 64.27% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 64.93% done, estimate finish Wed Feb 01 11:26:30 2017 xorriso : UPDATE : 65.25% done, estimate finish Wed Feb 01 11:26:31 2017 xorriso : UPDATE : 66.03% done, estimate finish Wed Feb 01 11:26:30 2017 xorriso : UPDATE : 66.75% done, estimate finish Wed Feb 01 11:26:29 2017 xorriso : UPDATE : 67.54% done, estimate finish Wed Feb 01 11:26:28 2017 xorriso : UPDATE : 68.40% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 69.13% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 69.99% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 70.81% done, estimate finish Wed Feb 01 11:26:24 2017 xorriso : UPDATE : 71.52% done, estimate finish Wed Feb 01 11:26:24 2017 xorriso : UPDATE : 72.44% done, estimate finish Wed Feb 01 11:26:22 2017 xorriso : UPDATE : 73.16% done, estimate finish Wed Feb 01 11:26:19 2017 xorriso : UPDATE : 73.94% done, estimate finish Wed Feb 01 11:26:19 2017 xorriso : UPDATE : 74.75% done, estimate finish Wed Feb 01 11:26:19 2017 xorriso : UPDATE : 75.30% done, estimate finish Wed Feb 01 11:26:19 2017 xorriso : UPDATE : 76.13% done, estimate finish Wed Feb 01 11:26:19 2017 xorriso : UPDATE : 76.59% done, estimate finish Wed Feb 01 11:26:20 2017 xorriso : UPDATE : 77.37% done, estimate finish Wed Feb 01 11:26:20 2017 xorriso : UPDATE : 77.85% done, estimate finish Wed Feb 01 11:26:21 2017 xorriso : UPDATE : 78.36% done, estimate finish Wed Feb 01 11:26:21 2017 xorriso : UPDATE : 78.83% done, estimate finish Wed Feb 01 11:26:22 2017 xorriso : UPDATE : 79.33% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 80.20% done, estimate finish Wed Feb 01 11:26:24 2017 xorriso : UPDATE : 80.57% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 80.91% done, estimate finish Wed Feb 01 11:26:28 2017 xorriso : UPDATE : 81.63% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 82.25% done, estimate finish Wed Feb 01 11:26:27 2017 xorriso : UPDATE : 83.46% done, estimate finish Wed Feb 01 11:26:24 2017 xorriso : UPDATE : 84.19% done, estimate finish Wed Feb 01 11:26:24 2017 xorriso : UPDATE : 84.78% done, estimate finish Wed Feb 01 11:26:24 2017 xorriso : UPDATE : 84.78% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 86.05% done, estimate finish Wed Feb 01 11:26:23 2017 xorriso : UPDATE : 86.05% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 87.72% done, estimate finish Wed Feb 01 11:26:22 2017 xorriso : UPDATE : 88.24% done, estimate finish Wed Feb 01 11:26:24 2017 xorriso : UPDATE : 89.17% done, estimate finish Wed Feb 01 11:26:22 2017 xorriso : UPDATE : 89.56% done, estimate finish Wed Feb 01 11:26:23 2017 xorriso : UPDATE : 89.56% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 90.84% done, estimate finish Wed Feb 01 11:26:23 2017 xorriso : UPDATE : 91.62% done, estimate finish Wed Feb 01 11:26:23 2017 xorriso : UPDATE : 92.04% done, estimate finish Wed Feb 01 11:26:23 2017 xorriso : UPDATE : 92.29% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 93.34% done, estimate finish Wed Feb 01 11:26:24 2017 xorriso : UPDATE : 94.01% done, estimate finish Wed Feb 01 11:26:24 2017 xorriso : UPDATE : 94.92% done, estimate finish Wed Feb 01 11:26:23 2017 xorriso : UPDATE : 95.19% done, estimate finish Wed Feb 01 11:26:24 2017 xorriso : UPDATE : 95.52% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 95.96% done, estimate finish Wed Feb 01 11:26:25 2017 xorriso : UPDATE : 96.34% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 96.37% done, estimate finish Wed Feb 01 11:26:27 2017 xorriso : UPDATE : 97.44% done, estimate finish Wed Feb 01 11:26:26 2017 xorriso : UPDATE : 97.72% done, estimate finish Wed Feb 01 11:26:27 2017 xorriso : UPDATE : 98.16% done, estimate finish Wed Feb 01 11:26:27 2017 xorriso : UPDATE : 98.58% done, estimate finish Wed Feb 01 11:26:27 2017 xorriso : UPDATE : 99.05% done xorriso : UPDATE : 99.69% done ISO image produced: 2280729 sectors Written to medium : 2280729 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:26:28 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 14' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-14.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-14.template -jigdo-map Debian=/org/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 : 845 files added in 1 seconds xorriso : UPDATE : 845 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.22% done xorriso : UPDATE : 1.18% done xorriso : UPDATE : 11.11% done xorriso : UPDATE : 11.11% done, estimate finish Wed Feb 01 11:26:53 2017 xorriso : UPDATE : 21.46% done, estimate finish Wed Feb 01 11:26:46 2017 xorriso : UPDATE : 21.46% done, estimate finish Wed Feb 01 11:26:51 2017 xorriso : UPDATE : 40.26% done, estimate finish Wed Feb 01 11:26:43 2017 xorriso : UPDATE : 40.69% done, estimate finish Wed Feb 01 11:26:45 2017 xorriso : UPDATE : 51.25% done, estimate finish Wed Feb 01 11:26:44 2017 xorriso : UPDATE : 54.29% done, estimate finish Wed Feb 01 11:26:45 2017 xorriso : UPDATE : 60.02% done, estimate finish Wed Feb 01 11:26:45 2017 xorriso : UPDATE : 67.08% done, estimate finish Wed Feb 01 11:26:45 2017 xorriso : UPDATE : 70.35% done, estimate finish Wed Feb 01 11:26:45 2017 xorriso : UPDATE : 70.80% done, estimate finish Wed Feb 01 11:26:47 2017 xorriso : UPDATE : 78.49% done, estimate finish Wed Feb 01 11:26:45 2017 xorriso : UPDATE : 91.30% done xorriso : UPDATE : 96.23% done xorriso : UPDATE : 98.18% done ISO image produced: 235516 sectors Written to medium : 235516 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:26:46 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 2' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-2.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-2.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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-stretch-DI-rc2-i386-DVD-2.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 442g 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/CD2' xorriso : UPDATE : 5478 files added in 1 seconds xorriso : UPDATE : 5478 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.35% done xorriso : UPDATE : 0.92% done, estimate finish Wed Feb 01 11:30:25 2017 xorriso : UPDATE : 1.43% done, estimate finish Wed Feb 01 11:30:18 2017 xorriso : UPDATE : 1.91% done, estimate finish Wed Feb 01 11:30:17 2017 xorriso : UPDATE : 1.91% done, estimate finish Wed Feb 01 11:31:09 2017 xorriso : UPDATE : 3.33% done, estimate finish Wed Feb 01 11:29:48 2017 xorriso : UPDATE : 4.35% done, estimate finish Wed Feb 01 11:29:29 2017 xorriso : UPDATE : 4.35% done, estimate finish Wed Feb 01 11:29:52 2017 xorriso : UPDATE : 4.35% done, estimate finish Wed Feb 01 11:30:15 2017 xorriso : UPDATE : 6.47% done, estimate finish Wed Feb 01 11:29:22 2017 xorriso : UPDATE : 7.10% done, estimate finish Wed Feb 01 11:29:22 2017 xorriso : UPDATE : 7.77% done, estimate finish Wed Feb 01 11:29:14 2017 xorriso : UPDATE : 7.77% done, estimate finish Wed Feb 01 11:29:28 2017 xorriso : UPDATE : 9.24% done, estimate finish Wed Feb 01 11:29:12 2017 xorriso : UPDATE : 9.77% done, estimate finish Wed Feb 01 11:29:14 2017 xorriso : UPDATE : 10.36% done, estimate finish Wed Feb 01 11:29:16 2017 xorriso : UPDATE : 10.76% done, estimate finish Wed Feb 01 11:29:20 2017 xorriso : UPDATE : 11.62% done, estimate finish Wed Feb 01 11:29:17 2017 xorriso : UPDATE : 12.24% done, estimate finish Wed Feb 01 11:29:18 2017 xorriso : UPDATE : 12.85% done, estimate finish Wed Feb 01 11:29:18 2017 xorriso : UPDATE : 13.36% done, estimate finish Wed Feb 01 11:29:20 2017 xorriso : UPDATE : 14.07% done, estimate finish Wed Feb 01 11:29:23 2017 xorriso : UPDATE : 14.07% done, estimate finish Wed Feb 01 11:29:35 2017 xorriso : UPDATE : 16.48% done, estimate finish Wed Feb 01 11:29:08 2017 xorriso : UPDATE : 17.19% done, estimate finish Wed Feb 01 11:29:07 2017 xorriso : UPDATE : 17.44% done, estimate finish Wed Feb 01 11:29:13 2017 xorriso : UPDATE : 18.07% done, estimate finish Wed Feb 01 11:29:13 2017 xorriso : UPDATE : 19.25% done, estimate finish Wed Feb 01 11:29:08 2017 xorriso : UPDATE : 19.85% done, estimate finish Wed Feb 01 11:29:09 2017 xorriso : UPDATE : 20.36% done, estimate finish Wed Feb 01 11:29:12 2017 xorriso : UPDATE : 20.63% done, estimate finish Wed Feb 01 11:29:15 2017 xorriso : UPDATE : 20.95% done, estimate finish Wed Feb 01 11:29:15 2017 xorriso : UPDATE : 21.19% done, estimate finish Wed Feb 01 11:29:21 2017 xorriso : UPDATE : 21.51% done, estimate finish Wed Feb 01 11:29:25 2017 xorriso : UPDATE : 22.32% done, estimate finish Wed Feb 01 11:29:24 2017 xorriso : UPDATE : 23.07% done, estimate finish Wed Feb 01 11:29:22 2017 xorriso : UPDATE : 23.58% done, estimate finish Wed Feb 01 11:29:24 2017 xorriso : UPDATE : 23.86% done, estimate finish Wed Feb 01 11:29:28 2017 xorriso : UPDATE : 23.86% done, estimate finish Wed Feb 01 11:29:34 2017 xorriso : UPDATE : 23.86% done, estimate finish Wed Feb 01 11:29:41 2017 xorriso : UPDATE : 26.44% done, estimate finish Wed Feb 01 11:29:21 2017 xorriso : UPDATE : 26.97% done, estimate finish Wed Feb 01 11:29:27 2017 xorriso : UPDATE : 27.39% done, estimate finish Wed Feb 01 11:29:29 2017 xorriso : UPDATE : 27.85% done, estimate finish Wed Feb 01 11:29:31 2017 xorriso : UPDATE : 28.27% done, estimate finish Wed Feb 01 11:29:33 2017 xorriso : UPDATE : 28.41% done, estimate finish Wed Feb 01 11:29:39 2017 xorriso : UPDATE : 28.41% done, estimate finish Wed Feb 01 11:29:47 2017 xorriso : UPDATE : 28.41% done, estimate finish Wed Feb 01 11:29:54 2017 xorriso : UPDATE : 31.01% done, estimate finish Wed Feb 01 11:29:29 2017 xorriso : UPDATE : 31.08% done, estimate finish Wed Feb 01 11:29:34 2017 xorriso : UPDATE : 31.95% done, estimate finish Wed Feb 01 11:29:32 2017 xorriso : UPDATE : 32.67% done, estimate finish Wed Feb 01 11:29:32 2017 xorriso : UPDATE : 33.53% done, estimate finish Wed Feb 01 11:29:29 2017 xorriso : UPDATE : 33.53% done, estimate finish Wed Feb 01 11:29:36 2017 xorriso : UPDATE : 33.53% done, estimate finish Wed Feb 01 11:29:44 2017 xorriso : UPDATE : 33.53% done, estimate finish Wed Feb 01 11:29:52 2017 xorriso : UPDATE : 33.53% done, estimate finish Wed Feb 01 11:30:00 2017 xorriso : UPDATE : 33.53% done, estimate finish Wed Feb 01 11:30:08 2017 xorriso : UPDATE : 36.79% done, estimate finish Wed Feb 01 11:29:32 2017 xorriso : UPDATE : 39.30% done, estimate finish Wed Feb 01 11:29:16 2017 xorriso : UPDATE : 39.96% done, estimate finish Wed Feb 01 11:29:17 2017 xorriso : UPDATE : 40.37% done, estimate finish Wed Feb 01 11:29:12 2017 xorriso : UPDATE : 40.91% done, estimate finish Wed Feb 01 11:29:13 2017 xorriso : UPDATE : 40.91% done, estimate finish Wed Feb 01 11:29:20 2017 xorriso : UPDATE : 40.91% done, estimate finish Wed Feb 01 11:29:26 2017 xorriso : UPDATE : 40.91% done, estimate finish Wed Feb 01 11:29:31 2017 xorriso : UPDATE : 40.91% done, estimate finish Wed Feb 01 11:29:37 2017 xorriso : UPDATE : 40.91% done, estimate finish Wed Feb 01 11:29:43 2017 xorriso : UPDATE : 40.91% done, estimate finish Wed Feb 01 11:29:49 2017 xorriso : UPDATE : 40.91% done, estimate finish Wed Feb 01 11:29:56 2017 xorriso : UPDATE : 41.05% done, estimate finish Wed Feb 01 11:29:59 2017 xorriso : UPDATE : 46.44% done, estimate finish Wed Feb 01 11:29:25 2017 xorriso : UPDATE : 48.62% done, estimate finish Wed Feb 01 11:29:11 2017 xorriso : UPDATE : 49.16% done, estimate finish Wed Feb 01 11:29:12 2017 xorriso : UPDATE : 49.16% done, estimate finish Wed Feb 01 11:29:18 2017 xorriso : UPDATE : 49.30% done, estimate finish Wed Feb 01 11:29:22 2017 xorriso : UPDATE : 51.82% done, estimate finish Wed Feb 01 11:29:10 2017 xorriso : UPDATE : 52.87% done, estimate finish Wed Feb 01 11:29:08 2017 xorriso : UPDATE : 53.34% done, estimate finish Wed Feb 01 11:29:10 2017 xorriso : UPDATE : 53.94% done, estimate finish Wed Feb 01 11:29:10 2017 xorriso : UPDATE : 54.06% done, estimate finish Wed Feb 01 11:29:13 2017 xorriso : UPDATE : 55.17% done, estimate finish Wed Feb 01 11:29:05 2017 xorriso : UPDATE : 55.75% done, estimate finish Wed Feb 01 11:29:06 2017 xorriso : UPDATE : 56.37% done, estimate finish Wed Feb 01 11:29:07 2017 xorriso : UPDATE : 56.37% done, estimate finish Wed Feb 01 11:29:11 2017 xorriso : UPDATE : 58.03% done, estimate finish Wed Feb 01 11:29:06 2017 xorriso : UPDATE : 58.47% done, estimate finish Wed Feb 01 11:29:08 2017 xorriso : UPDATE : 58.98% done, estimate finish Wed Feb 01 11:29:09 2017 xorriso : UPDATE : 60.02% done, estimate finish Wed Feb 01 11:29:08 2017 xorriso : UPDATE : 61.17% done, estimate finish Wed Feb 01 11:29:07 2017 xorriso : UPDATE : 61.46% done, estimate finish Wed Feb 01 11:29:08 2017 xorriso : UPDATE : 61.46% done, estimate finish Wed Feb 01 11:29:12 2017 xorriso : UPDATE : 64.08% done, estimate finish Wed Feb 01 11:29:05 2017 xorriso : UPDATE : 64.48% done, estimate finish Wed Feb 01 11:29:08 2017 xorriso : UPDATE : 65.66% done, estimate finish Wed Feb 01 11:29:06 2017 xorriso : UPDATE : 66.26% done, estimate finish Wed Feb 01 11:29:07 2017 xorriso : UPDATE : 66.74% done, estimate finish Wed Feb 01 11:29:07 2017 xorriso : UPDATE : 67.37% done, estimate finish Wed Feb 01 11:29:08 2017 xorriso : UPDATE : 67.87% done, estimate finish Wed Feb 01 11:29:09 2017 xorriso : UPDATE : 68.21% done, estimate finish Wed Feb 01 11:29:11 2017 xorriso : UPDATE : 68.89% done, estimate finish Wed Feb 01 11:29:11 2017 xorriso : UPDATE : 69.45% done, estimate finish Wed Feb 01 11:29:12 2017 xorriso : UPDATE : 69.92% done, estimate finish Wed Feb 01 11:29:20 2017 xorriso : UPDATE : 70.48% done, estimate finish Wed Feb 01 11:29:19 2017 xorriso : UPDATE : 71.19% done, estimate finish Wed Feb 01 11:29:19 2017 xorriso : UPDATE : 71.79% done, estimate finish Wed Feb 01 11:29:19 2017 xorriso : UPDATE : 72.22% done, estimate finish Wed Feb 01 11:29:20 2017 xorriso : UPDATE : 72.97% done, estimate finish Wed Feb 01 11:29:19 2017 xorriso : UPDATE : 73.64% done, estimate finish Wed Feb 01 11:29:19 2017 xorriso : UPDATE : 74.49% done, estimate finish Wed Feb 01 11:29:17 2017 xorriso : UPDATE : 74.79% done, estimate finish Wed Feb 01 11:29:19 2017 xorriso : UPDATE : 75.49% done, estimate finish Wed Feb 01 11:29:18 2017 xorriso : UPDATE : 76.33% done, estimate finish Wed Feb 01 11:29:16 2017 xorriso : UPDATE : 76.35% done, estimate finish Wed Feb 01 11:29:20 2017 xorriso : UPDATE : 76.80% done, estimate finish Wed Feb 01 11:29:21 2017 xorriso : UPDATE : 78.54% done, estimate finish Wed Feb 01 11:29:15 2017 xorriso : UPDATE : 79.02% done, estimate finish Wed Feb 01 11:29:16 2017 xorriso : UPDATE : 79.75% done, estimate finish Wed Feb 01 11:29:15 2017 xorriso : UPDATE : 80.23% done, estimate finish Wed Feb 01 11:29:16 2017 xorriso : UPDATE : 81.01% done, estimate finish Wed Feb 01 11:29:16 2017 xorriso : UPDATE : 81.51% done, estimate finish Wed Feb 01 11:29:16 2017 xorriso : UPDATE : 82.20% done, estimate finish Wed Feb 01 11:29:16 2017 xorriso : UPDATE : 82.64% done, estimate finish Wed Feb 01 11:29:17 2017 xorriso : UPDATE : 83.16% done, estimate finish Wed Feb 01 11:29:18 2017 xorriso : UPDATE : 83.78% done, estimate finish Wed Feb 01 11:29:17 2017 xorriso : UPDATE : 84.37% done, estimate finish Wed Feb 01 11:29:18 2017 xorriso : UPDATE : 84.82% done, estimate finish Wed Feb 01 11:29:19 2017 xorriso : UPDATE : 85.40% done, estimate finish Wed Feb 01 11:29:19 2017 xorriso : UPDATE : 86.14% done, estimate finish Wed Feb 01 11:29:18 2017 xorriso : UPDATE : 86.43% done, estimate finish Wed Feb 01 11:29:19 2017 xorriso : UPDATE : 86.43% done, estimate finish Wed Feb 01 11:29:21 2017 xorriso : UPDATE : 86.43% done, estimate finish Wed Feb 01 11:29:23 2017 xorriso : UPDATE : 87.88% done, estimate finish Wed Feb 01 11:29:23 2017 xorriso : UPDATE : 89.37% done, estimate finish Wed Feb 01 11:29:18 2017 xorriso : UPDATE : 89.88% done, estimate finish Wed Feb 01 11:29:18 2017 xorriso : UPDATE : 90.80% done, estimate finish Wed Feb 01 11:29:17 2017 xorriso : UPDATE : 91.71% done, estimate finish Wed Feb 01 11:29:17 2017 xorriso : UPDATE : 92.48% done, estimate finish Wed Feb 01 11:29:16 2017 xorriso : UPDATE : 93.69% done, estimate finish Wed Feb 01 11:29:15 2017 xorriso : UPDATE : 94.62% done, estimate finish Wed Feb 01 11:29:14 2017 xorriso : UPDATE : 95.37% done, estimate finish Wed Feb 01 11:29:14 2017 xorriso : UPDATE : 96.43% done, estimate finish Wed Feb 01 11:29:13 2017 xorriso : UPDATE : 97.24% done, estimate finish Wed Feb 01 11:29:12 2017 xorriso : UPDATE : 98.00% done, estimate finish Wed Feb 01 11:29:13 2017 xorriso : UPDATE : 99.17% done ISO image produced: 2293186 sectors Written to medium : 2293186 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-2.iso' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:29:13 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 3' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-3.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-3.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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-stretch-DI-rc2-i386-DVD-3.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 437g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD3' xorriso : UPDATE : 4006 files added in 1 seconds xorriso : UPDATE : 4006 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.1.0-2_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. xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.42% done xorriso : UPDATE : 1.08% done, estimate finish Wed Feb 01 11:32:30 2017 xorriso : UPDATE : 1.08% done, estimate finish Wed Feb 01 11:34:03 2017 xorriso : UPDATE : 1.08% done, estimate finish Wed Feb 01 11:35:35 2017 xorriso : UPDATE : 1.08% done, estimate finish Wed Feb 01 11:37:08 2017 xorriso : UPDATE : 1.08% done, estimate finish Wed Feb 01 11:38:41 2017 xorriso : UPDATE : 1.08% done, estimate finish Wed Feb 01 11:40:14 2017 xorriso : UPDATE : 1.08% done, estimate finish Wed Feb 01 11:41:47 2017 xorriso : UPDATE : 1.08% done, estimate finish Wed Feb 01 11:43:20 2017 xorriso : UPDATE : 1.08% done, estimate finish Wed Feb 01 11:44:53 2017 xorriso : UPDATE : 1.08% done, estimate finish Wed Feb 01 11:46:26 2017 xorriso : UPDATE : 2.39% done, estimate finish Wed Feb 01 11:41:50 2017 xorriso : UPDATE : 7.86% done, estimate finish Wed Feb 01 11:31:56 2017 xorriso : UPDATE : 11.67% done, estimate finish Wed Feb 01 11:31:08 2017 xorriso : UPDATE : 12.30% done, estimate finish Wed Feb 01 11:31:11 2017 xorriso : UPDATE : 12.78% done, estimate finish Wed Feb 01 11:31:15 2017 xorriso : UPDATE : 12.87% done, estimate finish Wed Feb 01 11:31:22 2017 xorriso : UPDATE : 14.03% done, estimate finish Wed Feb 01 11:31:18 2017 xorriso : UPDATE : 14.60% done, estimate finish Wed Feb 01 11:31:20 2017 xorriso : UPDATE : 15.31% done, estimate finish Wed Feb 01 11:31:21 2017 xorriso : UPDATE : 15.83% done, estimate finish Wed Feb 01 11:31:24 2017 xorriso : UPDATE : 16.53% done, estimate finish Wed Feb 01 11:30:58 2017 xorriso : UPDATE : 17.14% done, estimate finish Wed Feb 01 11:31:00 2017 xorriso : UPDATE : 17.69% done, estimate finish Wed Feb 01 11:31:02 2017 xorriso : UPDATE : 17.86% done, estimate finish Wed Feb 01 11:31:08 2017 xorriso : UPDATE : 18.87% done, estimate finish Wed Feb 01 11:31:07 2017 xorriso : UPDATE : 19.71% done, estimate finish Wed Feb 01 11:31:07 2017 xorriso : UPDATE : 20.30% done, estimate finish Wed Feb 01 11:31:09 2017 xorriso : UPDATE : 20.71% done, estimate finish Wed Feb 01 11:31:12 2017 xorriso : UPDATE : 21.26% done, estimate finish Wed Feb 01 11:31:13 2017 xorriso : UPDATE : 21.95% done, estimate finish Wed Feb 01 11:31:15 2017 xorriso : UPDATE : 22.14% done, estimate finish Wed Feb 01 11:31:19 2017 xorriso : UPDATE : 22.87% done, estimate finish Wed Feb 01 11:31:49 2017 xorriso : UPDATE : 22.87% done, estimate finish Wed Feb 01 11:31:59 2017 xorriso : UPDATE : 22.87% done, estimate finish Wed Feb 01 11:32:08 2017 xorriso : UPDATE : 23.21% done, estimate finish Wed Feb 01 11:32:11 2017 xorriso : UPDATE : 26.43% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 26.76% done, estimate finish Wed Feb 01 11:31:41 2017 xorriso : UPDATE : 27.50% done, estimate finish Wed Feb 01 11:31:40 2017 xorriso : UPDATE : 28.12% done, estimate finish Wed Feb 01 11:31:41 2017 xorriso : UPDATE : 28.57% done, estimate finish Wed Feb 01 11:31:43 2017 xorriso : UPDATE : 28.96% done, estimate finish Wed Feb 01 11:31:45 2017 xorriso : UPDATE : 29.28% done, estimate finish Wed Feb 01 11:31:44 2017 xorriso : UPDATE : 30.14% done, estimate finish Wed Feb 01 11:31:42 2017 xorriso : UPDATE : 30.79% done, estimate finish Wed Feb 01 11:31:42 2017 xorriso : UPDATE : 31.51% done, estimate finish Wed Feb 01 11:31:41 2017 xorriso : UPDATE : 31.51% done, estimate finish Wed Feb 01 11:31:48 2017 xorriso : UPDATE : 33.12% done, estimate finish Wed Feb 01 11:31:40 2017 xorriso : UPDATE : 33.71% done, estimate finish Wed Feb 01 11:31:40 2017 xorriso : UPDATE : 34.66% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 35.08% done, estimate finish Wed Feb 01 11:31:39 2017 xorriso : UPDATE : 35.67% done, estimate finish Wed Feb 01 11:31:40 2017 xorriso : UPDATE : 36.45% done, estimate finish Wed Feb 01 11:31:37 2017 xorriso : UPDATE : 36.96% done, estimate finish Wed Feb 01 11:31:39 2017 xorriso : UPDATE : 37.53% done, estimate finish Wed Feb 01 11:31:39 2017 xorriso : UPDATE : 37.62% done, estimate finish Wed Feb 01 11:31:45 2017 xorriso : UPDATE : 37.62% done, estimate finish Wed Feb 01 11:31:51 2017 xorriso : UPDATE : 39.98% done, estimate finish Wed Feb 01 11:31:37 2017 xorriso : UPDATE : 40.80% done, estimate finish Wed Feb 01 11:31:36 2017 xorriso : UPDATE : 40.98% done, estimate finish Wed Feb 01 11:31:39 2017 xorriso : UPDATE : 40.98% done, estimate finish Wed Feb 01 11:31:44 2017 xorriso : UPDATE : 40.98% done, estimate finish Wed Feb 01 11:31:49 2017 xorriso : UPDATE : 44.04% done, estimate finish Wed Feb 01 11:31:33 2017 xorriso : UPDATE : 45.00% done, estimate finish Wed Feb 01 11:31:31 2017 xorriso : UPDATE : 45.32% done, estimate finish Wed Feb 01 11:31:34 2017 xorriso : UPDATE : 46.37% done, estimate finish Wed Feb 01 11:31:32 2017 xorriso : UPDATE : 47.05% done, estimate finish Wed Feb 01 11:31:32 2017 xorriso : UPDATE : 47.67% done, estimate finish Wed Feb 01 11:31:33 2017 xorriso : UPDATE : 47.80% done, estimate finish Wed Feb 01 11:31:37 2017 xorriso : UPDATE : 48.98% done, estimate finish Wed Feb 01 11:31:34 2017 xorriso : UPDATE : 49.67% done, estimate finish Wed Feb 01 11:31:34 2017 xorriso : UPDATE : 50.12% done, estimate finish Wed Feb 01 11:31:36 2017 xorriso : UPDATE : 50.20% done, estimate finish Wed Feb 01 11:31:44 2017 xorriso : UPDATE : 50.20% done, estimate finish Wed Feb 01 11:31:52 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:31:44 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:31:49 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:31:55 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:32:00 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:32:05 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:32:11 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:32:16 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:33:48 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:34:05 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:34:23 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:34:41 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:34:59 2017 xorriso : UPDATE : 52.15% done, estimate finish Wed Feb 01 11:35:16 2017 xorriso : UPDATE : 54.64% done, estimate finish Wed Feb 01 11:32:58 2017 xorriso : UPDATE : 60.35% done, estimate finish Wed Feb 01 11:31:48 2017 xorriso : UPDATE : 64.78% done, estimate finish Wed Feb 01 11:31:30 2017 xorriso : UPDATE : 65.26% done, estimate finish Wed Feb 01 11:31:30 2017 xorriso : UPDATE : 65.92% done, estimate finish Wed Feb 01 11:31:17 2017 xorriso : UPDATE : 66.56% done, estimate finish Wed Feb 01 11:31:18 2017 xorriso : UPDATE : 67.12% done, estimate finish Wed Feb 01 11:31:20 2017 xorriso : UPDATE : 68.16% done, estimate finish Wed Feb 01 11:31:20 2017 xorriso : UPDATE : 68.73% done, estimate finish Wed Feb 01 11:31:21 2017 xorriso : UPDATE : 68.80% done, estimate finish Wed Feb 01 11:31:24 2017 xorriso : UPDATE : 70.39% done, estimate finish Wed Feb 01 11:31:22 2017 xorriso : UPDATE : 70.78% done, estimate finish Wed Feb 01 11:31:24 2017 xorriso : UPDATE : 71.32% done, estimate finish Wed Feb 01 11:31:24 2017 xorriso : UPDATE : 71.78% done, estimate finish Wed Feb 01 11:31:26 2017 xorriso : UPDATE : 72.36% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 73.22% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 73.22% done, estimate finish Wed Feb 01 11:31:42 2017 xorriso : UPDATE : 73.22% done, estimate finish Wed Feb 01 11:31:45 2017 xorriso : UPDATE : 75.36% done, estimate finish Wed Feb 01 11:31:37 2017 xorriso : UPDATE : 75.71% done, estimate finish Wed Feb 01 11:31:39 2017 xorriso : UPDATE : 76.07% done, estimate finish Wed Feb 01 11:31:40 2017 xorriso : UPDATE : 76.55% done, estimate finish Wed Feb 01 11:31:40 2017 xorriso : UPDATE : 77.23% done, estimate finish Wed Feb 01 11:31:41 2017 xorriso : UPDATE : 77.74% done, estimate finish Wed Feb 01 11:31:41 2017 xorriso : UPDATE : 78.07% done, estimate finish Wed Feb 01 11:31:44 2017 xorriso : UPDATE : 78.07% done, estimate finish Wed Feb 01 11:31:48 2017 xorriso : UPDATE : 78.07% done, estimate finish Wed Feb 01 11:31:53 2017 xorriso : UPDATE : 80.99% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 81.71% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 81.75% done, estimate finish Wed Feb 01 11:31:40 2017 xorriso : UPDATE : 81.75% done, estimate finish Wed Feb 01 11:31:43 2017 xorriso : UPDATE : 81.75% done, estimate finish Wed Feb 01 11:31:46 2017 xorriso : UPDATE : 84.48% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 85.40% done, estimate finish Wed Feb 01 11:31:37 2017 xorriso : UPDATE : 85.87% done, estimate finish Wed Feb 01 11:31:37 2017 xorriso : UPDATE : 86.42% done, estimate finish Wed Feb 01 11:31:35 2017 xorriso : UPDATE : 86.80% done, estimate finish Wed Feb 01 11:31:37 2017 xorriso : UPDATE : 87.55% done, estimate finish Wed Feb 01 11:31:37 2017 xorriso : UPDATE : 87.90% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 88.81% done, estimate finish Wed Feb 01 11:31:37 2017 xorriso : UPDATE : 89.27% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 89.63% done, estimate finish Wed Feb 01 11:31:39 2017 xorriso : UPDATE : 90.35% done, estimate finish Wed Feb 01 11:31:39 2017 xorriso : UPDATE : 91.06% done, estimate finish Wed Feb 01 11:31:39 2017 xorriso : UPDATE : 92.06% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 92.54% done, estimate finish Wed Feb 01 11:31:40 2017 xorriso : UPDATE : 92.54% done, estimate finish Wed Feb 01 11:31:42 2017 xorriso : UPDATE : 93.37% done, estimate finish Wed Feb 01 11:31:41 2017 xorriso : UPDATE : 94.53% done, estimate finish Wed Feb 01 11:31:39 2017 xorriso : UPDATE : 95.03% done, estimate finish Wed Feb 01 11:31:40 2017 xorriso : UPDATE : 95.03% done, estimate finish Wed Feb 01 11:31:41 2017 xorriso : UPDATE : 97.11% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 97.79% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 98.46% done, estimate finish Wed Feb 01 11:31:38 2017 xorriso : UPDATE : 98.92% done xorriso : UPDATE : 99.91% done ISO image produced: 2293952 sectors Written to medium : 2293952 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-3.iso' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:31:39 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 4' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-4.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-4.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot4 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD4' xorriso : UPDATE : 4310 files added in 1 seconds xorriso : UPDATE : 4310 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.40% done xorriso : UPDATE : 1.35% done, estimate finish Wed Feb 01 11:34:30 2017 xorriso : UPDATE : 2.14% done, estimate finish Wed Feb 01 11:34:14 2017 xorriso : UPDATE : 2.55% done, estimate finish Wed Feb 01 11:34:29 2017 xorriso : UPDATE : 2.55% done, estimate finish Wed Feb 01 11:35:08 2017 xorriso : UPDATE : 2.55% done, estimate finish Wed Feb 01 11:35:47 2017 xorriso : UPDATE : 5.34% done, estimate finish Wed Feb 01 11:33:57 2017 xorriso : UPDATE : 6.03% done, estimate finish Wed Feb 01 11:33:58 2017 xorriso : UPDATE : 6.65% done, estimate finish Wed Feb 01 11:34:00 2017 xorriso : UPDATE : 7.28% done, estimate finish Wed Feb 01 11:34:02 2017 xorriso : UPDATE : 7.82% done, estimate finish Wed Feb 01 11:34:05 2017 xorriso : UPDATE : 8.21% done, estimate finish Wed Feb 01 11:34:09 2017 xorriso : UPDATE : 8.23% done, estimate finish Wed Feb 01 11:34:18 2017 xorriso : UPDATE : 9.64% done, estimate finish Wed Feb 01 11:34:04 2017 xorriso : UPDATE : 10.32% done, estimate finish Wed Feb 01 11:34:04 2017 xorriso : UPDATE : 10.60% done, estimate finish Wed Feb 01 11:34:11 2017 xorriso : UPDATE : 11.52% done, estimate finish Wed Feb 01 11:34:06 2017 xorriso : UPDATE : 11.92% done, estimate finish Wed Feb 01 11:34:10 2017 xorriso : UPDATE : 12.52% done, estimate finish Wed Feb 01 11:34:11 2017 xorriso : UPDATE : 13.29% done, estimate finish Wed Feb 01 11:34:10 2017 xorriso : UPDATE : 13.81% done, estimate finish Wed Feb 01 11:34:11 2017 xorriso : UPDATE : 14.49% done, estimate finish Wed Feb 01 11:34:11 2017 xorriso : UPDATE : 15.16% done, estimate finish Wed Feb 01 11:34:08 2017 xorriso : UPDATE : 15.63% done, estimate finish Wed Feb 01 11:34:11 2017 xorriso : UPDATE : 16.07% done, estimate finish Wed Feb 01 11:34:14 2017 xorriso : UPDATE : 16.07% done, estimate finish Wed Feb 01 11:34:24 2017 xorriso : UPDATE : 16.07% done, estimate finish Wed Feb 01 11:34:33 2017 xorriso : UPDATE : 19.02% done, estimate finish Wed Feb 01 11:34:03 2017 xorriso : UPDATE : 19.21% done, estimate finish Wed Feb 01 11:34:08 2017 xorriso : UPDATE : 20.82% done, estimate finish Wed Feb 01 11:33:59 2017 xorriso : UPDATE : 21.33% done, estimate finish Wed Feb 01 11:34:02 2017 xorriso : UPDATE : 21.82% done, estimate finish Wed Feb 01 11:34:04 2017 xorriso : UPDATE : 21.82% done, estimate finish Wed Feb 01 11:34:11 2017 xorriso : UPDATE : 21.82% done, estimate finish Wed Feb 01 11:34:20 2017 xorriso : UPDATE : 21.82% done, estimate finish Wed Feb 01 11:34:29 2017 xorriso : UPDATE : 21.82% done, estimate finish Wed Feb 01 11:34:38 2017 xorriso : UPDATE : 22.51% done, estimate finish Wed Feb 01 11:34:36 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:33:54 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:34:00 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:34:06 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:34:11 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:34:17 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:34:32 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:34:43 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:34:53 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:35:03 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:35:13 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:35:24 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:35:34 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:35:44 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:35:54 2017 xorriso : UPDATE : 27.06% done, estimate finish Wed Feb 01 11:36:05 2017 xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 27.06% done xorriso : UPDATE : 36.75% done, estimate finish Wed Feb 01 11:34:22 2017 xorriso : UPDATE : 48.56% done, estimate finish Wed Feb 01 11:33:33 2017 xorriso : UPDATE : 53.94% done, estimate finish Wed Feb 01 11:33:23 2017 xorriso : UPDATE : 53.94% done, estimate finish Wed Feb 01 11:33:26 2017 xorriso : UPDATE : 53.94% done, estimate finish Wed Feb 01 11:33:29 2017 xorriso : UPDATE : 56.58% done, estimate finish Wed Feb 01 11:33:26 2017 xorriso : UPDATE : 57.15% done, estimate finish Wed Feb 01 11:33:28 2017 xorriso : UPDATE : 57.90% done, estimate finish Wed Feb 01 11:33:18 2017 xorriso : UPDATE : 58.42% done, estimate finish Wed Feb 01 11:33:19 2017 xorriso : UPDATE : 58.75% done, estimate finish Wed Feb 01 11:33:21 2017 xorriso : UPDATE : 59.98% done, estimate finish Wed Feb 01 11:33:21 2017 xorriso : UPDATE : 60.20% done, estimate finish Wed Feb 01 11:33:23 2017 xorriso : UPDATE : 60.20% done, estimate finish Wed Feb 01 11:33:26 2017 xorriso : UPDATE : 60.20% done, estimate finish Wed Feb 01 11:33:27 2017 xorriso : UPDATE : 63.85% done, estimate finish Wed Feb 01 11:33:24 2017 xorriso : UPDATE : 64.55% done, estimate finish Wed Feb 01 11:33:25 2017 xorriso : UPDATE : 65.04% done, estimate finish Wed Feb 01 11:33:26 2017 xorriso : UPDATE : 66.14% done, estimate finish Wed Feb 01 11:33:45 2017 xorriso : UPDATE : 66.52% done, estimate finish Wed Feb 01 11:33:46 2017 xorriso : UPDATE : 66.92% done, estimate finish Wed Feb 01 11:33:48 2017 xorriso : UPDATE : 66.92% done, estimate finish Wed Feb 01 11:33:52 2017 xorriso : UPDATE : 68.52% done, estimate finish Wed Feb 01 11:33:48 2017 xorriso : UPDATE : 69.41% done, estimate finish Wed Feb 01 11:33:47 2017 xorriso : UPDATE : 69.96% done, estimate finish Wed Feb 01 11:33:48 2017 xorriso : UPDATE : 70.46% done, estimate finish Wed Feb 01 11:33:50 2017 xorriso : UPDATE : 71.60% done, estimate finish Wed Feb 01 11:33:48 2017 xorriso : UPDATE : 71.96% done, estimate finish Wed Feb 01 11:33:49 2017 xorriso : UPDATE : 72.67% done, estimate finish Wed Feb 01 11:33:53 2017 xorriso : UPDATE : 73.47% done, estimate finish Wed Feb 01 11:33:52 2017 xorriso : UPDATE : 74.16% done, estimate finish Wed Feb 01 11:33:52 2017 xorriso : UPDATE : 74.58% done, estimate finish Wed Feb 01 11:33:54 2017 xorriso : UPDATE : 74.87% done, estimate finish Wed Feb 01 11:33:56 2017 xorriso : UPDATE : 74.87% done, estimate finish Wed Feb 01 11:33:59 2017 xorriso : UPDATE : 74.87% done, estimate finish Wed Feb 01 11:34:03 2017 xorriso : UPDATE : 77.07% done, estimate finish Wed Feb 01 11:33:54 2017 xorriso : UPDATE : 78.63% done, estimate finish Wed Feb 01 11:33:50 2017 xorriso : UPDATE : 79.87% done, estimate finish Wed Feb 01 11:33:49 2017 xorriso : UPDATE : 80.31% done, estimate finish Wed Feb 01 11:33:48 2017 xorriso : UPDATE : 80.92% done, estimate finish Wed Feb 01 11:33:49 2017 xorriso : UPDATE : 81.56% done, estimate finish Wed Feb 01 11:33:49 2017 xorriso : UPDATE : 82.26% done, estimate finish Wed Feb 01 11:33:50 2017 xorriso : UPDATE : 82.66% done, estimate finish Wed Feb 01 11:33:51 2017 xorriso : UPDATE : 82.94% done, estimate finish Wed Feb 01 11:33:52 2017 xorriso : UPDATE : 83.40% done, estimate finish Wed Feb 01 11:33:53 2017 xorriso : UPDATE : 84.14% done, estimate finish Wed Feb 01 11:33:53 2017 xorriso : UPDATE : 84.52% done, estimate finish Wed Feb 01 11:33:54 2017 xorriso : UPDATE : 85.70% done, estimate finish Wed Feb 01 11:33:52 2017 xorriso : UPDATE : 86.32% done, estimate finish Wed Feb 01 11:33:52 2017 xorriso : UPDATE : 86.79% done, estimate finish Wed Feb 01 11:33:56 2017 xorriso : UPDATE : 87.41% done, estimate finish Wed Feb 01 11:33:56 2017 xorriso : UPDATE : 87.73% done, estimate finish Wed Feb 01 11:33:56 2017 xorriso : UPDATE : 88.18% done, estimate finish Wed Feb 01 11:33:56 2017 xorriso : UPDATE : 89.23% done, estimate finish Wed Feb 01 11:33:55 2017 xorriso : UPDATE : 90.07% done, estimate finish Wed Feb 01 11:33:55 2017 xorriso : UPDATE : 90.61% done, estimate finish Wed Feb 01 11:33:55 2017 xorriso : UPDATE : 91.06% done, estimate finish Wed Feb 01 11:33:55 2017 xorriso : UPDATE : 92.42% done, estimate finish Wed Feb 01 11:33:53 2017 xorriso : UPDATE : 92.86% done, estimate finish Wed Feb 01 11:33:54 2017 xorriso : UPDATE : 93.77% done, estimate finish Wed Feb 01 11:33:52 2017 xorriso : UPDATE : 94.77% done, estimate finish Wed Feb 01 11:33:52 2017 xorriso : UPDATE : 95.79% done, estimate finish Wed Feb 01 11:33:51 2017 xorriso : UPDATE : 96.36% done, estimate finish Wed Feb 01 11:33:51 2017 xorriso : UPDATE : 96.98% done, estimate finish Wed Feb 01 11:33:52 2017 xorriso : UPDATE : 97.78% done, estimate finish Wed Feb 01 11:33:52 2017 xorriso : UPDATE : 98.68% done xorriso : UPDATE : 99.22% done xorriso : UPDATE : 99.77% done ISO image produced: 2188620 sectors Written to medium : 2188620 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:33:53 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 5' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-5.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-5.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot5 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD5' xorriso : UPDATE : 4909 files added in 1 seconds xorriso : UPDATE : 4909 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.23% done xorriso : UPDATE : 0.56% done xorriso : UPDATE : 0.58% done, estimate finish Wed Feb 01 11:42:13 2017 xorriso : UPDATE : 0.58% done, estimate finish Wed Feb 01 11:44:48 2017 xorriso : UPDATE : 2.44% done, estimate finish Wed Feb 01 11:37:11 2017 xorriso : UPDATE : 3.02% done, estimate finish Wed Feb 01 11:37:07 2017 xorriso : UPDATE : 3.49% done, estimate finish Wed Feb 01 11:37:10 2017 xorriso : UPDATE : 4.27% done, estimate finish Wed Feb 01 11:36:57 2017 xorriso : UPDATE : 4.80% done, estimate finish Wed Feb 01 11:36:58 2017 xorriso : UPDATE : 5.20% done, estimate finish Wed Feb 01 11:37:03 2017 xorriso : UPDATE : 5.65% done, estimate finish Wed Feb 01 11:37:06 2017 xorriso : UPDATE : 5.97% done, estimate finish Wed Feb 01 11:37:12 2017 xorriso : UPDATE : 6.43% done, estimate finish Wed Feb 01 11:37:14 2017 xorriso : UPDATE : 7.22% done, estimate finish Wed Feb 01 11:37:06 2017 xorriso : UPDATE : 7.61% done, estimate finish Wed Feb 01 11:37:08 2017 xorriso : UPDATE : 7.93% done, estimate finish Wed Feb 01 11:37:15 2017 xorriso : UPDATE : 8.67% done, estimate finish Wed Feb 01 11:37:07 2017 xorriso : UPDATE : 8.93% done, estimate finish Wed Feb 01 11:37:15 2017 xorriso : UPDATE : 9.64% done, estimate finish Wed Feb 01 11:37:08 2017 xorriso : UPDATE : 10.31% done, estimate finish Wed Feb 01 11:37:05 2017 xorriso : UPDATE : 10.65% done, estimate finish Wed Feb 01 11:37:09 2017 xorriso : UPDATE : 10.78% done, estimate finish Wed Feb 01 11:37:18 2017 xorriso : UPDATE : 10.91% done, estimate finish Wed Feb 01 11:37:26 2017 xorriso : UPDATE : 11.81% done, estimate finish Wed Feb 01 11:37:17 2017 xorriso : UPDATE : 12.87% done, estimate finish Wed Feb 01 11:37:05 2017 xorriso : UPDATE : 13.41% done, estimate finish Wed Feb 01 11:37:05 2017 xorriso : UPDATE : 13.81% done, estimate finish Wed Feb 01 11:37:07 2017 xorriso : UPDATE : 13.81% done, estimate finish Wed Feb 01 11:37:20 2017 xorriso : UPDATE : 16.20% done, estimate finish Wed Feb 01 11:36:44 2017 xorriso : UPDATE : 16.54% done, estimate finish Wed Feb 01 11:36:48 2017 xorriso : UPDATE : 17.35% done, estimate finish Wed Feb 01 11:36:45 2017 xorriso : UPDATE : 17.83% done, estimate finish Wed Feb 01 11:36:46 2017 xorriso : UPDATE : 18.01% done, estimate finish Wed Feb 01 11:36:52 2017 xorriso : UPDATE : 18.01% done, estimate finish Wed Feb 01 11:36:59 2017 xorriso : UPDATE : 18.01% done, estimate finish Wed Feb 01 11:37:08 2017 xorriso : UPDATE : 18.01% done, estimate finish Wed Feb 01 11:37:20 2017 xorriso : UPDATE : 18.01% done, estimate finish Wed Feb 01 11:37:32 2017 xorriso : UPDATE : 18.01% done, estimate finish Wed Feb 01 11:37:44 2017 xorriso : UPDATE : 23.36% done, estimate finish Wed Feb 01 11:36:25 2017 xorriso : UPDATE : 23.66% done, estimate finish Wed Feb 01 11:36:29 2017 xorriso : UPDATE : 23.66% done, estimate finish Wed Feb 01 11:36:36 2017 xorriso : UPDATE : 23.66% done, estimate finish Wed Feb 01 11:36:42 2017 xorriso : UPDATE : 23.66% done, estimate finish Wed Feb 01 11:36:48 2017 xorriso : UPDATE : 25.27% done, estimate finish Wed Feb 01 11:36:38 2017 xorriso : UPDATE : 28.31% done, estimate finish Wed Feb 01 11:36:06 2017 xorriso : UPDATE : 28.57% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 30.06% done, estimate finish Wed Feb 01 11:36:06 2017 xorriso : UPDATE : 30.66% done, estimate finish Wed Feb 01 11:36:08 2017 xorriso : UPDATE : 31.22% done, estimate finish Wed Feb 01 11:36:09 2017 xorriso : UPDATE : 31.79% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 32.24% done, estimate finish Wed Feb 01 11:36:13 2017 xorriso : UPDATE : 32.73% done, estimate finish Wed Feb 01 11:36:14 2017 xorriso : UPDATE : 32.73% done, estimate finish Wed Feb 01 11:36:19 2017 xorriso : UPDATE : 35.05% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 35.61% done, estimate finish Wed Feb 01 11:36:21 2017 xorriso : UPDATE : 35.66% done, estimate finish Wed Feb 01 11:36:27 2017 xorriso : UPDATE : 36.98% done, estimate finish Wed Feb 01 11:36:21 2017 xorriso : UPDATE : 37.65% done, estimate finish Wed Feb 01 11:36:21 2017 xorriso : UPDATE : 38.04% done, estimate finish Wed Feb 01 11:36:24 2017 xorriso : UPDATE : 38.56% done, estimate finish Wed Feb 01 11:36:25 2017 xorriso : UPDATE : 38.61% done, estimate finish Wed Feb 01 11:36:30 2017 xorriso : UPDATE : 40.35% done, estimate finish Wed Feb 01 11:36:22 2017 xorriso : UPDATE : 41.37% done, estimate finish Wed Feb 01 11:36:20 2017 xorriso : UPDATE : 41.89% done, estimate finish Wed Feb 01 11:36:21 2017 xorriso : UPDATE : 42.55% done, estimate finish Wed Feb 01 11:36:23 2017 xorriso : UPDATE : 43.01% done, estimate finish Wed Feb 01 11:36:25 2017 xorriso : UPDATE : 43.70% done, estimate finish Wed Feb 01 11:36:25 2017 xorriso : UPDATE : 43.70% done, estimate finish Wed Feb 01 11:36:31 2017 xorriso : UPDATE : 43.70% done, estimate finish Wed Feb 01 11:36:37 2017 xorriso : UPDATE : 43.70% done, estimate finish Wed Feb 01 11:36:43 2017 xorriso : UPDATE : 43.70% done, estimate finish Wed Feb 01 11:36:49 2017 xorriso : UPDATE : 43.70% done, estimate finish Wed Feb 01 11:36:55 2017 xorriso : UPDATE : 43.70% done, estimate finish Wed Feb 01 11:37:01 2017 xorriso : UPDATE : 43.70% done, estimate finish Wed Feb 01 11:37:07 2017 xorriso : UPDATE : 43.70% done, estimate finish Wed Feb 01 11:40:57 2017 xorriso : UPDATE : 43.70% done, estimate finish Wed Feb 01 11:41:30 2017 xorriso : UPDATE : 48.69% done, estimate finish Wed Feb 01 11:36:45 2017 xorriso : UPDATE : 54.91% done, estimate finish Wed Feb 01 11:36:04 2017 xorriso : UPDATE : 54.91% done, estimate finish Wed Feb 01 11:36:08 2017 xorriso : UPDATE : 54.91% done, estimate finish Wed Feb 01 11:36:12 2017 xorriso : UPDATE : 54.91% done, estimate finish Wed Feb 01 11:36:15 2017 xorriso : UPDATE : 54.91% done, estimate finish Wed Feb 01 11:36:19 2017 xorriso : UPDATE : 60.54% done, estimate finish Wed Feb 01 11:36:00 2017 xorriso : UPDATE : 60.76% done, estimate finish Wed Feb 01 11:36:02 2017 xorriso : UPDATE : 62.65% done, estimate finish Wed Feb 01 11:35:46 2017 xorriso : UPDATE : 63.06% done, estimate finish Wed Feb 01 11:35:49 2017 xorriso : UPDATE : 63.12% done, estimate finish Wed Feb 01 11:35:51 2017 xorriso : UPDATE : 63.46% done, estimate finish Wed Feb 01 11:35:53 2017 xorriso : UPDATE : 63.55% done, estimate finish Wed Feb 01 11:35:55 2017 xorriso : UPDATE : 63.55% done, estimate finish Wed Feb 01 11:35:57 2017 xorriso : UPDATE : 66.58% done, estimate finish Wed Feb 01 11:35:53 2017 xorriso : UPDATE : 66.89% done, estimate finish Wed Feb 01 11:35:55 2017 xorriso : UPDATE : 68.13% done, estimate finish Wed Feb 01 11:35:55 2017 xorriso : UPDATE : 68.56% done, estimate finish Wed Feb 01 11:35:57 2017 xorriso : UPDATE : 69.61% done, estimate finish Wed Feb 01 11:36:12 2017 xorriso : UPDATE : 69.93% done, estimate finish Wed Feb 01 11:36:14 2017 xorriso : UPDATE : 71.17% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 71.86% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 72.83% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 73.38% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 73.92% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 74.10% done, estimate finish Wed Feb 01 11:36:14 2017 xorriso : UPDATE : 75.90% done, estimate finish Wed Feb 01 11:36:09 2017 xorriso : UPDATE : 76.67% done, estimate finish Wed Feb 01 11:36:09 2017 xorriso : UPDATE : 77.20% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 77.80% done, estimate finish Wed Feb 01 11:36:09 2017 xorriso : UPDATE : 78.40% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 78.80% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 79.43% done, estimate finish Wed Feb 01 11:36:12 2017 xorriso : UPDATE : 80.25% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 81.19% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 81.67% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 82.40% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 83.34% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 84.18% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 84.79% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 85.47% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 85.76% done, estimate finish Wed Feb 01 11:36:13 2017 xorriso : UPDATE : 87.07% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 87.63% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 88.62% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 89.63% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 90.20% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 91.35% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 92.31% done, estimate finish Wed Feb 01 11:36:09 2017 xorriso : UPDATE : 92.90% done, estimate finish Wed Feb 01 11:36:08 2017 xorriso : UPDATE : 93.43% done, estimate finish Wed Feb 01 11:36:09 2017 xorriso : UPDATE : 93.52% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 94.22% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 94.56% done, estimate finish Wed Feb 01 11:36:11 2017 xorriso : UPDATE : 95.86% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 96.63% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 97.14% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 98.02% done, estimate finish Wed Feb 01 11:36:10 2017 xorriso : UPDATE : 98.83% done xorriso : UPDATE : 99.64% done ISO image produced: 2276212 sectors Written to medium : 2276212 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:36:11 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 6' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-6.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-6.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot6 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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 Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3i386/stretch/CD6' xorriso : UPDATE : 4353 files added in 1 seconds xorriso : UPDATE : 4353 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.3-1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.25% done xorriso : UPDATE : 1.54% done, estimate finish Wed Feb 01 11:38:22 2017 xorriso : UPDATE : 2.22% done, estimate finish Wed Feb 01 11:38:28 2017 xorriso : UPDATE : 2.89% done, estimate finish Wed Feb 01 11:38:31 2017 xorriso : UPDATE : 3.63% done, estimate finish Wed Feb 01 11:38:30 2017 xorriso : UPDATE : 3.80% done, estimate finish Wed Feb 01 11:38:51 2017 xorriso : UPDATE : 3.80% done, estimate finish Wed Feb 01 11:39:17 2017 xorriso : UPDATE : 3.80% done, estimate finish Wed Feb 01 11:39:43 2017 xorriso : UPDATE : 4.02% done, estimate finish Wed Feb 01 11:39:57 2017 xorriso : UPDATE : 7.99% done, estimate finish Wed Feb 01 11:38:18 2017 xorriso : UPDATE : 8.45% done, estimate finish Wed Feb 01 11:38:23 2017 xorriso : UPDATE : 9.47% done, estimate finish Wed Feb 01 11:38:18 2017 xorriso : UPDATE : 10.12% done, estimate finish Wed Feb 01 11:38:20 2017 xorriso : UPDATE : 11.16% done, estimate finish Wed Feb 01 11:38:17 2017 xorriso : UPDATE : 11.28% done, estimate finish Wed Feb 01 11:38:26 2017 xorriso : UPDATE : 12.77% done, estimate finish Wed Feb 01 11:38:17 2017 xorriso : UPDATE : 13.44% done, estimate finish Wed Feb 01 11:38:18 2017 xorriso : UPDATE : 14.16% done, estimate finish Wed Feb 01 11:38:19 2017 xorriso : UPDATE : 14.61% done, estimate finish Wed Feb 01 11:38:22 2017 xorriso : UPDATE : 15.38% done, estimate finish Wed Feb 01 11:38:22 2017 xorriso : UPDATE : 16.46% done, estimate finish Wed Feb 01 11:38:20 2017 xorriso : UPDATE : 17.45% done, estimate finish Wed Feb 01 11:38:17 2017 xorriso : UPDATE : 17.94% done, estimate finish Wed Feb 01 11:38:21 2017 xorriso : UPDATE : 18.68% done, estimate finish Wed Feb 01 11:38:21 2017 xorriso : UPDATE : 19.05% done, estimate finish Wed Feb 01 11:38:25 2017 xorriso : UPDATE : 19.89% done, estimate finish Wed Feb 01 11:38:25 2017 xorriso : UPDATE : 19.89% done, estimate finish Wed Feb 01 11:38:32 2017 xorriso : UPDATE : 19.89% done, estimate finish Wed Feb 01 11:38:39 2017 xorriso : UPDATE : 19.89% done, estimate finish Wed Feb 01 11:38:46 2017 xorriso : UPDATE : 19.89% done, estimate finish Wed Feb 01 11:38:54 2017 xorriso : UPDATE : 19.89% done, estimate finish Wed Feb 01 11:39:01 2017 xorriso : UPDATE : 26.34% done, estimate finish Wed Feb 01 11:38:09 2017 xorriso : UPDATE : 27.02% done, estimate finish Wed Feb 01 11:38:10 2017 xorriso : UPDATE : 27.61% done, estimate finish Wed Feb 01 11:38:13 2017 xorriso : UPDATE : 28.63% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 28.66% done, estimate finish Wed Feb 01 11:38:17 2017 xorriso : UPDATE : 30.34% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 31.06% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 31.34% done, estimate finish Wed Feb 01 11:38:15 2017 xorriso : UPDATE : 32.32% done, estimate finish Wed Feb 01 11:38:14 2017 xorriso : UPDATE : 32.70% done, estimate finish Wed Feb 01 11:38:17 2017 xorriso : UPDATE : 32.70% done, estimate finish Wed Feb 01 11:38:21 2017 xorriso : UPDATE : 34.78% done, estimate finish Wed Feb 01 11:38:18 2017 xorriso : UPDATE : 34.78% done, estimate finish Wed Feb 01 11:38:24 2017 xorriso : UPDATE : 34.78% done, estimate finish Wed Feb 01 11:38:30 2017 xorriso : UPDATE : 34.78% done, estimate finish Wed Feb 01 11:38:37 2017 xorriso : UPDATE : 34.78% done, estimate finish Wed Feb 01 11:38:44 2017 xorriso : UPDATE : 34.78% done, estimate finish Wed Feb 01 11:38:49 2017 xorriso : UPDATE : 34.78% done, estimate finish Wed Feb 01 11:38:57 2017 xorriso : UPDATE : 34.78% done, estimate finish Wed Feb 01 11:39:03 2017 xorriso : UPDATE : 34.78% done, estimate finish Wed Feb 01 11:39:09 2017 xorriso : UPDATE : 34.78% done, estimate finish Wed Feb 01 11:39:15 2017 xorriso : UPDATE : 34.78% done xorriso : UPDATE : 34.78% done xorriso : UPDATE : 34.78% done xorriso : UPDATE : 34.78% done xorriso : UPDATE : 34.78% done xorriso : UPDATE : 34.78% done xorriso : UPDATE : 34.78% done xorriso : UPDATE : 40.75% done, estimate finish Wed Feb 01 11:39:31 2017 xorriso : UPDATE : 53.15% done, estimate finish Wed Feb 01 11:38:01 2017 xorriso : UPDATE : 53.72% done, estimate finish Wed Feb 01 11:38:02 2017 xorriso : UPDATE : 54.43% done, estimate finish Wed Feb 01 11:37:47 2017 xorriso : UPDATE : 54.82% done, estimate finish Wed Feb 01 11:37:49 2017 xorriso : UPDATE : 54.82% done, estimate finish Wed Feb 01 11:37:53 2017 xorriso : UPDATE : 56.93% done, estimate finish Wed Feb 01 11:37:51 2017 xorriso : UPDATE : 57.33% done, estimate finish Wed Feb 01 11:37:52 2017 xorriso : UPDATE : 58.36% done, estimate finish Wed Feb 01 11:37:53 2017 xorriso : UPDATE : 59.06% done, estimate finish Wed Feb 01 11:37:54 2017 xorriso : UPDATE : 60.04% done, estimate finish Wed Feb 01 11:37:54 2017 xorriso : UPDATE : 60.57% done, estimate finish Wed Feb 01 11:37:56 2017 xorriso : UPDATE : 61.38% done, estimate finish Wed Feb 01 11:37:56 2017 xorriso : UPDATE : 62.07% done, estimate finish Wed Feb 01 11:38:13 2017 xorriso : UPDATE : 62.97% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 63.77% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 64.66% done, estimate finish Wed Feb 01 11:38:11 2017 xorriso : UPDATE : 65.60% done, estimate finish Wed Feb 01 11:38:11 2017 xorriso : UPDATE : 66.36% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 67.20% done, estimate finish Wed Feb 01 11:38:11 2017 xorriso : UPDATE : 67.69% done, estimate finish Wed Feb 01 11:38:13 2017 xorriso : UPDATE : 68.62% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 69.24% done, estimate finish Wed Feb 01 11:38:13 2017 xorriso : UPDATE : 69.77% done, estimate finish Wed Feb 01 11:38:13 2017 xorriso : UPDATE : 70.31% done, estimate finish Wed Feb 01 11:38:14 2017 xorriso : UPDATE : 70.97% done, estimate finish Wed Feb 01 11:38:15 2017 xorriso : UPDATE : 70.97% done, estimate finish Wed Feb 01 11:38:19 2017 xorriso : UPDATE : 70.97% done, estimate finish Wed Feb 01 11:38:22 2017 xorriso : UPDATE : 70.97% done, estimate finish Wed Feb 01 11:38:26 2017 xorriso : UPDATE : 74.14% done, estimate finish Wed Feb 01 11:38:15 2017 xorriso : UPDATE : 76.16% done, estimate finish Wed Feb 01 11:38:10 2017 xorriso : UPDATE : 77.00% done, estimate finish Wed Feb 01 11:38:10 2017 xorriso : UPDATE : 77.49% done, estimate finish Wed Feb 01 11:38:11 2017 xorriso : UPDATE : 77.73% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 78.06% done, estimate finish Wed Feb 01 11:38:14 2017 xorriso : UPDATE : 78.83% done, estimate finish Wed Feb 01 11:38:15 2017 xorriso : UPDATE : 79.46% done, estimate finish Wed Feb 01 11:38:15 2017 xorriso : UPDATE : 80.32% done, estimate finish Wed Feb 01 11:38:15 2017 xorriso : UPDATE : 80.88% done, estimate finish Wed Feb 01 11:38:15 2017 xorriso : UPDATE : 81.72% done, estimate finish Wed Feb 01 11:38:15 2017 xorriso : UPDATE : 82.34% done, estimate finish Wed Feb 01 11:38:15 2017 xorriso : UPDATE : 82.34% done, estimate finish Wed Feb 01 11:38:17 2017 xorriso : UPDATE : 82.34% done, estimate finish Wed Feb 01 11:38:19 2017 xorriso : UPDATE : 82.34% done, estimate finish Wed Feb 01 11:38:30 2017 xorriso : UPDATE : 86.53% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 87.33% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 88.77% done, estimate finish Wed Feb 01 11:38:11 2017 xorriso : UPDATE : 89.31% done, estimate finish Wed Feb 01 11:38:11 2017 xorriso : UPDATE : 89.82% done, estimate finish Wed Feb 01 11:38:12 2017 xorriso : UPDATE : 90.43% done, estimate finish Wed Feb 01 11:38:13 2017 xorriso : UPDATE : 90.83% done, estimate finish Wed Feb 01 11:38:13 2017 xorriso : UPDATE : 90.83% done, estimate finish Wed Feb 01 11:38:15 2017 xorriso : UPDATE : 90.83% done, estimate finish Wed Feb 01 11:38:17 2017 xorriso : UPDATE : 90.83% done, estimate finish Wed Feb 01 11:38:18 2017 xorriso : UPDATE : 95.51% done, estimate finish Wed Feb 01 11:38:09 2017 xorriso : UPDATE : 95.51% done, estimate finish Wed Feb 01 11:38:11 2017 xorriso : UPDATE : 97.42% done, estimate finish Wed Feb 01 11:38:10 2017 xorriso : UPDATE : 98.37% done xorriso : UPDATE : 99.51% done ISO image produced: 2293784 sectors Written to medium : 2293784 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:38:11 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 7' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-7.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-7.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot7 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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 : 6257 files added in 1 seconds xorriso : UPDATE : 6257 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/grub-firmware-qemu_2.02~beta3-3_i386.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+b1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. 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 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.25% done xorriso : UPDATE : 0.88% done xorriso : UPDATE : 1.28% done, estimate finish Wed Feb 01 11:41:59 2017 xorriso : UPDATE : 1.93% done, estimate finish Wed Feb 01 11:41:35 2017 xorriso : UPDATE : 2.63% done, estimate finish Wed Feb 01 11:41:19 2017 xorriso : UPDATE : 3.18% done, estimate finish Wed Feb 01 11:41:19 2017 xorriso : UPDATE : 3.62% done, estimate finish Wed Feb 01 11:41:24 2017 xorriso : UPDATE : 4.80% done, estimate finish Wed Feb 01 11:40:58 2017 xorriso : UPDATE : 5.20% done, estimate finish Wed Feb 01 11:41:04 2017 xorriso : UPDATE : 6.05% done, estimate finish Wed Feb 01 11:40:57 2017 xorriso : UPDATE : 7.13% done, estimate finish Wed Feb 01 11:40:46 2017 xorriso : UPDATE : 7.13% done, estimate finish Wed Feb 01 11:41:00 2017 xorriso : UPDATE : 9.14% done, estimate finish Wed Feb 01 11:40:33 2017 xorriso : UPDATE : 9.72% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 10.31% done, estimate finish Wed Feb 01 11:40:26 2017 xorriso : UPDATE : 11.00% done, estimate finish Wed Feb 01 11:40:26 2017 xorriso : UPDATE : 11.62% done, estimate finish Wed Feb 01 11:40:28 2017 xorriso : UPDATE : 12.21% done, estimate finish Wed Feb 01 11:40:30 2017 xorriso : UPDATE : 13.27% done, estimate finish Wed Feb 01 11:40:26 2017 xorriso : UPDATE : 14.16% done, estimate finish Wed Feb 01 11:40:24 2017 xorriso : UPDATE : 14.19% done, estimate finish Wed Feb 01 11:40:32 2017 xorriso : UPDATE : 15.90% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 16.59% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 17.43% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 18.29% done, estimate finish Wed Feb 01 11:40:22 2017 xorriso : UPDATE : 18.74% done, estimate finish Wed Feb 01 11:40:26 2017 xorriso : UPDATE : 19.41% done, estimate finish Wed Feb 01 11:40:26 2017 xorriso : UPDATE : 19.88% done, estimate finish Wed Feb 01 11:40:29 2017 xorriso : UPDATE : 20.90% done, estimate finish Wed Feb 01 11:40:26 2017 xorriso : UPDATE : 21.20% done, estimate finish Wed Feb 01 11:40:30 2017 xorriso : UPDATE : 22.09% done, estimate finish Wed Feb 01 11:40:29 2017 xorriso : UPDATE : 22.58% done, estimate finish Wed Feb 01 11:40:31 2017 xorriso : UPDATE : 23.43% done, estimate finish Wed Feb 01 11:40:30 2017 xorriso : UPDATE : 24.17% done, estimate finish Wed Feb 01 11:40:34 2017 xorriso : UPDATE : 24.90% done, estimate finish Wed Feb 01 11:40:34 2017 xorriso : UPDATE : 25.60% done, estimate finish Wed Feb 01 11:40:34 2017 xorriso : UPDATE : 26.05% done, estimate finish Wed Feb 01 11:40:36 2017 xorriso : UPDATE : 26.37% done, estimate finish Wed Feb 01 11:40:40 2017 xorriso : UPDATE : 26.70% done, estimate finish Wed Feb 01 11:40:43 2017 xorriso : UPDATE : 28.44% done, estimate finish Wed Feb 01 11:40:33 2017 xorriso : UPDATE : 28.82% done, estimate finish Wed Feb 01 11:40:36 2017 xorriso : UPDATE : 28.97% done, estimate finish Wed Feb 01 11:40:40 2017 xorriso : UPDATE : 30.83% done, estimate finish Wed Feb 01 11:40:31 2017 xorriso : UPDATE : 31.32% done, estimate finish Wed Feb 01 11:40:31 2017 xorriso : UPDATE : 31.74% done, estimate finish Wed Feb 01 11:40:34 2017 xorriso : UPDATE : 32.66% done, estimate finish Wed Feb 01 11:40:32 2017 xorriso : UPDATE : 33.51% done, estimate finish Wed Feb 01 11:40:31 2017 xorriso : UPDATE : 34.09% done, estimate finish Wed Feb 01 11:40:32 2017 xorriso : UPDATE : 34.55% done, estimate finish Wed Feb 01 11:40:34 2017 xorriso : UPDATE : 34.59% done, estimate finish Wed Feb 01 11:40:39 2017 xorriso : UPDATE : 34.87% done, estimate finish Wed Feb 01 11:40:42 2017 xorriso : UPDATE : 34.87% done, estimate finish Wed Feb 01 11:40:47 2017 xorriso : UPDATE : 37.23% done, estimate finish Wed Feb 01 11:40:35 2017 xorriso : UPDATE : 38.11% done, estimate finish Wed Feb 01 11:40:35 2017 xorriso : UPDATE : 38.71% done, estimate finish Wed Feb 01 11:40:36 2017 xorriso : UPDATE : 39.40% done, estimate finish Wed Feb 01 11:40:36 2017 xorriso : UPDATE : 40.00% done, estimate finish Wed Feb 01 11:40:36 2017 xorriso : UPDATE : 40.29% done, estimate finish Wed Feb 01 11:40:40 2017 xorriso : UPDATE : 41.38% done, estimate finish Wed Feb 01 11:40:36 2017 xorriso : UPDATE : 42.47% done, estimate finish Wed Feb 01 11:40:33 2017 xorriso : UPDATE : 42.47% done, estimate finish Wed Feb 01 11:40:38 2017 xorriso : UPDATE : 44.53% done, estimate finish Wed Feb 01 11:40:29 2017 xorriso : UPDATE : 44.74% done, estimate finish Wed Feb 01 11:40:33 2017 xorriso : UPDATE : 45.79% done, estimate finish Wed Feb 01 11:40:28 2017 xorriso : UPDATE : 47.38% done, estimate finish Wed Feb 01 11:40:22 2017 xorriso : UPDATE : 48.29% done, estimate finish Wed Feb 01 11:40:22 2017 xorriso : UPDATE : 48.93% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 49.74% done, estimate finish Wed Feb 01 11:40:22 2017 xorriso : UPDATE : 50.60% done, estimate finish Wed Feb 01 11:40:22 2017 xorriso : UPDATE : 51.28% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 52.04% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 52.44% done, estimate finish Wed Feb 01 11:40:25 2017 xorriso : UPDATE : 53.25% done, estimate finish Wed Feb 01 11:40:25 2017 xorriso : UPDATE : 53.59% done, estimate finish Wed Feb 01 11:40:27 2017 xorriso : UPDATE : 54.41% done, estimate finish Wed Feb 01 11:40:27 2017 xorriso : UPDATE : 54.95% done, estimate finish Wed Feb 01 11:40:28 2017 xorriso : UPDATE : 55.19% done, estimate finish Wed Feb 01 11:40:31 2017 xorriso : UPDATE : 55.19% done, estimate finish Wed Feb 01 11:40:35 2017 xorriso : UPDATE : 55.19% done, estimate finish Wed Feb 01 11:40:40 2017 xorriso : UPDATE : 55.19% done, estimate finish Wed Feb 01 11:40:44 2017 xorriso : UPDATE : 55.19% done, estimate finish Wed Feb 01 11:40:49 2017 xorriso : UPDATE : 55.19% done, estimate finish Wed Feb 01 11:40:53 2017 xorriso : UPDATE : 61.55% done, estimate finish Wed Feb 01 11:40:22 2017 xorriso : UPDATE : 62.37% done, estimate finish Wed Feb 01 11:40:20 2017 xorriso : UPDATE : 62.78% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 63.26% done, estimate finish Wed Feb 01 11:40:25 2017 xorriso : UPDATE : 63.67% done, estimate finish Wed Feb 01 11:40:26 2017 xorriso : UPDATE : 64.84% done, estimate finish Wed Feb 01 11:40:24 2017 xorriso : UPDATE : 64.84% done, estimate finish Wed Feb 01 11:40:27 2017 xorriso : UPDATE : 64.84% done, estimate finish Wed Feb 01 11:40:31 2017 xorriso : UPDATE : 67.96% done, estimate finish Wed Feb 01 11:40:21 2017 xorriso : UPDATE : 68.55% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 69.20% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 70.39% done, estimate finish Wed Feb 01 11:40:22 2017 xorriso : UPDATE : 71.24% done, estimate finish Wed Feb 01 11:40:22 2017 xorriso : UPDATE : 71.99% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 72.86% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 73.42% done, estimate finish Wed Feb 01 11:40:24 2017 xorriso : UPDATE : 74.25% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 74.97% done, estimate finish Wed Feb 01 11:40:24 2017 xorriso : UPDATE : 74.99% done, estimate finish Wed Feb 01 11:40:26 2017 xorriso : UPDATE : 76.74% done, estimate finish Wed Feb 01 11:40:23 2017 xorriso : UPDATE : 76.74% done, estimate finish Wed Feb 01 11:40:26 2017 xorriso : UPDATE : 76.74% done, estimate finish Wed Feb 01 11:40:28 2017 xorriso : UPDATE : 76.74% done, estimate finish Wed Feb 01 11:40:37 2017 xorriso : UPDATE : 76.74% done, estimate finish Wed Feb 01 11:40:41 2017 xorriso : UPDATE : 76.74% done, estimate finish Wed Feb 01 11:40:46 2017 xorriso : UPDATE : 76.74% done, estimate finish Wed Feb 01 11:40:51 2017 xorriso : UPDATE : 76.74% done, estimate finish Wed Feb 01 11:40:55 2017 xorriso : UPDATE : 78.69% done, estimate finish Wed Feb 01 11:40:43 2017 xorriso : UPDATE : 85.48% done, estimate finish Wed Feb 01 11:40:19 2017 xorriso : UPDATE : 85.96% done, estimate finish Wed Feb 01 11:40:20 2017 xorriso : UPDATE : 86.51% done, estimate finish Wed Feb 01 11:40:20 2017 xorriso : UPDATE : 87.34% done, estimate finish Wed Feb 01 11:40:21 2017 xorriso : UPDATE : 87.39% done, estimate finish Wed Feb 01 11:40:19 2017 xorriso : UPDATE : 87.39% done, estimate finish Wed Feb 01 11:40:22 2017 xorriso : UPDATE : 87.39% done, estimate finish Wed Feb 01 11:40:24 2017 xorriso : UPDATE : 87.39% done, estimate finish Wed Feb 01 11:40:26 2017 xorriso : UPDATE : 87.39% done, estimate finish Wed Feb 01 11:40:27 2017 xorriso : UPDATE : 87.39% done, estimate finish Wed Feb 01 11:40:29 2017 xorriso : UPDATE : 94.05% done, estimate finish Wed Feb 01 11:40:18 2017 xorriso : UPDATE : 94.47% done, estimate finish Wed Feb 01 11:40:19 2017 xorriso : UPDATE : 95.47% done, estimate finish Wed Feb 01 11:40:19 2017 xorriso : UPDATE : 95.67% done, estimate finish Wed Feb 01 11:40:20 2017 xorriso : UPDATE : 97.24% done, estimate finish Wed Feb 01 11:40:19 2017 xorriso : UPDATE : 97.74% done, estimate finish Wed Feb 01 11:40:20 2017 xorriso : UPDATE : 97.93% done, estimate finish Wed Feb 01 11:40:21 2017 xorriso : UPDATE : 98.97% done xorriso : UPDATE : 99.95% done ISO image produced: 2293100 sectors Written to medium : 2293100 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:40:22 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 8' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-8.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-8.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot8 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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 : 5372 files added in 1 seconds xorriso : UPDATE : 5372 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : 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-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-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-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 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.32% done xorriso : UPDATE : 0.75% done, estimate finish Wed Feb 01 11:44:49 2017 xorriso : UPDATE : 0.90% done, estimate finish Wed Feb 01 11:45:57 2017 xorriso : UPDATE : 2.18% done, estimate finish Wed Feb 01 11:43:27 2017 xorriso : UPDATE : 2.58% done, estimate finish Wed Feb 01 11:43:37 2017 xorriso : UPDATE : 3.92% done, estimate finish Wed Feb 01 11:42:57 2017 xorriso : UPDATE : 3.92% done, estimate finish Wed Feb 01 11:43:22 2017 xorriso : UPDATE : 5.91% done, estimate finish Wed Feb 01 11:42:39 2017 xorriso : UPDATE : 6.49% done, estimate finish Wed Feb 01 11:42:42 2017 xorriso : UPDATE : 6.90% done, estimate finish Wed Feb 01 11:42:49 2017 xorriso : UPDATE : 7.46% done, estimate finish Wed Feb 01 11:42:51 2017 xorriso : UPDATE : 7.95% done, estimate finish Wed Feb 01 11:42:43 2017 xorriso : UPDATE : 8.22% done, estimate finish Wed Feb 01 11:42:52 2017 xorriso : UPDATE : 9.05% done, estimate finish Wed Feb 01 11:42:48 2017 xorriso : UPDATE : 9.43% done, estimate finish Wed Feb 01 11:42:54 2017 xorriso : UPDATE : 10.60% done, estimate finish Wed Feb 01 11:42:46 2017 xorriso : UPDATE : 10.60% done, estimate finish Wed Feb 01 11:42:56 2017 xorriso : UPDATE : 10.60% done, estimate finish Wed Feb 01 11:43:07 2017 xorriso : UPDATE : 10.60% done, estimate finish Wed Feb 01 11:43:17 2017 xorriso : UPDATE : 14.37% done, estimate finish Wed Feb 01 11:42:37 2017 xorriso : UPDATE : 15.57% done, estimate finish Wed Feb 01 11:42:32 2017 xorriso : UPDATE : 16.11% done, estimate finish Wed Feb 01 11:42:34 2017 xorriso : UPDATE : 16.78% done, estimate finish Wed Feb 01 11:42:31 2017 xorriso : UPDATE : 17.45% done, estimate finish Wed Feb 01 11:42:33 2017 xorriso : UPDATE : 17.74% done, estimate finish Wed Feb 01 11:42:38 2017 xorriso : UPDATE : 18.84% done, estimate finish Wed Feb 01 11:42:34 2017 xorriso : UPDATE : 19.32% done, estimate finish Wed Feb 01 11:42:37 2017 xorriso : UPDATE : 19.80% done, estimate finish Wed Feb 01 11:42:39 2017 xorriso : UPDATE : 20.60% done, estimate finish Wed Feb 01 11:42:39 2017 xorriso : UPDATE : 20.97% done, estimate finish Wed Feb 01 11:42:42 2017 xorriso : UPDATE : 21.68% done, estimate finish Wed Feb 01 11:42:42 2017 xorriso : UPDATE : 22.51% done, estimate finish Wed Feb 01 11:42:41 2017 xorriso : UPDATE : 23.04% done, estimate finish Wed Feb 01 11:42:52 2017 xorriso : UPDATE : 23.76% done, estimate finish Wed Feb 01 11:42:51 2017 xorriso : UPDATE : 24.52% done, estimate finish Wed Feb 01 11:42:50 2017 xorriso : UPDATE : 25.39% done, estimate finish Wed Feb 01 11:42:47 2017 xorriso : UPDATE : 25.40% done, estimate finish Wed Feb 01 11:42:54 2017 xorriso : UPDATE : 25.40% done, estimate finish Wed Feb 01 11:43:02 2017 xorriso : UPDATE : 25.40% done, estimate finish Wed Feb 01 11:43:09 2017 xorriso : UPDATE : 29.36% done, estimate finish Wed Feb 01 11:42:38 2017 xorriso : UPDATE : 30.22% done, estimate finish Wed Feb 01 11:42:37 2017 xorriso : UPDATE : 30.90% done, estimate finish Wed Feb 01 11:42:38 2017 xorriso : UPDATE : 31.35% done, estimate finish Wed Feb 01 11:42:32 2017 xorriso : UPDATE : 31.77% done, estimate finish Wed Feb 01 11:42:35 2017 xorriso : UPDATE : 33.09% done, estimate finish Wed Feb 01 11:42:32 2017 xorriso : UPDATE : 33.72% done, estimate finish Wed Feb 01 11:42:32 2017 xorriso : UPDATE : 34.82% done, estimate finish Wed Feb 01 11:42:31 2017 xorriso : UPDATE : 35.74% done, estimate finish Wed Feb 01 11:42:31 2017 xorriso : UPDATE : 36.38% done, estimate finish Wed Feb 01 11:42:31 2017 xorriso : UPDATE : 36.38% done, estimate finish Wed Feb 01 11:42:36 2017 xorriso : UPDATE : 36.38% done, estimate finish Wed Feb 01 11:42:41 2017 xorriso : UPDATE : 36.38% done, estimate finish Wed Feb 01 11:42:45 2017 xorriso : UPDATE : 36.38% done, estimate finish Wed Feb 01 11:43:08 2017 xorriso : UPDATE : 36.38% done, estimate finish Wed Feb 01 11:43:19 2017 xorriso : UPDATE : 41.23% done, estimate finish Wed Feb 01 11:42:32 2017 xorriso : UPDATE : 43.58% done, estimate finish Wed Feb 01 11:42:23 2017 xorriso : UPDATE : 44.30% done, estimate finish Wed Feb 01 11:42:24 2017 xorriso : UPDATE : 44.43% done, estimate finish Wed Feb 01 11:42:27 2017 xorriso : UPDATE : 44.44% done, estimate finish Wed Feb 01 11:42:31 2017 xorriso : UPDATE : 44.44% done, estimate finish Wed Feb 01 11:42:35 2017 xorriso : UPDATE : 44.44% done, estimate finish Wed Feb 01 11:42:40 2017 xorriso : UPDATE : 44.44% done, estimate finish Wed Feb 01 11:42:44 2017 xorriso : UPDATE : 44.44% done, estimate finish Wed Feb 01 11:42:38 2017 xorriso : UPDATE : 48.41% done, estimate finish Wed Feb 01 11:42:21 2017 xorriso : UPDATE : 50.85% done, estimate finish Wed Feb 01 11:42:15 2017 xorriso : UPDATE : 50.85% done, estimate finish Wed Feb 01 11:42:19 2017 xorriso : UPDATE : 53.21% done, estimate finish Wed Feb 01 11:42:15 2017 xorriso : UPDATE : 53.72% done, estimate finish Wed Feb 01 11:42:17 2017 xorriso : UPDATE : 53.72% done, estimate finish Wed Feb 01 11:42:20 2017 xorriso : UPDATE : 53.72% done, estimate finish Wed Feb 01 11:42:23 2017 xorriso : UPDATE : 53.72% done, estimate finish Wed Feb 01 11:42:26 2017 xorriso : UPDATE : 53.72% done, estimate finish Wed Feb 01 11:42:29 2017 xorriso : UPDATE : 53.72% done, estimate finish Wed Feb 01 11:42:29 2017 xorriso : UPDATE : 53.72% done, estimate finish Wed Feb 01 11:42:34 2017 xorriso : UPDATE : 53.72% done, estimate finish Wed Feb 01 11:42:39 2017 xorriso : UPDATE : 61.93% done, estimate finish Wed Feb 01 11:42:12 2017 xorriso : UPDATE : 61.93% done, estimate finish Wed Feb 01 11:42:15 2017 xorriso : UPDATE : 61.93% done, estimate finish Wed Feb 01 11:42:18 2017 xorriso : UPDATE : 61.93% done, estimate finish Wed Feb 01 11:42:20 2017 xorriso : UPDATE : 61.93% done, estimate finish Wed Feb 01 11:42:23 2017 xorriso : UPDATE : 61.93% done, estimate finish Wed Feb 01 11:42:26 2017 xorriso : UPDATE : 61.93% done, estimate finish Wed Feb 01 11:42:28 2017 xorriso : UPDATE : 69.31% done, estimate finish Wed Feb 01 11:42:09 2017 xorriso : UPDATE : 69.89% done, estimate finish Wed Feb 01 11:42:11 2017 xorriso : UPDATE : 70.81% done, estimate finish Wed Feb 01 11:42:12 2017 xorriso : UPDATE : 71.68% done, estimate finish Wed Feb 01 11:42:12 2017 xorriso : UPDATE : 72.03% done, estimate finish Wed Feb 01 11:42:14 2017 xorriso : UPDATE : 72.03% done, estimate finish Wed Feb 01 11:42:16 2017 xorriso : UPDATE : 72.03% done, estimate finish Wed Feb 01 11:42:18 2017 xorriso : UPDATE : 72.03% done, estimate finish Wed Feb 01 11:42:20 2017 xorriso : UPDATE : 76.58% done, estimate finish Wed Feb 01 11:42:14 2017 xorriso : UPDATE : 77.04% done, estimate finish Wed Feb 01 11:42:15 2017 xorriso : UPDATE : 78.65% done, estimate finish Wed Feb 01 11:42:19 2017 xorriso : UPDATE : 79.37% done, estimate finish Wed Feb 01 11:42:19 2017 xorriso : UPDATE : 79.95% done, estimate finish Wed Feb 01 11:42:20 2017 xorriso : UPDATE : 80.54% done, estimate finish Wed Feb 01 11:42:21 2017 xorriso : UPDATE : 80.96% done, estimate finish Wed Feb 01 11:42:22 2017 xorriso : UPDATE : 82.49% done, estimate finish Wed Feb 01 11:42:20 2017 xorriso : UPDATE : 83.51% done, estimate finish Wed Feb 01 11:42:21 2017 xorriso : UPDATE : 84.15% done, estimate finish Wed Feb 01 11:42:21 2017 xorriso : UPDATE : 84.85% done, estimate finish Wed Feb 01 11:42:21 2017 xorriso : UPDATE : 84.89% done, estimate finish Wed Feb 01 11:42:23 2017 xorriso : UPDATE : 86.78% done, estimate finish Wed Feb 01 11:42:22 2017 xorriso : UPDATE : 87.33% done, estimate finish Wed Feb 01 11:42:22 2017 xorriso : UPDATE : 88.71% done, estimate finish Wed Feb 01 11:42:21 2017 xorriso : UPDATE : 89.36% done, estimate finish Wed Feb 01 11:42:21 2017 xorriso : UPDATE : 90.01% done, estimate finish Wed Feb 01 11:42:22 2017 xorriso : UPDATE : 90.58% done, estimate finish Wed Feb 01 11:42:22 2017 xorriso : UPDATE : 90.79% done, estimate finish Wed Feb 01 11:42:24 2017 xorriso : UPDATE : 92.07% done, estimate finish Wed Feb 01 11:42:23 2017 xorriso : UPDATE : 93.26% done, estimate finish Wed Feb 01 11:42:22 2017 xorriso : UPDATE : 93.60% done, estimate finish Wed Feb 01 11:42:23 2017 xorriso : UPDATE : 94.26% done, estimate finish Wed Feb 01 11:42:23 2017 xorriso : UPDATE : 94.26% done, estimate finish Wed Feb 01 11:42:25 2017 xorriso : UPDATE : 94.26% done, estimate finish Wed Feb 01 11:42:27 2017 xorriso : UPDATE : 97.11% done, estimate finish Wed Feb 01 11:42:22 2017 xorriso : UPDATE : 98.63% done xorriso : UPDATE : 99.28% done ISO image produced: 2256186 sectors Written to medium : 2256186 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Wed 1 Feb 11:42:22 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian stretch-DI-rc2 i386 9' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-9.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-stretch-DI-rc2-i386-DVD-9.template -jigdo-map Debian=/org/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot9 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/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 : 8341 files added in 1 seconds xorriso : UPDATE : 8341 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. 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/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 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.25% done xorriso : UPDATE : 0.64% done xorriso : UPDATE : 1.16% done, estimate finish Wed Feb 01 11:46:26 2017 xorriso : UPDATE : 1.64% done, estimate finish Wed Feb 01 11:46:15 2017 xorriso : UPDATE : 1.64% done, estimate finish Wed Feb 01 11:47:16 2017 xorriso : UPDATE : 1.64% done, estimate finish Wed Feb 01 11:48:17 2017 xorriso : UPDATE : 1.64% done, estimate finish Wed Feb 01 11:49:18 2017 xorriso : UPDATE : 5.40% done, estimate finish Wed Feb 01 11:44:48 2017 xorriso : UPDATE : 5.92% done, estimate finish Wed Feb 01 11:44:53 2017 xorriso : UPDATE : 6.73% done, estimate finish Wed Feb 01 11:44:49 2017 xorriso : UPDATE : 6.80% done, estimate finish Wed Feb 01 11:45:03 2017 xorriso : UPDATE : 8.39% done, estimate finish Wed Feb 01 11:44:44 2017 xorriso : UPDATE : 8.68% done, estimate finish Wed Feb 01 11:44:38 2017 xorriso : UPDATE : 8.68% done, estimate finish Wed Feb 01 11:44:51 2017 xorriso : UPDATE : 8.68% done, estimate finish Wed Feb 01 11:45:04 2017 xorriso : UPDATE : 8.68% done, estimate finish Wed Feb 01 11:45:17 2017 xorriso : UPDATE : 13.13% done, estimate finish Wed Feb 01 11:44:22 2017 xorriso : UPDATE : 13.80% done, estimate finish Wed Feb 01 11:44:24 2017 xorriso : UPDATE : 14.44% done, estimate finish Wed Feb 01 11:44:25 2017 xorriso : UPDATE : 14.82% done, estimate finish Wed Feb 01 11:44:29 2017 xorriso : UPDATE : 15.35% done, estimate finish Wed Feb 01 11:44:31 2017 xorriso : UPDATE : 15.70% done, estimate finish Wed Feb 01 11:44:35 2017 xorriso : UPDATE : 16.32% done, estimate finish Wed Feb 01 11:44:36 2017 xorriso : UPDATE : 16.93% done, estimate finish Wed Feb 01 11:44:37 2017 xorriso : UPDATE : 17.12% done, estimate finish Wed Feb 01 11:44:44 2017 xorriso : UPDATE : 18.34% done, estimate finish Wed Feb 01 11:44:38 2017 xorriso : UPDATE : 18.97% done, estimate finish Wed Feb 01 11:44:40 2017 xorriso : UPDATE : 19.34% done, estimate finish Wed Feb 01 11:44:43 2017 xorriso : UPDATE : 19.86% done, estimate finish Wed Feb 01 11:44:45 2017 xorriso : UPDATE : 20.20% done, estimate finish Wed Feb 01 11:44:49 2017 xorriso : UPDATE : 20.89% done, estimate finish Wed Feb 01 11:44:48 2017 xorriso : UPDATE : 21.28% done, estimate finish Wed Feb 01 11:44:51 2017 xorriso : UPDATE : 22.34% done, estimate finish Wed Feb 01 11:44:57 2017 xorriso : UPDATE : 22.74% done, estimate finish Wed Feb 01 11:45:00 2017 xorriso : UPDATE : 23.55% done, estimate finish Wed Feb 01 11:44:58 2017 xorriso : UPDATE : 24.07% done, estimate finish Wed Feb 01 11:44:59 2017 xorriso : UPDATE : 24.38% done, estimate finish Wed Feb 01 11:45:02 2017 xorriso : UPDATE : 24.65% done, estimate finish Wed Feb 01 11:45:06 2017 xorriso : UPDATE : 26.28% done, estimate finish Wed Feb 01 11:44:54 2017 xorriso : UPDATE : 26.84% done, estimate finish Wed Feb 01 11:44:56 2017 xorriso : UPDATE : 27.68% done, estimate finish Wed Feb 01 11:44:54 2017 xorriso : UPDATE : 27.88% done, estimate finish Wed Feb 01 11:44:58 2017 xorriso : UPDATE : 29.58% done, estimate finish Wed Feb 01 11:44:49 2017 xorriso : UPDATE : 30.17% done, estimate finish Wed Feb 01 11:44:45 2017 xorriso : UPDATE : 30.63% done, estimate finish Wed Feb 01 11:44:47 2017 xorriso : UPDATE : 31.40% done, estimate finish Wed Feb 01 11:44:46 2017 xorriso : UPDATE : 31.81% done, estimate finish Wed Feb 01 11:44:49 2017 xorriso : UPDATE : 32.20% done, estimate finish Wed Feb 01 11:44:52 2017 xorriso : UPDATE : 32.20% done, estimate finish Wed Feb 01 11:44:58 2017 xorriso : UPDATE : 34.23% done, estimate finish Wed Feb 01 11:44:46 2017 xorriso : UPDATE : 35.37% done, estimate finish Wed Feb 01 11:44:43 2017 xorriso : UPDATE : 36.01% done, estimate finish Wed Feb 01 11:44:44 2017 xorriso : UPDATE : 36.01% done, estimate finish Wed Feb 01 11:44:49 2017 xorriso : UPDATE : 37.92% done, estimate finish Wed Feb 01 11:44:40 2017 xorriso : UPDATE : 38.71% done, estimate finish Wed Feb 01 11:44:39 2017 xorriso : UPDATE : 39.24% done, estimate finish Wed Feb 01 11:44:41 2017 xorriso : UPDATE : 39.55% done, estimate finish Wed Feb 01 11:44:44 2017 xorriso : UPDATE : 39.64% done, estimate finish Wed Feb 01 11:44:49 2017 xorriso : UPDATE : 39.64% done, estimate finish Wed Feb 01 11:44:55 2017 xorriso : UPDATE : 42.22% done, estimate finish Wed Feb 01 11:44:41 2017 xorriso : UPDATE : 43.00% done, estimate finish Wed Feb 01 11:44:41 2017 xorriso : UPDATE : 43.36% done, estimate finish Wed Feb 01 11:44:43 2017 xorriso : UPDATE : 43.84% done, estimate finish Wed Feb 01 11:44:45 2017 xorriso : UPDATE : 43.88% done, estimate finish Wed Feb 01 11:44:56 2017 xorriso : UPDATE : 43.88% done, estimate finish Wed Feb 01 11:45:03 2017 xorriso : UPDATE : 46.25% done, estimate finish Wed Feb 01 11:44:46 2017 xorriso : UPDATE : 47.00% done, estimate finish Wed Feb 01 11:44:45 2017 xorriso : UPDATE : 47.45% done, estimate finish Wed Feb 01 11:44:47 2017 xorriso : UPDATE : 48.09% done, estimate finish Wed Feb 01 11:44:47 2017 xorriso : UPDATE : 48.50% done, estimate finish Wed Feb 01 11:44:49 2017 xorriso : UPDATE : 49.02% done, estimate finish Wed Feb 01 11:44:50 2017 xorriso : UPDATE : 49.27% done, estimate finish Wed Feb 01 11:44:52 2017 xorriso : UPDATE : 50.69% done, estimate finish Wed Feb 01 11:44:48 2017 xorriso : UPDATE : 51.22% done, estimate finish Wed Feb 01 11:44:44 2017 xorriso : UPDATE : 51.83% done, estimate finish Wed Feb 01 11:44:45 2017 xorriso : UPDATE : 52.31% done, estimate finish Wed Feb 01 11:44:47 2017 xorriso : UPDATE : 52.86% done, estimate finish Wed Feb 01 11:44:48 2017 xorriso : UPDATE : 53.80% done, estimate finish Wed Feb 01 11:44:46 2017 xorriso : UPDATE : 54.04% done, estimate finish Wed Feb 01 11:44:49 2017 xorriso : UPDATE : 54.61% done, estimate finish Wed Feb 01 11:44:50 2017 xorriso : UPDATE : 54.61% done, estimate finish Wed Feb 01 11:44:55 2017 xorriso : UPDATE : 54.61% done, estimate finish Wed Feb 01 11:44:58 2017 xorriso : UPDATE : 54.61% done, estimate finish Wed Feb 01 11:45:02 2017 xorriso : UPDATE : 54.61% done, estimate finish Wed Feb 01 11:45:40 2017 xorriso : UPDATE : 60.35% done, estimate finish Wed Feb 01 11:44:37 2017 xorriso : UPDATE : 60.97% done, estimate finish Wed Feb 01 11:44:39 2017 xorriso : UPDATE : 61.47% done, estimate finish Wed Feb 01 11:44:40 2017 xorriso : UPDATE : 62.55% done, estimate finish Wed Feb 01 11:44:39 2017 xorriso : UPDATE : 63.01% done, estimate finish Wed Feb 01 11:44:41 2017 xorriso : UPDATE : 63.93% done, estimate finish Wed Feb 01 11:44:40 2017 xorriso : UPDATE : 64.59% done, estimate finish Wed Feb 01 11:44:40 2017 xorriso : UPDATE : 65.43% done, estimate finish Wed Feb 01 11:44:39 2017 xorriso : UPDATE : 65.43% done, estimate finish Wed Feb 01 11:44:43 2017 xorriso : UPDATE : 65.43% done, estimate finish Wed Feb 01 11:44:32 2017 xorriso : UPDATE : 68.69% done, estimate finish Wed Feb 01 11:44:27 2017 xorriso : UPDATE : 69.43% done, estimate finish Wed Feb 01 11:44:27 2017 xorriso : UPDATE : 70.24% done, estimate finish Wed Feb 01 11:44:28 2017 xorriso : UPDATE : 70.83% done, estimate finish Wed Feb 01 11:44:29 2017 xorriso : UPDATE : 71.49% done, estimate finish Wed Feb 01 11:44:31 2017 xorriso : UPDATE : 71.96% done, estimate finish Wed Feb 01 11:44:31 2017 xorriso : UPDATE : 71.96% done, estimate finish Wed Feb 01 11:44:33 2017 xorriso : UPDATE : 74.39% done, estimate finish Wed Feb 01 11:44:30 2017 xorriso : UPDATE : 75.56% done, estimate finish Wed Feb 01 11:44:31 2017 xorriso : UPDATE : 76.45% done, estimate finish Wed Feb 01 11:44:30 2017 xorriso : UPDATE : 77.16% done, estimate finish Wed Feb 01 11:44:31 2017 xorriso : UPDATE : 77.86% done, estimate finish Wed Feb 01 11:44:32 2017 xorriso : UPDATE : 78.79% done, estimate finish Wed Feb 01 11:44:32 2017 xorriso : UPDATE : 79.17% done, estimate finish Wed Feb 01 11:44:33 2017 xorriso : UPDATE : 79.17% done, estimate finish Wed Feb 01 11:44:35 2017 xorriso : UPDATE : 81.86% done, estimate finish Wed Feb 01 11:44:31 2017 xorriso : UPDATE : 82.63% done, estimate finish Wed Feb 01 11:44:32 2017 xorriso : UPDATE : 83.45% done, estimate finish Wed Feb 01 11:44:32 2017 xorriso : UPDATE : 83.90% done, estimate finish Wed Feb 01 11:44:33 2017 xorriso : UPDATE : 84.83% done, estimate finish Wed Feb 01 11:44:36 2017 xorriso : UPDATE : 84.95% done, estimate finish Wed Feb 01 11:44:38 2017 xorriso : UPDATE : 86.24% done, estimate finish Wed Feb 01 11:44:35 2017 xorriso : UPDATE : 86.81% done, estimate finish Wed Feb 01 11:44:36 2017 xorriso : UPDATE : 86.81% done, estimate finish Wed Feb 01 11:44:38 2017 xorriso : UPDATE : 88.73% done, estimate finish Wed Feb 01 11:44:35 2017 xorriso : UPDATE : 89.61% done, estimate finish Wed Feb 01 11:44:35 2017 xorriso : UPDATE : 90.20% done, estimate finish Wed Feb 01 11:44:36 2017 xorriso : UPDATE : 90.60% done, estimate finish Wed Feb 01 11:44:36 2017 xorriso : UPDATE : 90.60% done, estimate finish Wed Feb 01 11:44:38 2017 xorriso : UPDATE : 93.28% done, estimate finish Wed Feb 01 11:44:34 2017 xorriso : UPDATE : 94.04% done, estimate finish Wed Feb 01 11:44:35 2017 xorriso : UPDATE : 94.94% done, estimate finish Wed Feb 01 11:44:34 2017 xorriso : UPDATE : 95.47% done, estimate finish Wed Feb 01 11:44:35 2017 xorriso : UPDATE : 96.09% done, estimate finish Wed Feb 01 11:44:35 2017 xorriso : UPDATE : 96.90% done, estimate finish Wed Feb 01 11:44:35 2017 xorriso : UPDATE : 97.71% done, estimate finish Wed Feb 01 11:44:35 2017 xorriso : UPDATE : 97.71% done, estimate finish Wed Feb 01 11:44:37 2017 xorriso : UPDATE : 99.90% done ISO image produced: 2289485 sectors Written to medium : 2289485 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 69ec9f083cfee154af4c5a15357b4189edcbb5db debian-stretch-DI-rc2-i386-DVD-1.iso 51dd9cdeda1da03ed713a89a191996b4 debian-stretch-DI-rc2-i386-DVD-1.iso d1c9acdecb306d481d233d40b820432c952bbfcdd58174c5564f86e4401fb5f7370f94ec15007cd6b811d8a796d5557fedda6e21399c7e392e9b4dcaa97bb68b debian-stretch-DI-rc2-i386-DVD-1.iso 56a0fa1c5f202cf114dae42268aa923d17f2d9c76babaf74fbc2cf94a570dfba debian-stretch-DI-rc2-i386-DVD-1.iso 5c0302145d0079fc4cb63c5e240eedbb61665e98 debian-stretch-DI-rc2-i386-DVD-10.iso 962a12403f8cf545aed20617bc4135f6 debian-stretch-DI-rc2-i386-DVD-10.iso 2b9e193e081b218839d39463d44c7f2d45d35f3a37665ebd212fe499db296e5f500c4d708eb1007268e933e46001010008983c4a346558f77715df1db126b95b debian-stretch-DI-rc2-i386-DVD-10.iso 3dddaf89a949221c7a5090fae889e267df9840839a90868844b3e6895a9d7401 debian-stretch-DI-rc2-i386-DVD-10.iso a2e380d1147c6fddf1af4d84434eba032903bc8c debian-stretch-DI-rc2-i386-DVD-11.iso 981c0c881df743f9b9ca58e0f1da2873 debian-stretch-DI-rc2-i386-DVD-11.iso cffd40c9016e46a0aed65c0bdd4206da17c4072de2968f358b6ce33b10c5b1cbe39564bbc292e6e306862b989f5528fd3bf6f6ca6e108faea3078c5ad82535c9 debian-stretch-DI-rc2-i386-DVD-11.iso 29ddd6116bb8f998e747b12f183171126311ae2ab5c86665995c7f0b83acd628 debian-stretch-DI-rc2-i386-DVD-11.iso c299d31426a86dd580c1f44e8cdc8d8576d6c699 debian-stretch-DI-rc2-i386-DVD-12.iso 3bdf9c7174b751177edd171cee3fbd21 debian-stretch-DI-rc2-i386-DVD-12.iso ba16aabcb38630b8deca8d98d2a1bc915798e970bc15d6b6849ef4a50ae27893429b6bd91ee89c404115e34b93f9043dc89e19df5ffbc5ba7de2551070d2505b debian-stretch-DI-rc2-i386-DVD-12.iso ac58a10ff436b2126c9ed723c7f98011af3b8a9e4ac90632f3df91eb7e6a0796 debian-stretch-DI-rc2-i386-DVD-12.iso 388582e0c20368d66f87f4ec3431dadee7d4e2d1 debian-stretch-DI-rc2-i386-DVD-13.iso 2d11a8a98b83af8836a3997859d1f468 debian-stretch-DI-rc2-i386-DVD-13.iso ea473b715ffd3a140e0d82ac5ce8f29f5cfc7d323ce603e6a15bc4cc1577278ebcc13cfece55228eb65679ac21b4fc1e9fed5612f69496eef63cfd19017d44d8 debian-stretch-DI-rc2-i386-DVD-13.iso 2ee044dce4539ba8733d7b789ba1dd70c67208db361b9e1b02a5abf0c49a4560 debian-stretch-DI-rc2-i386-DVD-13.iso e5f0bd2b60982a50a9055d7f368abe3aab121b1b debian-stretch-DI-rc2-i386-DVD-14.iso 65e99372f5b95555f6d5d275caca4624 debian-stretch-DI-rc2-i386-DVD-14.iso 965aff371522aa22731f8b781cb397d55fc2a455ee187ee2bc62e5c9ac491bff94c5759d41e9531c82bf22a679ee368d246bec1ff34026ef62299232601b0501 debian-stretch-DI-rc2-i386-DVD-14.iso 02473c4aa16e2578fc4c8164fe641bad2ad4605c58e2c2d8e3f376c04f81fa2b debian-stretch-DI-rc2-i386-DVD-14.iso 7ee43c9ddee998a34e20d0fb326bce2d2b0b4221 debian-stretch-DI-rc2-i386-DVD-2.iso e85ec60fe71215738598e62b532f1bc2 debian-stretch-DI-rc2-i386-DVD-2.iso cddc6bb19c8cf50988d8d35ccd67caedde3a85d000f66c177d1604f7fb1aa4db77c35331190795146c843cc1534a6222fa39190ea687482927fc41ca284feeb2 debian-stretch-DI-rc2-i386-DVD-2.iso b6855184ef8026ff5ae312ee63226a1313c52104042b232b7b917c866fa48c35 debian-stretch-DI-rc2-i386-DVD-2.iso 179edd211014e11770e6826c9e7382b4e5834082 debian-stretch-DI-rc2-i386-DVD-3.iso f062915d9b8f135a9c9a3c2217014945 debian-stretch-DI-rc2-i386-DVD-3.iso b5f28977ebf4af6ed8eb78a45c44cdf9c2ff4a3440564a11a3cb70994aa76f5fcabb8b462a18cac4155ecffc0869599f1822d499081566d93111e2e25c2634bf debian-stretch-DI-rc2-i386-DVD-3.iso 0598136260e05f74504576cd68f74427f95c166dcd46b9aace9dec802fdd0d91 debian-stretch-DI-rc2-i386-DVD-3.iso 01d1f79c30a433155dab351eff65346893fb0a67 debian-stretch-DI-rc2-i386-DVD-4.iso 932b64bb6806122ffab133f58f68bbc3 debian-stretch-DI-rc2-i386-DVD-4.iso 3f277143699cc1eda649c64186974c7762c3655b71835d9fe7b021b797d04f887cdd66e2868cc5b4833ad586c4b8bcda3fc4846630b7401735351a6e7641033e debian-stretch-DI-rc2-i386-DVD-4.iso 15305b31b65d44332fbd0adf9f4d15b38981bd4a2fc263d47a170a1107450409 debian-stretch-DI-rc2-i386-DVD-4.iso f099e12e80368154aed0ce291c043a31d5c710b8 debian-stretch-DI-rc2-i386-DVD-5.iso fce13f571435544bdbcba340a6cad602 debian-stretch-DI-rc2-i386-DVD-5.iso 3922a3e19a13fca7d29581686ee0e913701f4ff60d3877e76a4f11be9d6dcddfce746a3cf06fd89f037cd9b09534dc711360e1b3464bddde8a02492d889c9da3 debian-stretch-DI-rc2-i386-DVD-5.iso f497d8b6afab30c04faf86c5b51514fad6e0bf3e5f4363d8a8662fa2f057a339 debian-stretch-DI-rc2-i386-DVD-5.iso 878cc56ba563e56acf718bb38910ba3fc52bddf4 debian-stretch-DI-rc2-i386-DVD-6.iso fb8582069f644b2f74c2d632c14fc973 debian-stretch-DI-rc2-i386-DVD-6.iso 63894fe7bc9a26558f65ed0d6692b1b2522224e8a437dea4a414e620a853d059345ab09cfdefaf4792d9639bd76969eac12295367e5ce81340cc1e3cf55951a2 debian-stretch-DI-rc2-i386-DVD-6.iso f21a7e538f78cd90d9b0cf63c296967351134b48792f312001604586c55b2430 debian-stretch-DI-rc2-i386-DVD-6.iso dcd65b2170f6137b65600ab2b91bf0f7b2a7ab35 debian-stretch-DI-rc2-i386-DVD-7.iso 8a399315d924734a0feccd5261aa959d debian-stretch-DI-rc2-i386-DVD-7.iso 1c3ceca8010ab2ea8c9519a02bf22af1b34cef98ae0af7687e5503f1afc501a9478f11d75368a06767276cf2fba0bd7fb2e3f550e73532489a933d8a84bbf2c8 debian-stretch-DI-rc2-i386-DVD-7.iso d8ad56ed0d7497acfbe15909da0075778157d1d3a11ce2e7f80abcee91e04d96 debian-stretch-DI-rc2-i386-DVD-7.iso f7c0ff4ab955d9e518353ab524fd8cba5dbb77c6 debian-stretch-DI-rc2-i386-DVD-8.iso 8406042da54dc4b5558985f5d83e16aa debian-stretch-DI-rc2-i386-DVD-8.iso 478767002a311b385b451c66feffbcc9a6b56b75ca943bbfbe7d6839f852a045381da811225acdbf2b5c2a0b8804cc38b370672d18f6ed8265596e1288c47e31 debian-stretch-DI-rc2-i386-DVD-8.iso 11da2c2ca82854d8d261aa34cfcaa81d361c4cb0830012c6c13d443a44e23ace debian-stretch-DI-rc2-i386-DVD-8.iso 2566320b530da79f9b8082693707a4ab0eb86816 debian-stretch-DI-rc2-i386-DVD-9.iso f37009019457e061df63a82548e0ca22 debian-stretch-DI-rc2-i386-DVD-9.iso b1bbe71881a002b7faec81eadcbbfdcfe635bc7f0d0fd8181569079f0e3850db3f9a1b0e1e321602ca7815e19ee852411affaffb850cd1b3ebfea251fb6ddafc debian-stretch-DI-rc2-i386-DVD-9.iso dc7e94f0ed19d8bbea7a7bb7950fa1b6714f69a82ca9b02f87d381f60b0d972d debian-stretch-DI-rc2-i386-DVD-9.iso Wed 1 Feb 11:44:37 UTC 2017: Finished.