Sat 7 Oct 18:32:19 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/CD[1234567890]* rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/tasks rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/*.filelist* rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/packages-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/upgrade-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9source mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9source mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt date -u '+%Y%m%d' > /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/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 ; 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/9source/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/9source/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done ... checking your mirror /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "source" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Sources files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/source/Sources.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/source/Sources.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/source/Sources.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/source/Sources.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/source/Sources.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/source/Sources.xz for ARCH in source; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and no isos for source BD dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/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 source; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "9" = "1" -o "9" = "2" -o "9" = "C" -o "9" = "F" ];then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-backports-$ARCH/status ; \ fi; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.5_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/archive-keyring for ARCH in source; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in source; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ "yes"x = "yes"x ] && \ [ "stretch"x != ""x ] && \ [ "stretch"x != "stretch"x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-source/apt/preferences.d ; \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/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 source; 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... if [ "source" != "source" ] ; then \ for ARCH in source; 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 if [ "yes"x != "yes"x ] ; then \ if [ "9"x = "1"x ] ; then \ : ; \ elif [ "9"x = "2"x -o "9"x = "C"x ] ; then \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/rawlist; \ else \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/rawlist; \ echo "exim4-daemon-light" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/rawlist; \ fi; \ fi if [ "yes"x != "yes"x ] ; then \ if [ _9 != _1 ]; then \ for ARCH in ; 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/9source/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/debootstrap-list; \ cat /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/debootstrap-list >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/rawlist; \ rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in ; 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 [ "yes"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/9source/stretch/tasks /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/tasks/Debian-all >> /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/rawlist; \ fi if [ "yes"x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/rawlist; \ fi Generating the complete list of packages to be included in /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/rawlist \ > /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/list.backports if [ -f /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/list.backports ]; then mv /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/list.backports /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/list; fi for ARCH in ; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/list; \ done if [ "yes"x = "yes"x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/grab_source_list /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/apt "source" /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/packages; \ fi if [ "yes"x = "yes"x ] ; then \ grep ^source /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/packages > /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/packages.source; \ fi /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.stretch/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /org/cdbuilder.debian.org/src/deb-cd/tmp/9source stretch "source" "/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 source: Done: Read details of 25102 packages for source 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 Adding docs to CD1 Extracting FAQ on CD1 Adding installtools Adding common docs on CD1 Adding Release files Starting new "source" BD 1 at /home/debian-cd/build.stretch/debian-cd/stretch/CD1 Specified size for this image: 25GB BD, 11230000 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 1 filled with 8105 packages, 11224413 blocks, 22987597824 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD2 Adding Release files Starting new "source" BD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/CD2 Specified size for this image: 25GB BD, 11230000 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. 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 14325 packages, 11218940 blocks, 22976389120 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD3 Adding Release files Starting new "source" BD 3 at /home/debian-cd/build.stretch/debian-cd/stretch/CD3 Specified size for this image: 25GB BD, 11230000 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 3 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 (not) filled with 2538 packages, 4579502 blocks, 9378820096 bytes Finished: 24968 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "source" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Sources files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/source/Sources.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/source/Sources.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/source/Sources.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/source/Sources.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/source/Sources.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/source/Sources.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/source/Sources.xz for ARCH in source; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch" "source" "/org/cdbuilder.debian.org/dst/deb-cd/out/9source" "9.2.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "/home/93sam/xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.stretch/debian-cd/tools/jigdo_cleanup" Generating the source iso/jigdo images ... Last-minute updates: README.html README.txt Sat 7 Oct 19:04:26 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 Source 1' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/9source/debian-9.2.0-source-BD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/9source/debian-9.2.0-source-BD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long CD1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 24300 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/9source/stretch/CD1' xorriso : UPDATE : 32665 files added in 1 seconds xorriso : UPDATE : 32665 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /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. xorriso : UPDATE : 0.01% done xorriso : UPDATE : 0.07% done xorriso : UPDATE : 0.11% done, estimate finish Sat Oct 07 19:39:31 2017 xorriso : UPDATE : 0.16% done, estimate finish Sat Oct 07 19:39:58 2017 xorriso : UPDATE : 0.19% done, estimate finish Sat Oct 07 19:42:58 2017 xorriso : UPDATE : 0.24% done, estimate finish Sat Oct 07 19:41:58 2017 xorriso : UPDATE : 0.57% done, estimate finish Sat Oct 07 19:22:46 2017 xorriso : UPDATE : 0.64% done, estimate finish Sat Oct 07 19:23:28 2017 xorriso : UPDATE : 0.68% done, estimate finish Sat Oct 07 19:24:52 2017 xorriso : UPDATE : 0.93% done, estimate finish Sat Oct 07 19:21:08 2017 xorriso : UPDATE : 1.10% done, estimate finish Sat Oct 07 19:20:07 2017 xorriso : UPDATE : 1.16% done, estimate finish Sat Oct 07 19:20:44 2017 xorriso : UPDATE : 1.16% done, estimate finish Sat Oct 07 19:22:11 2017 xorriso : UPDATE : 1.16% done, estimate finish Sat Oct 07 19:21:07 2017 xorriso : UPDATE : 1.16% done, estimate finish Sat Oct 07 19:22:46 2017 xorriso : UPDATE : 1.94% done, estimate finish Sat Oct 07 19:15:42 2017 xorriso : UPDATE : 2.02% done, estimate finish Sat Oct 07 19:16:06 2017 xorriso : UPDATE : 2.04% done, estimate finish Sat Oct 07 19:16:53 2017 xorriso : UPDATE : 2.36% done, estimate finish Sat Oct 07 19:15:49 2017 xorriso : UPDATE : 2.41% done, estimate finish Sat Oct 07 19:16:19 2017 xorriso : UPDATE : 2.41% done, estimate finish Sat Oct 07 19:17:03 2017 xorriso : UPDATE : 2.77% done, estimate finish Sat Oct 07 19:15:59 2017 xorriso : UPDATE : 2.89% done, estimate finish Sat Oct 07 19:16:07 2017 xorriso : UPDATE : 2.97% done, estimate finish Sat Oct 07 19:15:04 2017 xorriso : UPDATE : 3.04% done, estimate finish Sat Oct 07 19:15:27 2017 xorriso : UPDATE : 3.25% done, estimate finish Sat Oct 07 19:15:14 2017 xorriso : UPDATE : 3.29% done, estimate finish Sat Oct 07 19:15:44 2017 xorriso : UPDATE : 3.35% done, estimate finish Sat Oct 07 19:16:08 2017 xorriso : UPDATE : 3.43% done, estimate finish Sat Oct 07 19:16:23 2017 xorriso : UPDATE : 3.51% done, estimate finish Sat Oct 07 19:16:39 2017 xorriso : UPDATE : 3.55% done, estimate finish Sat Oct 07 19:17:05 2017 xorriso : UPDATE : 3.62% done, estimate finish Sat Oct 07 19:17:20 2017 xorriso : UPDATE : 3.86% done, estimate finish Sat Oct 07 19:16:56 2017 xorriso : UPDATE : 3.93% done, estimate finish Sat Oct 07 19:19:46 2017 xorriso : UPDATE : 4.12% done, estimate finish Sat Oct 07 19:18:57 2017 xorriso : UPDATE : 4.17% done, estimate finish Sat Oct 07 19:19:24 2017 xorriso : UPDATE : 4.33% done, estimate finish Sat Oct 07 19:19:03 2017 xorriso : UPDATE : 4.45% done, estimate finish Sat Oct 07 19:18:58 2017 xorriso : UPDATE : 4.58% done, estimate finish Sat Oct 07 19:18:49 2017 xorriso : UPDATE : 4.67% done, estimate finish Sat Oct 07 19:18:57 2017 xorriso : UPDATE : 4.72% done, estimate finish Sat Oct 07 19:19:19 2017 xorriso : UPDATE : 4.72% done, estimate finish Sat Oct 07 19:19:58 2017 xorriso : UPDATE : 5.01% done, estimate finish Sat Oct 07 19:18:56 2017 xorriso : UPDATE : 5.10% done, estimate finish Sat Oct 07 19:18:23 2017 xorriso : UPDATE : 5.10% done, estimate finish Sat Oct 07 19:19:12 2017 xorriso : UPDATE : 5.43% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 5.51% done, estimate finish Sat Oct 07 19:18:02 2017 xorriso : UPDATE : 5.53% done, estimate finish Sat Oct 07 19:18:37 2017 xorriso : UPDATE : 5.79% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 5.84% done, estimate finish Sat Oct 07 19:18:09 2017 xorriso : UPDATE : 5.96% done, estimate finish Sat Oct 07 19:18:10 2017 xorriso : UPDATE : 6.01% done, estimate finish Sat Oct 07 19:18:29 2017 xorriso : UPDATE : 6.15% done, estimate finish Sat Oct 07 19:18:25 2017 xorriso : UPDATE : 6.22% done, estimate finish Sat Oct 07 19:18:36 2017 xorriso : UPDATE : 6.38% done, estimate finish Sat Oct 07 19:18:22 2017 xorriso : UPDATE : 6.49% done, estimate finish Sat Oct 07 19:18:26 2017 xorriso : UPDATE : 6.61% done, estimate finish Sat Oct 07 19:18:25 2017 xorriso : UPDATE : 6.71% done, estimate finish Sat Oct 07 19:18:32 2017 xorriso : UPDATE : 6.80% done, estimate finish Sat Oct 07 19:18:40 2017 xorriso : UPDATE : 6.88% done, estimate finish Sat Oct 07 19:18:50 2017 xorriso : UPDATE : 7.11% done, estimate finish Sat Oct 07 19:18:18 2017 xorriso : UPDATE : 7.27% done, estimate finish Sat Oct 07 19:18:09 2017 xorriso : UPDATE : 7.38% done, estimate finish Sat Oct 07 19:18:13 2017 xorriso : UPDATE : 7.49% done, estimate finish Sat Oct 07 19:18:15 2017 xorriso : UPDATE : 7.60% done, estimate finish Sat Oct 07 19:18:10 2017 xorriso : UPDATE : 7.72% done, estimate finish Sat Oct 07 19:18:10 2017 xorriso : UPDATE : 7.78% done, estimate finish Sat Oct 07 19:18:33 2017 xorriso : UPDATE : 7.80% done, estimate finish Sat Oct 07 19:19:07 2017 xorriso : UPDATE : 7.80% done, estimate finish Sat Oct 07 19:19:48 2017 xorriso : UPDATE : 8.05% done, estimate finish Sat Oct 07 19:18:56 2017 xorriso : UPDATE : 8.45% done, estimate finish Sat Oct 07 19:17:41 2017 xorriso : UPDATE : 8.53% done, estimate finish Sat Oct 07 19:17:53 2017 xorriso : UPDATE : 8.53% done, estimate finish Sat Oct 07 19:18:21 2017 xorriso : UPDATE : 8.53% done, estimate finish Sat Oct 07 19:18:50 2017 xorriso : UPDATE : 9.06% done, estimate finish Sat Oct 07 19:16:54 2017 xorriso : UPDATE : 9.23% done, estimate finish Sat Oct 07 19:16:48 2017 xorriso : UPDATE : 9.34% done, estimate finish Sat Oct 07 19:16:54 2017 xorriso : UPDATE : 9.48% done, estimate finish Sat Oct 07 19:16:54 2017 xorriso : UPDATE : 9.59% done, estimate finish Sat Oct 07 19:17:01 2017 xorriso : UPDATE : 9.64% done, estimate finish Sat Oct 07 19:17:19 2017 xorriso : UPDATE : 9.71% done, estimate finish Sat Oct 07 19:17:33 2017 xorriso : UPDATE : 9.76% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 9.83% done, estimate finish Sat Oct 07 19:18:01 2017 xorriso : UPDATE : 10.02% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 10.05% done, estimate finish Sat Oct 07 19:19:37 2017 xorriso : UPDATE : 10.26% done, estimate finish Sat Oct 07 19:18:49 2017 xorriso : UPDATE : 10.32% done, estimate finish Sat Oct 07 19:19:09 2017 xorriso : UPDATE : 10.37% done, estimate finish Sat Oct 07 19:19:32 2017 xorriso : UPDATE : 10.50% done, estimate finish Sat Oct 07 19:19:21 2017 xorriso : UPDATE : 10.66% done, estimate finish Sat Oct 07 19:19:05 2017 xorriso : UPDATE : 10.72% done, estimate finish Sat Oct 07 19:19:19 2017 xorriso : UPDATE : 10.74% done, estimate finish Sat Oct 07 19:19:47 2017 xorriso : UPDATE : 11.05% done, estimate finish Sat Oct 07 19:18:48 2017 xorriso : UPDATE : 11.14% done, estimate finish Sat Oct 07 19:18:53 2017 xorriso : UPDATE : 11.23% done, estimate finish Sat Oct 07 19:18:25 2017 xorriso : UPDATE : 11.38% done, estimate finish Sat Oct 07 19:18:13 2017 xorriso : UPDATE : 11.40% done, estimate finish Sat Oct 07 19:18:47 2017 xorriso : UPDATE : 11.48% done, estimate finish Sat Oct 07 19:18:59 2017 xorriso : UPDATE : 11.53% done, estimate finish Sat Oct 07 19:19:18 2017 xorriso : UPDATE : 11.65% done, estimate finish Sat Oct 07 19:19:15 2017 xorriso : UPDATE : 11.71% done, estimate finish Sat Oct 07 19:19:29 2017 xorriso : UPDATE : 11.85% done, estimate finish Sat Oct 07 19:19:18 2017 xorriso : UPDATE : 12.01% done, estimate finish Sat Oct 07 19:19:06 2017 xorriso : UPDATE : 12.12% done, estimate finish Sat Oct 07 19:19:05 2017 xorriso : UPDATE : 12.21% done, estimate finish Sat Oct 07 19:19:53 2017 xorriso : UPDATE : 12.28% done, estimate finish Sat Oct 07 19:20:09 2017 xorriso : UPDATE : 12.28% done, estimate finish Sat Oct 07 19:20:58 2017 xorriso : UPDATE : 12.28% done, estimate finish Sat Oct 07 19:21:48 2017 xorriso : UPDATE : 12.61% done, estimate finish Sat Oct 07 19:19:55 2017 xorriso : UPDATE : 12.98% done, estimate finish Sat Oct 07 19:18:32 2017 xorriso : UPDATE : 13.09% done, estimate finish Sat Oct 07 19:18:34 2017 xorriso : UPDATE : 13.18% done, estimate finish Sat Oct 07 19:18:40 2017 xorriso : UPDATE : 13.33% done, estimate finish Sat Oct 07 19:18:32 2017 xorriso : UPDATE : 13.40% done, estimate finish Sat Oct 07 19:18:41 2017 xorriso : UPDATE : 13.46% done, estimate finish Sat Oct 07 19:18:10 2017 xorriso : UPDATE : 13.48% done, estimate finish Sat Oct 07 19:18:44 2017 xorriso : UPDATE : 13.48% done, estimate finish Sat Oct 07 19:19:25 2017 xorriso : UPDATE : 13.48% done, estimate finish Sat Oct 07 19:20:06 2017 xorriso : UPDATE : 13.48% done, estimate finish Sat Oct 07 19:20:46 2017 xorriso : UPDATE : 14.34% done, estimate finish Sat Oct 07 19:17:17 2017 xorriso : UPDATE : 14.41% done, estimate finish Sat Oct 07 19:17:29 2017 xorriso : UPDATE : 14.60% done, estimate finish Sat Oct 07 19:17:18 2017 xorriso : UPDATE : 14.66% done, estimate finish Sat Oct 07 19:17:32 2017 xorriso : UPDATE : 14.83% done, estimate finish Sat Oct 07 19:17:26 2017 xorriso : UPDATE : 14.85% done, estimate finish Sat Oct 07 19:17:25 2017 xorriso : UPDATE : 15.12% done, estimate finish Sat Oct 07 19:16:55 2017 xorriso : UPDATE : 15.22% done, estimate finish Sat Oct 07 19:17:03 2017 xorriso : UPDATE : 15.22% done, estimate finish Sat Oct 07 19:17:33 2017 xorriso : UPDATE : 15.22% done, estimate finish Sat Oct 07 19:18:03 2017 xorriso : UPDATE : 15.22% done, estimate finish Sat Oct 07 19:18:32 2017 xorriso : UPDATE : 15.99% done, estimate finish Sat Oct 07 19:16:34 2017 xorriso : UPDATE : 16.02% done, estimate finish Sat Oct 07 19:16:51 2017 xorriso : UPDATE : 16.02% done, estimate finish Sat Oct 07 19:17:12 2017 xorriso : UPDATE : 16.38% done, estimate finish Sat Oct 07 19:16:43 2017 xorriso : UPDATE : 16.51% done, estimate finish Sat Oct 07 19:16:21 2017 xorriso : UPDATE : 16.64% done, estimate finish Sat Oct 07 19:16:25 2017 xorriso : UPDATE : 16.75% done, estimate finish Sat Oct 07 19:16:34 2017 xorriso : UPDATE : 16.75% done, estimate finish Sat Oct 07 19:17:02 2017 xorriso : UPDATE : 17.04% done, estimate finish Sat Oct 07 19:16:36 2017 xorriso : UPDATE : 17.25% done, estimate finish Sat Oct 07 19:16:26 2017 xorriso : UPDATE : 17.38% done, estimate finish Sat Oct 07 19:16:29 2017 xorriso : UPDATE : 17.46% done, estimate finish Sat Oct 07 19:16:40 2017 xorriso : UPDATE : 17.49% done, estimate finish Sat Oct 07 19:16:55 2017 xorriso : UPDATE : 17.78% done, estimate finish Sat Oct 07 19:16:37 2017 xorriso : UPDATE : 17.87% done, estimate finish Sat Oct 07 19:16:44 2017 xorriso : UPDATE : 17.90% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 18.12% done, estimate finish Sat Oct 07 19:17:20 2017 xorriso : UPDATE : 18.30% done, estimate finish Sat Oct 07 19:17:11 2017 xorriso : UPDATE : 18.36% done, estimate finish Sat Oct 07 19:17:26 2017 xorriso : UPDATE : 18.44% done, estimate finish Sat Oct 07 19:17:36 2017 xorriso : UPDATE : 18.58% done, estimate finish Sat Oct 07 19:17:35 2017 xorriso : UPDATE : 18.69% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 18.75% done, estimate finish Sat Oct 07 19:17:50 2017 xorriso : UPDATE : 18.75% done, estimate finish Sat Oct 07 19:18:13 2017 xorriso : UPDATE : 19.10% done, estimate finish Sat Oct 07 19:17:34 2017 xorriso : UPDATE : 19.17% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 19.22% done, estimate finish Sat Oct 07 19:18:06 2017 xorriso : UPDATE : 19.28% done, estimate finish Sat Oct 07 19:18:22 2017 xorriso : UPDATE : 19.40% done, estimate finish Sat Oct 07 19:18:20 2017 xorriso : UPDATE : 19.47% done, estimate finish Sat Oct 07 19:18:34 2017 xorriso : UPDATE : 19.52% done, estimate finish Sat Oct 07 19:18:52 2017 xorriso : UPDATE : 19.69% done, estimate finish Sat Oct 07 19:18:36 2017 xorriso : UPDATE : 19.72% done, estimate finish Sat Oct 07 19:18:55 2017 xorriso : UPDATE : 19.98% done, estimate finish Sat Oct 07 19:18:22 2017 xorriso : UPDATE : 20.06% done, estimate finish Sat Oct 07 19:18:29 2017 xorriso : UPDATE : 20.12% done, estimate finish Sat Oct 07 19:19:47 2017 xorriso : UPDATE : 20.25% done, estimate finish Sat Oct 07 19:19:31 2017 xorriso : UPDATE : 20.29% done, estimate finish Sat Oct 07 19:19:57 2017 xorriso : UPDATE : 20.29% done, estimate finish Sat Oct 07 19:20:39 2017 xorriso : UPDATE : 20.29% done, estimate finish Sat Oct 07 19:21:21 2017 xorriso : UPDATE : 21.04% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 21.14% done, estimate finish Sat Oct 07 19:17:54 2017 xorriso : UPDATE : 21.26% done, estimate finish Sat Oct 07 19:17:56 2017 xorriso : UPDATE : 21.40% done, estimate finish Sat Oct 07 19:17:53 2017 xorriso : UPDATE : 21.47% done, estimate finish Sat Oct 07 19:18:02 2017 xorriso : UPDATE : 21.49% done, estimate finish Sat Oct 07 19:17:21 2017 xorriso : UPDATE : 21.67% done, estimate finish Sat Oct 07 19:17:13 2017 xorriso : UPDATE : 21.77% done, estimate finish Sat Oct 07 19:17:21 2017 xorriso : UPDATE : 21.89% done, estimate finish Sat Oct 07 19:17:24 2017 xorriso : UPDATE : 21.91% done, estimate finish Sat Oct 07 19:17:46 2017 xorriso : UPDATE : 21.91% done, estimate finish Sat Oct 07 19:18:14 2017 xorriso : UPDATE : 21.91% done, estimate finish Sat Oct 07 19:18:40 2017 xorriso : UPDATE : 22.50% done, estimate finish Sat Oct 07 19:17:13 2017 xorriso : UPDATE : 22.54% done, estimate finish Sat Oct 07 19:17:27 2017 xorriso : UPDATE : 22.76% done, estimate finish Sat Oct 07 19:17:15 2017 xorriso : UPDATE : 22.93% done, estimate finish Sat Oct 07 19:17:04 2017 xorriso : UPDATE : 23.01% done, estimate finish Sat Oct 07 19:17:18 2017 xorriso : UPDATE : 23.08% done, estimate finish Sat Oct 07 19:17:34 2017 xorriso : UPDATE : 23.16% done, estimate finish Sat Oct 07 19:17:43 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 19:18:01 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 19:18:29 2017 xorriso : UPDATE : 23.61% done, estimate finish Sat Oct 07 19:17:32 2017 xorriso : UPDATE : 23.71% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 23.81% done, estimate finish Sat Oct 07 19:17:43 2017 xorriso : UPDATE : 23.86% done, estimate finish Sat Oct 07 19:17:55 2017 xorriso : UPDATE : 23.90% done, estimate finish Sat Oct 07 19:19:36 2017 xorriso : UPDATE : 24.05% done, estimate finish Sat Oct 07 19:19:16 2017 xorriso : UPDATE : 24.20% done, estimate finish Sat Oct 07 19:18:57 2017 xorriso : UPDATE : 24.20% done, estimate finish Sat Oct 07 19:19:32 2017 xorriso : UPDATE : 24.20% done, estimate finish Sat Oct 07 19:20:09 2017 xorriso : UPDATE : 24.20% done, estimate finish Sat Oct 07 19:20:45 2017 xorriso : UPDATE : 24.84% done, estimate finish Sat Oct 07 19:18:07 2017 xorriso : UPDATE : 24.91% done, estimate finish Sat Oct 07 19:18:17 2017 xorriso : UPDATE : 24.98% done, estimate finish Sat Oct 07 19:18:27 2017 xorriso : UPDATE : 24.98% done, estimate finish Sat Oct 07 19:18:51 2017 xorriso : UPDATE : 25.42% done, estimate finish Sat Oct 07 19:16:48 2017 xorriso : UPDATE : 25.50% done, estimate finish Sat Oct 07 19:17:03 2017 xorriso : UPDATE : 25.59% done, estimate finish Sat Oct 07 19:17:12 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 19:17:10 2017 xorriso : UPDATE : 25.89% done, estimate finish Sat Oct 07 19:17:09 2017 xorriso : UPDATE : 26.09% done, estimate finish Sat Oct 07 19:16:59 2017 xorriso : UPDATE : 26.38% done, estimate finish Sat Oct 07 19:16:40 2017 xorriso : UPDATE : 26.59% done, estimate finish Sat Oct 07 19:16:33 2017 xorriso : UPDATE : 26.73% done, estimate finish Sat Oct 07 19:16:35 2017 xorriso : UPDATE : 26.83% done, estimate finish Sat Oct 07 19:16:41 2017 xorriso : UPDATE : 26.99% done, estimate finish Sat Oct 07 19:16:36 2017 xorriso : UPDATE : 27.05% done, estimate finish Sat Oct 07 19:16:54 2017 xorriso : UPDATE : 27.20% done, estimate finish Sat Oct 07 19:16:53 2017 xorriso : UPDATE : 27.20% done, estimate finish Sat Oct 07 19:17:19 2017 xorriso : UPDATE : 27.20% done, estimate finish Sat Oct 07 19:17:45 2017 xorriso : UPDATE : 27.20% done, estimate finish Sat Oct 07 19:18:11 2017 xorriso : UPDATE : 27.92% done, estimate finish Sat Oct 07 19:16:35 2017 xorriso : UPDATE : 27.95% done, estimate finish Sat Oct 07 19:16:51 2017 xorriso : UPDATE : 27.95% done, estimate finish Sat Oct 07 19:17:10 2017 xorriso : UPDATE : 27.95% done, estimate finish Sat Oct 07 19:17:28 2017 xorriso : UPDATE : 28.56% done, estimate finish Sat Oct 07 19:16:32 2017 xorriso : UPDATE : 28.62% done, estimate finish Sat Oct 07 19:16:48 2017 xorriso : UPDATE : 28.75% done, estimate finish Sat Oct 07 19:16:49 2017 xorriso : UPDATE : 28.79% done, estimate finish Sat Oct 07 19:17:08 2017 xorriso : UPDATE : 28.81% done, estimate finish Sat Oct 07 19:17:29 2017 xorriso : UPDATE : 28.89% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 28.94% done, estimate finish Sat Oct 07 19:17:51 2017 xorriso : UPDATE : 29.00% done, estimate finish Sat Oct 07 19:18:05 2017 xorriso : UPDATE : 29.10% done, estimate finish Sat Oct 07 19:18:07 2017 xorriso : UPDATE : 29.17% done, estimate finish Sat Oct 07 19:18:16 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:18:24 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:23:25 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:24:27 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:25:30 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:26:33 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:27:37 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:28:39 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:29:42 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:30:46 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:31:48 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 19:32:52 2017 xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 29.24% done xorriso : UPDATE : 31.73% done, estimate finish Sat Oct 07 19:17:17 2017 xorriso : UPDATE : 35.00% done, estimate finish Sat Oct 07 19:14:15 2017 xorriso : UPDATE : 36.40% done, estimate finish Sat Oct 07 19:13:44 2017 xorriso : UPDATE : 36.51% done, estimate finish Sat Oct 07 19:13:49 2017 xorriso : UPDATE : 36.71% done, estimate finish Sat Oct 07 19:12:59 2017 xorriso : UPDATE : 36.91% done, estimate finish Sat Oct 07 19:13:02 2017 xorriso : UPDATE : 36.97% done, estimate finish Sat Oct 07 19:13:08 2017 xorriso : UPDATE : 37.02% done, estimate finish Sat Oct 07 19:13:14 2017 xorriso : UPDATE : 37.09% done, estimate finish Sat Oct 07 19:13:19 2017 xorriso : UPDATE : 37.18% done, estimate finish Sat Oct 07 19:13:24 2017 xorriso : UPDATE : 37.18% done, estimate finish Sat Oct 07 19:13:30 2017 xorriso : UPDATE : 37.61% done, estimate finish Sat Oct 07 19:13:28 2017 xorriso : UPDATE : 37.74% done, estimate finish Sat Oct 07 19:13:31 2017 xorriso : UPDATE : 37.74% done, estimate finish Sat Oct 07 19:13:38 2017 xorriso : UPDATE : 37.74% done, estimate finish Sat Oct 07 19:18:27 2017 xorriso : UPDATE : 37.74% done, estimate finish Sat Oct 07 19:19:07 2017 xorriso : UPDATE : 37.74% done, estimate finish Sat Oct 07 19:19:46 2017 xorriso : UPDATE : 37.74% done, estimate finish Sat Oct 07 19:20:26 2017 xorriso : UPDATE : 38.16% done, estimate finish Sat Oct 07 19:18:27 2017 xorriso : UPDATE : 39.11% done, estimate finish Sat Oct 07 19:16:07 2017 xorriso : UPDATE : 39.18% done, estimate finish Sat Oct 07 19:16:15 2017 xorriso : UPDATE : 39.27% done, estimate finish Sat Oct 07 19:16:22 2017 xorriso : UPDATE : 39.30% done, estimate finish Sat Oct 07 19:16:35 2017 xorriso : UPDATE : 39.37% done, estimate finish Sat Oct 07 19:16:43 2017 xorriso : UPDATE : 39.50% done, estimate finish Sat Oct 07 19:15:48 2017 xorriso : UPDATE : 39.65% done, estimate finish Sat Oct 07 19:15:50 2017 xorriso : UPDATE : 39.75% done, estimate finish Sat Oct 07 19:16:00 2017 xorriso : UPDATE : 39.89% done, estimate finish Sat Oct 07 19:16:03 2017 xorriso : UPDATE : 40.01% done, estimate finish Sat Oct 07 19:16:07 2017 xorriso : UPDATE : 40.10% done, estimate finish Sat Oct 07 19:16:14 2017 xorriso : UPDATE : 40.22% done, estimate finish Sat Oct 07 19:16:18 2017 xorriso : UPDATE : 40.32% done, estimate finish Sat Oct 07 19:16:24 2017 xorriso : UPDATE : 40.35% done, estimate finish Sat Oct 07 19:16:37 2017 xorriso : UPDATE : 40.54% done, estimate finish Sat Oct 07 19:16:32 2017 xorriso : UPDATE : 40.60% done, estimate finish Sat Oct 07 19:18:01 2017 xorriso : UPDATE : 40.81% done, estimate finish Sat Oct 07 19:17:34 2017 xorriso : UPDATE : 40.87% done, estimate finish Sat Oct 07 19:17:47 2017 xorriso : UPDATE : 40.95% done, estimate finish Sat Oct 07 19:17:56 2017 xorriso : UPDATE : 40.99% done, estimate finish Sat Oct 07 19:18:12 2017 xorriso : UPDATE : 41.05% done, estimate finish Sat Oct 07 19:18:23 2017 xorriso : UPDATE : 41.19% done, estimate finish Sat Oct 07 19:18:16 2017 xorriso : UPDATE : 41.20% done, estimate finish Sat Oct 07 19:18:36 2017 xorriso : UPDATE : 41.40% done, estimate finish Sat Oct 07 19:18:14 2017 xorriso : UPDATE : 41.48% done, estimate finish Sat Oct 07 19:18:20 2017 xorriso : UPDATE : 41.80% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 41.84% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 41.98% done, estimate finish Sat Oct 07 19:17:42 2017 xorriso : UPDATE : 42.06% done, estimate finish Sat Oct 07 19:17:51 2017 xorriso : UPDATE : 42.26% done, estimate finish Sat Oct 07 19:17:33 2017 xorriso : UPDATE : 42.36% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 42.42% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 42.51% done, estimate finish Sat Oct 07 19:17:53 2017 xorriso : UPDATE : 42.51% done, estimate finish Sat Oct 07 19:18:13 2017 xorriso : UPDATE : 42.51% done, estimate finish Sat Oct 07 19:18:34 2017 xorriso : UPDATE : 42.96% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 43.04% done, estimate finish Sat Oct 07 19:17:35 2017 xorriso : UPDATE : 43.06% done, estimate finish Sat Oct 07 19:18:02 2017 xorriso : UPDATE : 43.06% done, estimate finish Sat Oct 07 19:18:34 2017 xorriso : UPDATE : 43.06% done, estimate finish Sat Oct 07 19:19:05 2017 xorriso : UPDATE : 43.06% done, estimate finish Sat Oct 07 19:19:36 2017 xorriso : UPDATE : 43.82% done, estimate finish Sat Oct 07 19:17:05 2017 xorriso : UPDATE : 43.84% done, estimate finish Sat Oct 07 19:17:22 2017 xorriso : UPDATE : 43.84% done, estimate finish Sat Oct 07 19:17:41 2017 xorriso : UPDATE : 44.09% done, estimate finish Sat Oct 07 19:17:22 2017 xorriso : UPDATE : 44.10% done, estimate finish Sat Oct 07 19:17:38 2017 xorriso : UPDATE : 44.24% done, estimate finish Sat Oct 07 19:17:34 2017 xorriso : UPDATE : 44.25% done, estimate finish Sat Oct 07 19:18:02 2017 xorriso : UPDATE : 44.26% done, estimate finish Sat Oct 07 19:18:30 2017 xorriso : UPDATE : 44.33% done, estimate finish Sat Oct 07 19:18:40 2017 xorriso : UPDATE : 44.38% done, estimate finish Sat Oct 07 19:18:53 2017 xorriso : UPDATE : 44.42% done, estimate finish Sat Oct 07 19:19:10 2017 xorriso : UPDATE : 44.55% done, estimate finish Sat Oct 07 19:19:02 2017 xorriso : UPDATE : 44.63% done, estimate finish Sat Oct 07 19:19:05 2017 xorriso : UPDATE : 44.67% done, estimate finish Sat Oct 07 19:19:17 2017 xorriso : UPDATE : 44.67% done, estimate finish Sat Oct 07 19:19:40 2017 xorriso : UPDATE : 44.67% done, estimate finish Sat Oct 07 19:26:35 2017 xorriso : UPDATE : 44.67% done, estimate finish Sat Oct 07 19:27:59 2017 xorriso : UPDATE : 44.67% done, estimate finish Sat Oct 07 19:29:22 2017 xorriso : UPDATE : 45.73% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 45.88% done, estimate finish Sat Oct 07 19:17:43 2017 xorriso : UPDATE : 45.96% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 46.04% done, estimate finish Sat Oct 07 19:17:58 2017 xorriso : UPDATE : 46.27% done, estimate finish Sat Oct 07 19:17:38 2017 xorriso : UPDATE : 46.35% done, estimate finish Sat Oct 07 19:17:45 2017 xorriso : UPDATE : 46.42% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 46.49% done, estimate finish Sat Oct 07 19:16:00 2017 xorriso : UPDATE : 46.59% done, estimate finish Sat Oct 07 19:16:09 2017 xorriso : UPDATE : 46.71% done, estimate finish Sat Oct 07 19:16:13 2017 xorriso : UPDATE : 46.73% done, estimate finish Sat Oct 07 19:16:30 2017 xorriso : UPDATE : 47.03% done, estimate finish Sat Oct 07 19:16:15 2017 xorriso : UPDATE : 47.04% done, estimate finish Sat Oct 07 19:16:30 2017 xorriso : UPDATE : 47.21% done, estimate finish Sat Oct 07 19:16:28 2017 xorriso : UPDATE : 47.39% done, estimate finish Sat Oct 07 19:16:26 2017 xorriso : UPDATE : 47.48% done, estimate finish Sat Oct 07 19:16:31 2017 xorriso : UPDATE : 47.48% done, estimate finish Sat Oct 07 19:16:46 2017 xorriso : UPDATE : 47.48% done, estimate finish Sat Oct 07 19:18:39 2017 xorriso : UPDATE : 47.48% done, estimate finish Sat Oct 07 19:19:14 2017 xorriso : UPDATE : 48.09% done, estimate finish Sat Oct 07 19:17:08 2017 xorriso : UPDATE : 48.11% done, estimate finish Sat Oct 07 19:17:28 2017 xorriso : UPDATE : 48.11% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 48.12% done, estimate finish Sat Oct 07 19:18:10 2017 xorriso : UPDATE : 48.12% done, estimate finish Sat Oct 07 19:18:32 2017 xorriso : UPDATE : 48.64% done, estimate finish Sat Oct 07 19:17:24 2017 xorriso : UPDATE : 48.64% done, estimate finish Sat Oct 07 19:17:41 2017 xorriso : UPDATE : 49.03% done, estimate finish Sat Oct 07 19:17:08 2017 xorriso : UPDATE : 49.10% done, estimate finish Sat Oct 07 19:16:25 2017 xorriso : UPDATE : 49.21% done, estimate finish Sat Oct 07 19:16:31 2017 xorriso : UPDATE : 49.32% done, estimate finish Sat Oct 07 19:16:38 2017 xorriso : UPDATE : 49.37% done, estimate finish Sat Oct 07 19:16:50 2017 xorriso : UPDATE : 49.37% done, estimate finish Sat Oct 07 19:17:09 2017 xorriso : UPDATE : 49.70% done, estimate finish Sat Oct 07 19:16:46 2017 xorriso : UPDATE : 49.74% done, estimate finish Sat Oct 07 19:16:57 2017 xorriso : UPDATE : 49.94% done, estimate finish Sat Oct 07 19:16:51 2017 xorriso : UPDATE : 50.07% done, estimate finish Sat Oct 07 19:16:52 2017 xorriso : UPDATE : 50.25% done, estimate finish Sat Oct 07 19:16:49 2017 xorriso : UPDATE : 50.32% done, estimate finish Sat Oct 07 19:17:34 2017 xorriso : UPDATE : 50.43% done, estimate finish Sat Oct 07 19:17:36 2017 xorriso : UPDATE : 50.57% done, estimate finish Sat Oct 07 19:17:33 2017 xorriso : UPDATE : 50.70% done, estimate finish Sat Oct 07 19:17:32 2017 xorriso : UPDATE : 50.85% done, estimate finish Sat Oct 07 19:17:26 2017 xorriso : UPDATE : 50.92% done, estimate finish Sat Oct 07 19:17:36 2017 xorriso : UPDATE : 51.00% done, estimate finish Sat Oct 07 19:17:42 2017 xorriso : UPDATE : 51.15% done, estimate finish Sat Oct 07 19:17:38 2017 xorriso : UPDATE : 51.17% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 51.25% done, estimate finish Sat Oct 07 19:17:57 2017 xorriso : UPDATE : 51.33% done, estimate finish Sat Oct 07 19:18:33 2017 xorriso : UPDATE : 51.43% done, estimate finish Sat Oct 07 19:18:30 2017 xorriso : UPDATE : 51.50% done, estimate finish Sat Oct 07 19:18:39 2017 xorriso : UPDATE : 51.56% done, estimate finish Sat Oct 07 19:18:51 2017 xorriso : UPDATE : 51.70% done, estimate finish Sat Oct 07 19:18:39 2017 xorriso : UPDATE : 51.77% done, estimate finish Sat Oct 07 19:18:47 2017 xorriso : UPDATE : 51.90% done, estimate finish Sat Oct 07 19:18:39 2017 xorriso : UPDATE : 51.90% done, estimate finish Sat Oct 07 19:19:00 2017 xorriso : UPDATE : 51.90% done, estimate finish Sat Oct 07 19:19:22 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:17:59 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:18:16 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:18:30 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:19:00 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:19:31 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:20:01 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:20:31 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:21:02 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:21:31 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:22:02 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:22:32 2017 xorriso : UPDATE : 52.44% done, estimate finish Sat Oct 07 19:23:02 2017 xorriso : UPDATE : 53.61% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 54.49% done, estimate finish Sat Oct 07 19:16:04 2017 xorriso : UPDATE : 54.49% done, estimate finish Sat Oct 07 19:16:20 2017 xorriso : UPDATE : 54.49% done, estimate finish Sat Oct 07 19:16:37 2017 xorriso : UPDATE : 54.89% done, estimate finish Sat Oct 07 19:16:15 2017 xorriso : UPDATE : 55.13% done, estimate finish Sat Oct 07 19:16:10 2017 xorriso : UPDATE : 55.25% done, estimate finish Sat Oct 07 19:16:13 2017 xorriso : UPDATE : 55.32% done, estimate finish Sat Oct 07 19:16:21 2017 xorriso : UPDATE : 55.36% done, estimate finish Sat Oct 07 19:16:30 2017 xorriso : UPDATE : 55.36% done, estimate finish Sat Oct 07 19:16:42 2017 xorriso : UPDATE : 55.36% done, estimate finish Sat Oct 07 19:16:19 2017 xorriso : UPDATE : 56.02% done, estimate finish Sat Oct 07 19:15:39 2017 xorriso : UPDATE : 56.07% done, estimate finish Sat Oct 07 19:15:49 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:16:01 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:16:15 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:16:29 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:16:43 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:16:55 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:17:10 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:17:23 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:20:30 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:21:14 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:21:57 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:22:41 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:23:23 2017 xorriso : UPDATE : 56.09% done, estimate finish Sat Oct 07 19:24:07 2017 xorriso : UPDATE : 58.59% done, estimate finish Sat Oct 07 19:15:49 2017 xorriso : UPDATE : 58.65% done, estimate finish Sat Oct 07 19:15:55 2017 xorriso : UPDATE : 58.96% done, estimate finish Sat Oct 07 19:15:49 2017 xorriso : UPDATE : 59.04% done, estimate finish Sat Oct 07 19:15:55 2017 xorriso : UPDATE : 59.14% done, estimate finish Sat Oct 07 19:15:00 2017 xorriso : UPDATE : 59.21% done, estimate finish Sat Oct 07 19:15:09 2017 xorriso : UPDATE : 59.21% done, estimate finish Sat Oct 07 19:15:19 2017 xorriso : UPDATE : 59.50% done, estimate finish Sat Oct 07 19:15:17 2017 xorriso : UPDATE : 59.50% done, estimate finish Sat Oct 07 19:15:27 2017 xorriso : UPDATE : 59.69% done, estimate finish Sat Oct 07 19:15:28 2017 xorriso : UPDATE : 59.76% done, estimate finish Sat Oct 07 19:15:34 2017 xorriso : UPDATE : 59.90% done, estimate finish Sat Oct 07 19:15:38 2017 xorriso : UPDATE : 60.01% done, estimate finish Sat Oct 07 19:15:42 2017 xorriso : UPDATE : 60.06% done, estimate finish Sat Oct 07 19:15:48 2017 xorriso : UPDATE : 60.30% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 60.45% done, estimate finish Sat Oct 07 19:17:30 2017 xorriso : UPDATE : 60.54% done, estimate finish Sat Oct 07 19:17:35 2017 xorriso : UPDATE : 60.67% done, estimate finish Sat Oct 07 19:17:32 2017 xorriso : UPDATE : 60.86% done, estimate finish Sat Oct 07 19:17:22 2017 xorriso : UPDATE : 60.97% done, estimate finish Sat Oct 07 19:17:24 2017 xorriso : UPDATE : 61.08% done, estimate finish Sat Oct 07 19:17:26 2017 xorriso : UPDATE : 61.23% done, estimate finish Sat Oct 07 19:17:22 2017 xorriso : UPDATE : 61.32% done, estimate finish Sat Oct 07 19:17:26 2017 xorriso : UPDATE : 61.40% done, estimate finish Sat Oct 07 19:17:30 2017 xorriso : UPDATE : 61.52% done, estimate finish Sat Oct 07 19:17:25 2017 xorriso : UPDATE : 61.62% done, estimate finish Sat Oct 07 19:17:29 2017 xorriso : UPDATE : 61.66% done, estimate finish Sat Oct 07 19:17:42 2017 xorriso : UPDATE : 61.80% done, estimate finish Sat Oct 07 19:17:38 2017 xorriso : UPDATE : 61.86% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 61.89% done, estimate finish Sat Oct 07 19:18:00 2017 xorriso : UPDATE : 62.12% done, estimate finish Sat Oct 07 19:17:42 2017 xorriso : UPDATE : 62.19% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 62.32% done, estimate finish Sat Oct 07 19:17:46 2017 xorriso : UPDATE : 62.46% done, estimate finish Sat Oct 07 19:17:43 2017 xorriso : UPDATE : 62.55% done, estimate finish Sat Oct 07 19:18:08 2017 xorriso : UPDATE : 62.58% done, estimate finish Sat Oct 07 19:18:28 2017 xorriso : UPDATE : 62.78% done, estimate finish Sat Oct 07 19:18:02 2017 xorriso : UPDATE : 62.83% done, estimate finish Sat Oct 07 19:18:14 2017 xorriso : UPDATE : 62.83% done, estimate finish Sat Oct 07 19:18:36 2017 xorriso : UPDATE : 63.05% done, estimate finish Sat Oct 07 19:18:11 2017 xorriso : UPDATE : 63.29% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 63.45% done, estimate finish Sat Oct 07 19:17:43 2017 xorriso : UPDATE : 63.52% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 63.72% done, estimate finish Sat Oct 07 19:17:38 2017 xorriso : UPDATE : 63.77% done, estimate finish Sat Oct 07 19:17:45 2017 xorriso : UPDATE : 63.85% done, estimate finish Sat Oct 07 19:17:32 2017 xorriso : UPDATE : 64.09% done, estimate finish Sat Oct 07 19:17:14 2017 xorriso : UPDATE : 64.24% done, estimate finish Sat Oct 07 19:17:11 2017 xorriso : UPDATE : 64.33% done, estimate finish Sat Oct 07 19:17:16 2017 xorriso : UPDATE : 64.41% done, estimate finish Sat Oct 07 19:17:22 2017 xorriso : UPDATE : 64.44% done, estimate finish Sat Oct 07 19:17:34 2017 xorriso : UPDATE : 64.64% done, estimate finish Sat Oct 07 19:17:25 2017 xorriso : UPDATE : 64.78% done, estimate finish Sat Oct 07 19:17:23 2017 xorriso : UPDATE : 64.86% done, estimate finish Sat Oct 07 19:17:27 2017 xorriso : UPDATE : 65.03% done, estimate finish Sat Oct 07 19:17:24 2017 xorriso : UPDATE : 65.08% done, estimate finish Sat Oct 07 19:17:27 2017 xorriso : UPDATE : 65.30% done, estimate finish Sat Oct 07 19:17:11 2017 xorriso : UPDATE : 65.30% done, estimate finish Sat Oct 07 19:17:31 2017 xorriso : UPDATE : 65.71% done, estimate finish Sat Oct 07 19:16:55 2017 xorriso : UPDATE : 65.75% done, estimate finish Sat Oct 07 19:17:06 2017 xorriso : UPDATE : 65.75% done, estimate finish Sat Oct 07 19:17:20 2017 xorriso : UPDATE : 65.75% done, estimate finish Sat Oct 07 19:17:34 2017 xorriso : UPDATE : 65.75% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 65.75% done, estimate finish Sat Oct 07 19:18:04 2017 xorriso : UPDATE : 65.75% done, estimate finish Sat Oct 07 19:18:18 2017 xorriso : UPDATE : 66.80% done, estimate finish Sat Oct 07 19:16:24 2017 xorriso : UPDATE : 66.88% done, estimate finish Sat Oct 07 19:16:33 2017 xorriso : UPDATE : 66.92% done, estimate finish Sat Oct 07 19:16:43 2017 xorriso : UPDATE : 67.01% done, estimate finish Sat Oct 07 19:16:49 2017 xorriso : UPDATE : 67.07% done, estimate finish Sat Oct 07 19:16:57 2017 xorriso : UPDATE : 67.26% done, estimate finish Sat Oct 07 19:16:53 2017 xorriso : UPDATE : 67.36% done, estimate finish Sat Oct 07 19:16:56 2017 xorriso : UPDATE : 67.41% done, estimate finish Sat Oct 07 19:17:05 2017 xorriso : UPDATE : 67.44% done, estimate finish Sat Oct 07 19:17:13 2017 xorriso : UPDATE : 67.53% done, estimate finish Sat Oct 07 19:17:17 2017 xorriso : UPDATE : 67.66% done, estimate finish Sat Oct 07 19:18:52 2017 xorriso : UPDATE : 67.69% done, estimate finish Sat Oct 07 19:19:12 2017 xorriso : UPDATE : 68.00% done, estimate finish Sat Oct 07 19:18:11 2017 xorriso : UPDATE : 68.03% done, estimate finish Sat Oct 07 19:18:26 2017 xorriso : UPDATE : 68.13% done, estimate finish Sat Oct 07 19:18:24 2017 xorriso : UPDATE : 68.22% done, estimate finish Sat Oct 07 19:18:26 2017 xorriso : UPDATE : 68.26% done, estimate finish Sat Oct 07 19:18:36 2017 xorriso : UPDATE : 68.38% done, estimate finish Sat Oct 07 19:18:31 2017 xorriso : UPDATE : 68.39% done, estimate finish Sat Oct 07 19:18:47 2017 xorriso : UPDATE : 68.73% done, estimate finish Sat Oct 07 19:18:08 2017 xorriso : UPDATE : 68.75% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 68.75% done, estimate finish Sat Oct 07 19:18:15 2017 xorriso : UPDATE : 68.75% done, estimate finish Sat Oct 07 19:18:38 2017 xorriso : UPDATE : 68.75% done, estimate finish Sat Oct 07 19:19:01 2017 xorriso : UPDATE : 68.75% done, estimate finish Sat Oct 07 19:19:24 2017 xorriso : UPDATE : 68.75% done, estimate finish Sat Oct 07 19:19:47 2017 xorriso : UPDATE : 68.75% done, estimate finish Sat Oct 07 19:20:10 2017 xorriso : UPDATE : 69.23% done, estimate finish Sat Oct 07 19:18:35 2017 xorriso : UPDATE : 70.01% done, estimate finish Sat Oct 07 19:17:15 2017 xorriso : UPDATE : 70.07% done, estimate finish Sat Oct 07 19:17:20 2017 xorriso : UPDATE : 70.14% done, estimate finish Sat Oct 07 19:17:06 2017 xorriso : UPDATE : 70.19% done, estimate finish Sat Oct 07 19:17:17 2017 xorriso : UPDATE : 70.29% done, estimate finish Sat Oct 07 19:17:20 2017 xorriso : UPDATE : 70.41% done, estimate finish Sat Oct 07 19:17:21 2017 xorriso : UPDATE : 70.50% done, estimate finish Sat Oct 07 19:17:25 2017 xorriso : UPDATE : 70.62% done, estimate finish Sat Oct 07 19:17:26 2017 xorriso : UPDATE : 70.74% done, estimate finish Sat Oct 07 19:17:26 2017 xorriso : UPDATE : 70.82% done, estimate finish Sat Oct 07 19:17:31 2017 xorriso : UPDATE : 70.93% done, estimate finish Sat Oct 07 19:17:31 2017 xorriso : UPDATE : 71.02% done, estimate finish Sat Oct 07 19:17:35 2017 xorriso : UPDATE : 71.06% done, estimate finish Sat Oct 07 19:18:30 2017 xorriso : UPDATE : 71.15% done, estimate finish Sat Oct 07 19:18:32 2017 xorriso : UPDATE : 71.20% done, estimate finish Sat Oct 07 19:18:41 2017 xorriso : UPDATE : 71.35% done, estimate finish Sat Oct 07 19:18:28 2017 xorriso : UPDATE : 71.48% done, estimate finish Sat Oct 07 19:18:21 2017 xorriso : UPDATE : 71.53% done, estimate finish Sat Oct 07 19:18:30 2017 xorriso : UPDATE : 71.53% done, estimate finish Sat Oct 07 19:18:46 2017 xorriso : UPDATE : 71.59% done, estimate finish Sat Oct 07 19:18:51 2017 xorriso : UPDATE : 71.70% done, estimate finish Sat Oct 07 19:18:47 2017 xorriso : UPDATE : 71.70% done, estimate finish Sat Oct 07 19:19:03 2017 xorriso : UPDATE : 71.95% done, estimate finish Sat Oct 07 19:18:41 2017 xorriso : UPDATE : 71.97% done, estimate finish Sat Oct 07 19:18:59 2017 xorriso : UPDATE : 72.10% done, estimate finish Sat Oct 07 19:18:50 2017 xorriso : UPDATE : 72.22% done, estimate finish Sat Oct 07 19:18:41 2017 xorriso : UPDATE : 72.29% done, estimate finish Sat Oct 07 19:18:44 2017 xorriso : UPDATE : 72.52% done, estimate finish Sat Oct 07 19:18:19 2017 xorriso : UPDATE : 72.59% done, estimate finish Sat Oct 07 19:18:24 2017 xorriso : UPDATE : 72.61% done, estimate finish Sat Oct 07 19:18:36 2017 xorriso : UPDATE : 72.67% done, estimate finish Sat Oct 07 19:18:41 2017 xorriso : UPDATE : 72.81% done, estimate finish Sat Oct 07 19:18:32 2017 xorriso : UPDATE : 72.81% done, estimate finish Sat Oct 07 19:18:45 2017 xorriso : UPDATE : 73.23% done, estimate finish Sat Oct 07 19:17:42 2017 xorriso : UPDATE : 73.23% done, estimate finish Sat Oct 07 19:17:59 2017 xorriso : UPDATE : 73.41% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 73.58% done, estimate finish Sat Oct 07 19:17:42 2017 xorriso : UPDATE : 73.67% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 73.82% done, estimate finish Sat Oct 07 19:17:41 2017 xorriso : UPDATE : 73.90% done, estimate finish Sat Oct 07 19:17:45 2017 xorriso : UPDATE : 73.98% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 74.09% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 74.16% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 74.24% done, estimate finish Sat Oct 07 19:18:10 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 19:18:19 2017 xorriso : UPDATE : 74.48% done, estimate finish Sat Oct 07 19:18:04 2017 xorriso : UPDATE : 74.48% done, estimate finish Sat Oct 07 19:18:21 2017 xorriso : UPDATE : 74.48% done, estimate finish Sat Oct 07 19:18:39 2017 xorriso : UPDATE : 74.48% done, estimate finish Sat Oct 07 19:18:56 2017 xorriso : UPDATE : 74.48% done, estimate finish Sat Oct 07 19:19:13 2017 xorriso : UPDATE : 74.48% done, estimate finish Sat Oct 07 19:19:31 2017 xorriso : UPDATE : 75.19% done, estimate finish Sat Oct 07 19:17:58 2017 xorriso : UPDATE : 75.74% done, estimate finish Sat Oct 07 19:17:21 2017 xorriso : UPDATE : 75.79% done, estimate finish Sat Oct 07 19:17:00 2017 xorriso : UPDATE : 75.84% done, estimate finish Sat Oct 07 19:17:09 2017 xorriso : UPDATE : 75.99% done, estimate finish Sat Oct 07 19:17:09 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 19:17:09 2017 xorriso : UPDATE : 76.18% done, estimate finish Sat Oct 07 19:17:16 2017 xorriso : UPDATE : 76.33% done, estimate finish Sat Oct 07 19:17:16 2017 xorriso : UPDATE : 76.37% done, estimate finish Sat Oct 07 19:17:22 2017 xorriso : UPDATE : 76.40% done, estimate finish Sat Oct 07 19:17:31 2017 xorriso : UPDATE : 76.51% done, estimate finish Sat Oct 07 19:17:31 2017 xorriso : UPDATE : 76.55% done, estimate finish Sat Oct 07 19:17:38 2017 xorriso : UPDATE : 76.60% done, estimate finish Sat Oct 07 19:18:59 2017 xorriso : UPDATE : 76.65% done, estimate finish Sat Oct 07 19:19:05 2017 xorriso : UPDATE : 76.76% done, estimate finish Sat Oct 07 19:18:58 2017 xorriso : UPDATE : 76.89% done, estimate finish Sat Oct 07 19:18:48 2017 xorriso : UPDATE : 76.95% done, estimate finish Sat Oct 07 19:18:53 2017 xorriso : UPDATE : 77.10% done, estimate finish Sat Oct 07 19:18:41 2017 xorriso : UPDATE : 77.12% done, estimate finish Sat Oct 07 19:18:52 2017 xorriso : UPDATE : 77.32% done, estimate finish Sat Oct 07 19:18:34 2017 xorriso : UPDATE : 77.38% done, estimate finish Sat Oct 07 19:18:38 2017 xorriso : UPDATE : 77.38% done, estimate finish Sat Oct 07 19:18:50 2017 xorriso : UPDATE : 77.69% done, estimate finish Sat Oct 07 19:17:56 2017 xorriso : UPDATE : 77.80% done, estimate finish Sat Oct 07 19:17:56 2017 xorriso : UPDATE : 77.93% done, estimate finish Sat Oct 07 19:17:54 2017 xorriso : UPDATE : 77.96% done, estimate finish Sat Oct 07 19:18:04 2017 xorriso : UPDATE : 78.09% done, estimate finish Sat Oct 07 19:18:01 2017 xorriso : UPDATE : 78.13% done, estimate finish Sat Oct 07 19:18:09 2017 xorriso : UPDATE : 78.13% done, estimate finish Sat Oct 07 19:18:22 2017 xorriso : UPDATE : 78.44% done, estimate finish Sat Oct 07 19:17:58 2017 xorriso : UPDATE : 78.51% done, estimate finish Sat Oct 07 19:18:02 2017 xorriso : UPDATE : 78.55% done, estimate finish Sat Oct 07 19:18:08 2017 xorriso : UPDATE : 78.55% done, estimate finish Sat Oct 07 19:18:42 2017 xorriso : UPDATE : 78.94% done, estimate finish Sat Oct 07 19:17:50 2017 xorriso : UPDATE : 79.04% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 79.13% done, estimate finish Sat Oct 07 19:17:54 2017 xorriso : UPDATE : 79.25% done, estimate finish Sat Oct 07 19:17:53 2017 xorriso : UPDATE : 79.28% done, estimate finish Sat Oct 07 19:18:02 2017 xorriso : UPDATE : 79.51% done, estimate finish Sat Oct 07 19:17:50 2017 xorriso : UPDATE : 79.65% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 79.75% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 79.88% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 80.02% done, estimate finish Sat Oct 07 19:17:18 2017 xorriso : UPDATE : 80.02% done, estimate finish Sat Oct 07 19:17:30 2017 xorriso : UPDATE : 80.37% done, estimate finish Sat Oct 07 19:17:13 2017 xorriso : UPDATE : 80.47% done, estimate finish Sat Oct 07 19:17:16 2017 xorriso : UPDATE : 80.53% done, estimate finish Sat Oct 07 19:17:21 2017 xorriso : UPDATE : 80.56% done, estimate finish Sat Oct 07 19:17:29 2017 xorriso : UPDATE : 80.56% done, estimate finish Sat Oct 07 19:17:39 2017 xorriso : UPDATE : 80.56% done, estimate finish Sat Oct 07 19:17:47 2017 xorriso : UPDATE : 80.56% done, estimate finish Sat Oct 07 19:17:56 2017 xorriso : UPDATE : 81.37% done, estimate finish Sat Oct 07 19:17:16 2017 xorriso : UPDATE : 81.38% done, estimate finish Sat Oct 07 19:17:26 2017 xorriso : UPDATE : 81.38% done, estimate finish Sat Oct 07 19:17:39 2017 xorriso : UPDATE : 81.75% done, estimate finish Sat Oct 07 19:17:19 2017 xorriso : UPDATE : 81.81% done, estimate finish Sat Oct 07 19:17:23 2017 xorriso : UPDATE : 81.88% done, estimate finish Sat Oct 07 19:17:29 2017 xorriso : UPDATE : 81.91% done, estimate finish Sat Oct 07 19:17:36 2017 xorriso : UPDATE : 81.96% done, estimate finish Sat Oct 07 19:17:41 2017 xorriso : UPDATE : 81.97% done, estimate finish Sat Oct 07 19:17:50 2017 xorriso : UPDATE : 81.97% done, estimate finish Sat Oct 07 19:17:58 2017 xorriso : UPDATE : 81.97% done, estimate finish Sat Oct 07 19:18:07 2017 xorriso : UPDATE : 82.33% done, estimate finish Sat Oct 07 19:18:18 2017 xorriso : UPDATE : 82.63% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 19:17:54 2017 xorriso : UPDATE : 82.70% done, estimate finish Sat Oct 07 19:18:05 2017 xorriso : UPDATE : 82.88% done, estimate finish Sat Oct 07 19:17:57 2017 xorriso : UPDATE : 83.05% done, estimate finish Sat Oct 07 19:17:51 2017 xorriso : UPDATE : 83.16% done, estimate finish Sat Oct 07 19:17:53 2017 xorriso : UPDATE : 83.23% done, estimate finish Sat Oct 07 19:17:55 2017 xorriso : UPDATE : 83.37% done, estimate finish Sat Oct 07 19:17:53 2017 xorriso : UPDATE : 83.41% done, estimate finish Sat Oct 07 19:17:58 2017 xorriso : UPDATE : 83.63% done, estimate finish Sat Oct 07 19:17:51 2017 xorriso : UPDATE : 83.66% done, estimate finish Sat Oct 07 19:17:42 2017 xorriso : UPDATE : 83.75% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 83.85% done, estimate finish Sat Oct 07 19:17:47 2017 xorriso : UPDATE : 83.91% done, estimate finish Sat Oct 07 19:17:50 2017 xorriso : UPDATE : 83.94% done, estimate finish Sat Oct 07 19:17:58 2017 xorriso : UPDATE : 84.01% done, estimate finish Sat Oct 07 19:18:02 2017 xorriso : UPDATE : 84.02% done, estimate finish Sat Oct 07 19:18:10 2017 xorriso : UPDATE : 84.22% done, estimate finish Sat Oct 07 19:18:02 2017 xorriso : UPDATE : 84.31% done, estimate finish Sat Oct 07 19:18:03 2017 xorriso : UPDATE : 84.47% done, estimate finish Sat Oct 07 19:18:00 2017 xorriso : UPDATE : 84.64% done, estimate finish Sat Oct 07 19:18:10 2017 xorriso : UPDATE : 84.72% done, estimate finish Sat Oct 07 19:18:12 2017 xorriso : UPDATE : 84.90% done, estimate finish Sat Oct 07 19:18:04 2017 xorriso : UPDATE : 84.99% done, estimate finish Sat Oct 07 19:18:05 2017 xorriso : UPDATE : 85.10% done, estimate finish Sat Oct 07 19:18:04 2017 xorriso : UPDATE : 85.10% done, estimate finish Sat Oct 07 19:18:14 2017 xorriso : UPDATE : 85.10% done, estimate finish Sat Oct 07 19:18:24 2017 xorriso : UPDATE : 85.75% done, estimate finish Sat Oct 07 19:17:42 2017 xorriso : UPDATE : 85.76% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 85.89% done, estimate finish Sat Oct 07 19:17:47 2017 xorriso : UPDATE : 86.04% done, estimate finish Sat Oct 07 19:17:30 2017 xorriso : UPDATE : 86.17% done, estimate finish Sat Oct 07 19:17:31 2017 xorriso : UPDATE : 86.33% done, estimate finish Sat Oct 07 19:17:29 2017 xorriso : UPDATE : 86.49% done, estimate finish Sat Oct 07 19:17:29 2017 xorriso : UPDATE : 86.59% done, estimate finish Sat Oct 07 19:17:30 2017 xorriso : UPDATE : 86.65% done, estimate finish Sat Oct 07 19:17:34 2017 xorriso : UPDATE : 86.74% done, estimate finish Sat Oct 07 19:17:36 2017 xorriso : UPDATE : 87.04% done, estimate finish Sat Oct 07 19:17:29 2017 xorriso : UPDATE : 87.13% done, estimate finish Sat Oct 07 19:17:31 2017 xorriso : UPDATE : 87.21% done, estimate finish Sat Oct 07 19:17:32 2017 xorriso : UPDATE : 87.21% done, estimate finish Sat Oct 07 19:17:47 2017 xorriso : UPDATE : 87.21% done, estimate finish Sat Oct 07 19:17:58 2017 xorriso : UPDATE : 87.21% done, estimate finish Sat Oct 07 19:18:08 2017 xorriso : UPDATE : 87.21% done, estimate finish Sat Oct 07 19:18:19 2017 xorriso : UPDATE : 88.20% done, estimate finish Sat Oct 07 19:17:20 2017 xorriso : UPDATE : 88.24% done, estimate finish Sat Oct 07 19:17:25 2017 xorriso : UPDATE : 88.27% done, estimate finish Sat Oct 07 19:17:30 2017 xorriso : UPDATE : 88.27% done, estimate finish Sat Oct 07 19:17:35 2017 xorriso : UPDATE : 88.27% done, estimate finish Sat Oct 07 19:17:41 2017 xorriso : UPDATE : 88.27% done, estimate finish Sat Oct 07 19:17:47 2017 xorriso : UPDATE : 88.27% done, estimate finish Sat Oct 07 19:17:58 2017 xorriso : UPDATE : 88.27% done, estimate finish Sat Oct 07 19:18:09 2017 xorriso : UPDATE : 88.27% done, estimate finish Sat Oct 07 19:18:19 2017 xorriso : UPDATE : 88.27% done, estimate finish Sat Oct 07 19:18:30 2017 xorriso : UPDATE : 88.27% done, estimate finish Sat Oct 07 19:18:41 2017 xorriso : UPDATE : 90.08% done, estimate finish Sat Oct 07 19:17:07 2017 xorriso : UPDATE : 90.16% done, estimate finish Sat Oct 07 19:17:10 2017 xorriso : UPDATE : 90.16% done, estimate finish Sat Oct 07 19:17:14 2017 xorriso : UPDATE : 90.44% done, estimate finish Sat Oct 07 19:17:12 2017 xorriso : UPDATE : 90.54% done, estimate finish Sat Oct 07 19:17:12 2017 xorriso : UPDATE : 90.63% done, estimate finish Sat Oct 07 19:17:01 2017 xorriso : UPDATE : 90.69% done, estimate finish Sat Oct 07 19:17:04 2017 xorriso : UPDATE : 90.75% done, estimate finish Sat Oct 07 19:17:07 2017 xorriso : UPDATE : 90.78% done, estimate finish Sat Oct 07 19:17:11 2017 xorriso : UPDATE : 90.81% done, estimate finish Sat Oct 07 19:17:15 2017 xorriso : UPDATE : 90.81% done, estimate finish Sat Oct 07 19:17:19 2017 xorriso : UPDATE : 91.14% done, estimate finish Sat Oct 07 19:17:16 2017 xorriso : UPDATE : 91.29% done, estimate finish Sat Oct 07 19:17:16 2017 xorriso : UPDATE : 91.44% done, estimate finish Sat Oct 07 19:17:16 2017 xorriso : UPDATE : 91.58% done, estimate finish Sat Oct 07 19:17:17 2017 xorriso : UPDATE : 91.67% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 91.83% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 91.89% done, estimate finish Sat Oct 07 19:17:47 2017 xorriso : UPDATE : 92.02% done, estimate finish Sat Oct 07 19:17:46 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 19:17:46 2017 xorriso : UPDATE : 92.25% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 92.29% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 92.39% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 92.47% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 92.62% done, estimate finish Sat Oct 07 19:17:47 2017 xorriso : UPDATE : 92.73% done, estimate finish Sat Oct 07 19:17:47 2017 xorriso : UPDATE : 92.85% done, estimate finish Sat Oct 07 19:17:46 2017 xorriso : UPDATE : 92.93% done, estimate finish Sat Oct 07 19:17:46 2017 xorriso : UPDATE : 93.07% done, estimate finish Sat Oct 07 19:17:45 2017 xorriso : UPDATE : 93.15% done, estimate finish Sat Oct 07 19:17:46 2017 xorriso : UPDATE : 93.16% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 93.43% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 93.52% done, estimate finish Sat Oct 07 19:17:45 2017 xorriso : UPDATE : 93.58% done, estimate finish Sat Oct 07 19:17:47 2017 xorriso : UPDATE : 93.73% done, estimate finish Sat Oct 07 19:17:45 2017 xorriso : UPDATE : 93.73% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 93.73% done, estimate finish Sat Oct 07 19:17:57 2017 xorriso : UPDATE : 94.26% done, estimate finish Sat Oct 07 19:17:35 2017 xorriso : UPDATE : 94.41% done, estimate finish Sat Oct 07 19:17:35 2017 xorriso : UPDATE : 94.53% done, estimate finish Sat Oct 07 19:17:35 2017 xorriso : UPDATE : 94.60% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 94.73% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 94.85% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 94.96% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 94.96% done, estimate finish Sat Oct 07 19:17:40 2017 xorriso : UPDATE : 95.42% done, estimate finish Sat Oct 07 19:17:32 2017 xorriso : UPDATE : 95.51% done, estimate finish Sat Oct 07 19:17:25 2017 xorriso : UPDATE : 95.60% done, estimate finish Sat Oct 07 19:17:26 2017 xorriso : UPDATE : 95.69% done, estimate finish Sat Oct 07 19:17:28 2017 xorriso : UPDATE : 95.74% done, estimate finish Sat Oct 07 19:17:30 2017 xorriso : UPDATE : 95.87% done, estimate finish Sat Oct 07 19:17:31 2017 xorriso : UPDATE : 96.01% done, estimate finish Sat Oct 07 19:17:31 2017 xorriso : UPDATE : 96.09% done, estimate finish Sat Oct 07 19:17:32 2017 xorriso : UPDATE : 96.18% done, estimate finish Sat Oct 07 19:17:34 2017 xorriso : UPDATE : 96.21% done, estimate finish Sat Oct 07 19:17:35 2017 xorriso : UPDATE : 96.25% done, estimate finish Sat Oct 07 19:17:37 2017 xorriso : UPDATE : 96.41% done, estimate finish Sat Oct 07 19:17:50 2017 xorriso : UPDATE : 96.48% done, estimate finish Sat Oct 07 19:17:50 2017 xorriso : UPDATE : 96.59% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 96.66% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 96.70% done, estimate finish Sat Oct 07 19:17:51 2017 xorriso : UPDATE : 96.86% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 96.94% done, estimate finish Sat Oct 07 19:17:49 2017 xorriso : UPDATE : 96.96% done, estimate finish Sat Oct 07 19:17:51 2017 xorriso : UPDATE : 97.03% done, estimate finish Sat Oct 07 19:17:52 2017 xorriso : UPDATE : 97.10% done, estimate finish Sat Oct 07 19:17:53 2017 xorriso : UPDATE : 97.10% done, estimate finish Sat Oct 07 19:18:01 2017 xorriso : UPDATE : 97.10% done, estimate finish Sat Oct 07 19:18:06 2017 xorriso : UPDATE : 97.10% done, estimate finish Sat Oct 07 19:18:11 2017 xorriso : UPDATE : 97.10% done, estimate finish Sat Oct 07 19:18:16 2017 xorriso : UPDATE : 97.10% done, estimate finish Sat Oct 07 19:18:22 2017 xorriso : UPDATE : 98.07% done, estimate finish Sat Oct 07 19:17:42 2017 xorriso : UPDATE : 98.07% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 98.07% done, estimate finish Sat Oct 07 19:17:46 2017 xorriso : UPDATE : 98.47% done, estimate finish Sat Oct 07 19:17:41 2017 xorriso : UPDATE : 98.55% done, estimate finish Sat Oct 07 19:17:41 2017 xorriso : UPDATE : 98.57% done, estimate finish Sat Oct 07 19:17:39 2017 xorriso : UPDATE : 98.75% done, estimate finish Sat Oct 07 19:17:39 2017 xorriso : UPDATE : 98.79% done, estimate finish Sat Oct 07 19:17:40 2017 xorriso : UPDATE : 98.94% done, estimate finish Sat Oct 07 19:17:40 2017 xorriso : UPDATE : 99.00% done, estimate finish Sat Oct 07 19:17:41 2017 xorriso : UPDATE : 99.08% done, estimate finish Sat Oct 07 19:17:41 2017 xorriso : UPDATE : 99.12% done, estimate finish Sat Oct 07 19:17:43 2017 xorriso : UPDATE : 99.18% done, estimate finish Sat Oct 07 19:17:43 2017 xorriso : UPDATE : 99.22% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 99.39% done, estimate finish Sat Oct 07 19:17:44 2017 xorriso : UPDATE : 99.48% done, estimate finish Sat Oct 07 19:17:45 2017 xorriso : UPDATE : 99.51% done, estimate finish Sat Oct 07 19:17:46 2017 xorriso : UPDATE : 99.51% done, estimate finish Sat Oct 07 19:17:48 2017 xorriso : UPDATE : 99.79% done, estimate finish Sat Oct 07 19:17:45 2017 xorriso : UPDATE : 99.82% done, estimate finish Sat Oct 07 19:17:46 2017 xorriso : UPDATE : 99.99% done ISO image produced: 11224414 sectors Written to medium : 11224414 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 19:17:54 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 Source 2' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/9source/debian-9.2.0-source-BD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/9source/debian-9.2.0-source-BD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long CD2 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 5000 files added in 1 seconds xorriso : UPDATE : 7400 files added in 2 seconds xorriso : UPDATE : 9000 files added in 3 seconds xorriso : UPDATE : 12300 files added in 4 seconds xorriso : UPDATE : 14600 files added in 5 seconds xorriso : UPDATE : 17400 files added in 6 seconds xorriso : UPDATE : 19400 files added in 7 seconds xorriso : UPDATE : 20200 files added in 8 seconds xorriso : UPDATE : 21600 files added in 9 seconds xorriso : UPDATE : 28700 files added in 10 seconds xorriso : UPDATE : 35000 files added in 12 seconds xorriso : UPDATE : 43000 files added in 13 seconds xorriso : UPDATE : 49600 files added in 14 seconds xorriso : UPDATE : 55100 files added in 15 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/9source/stretch/CD2' xorriso : UPDATE : 57347 files added in 15 seconds xorriso : UPDATE : 57347 files added in 15 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.00% done xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.08% done xorriso : UPDATE : 0.13% done, estimate finish Sat Oct 07 19:50:42 2017 xorriso : UPDATE : 0.16% done, estimate finish Sat Oct 07 19:55:49 2017 xorriso : UPDATE : 0.21% done, estimate finish Sat Oct 07 19:53:51 2017 xorriso : UPDATE : 0.26% done, estimate finish Sat Oct 07 19:53:18 2017 xorriso : UPDATE : 0.28% done, estimate finish Sat Oct 07 19:57:27 2017 xorriso : UPDATE : 0.34% done, estimate finish Sat Oct 07 19:54:54 2017 xorriso : UPDATE : 0.37% done, estimate finish Sat Oct 07 19:56:03 2017 xorriso : UPDATE : 0.38% done, estimate finish Sat Oct 07 19:59:35 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 19:46:19 2017 xorriso : UPDATE : 0.68% done, estimate finish Sat Oct 07 19:46:16 2017 xorriso : UPDATE : 0.73% done, estimate finish Sat Oct 07 19:46:46 2017 xorriso : UPDATE : 0.88% done, estimate finish Sat Oct 07 19:41:08 2017 xorriso : UPDATE : 0.90% done, estimate finish Sat Oct 07 19:42:51 2017 xorriso : UPDATE : 1.17% done, estimate finish Sat Oct 07 19:37:57 2017 xorriso : UPDATE : 1.23% done, estimate finish Sat Oct 07 19:38:22 2017 xorriso : UPDATE : 1.27% done, estimate finish Sat Oct 07 19:39:05 2017 xorriso : UPDATE : 1.39% done, estimate finish Sat Oct 07 19:38:25 2017 xorriso : UPDATE : 1.44% done, estimate finish Sat Oct 07 19:39:02 2017 xorriso : UPDATE : 1.45% done, estimate finish Sat Oct 07 19:40:11 2017 xorriso : UPDATE : 1.45% done, estimate finish Sat Oct 07 19:41:28 2017 xorriso : UPDATE : 1.45% done, estimate finish Sat Oct 07 19:42:45 2017 xorriso : UPDATE : 1.45% done, estimate finish Sat Oct 07 19:45:56 2017 xorriso : UPDATE : 2.32% done, estimate finish Sat Oct 07 19:32:42 2017 xorriso : UPDATE : 2.38% done, estimate finish Sat Oct 07 19:33:09 2017 xorriso : UPDATE : 2.41% done, estimate finish Sat Oct 07 19:33:51 2017 xorriso : UPDATE : 2.66% done, estimate finish Sat Oct 07 19:32:48 2017 xorriso : UPDATE : 2.76% done, estimate finish Sat Oct 07 19:32:54 2017 xorriso : UPDATE : 2.80% done, estimate finish Sat Oct 07 19:33:22 2017 xorriso : UPDATE : 2.85% done, estimate finish Sat Oct 07 19:33:49 2017 xorriso : UPDATE : 2.91% done, estimate finish Sat Oct 07 19:34:07 2017 xorriso : UPDATE : 3.00% done, estimate finish Sat Oct 07 19:34:13 2017 xorriso : UPDATE : 3.04% done, estimate finish Sat Oct 07 19:32:11 2017 xorriso : UPDATE : 3.08% done, estimate finish Sat Oct 07 19:32:41 2017 xorriso : UPDATE : 3.12% done, estimate finish Sat Oct 07 19:33:15 2017 xorriso : UPDATE : 3.26% done, estimate finish Sat Oct 07 19:33:07 2017 xorriso : UPDATE : 3.29% done, estimate finish Sat Oct 07 19:33:39 2017 xorriso : UPDATE : 3.33% done, estimate finish Sat Oct 07 19:34:04 2017 xorriso : UPDATE : 3.41% done, estimate finish Sat Oct 07 19:34:16 2017 xorriso : UPDATE : 3.54% done, estimate finish Sat Oct 07 19:34:10 2017 xorriso : UPDATE : 3.63% done, estimate finish Sat Oct 07 19:34:15 2017 xorriso : UPDATE : 3.74% done, estimate finish Sat Oct 07 19:34:15 2017 xorriso : UPDATE : 3.87% done, estimate finish Sat Oct 07 19:37:14 2017 xorriso : UPDATE : 3.89% done, estimate finish Sat Oct 07 19:38:04 2017 xorriso : UPDATE : 3.99% done, estimate finish Sat Oct 07 19:37:55 2017 xorriso : UPDATE : 4.04% done, estimate finish Sat Oct 07 19:38:15 2017 xorriso : UPDATE : 4.10% done, estimate finish Sat Oct 07 19:38:28 2017 xorriso : UPDATE : 4.20% done, estimate finish Sat Oct 07 19:38:14 2017 xorriso : UPDATE : 4.26% done, estimate finish Sat Oct 07 19:38:25 2017 xorriso : UPDATE : 4.32% done, estimate finish Sat Oct 07 19:38:41 2017 xorriso : UPDATE : 4.37% done, estimate finish Sat Oct 07 19:38:59 2017 xorriso : UPDATE : 4.48% done, estimate finish Sat Oct 07 19:38:38 2017 xorriso : UPDATE : 4.54% done, estimate finish Sat Oct 07 19:40:02 2017 xorriso : UPDATE : 4.58% done, estimate finish Sat Oct 07 19:40:43 2017 xorriso : UPDATE : 4.67% done, estimate finish Sat Oct 07 19:40:17 2017 xorriso : UPDATE : 4.74% done, estimate finish Sat Oct 07 19:40:10 2017 xorriso : UPDATE : 4.79% done, estimate finish Sat Oct 07 19:40:34 2017 xorriso : UPDATE : 4.83% done, estimate finish Sat Oct 07 19:40:57 2017 xorriso : UPDATE : 4.87% done, estimate finish Sat Oct 07 19:41:21 2017 xorriso : UPDATE : 4.88% done, estimate finish Sat Oct 07 19:42:14 2017 xorriso : UPDATE : 5.06% done, estimate finish Sat Oct 07 19:40:33 2017 xorriso : UPDATE : 5.11% done, estimate finish Sat Oct 07 19:40:52 2017 xorriso : UPDATE : 5.20% done, estimate finish Sat Oct 07 19:40:40 2017 xorriso : UPDATE : 5.23% done, estimate finish Sat Oct 07 19:41:36 2017 xorriso : UPDATE : 5.50% done, estimate finish Sat Oct 07 19:38:19 2017 xorriso : UPDATE : 5.56% done, estimate finish Sat Oct 07 19:38:35 2017 xorriso : UPDATE : 5.69% done, estimate finish Sat Oct 07 19:38:01 2017 xorriso : UPDATE : 5.76% done, estimate finish Sat Oct 07 19:38:09 2017 xorriso : UPDATE : 5.79% done, estimate finish Sat Oct 07 19:38:35 2017 xorriso : UPDATE : 5.84% done, estimate finish Sat Oct 07 19:38:54 2017 xorriso : UPDATE : 5.95% done, estimate finish Sat Oct 07 19:38:40 2017 xorriso : UPDATE : 5.97% done, estimate finish Sat Oct 07 19:39:05 2017 xorriso : UPDATE : 6.04% done, estimate finish Sat Oct 07 19:39:11 2017 xorriso : UPDATE : 6.11% done, estimate finish Sat Oct 07 19:38:09 2017 xorriso : UPDATE : 6.18% done, estimate finish Sat Oct 07 19:38:19 2017 xorriso : UPDATE : 6.24% done, estimate finish Sat Oct 07 19:38:33 2017 xorriso : UPDATE : 6.30% done, estimate finish Sat Oct 07 19:38:46 2017 xorriso : UPDATE : 6.40% done, estimate finish Sat Oct 07 19:38:35 2017 xorriso : UPDATE : 6.45% done, estimate finish Sat Oct 07 19:38:54 2017 xorriso : UPDATE : 6.57% done, estimate finish Sat Oct 07 19:38:33 2017 xorriso : UPDATE : 6.59% done, estimate finish Sat Oct 07 19:39:05 2017 xorriso : UPDATE : 6.61% done, estimate finish Sat Oct 07 19:39:34 2017 xorriso : UPDATE : 6.64% done, estimate finish Sat Oct 07 19:40:00 2017 xorriso : UPDATE : 6.66% done, estimate finish Sat Oct 07 19:43:45 2017 xorriso : UPDATE : 6.67% done, estimate finish Sat Oct 07 19:45:01 2017 xorriso : UPDATE : 6.67% done, estimate finish Sat Oct 07 19:46:35 2017 xorriso : UPDATE : 6.93% done, estimate finish Sat Oct 07 19:41:37 2017 xorriso : UPDATE : 6.97% done, estimate finish Sat Oct 07 19:42:01 2017 xorriso : UPDATE : 7.03% done, estimate finish Sat Oct 07 19:42:04 2017 xorriso : UPDATE : 7.17% done, estimate finish Sat Oct 07 19:41:02 2017 xorriso : UPDATE : 7.23% done, estimate finish Sat Oct 07 19:41:12 2017 xorriso : UPDATE : 7.23% done, estimate finish Sat Oct 07 19:42:03 2017 xorriso : UPDATE : 7.56% done, estimate finish Sat Oct 07 19:39:14 2017 xorriso : UPDATE : 7.60% done, estimate finish Sat Oct 07 19:37:16 2017 xorriso : UPDATE : 7.83% done, estimate finish Sat Oct 07 19:36:04 2017 xorriso : UPDATE : 7.94% done, estimate finish Sat Oct 07 19:36:01 2017 xorriso : UPDATE : 8.01% done, estimate finish Sat Oct 07 19:36:17 2017 xorriso : UPDATE : 8.15% done, estimate finish Sat Oct 07 19:36:01 2017 xorriso : UPDATE : 8.16% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 8.16% done, estimate finish Sat Oct 07 19:37:11 2017 xorriso : UPDATE : 8.51% done, estimate finish Sat Oct 07 19:35:42 2017 xorriso : UPDATE : 8.58% done, estimate finish Sat Oct 07 19:35:54 2017 xorriso : UPDATE : 8.63% done, estimate finish Sat Oct 07 19:36:10 2017 xorriso : UPDATE : 8.65% done, estimate finish Sat Oct 07 19:36:09 2017 xorriso : UPDATE : 8.68% done, estimate finish Sat Oct 07 19:36:45 2017 xorriso : UPDATE : 8.72% done, estimate finish Sat Oct 07 19:37:15 2017 xorriso : UPDATE : 8.79% done, estimate finish Sat Oct 07 19:37:27 2017 xorriso : UPDATE : 8.83% done, estimate finish Sat Oct 07 19:37:47 2017 xorriso : UPDATE : 8.89% done, estimate finish Sat Oct 07 19:38:05 2017 xorriso : UPDATE : 9.04% done, estimate finish Sat Oct 07 19:37:34 2017 xorriso : UPDATE : 9.11% done, estimate finish Sat Oct 07 19:37:40 2017 xorriso : UPDATE : 9.15% done, estimate finish Sat Oct 07 19:38:01 2017 xorriso : UPDATE : 9.16% done, estimate finish Sat Oct 07 19:38:31 2017 xorriso : UPDATE : 9.19% done, estimate finish Sat Oct 07 19:43:44 2017 xorriso : UPDATE : 9.23% done, estimate finish Sat Oct 07 19:44:11 2017 xorriso : UPDATE : 9.34% done, estimate finish Sat Oct 07 19:42:53 2017 xorriso : UPDATE : 9.41% done, estimate finish Sat Oct 07 19:42:38 2017 xorriso : UPDATE : 9.48% done, estimate finish Sat Oct 07 19:42:21 2017 xorriso : UPDATE : 9.52% done, estimate finish Sat Oct 07 19:42:47 2017 xorriso : UPDATE : 9.60% done, estimate finish Sat Oct 07 19:42:27 2017 xorriso : UPDATE : 9.66% done, estimate finish Sat Oct 07 19:42:30 2017 xorriso : UPDATE : 9.71% done, estimate finish Sat Oct 07 19:42:33 2017 xorriso : UPDATE : 9.75% done, estimate finish Sat Oct 07 19:42:50 2017 xorriso : UPDATE : 9.79% done, estimate finish Sat Oct 07 19:42:22 2017 xorriso : UPDATE : 9.82% done, estimate finish Sat Oct 07 19:43:02 2017 xorriso : UPDATE : 9.84% done, estimate finish Sat Oct 07 19:43:48 2017 xorriso : UPDATE : 9.96% done, estimate finish Sat Oct 07 19:42:32 2017 xorriso : UPDATE : 10.04% done, estimate finish Sat Oct 07 19:42:17 2017 xorriso : UPDATE : 10.13% done, estimate finish Sat Oct 07 19:41:52 2017 xorriso : UPDATE : 10.15% done, estimate finish Sat Oct 07 19:42:30 2017 xorriso : UPDATE : 10.15% done, estimate finish Sat Oct 07 19:43:25 2017 xorriso : UPDATE : 10.69% done, estimate finish Sat Oct 07 19:38:25 2017 xorriso : UPDATE : 10.72% done, estimate finish Sat Oct 07 19:38:47 2017 xorriso : UPDATE : 10.84% done, estimate finish Sat Oct 07 19:36:29 2017 xorriso : UPDATE : 10.88% done, estimate finish Sat Oct 07 19:37:01 2017 xorriso : UPDATE : 11.04% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 11.11% done, estimate finish Sat Oct 07 19:36:45 2017 xorriso : UPDATE : 11.19% done, estimate finish Sat Oct 07 19:36:51 2017 xorriso : UPDATE : 11.33% done, estimate finish Sat Oct 07 19:36:36 2017 xorriso : UPDATE : 11.45% done, estimate finish Sat Oct 07 19:36:29 2017 xorriso : UPDATE : 11.59% done, estimate finish Sat Oct 07 19:36:18 2017 xorriso : UPDATE : 11.73% done, estimate finish Sat Oct 07 19:36:06 2017 xorriso : UPDATE : 11.83% done, estimate finish Sat Oct 07 19:36:07 2017 xorriso : UPDATE : 11.86% done, estimate finish Sat Oct 07 19:36:35 2017 xorriso : UPDATE : 11.89% done, estimate finish Sat Oct 07 19:37:07 2017 xorriso : UPDATE : 11.97% done, estimate finish Sat Oct 07 19:37:15 2017 xorriso : UPDATE : 12.06% done, estimate finish Sat Oct 07 19:37:16 2017 xorriso : UPDATE : 12.13% done, estimate finish Sat Oct 07 19:37:25 2017 xorriso : UPDATE : 12.17% done, estimate finish Sat Oct 07 19:37:51 2017 xorriso : UPDATE : 12.20% done, estimate finish Sat Oct 07 19:38:16 2017 xorriso : UPDATE : 12.20% done, estimate finish Sat Oct 07 19:38:52 2017 xorriso : UPDATE : 12.25% done, estimate finish Sat Oct 07 19:39:07 2017 xorriso : UPDATE : 12.37% done, estimate finish Sat Oct 07 19:38:50 2017 xorriso : UPDATE : 12.38% done, estimate finish Sat Oct 07 19:39:14 2017 xorriso : UPDATE : 12.42% done, estimate finish Sat Oct 07 19:44:20 2017 xorriso : UPDATE : 12.51% done, estimate finish Sat Oct 07 19:43:20 2017 xorriso : UPDATE : 12.56% done, estimate finish Sat Oct 07 19:43:33 2017 xorriso : UPDATE : 12.63% done, estimate finish Sat Oct 07 19:43:19 2017 xorriso : UPDATE : 12.74% done, estimate finish Sat Oct 07 19:42:18 2017 xorriso : UPDATE : 12.82% done, estimate finish Sat Oct 07 19:42:05 2017 xorriso : UPDATE : 12.85% done, estimate finish Sat Oct 07 19:42:27 2017 xorriso : UPDATE : 12.89% done, estimate finish Sat Oct 07 19:42:45 2017 xorriso : UPDATE : 12.92% done, estimate finish Sat Oct 07 19:43:15 2017 xorriso : UPDATE : 13.12% done, estimate finish Sat Oct 07 19:41:33 2017 xorriso : UPDATE : 13.27% done, estimate finish Sat Oct 07 19:38:20 2017 xorriso : UPDATE : 13.41% done, estimate finish Sat Oct 07 19:37:49 2017 xorriso : UPDATE : 13.44% done, estimate finish Sat Oct 07 19:38:22 2017 xorriso : UPDATE : 13.44% done, estimate finish Sat Oct 07 19:39:11 2017 xorriso : UPDATE : 13.73% done, estimate finish Sat Oct 07 19:37:22 2017 xorriso : UPDATE : 13.98% done, estimate finish Sat Oct 07 19:36:25 2017 xorriso : UPDATE : 14.16% done, estimate finish Sat Oct 07 19:36:04 2017 xorriso : UPDATE : 14.22% done, estimate finish Sat Oct 07 19:36:16 2017 xorriso : UPDATE : 14.28% done, estimate finish Sat Oct 07 19:36:27 2017 xorriso : UPDATE : 14.29% done, estimate finish Sat Oct 07 19:36:53 2017 xorriso : UPDATE : 14.53% done, estimate finish Sat Oct 07 19:35:05 2017 xorriso : UPDATE : 14.53% done, estimate finish Sat Oct 07 19:35:44 2017 xorriso : UPDATE : 14.79% done, estimate finish Sat Oct 07 19:34:57 2017 xorriso : UPDATE : 14.84% done, estimate finish Sat Oct 07 19:35:17 2017 xorriso : UPDATE : 14.87% done, estimate finish Sat Oct 07 19:35:42 2017 xorriso : UPDATE : 14.97% done, estimate finish Sat Oct 07 19:35:45 2017 xorriso : UPDATE : 15.00% done, estimate finish Sat Oct 07 19:36:06 2017 xorriso : UPDATE : 15.03% done, estimate finish Sat Oct 07 19:36:26 2017 xorriso : UPDATE : 15.11% done, estimate finish Sat Oct 07 19:36:32 2017 xorriso : UPDATE : 15.21% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 15.22% done, estimate finish Sat Oct 07 19:40:07 2017 xorriso : UPDATE : 15.28% done, estimate finish Sat Oct 07 19:40:17 2017 xorriso : UPDATE : 15.36% done, estimate finish Sat Oct 07 19:40:13 2017 xorriso : UPDATE : 15.41% done, estimate finish Sat Oct 07 19:40:24 2017 xorriso : UPDATE : 15.45% done, estimate finish Sat Oct 07 19:40:46 2017 xorriso : UPDATE : 15.52% done, estimate finish Sat Oct 07 19:40:46 2017 xorriso : UPDATE : 15.67% done, estimate finish Sat Oct 07 19:39:50 2017 xorriso : UPDATE : 15.71% done, estimate finish Sat Oct 07 19:40:08 2017 xorriso : UPDATE : 15.77% done, estimate finish Sat Oct 07 19:40:16 2017 xorriso : UPDATE : 15.88% done, estimate finish Sat Oct 07 19:39:52 2017 xorriso : UPDATE : 15.95% done, estimate finish Sat Oct 07 19:39:43 2017 xorriso : UPDATE : 15.96% done, estimate finish Sat Oct 07 19:40:33 2017 xorriso : UPDATE : 16.08% done, estimate finish Sat Oct 07 19:39:54 2017 xorriso : UPDATE : 16.11% done, estimate finish Sat Oct 07 19:40:26 2017 xorriso : UPDATE : 16.24% done, estimate finish Sat Oct 07 19:39:41 2017 xorriso : UPDATE : 16.30% done, estimate finish Sat Oct 07 19:39:48 2017 xorriso : UPDATE : 16.34% done, estimate finish Sat Oct 07 19:40:14 2017 xorriso : UPDATE : 16.38% done, estimate finish Sat Oct 07 19:40:33 2017 xorriso : UPDATE : 16.56% done, estimate finish Sat Oct 07 19:39:31 2017 xorriso : UPDATE : 16.57% done, estimate finish Sat Oct 07 19:40:02 2017 xorriso : UPDATE : 16.65% done, estimate finish Sat Oct 07 19:40:06 2017 xorriso : UPDATE : 16.76% done, estimate finish Sat Oct 07 19:39:37 2017 xorriso : UPDATE : 16.77% done, estimate finish Sat Oct 07 19:40:22 2017 xorriso : UPDATE : 16.82% done, estimate finish Sat Oct 07 19:40:44 2017 xorriso : UPDATE : 16.86% done, estimate finish Sat Oct 07 19:41:06 2017 xorriso : UPDATE : 16.86% done, estimate finish Sat Oct 07 19:42:00 2017 xorriso : UPDATE : 17.34% done, estimate finish Sat Oct 07 19:37:56 2017 xorriso : UPDATE : 17.38% done, estimate finish Sat Oct 07 19:38:16 2017 xorriso : UPDATE : 17.41% done, estimate finish Sat Oct 07 19:38:37 2017 xorriso : UPDATE : 17.49% done, estimate finish Sat Oct 07 19:38:39 2017 xorriso : UPDATE : 17.59% done, estimate finish Sat Oct 07 19:37:23 2017 xorriso : UPDATE : 17.75% done, estimate finish Sat Oct 07 19:36:51 2017 xorriso : UPDATE : 17.75% done, estimate finish Sat Oct 07 19:37:31 2017 xorriso : UPDATE : 17.75% done, estimate finish Sat Oct 07 19:38:16 2017 xorriso : UPDATE : 17.75% done, estimate finish Sat Oct 07 19:38:59 2017 xorriso : UPDATE : 18.39% done, estimate finish Sat Oct 07 19:35:35 2017 xorriso : UPDATE : 18.39% done, estimate finish Sat Oct 07 19:36:04 2017 xorriso : UPDATE : 18.39% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 18.39% done, estimate finish Sat Oct 07 19:37:02 2017 xorriso : UPDATE : 18.39% done, estimate finish Sat Oct 07 19:37:31 2017 xorriso : UPDATE : 18.39% done, estimate finish Sat Oct 07 19:38:42 2017 xorriso : UPDATE : 18.39% done, estimate finish Sat Oct 07 19:39:41 2017 xorriso : UPDATE : 19.00% done, estimate finish Sat Oct 07 19:35:30 2017 xorriso : UPDATE : 19.64% done, estimate finish Sat Oct 07 19:33:36 2017 xorriso : UPDATE : 19.89% done, estimate finish Sat Oct 07 19:33:18 2017 xorriso : UPDATE : 19.97% done, estimate finish Sat Oct 07 19:33:29 2017 xorriso : UPDATE : 20.04% done, estimate finish Sat Oct 07 19:33:40 2017 xorriso : UPDATE : 20.10% done, estimate finish Sat Oct 07 19:33:49 2017 xorriso : UPDATE : 20.20% done, estimate finish Sat Oct 07 19:33:54 2017 xorriso : UPDATE : 20.31% done, estimate finish Sat Oct 07 19:33:59 2017 xorriso : UPDATE : 20.34% done, estimate finish Sat Oct 07 19:34:13 2017 xorriso : UPDATE : 20.35% done, estimate finish Sat Oct 07 19:33:00 2017 xorriso : UPDATE : 20.55% done, estimate finish Sat Oct 07 19:32:57 2017 xorriso : UPDATE : 20.55% done, estimate finish Sat Oct 07 19:33:19 2017 xorriso : UPDATE : 20.55% done, estimate finish Sat Oct 07 19:33:43 2017 xorriso : UPDATE : 20.55% done, estimate finish Sat Oct 07 19:34:06 2017 xorriso : UPDATE : 21.02% done, estimate finish Sat Oct 07 19:33:17 2017 xorriso : UPDATE : 21.08% done, estimate finish Sat Oct 07 19:33:28 2017 xorriso : UPDATE : 21.17% done, estimate finish Sat Oct 07 19:33:36 2017 xorriso : UPDATE : 21.22% done, estimate finish Sat Oct 07 19:33:47 2017 xorriso : UPDATE : 21.26% done, estimate finish Sat Oct 07 19:34:00 2017 xorriso : UPDATE : 21.41% done, estimate finish Sat Oct 07 19:35:51 2017 xorriso : UPDATE : 21.48% done, estimate finish Sat Oct 07 19:36:03 2017 xorriso : UPDATE : 21.56% done, estimate finish Sat Oct 07 19:36:13 2017 xorriso : UPDATE : 21.60% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 21.63% done, estimate finish Sat Oct 07 19:36:59 2017 xorriso : UPDATE : 21.66% done, estimate finish Sat Oct 07 19:37:25 2017 xorriso : UPDATE : 21.72% done, estimate finish Sat Oct 07 19:37:34 2017 xorriso : UPDATE : 21.74% done, estimate finish Sat Oct 07 19:38:01 2017 xorriso : UPDATE : 21.81% done, estimate finish Sat Oct 07 19:38:07 2017 xorriso : UPDATE : 21.85% done, estimate finish Sat Oct 07 19:38:23 2017 xorriso : UPDATE : 21.95% done, estimate finish Sat Oct 07 19:42:28 2017 xorriso : UPDATE : 22.07% done, estimate finish Sat Oct 07 19:41:15 2017 xorriso : UPDATE : 22.10% done, estimate finish Sat Oct 07 19:41:44 2017 xorriso : UPDATE : 22.17% done, estimate finish Sat Oct 07 19:41:31 2017 xorriso : UPDATE : 22.24% done, estimate finish Sat Oct 07 19:41:23 2017 xorriso : UPDATE : 22.37% done, estimate finish Sat Oct 07 19:40:28 2017 xorriso : UPDATE : 22.39% done, estimate finish Sat Oct 07 19:41:00 2017 xorriso : UPDATE : 22.64% done, estimate finish Sat Oct 07 19:39:05 2017 xorriso : UPDATE : 22.78% done, estimate finish Sat Oct 07 19:38:36 2017 xorriso : UPDATE : 23.00% done, estimate finish Sat Oct 07 19:37:40 2017 xorriso : UPDATE : 23.16% done, estimate finish Sat Oct 07 19:34:59 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 19:35:20 2017 xorriso : UPDATE : 23.29% done, estimate finish Sat Oct 07 19:35:32 2017 xorriso : UPDATE : 23.38% done, estimate finish Sat Oct 07 19:35:35 2017 xorriso : UPDATE : 23.43% done, estimate finish Sat Oct 07 19:35:54 2017 xorriso : UPDATE : 23.59% done, estimate finish Sat Oct 07 19:35:39 2017 xorriso : UPDATE : 23.63% done, estimate finish Sat Oct 07 19:35:57 2017 xorriso : UPDATE : 23.64% done, estimate finish Sat Oct 07 19:36:22 2017 xorriso : UPDATE : 23.82% done, estimate finish Sat Oct 07 19:36:00 2017 xorriso : UPDATE : 23.84% done, estimate finish Sat Oct 07 19:36:20 2017 xorriso : UPDATE : 24.10% done, estimate finish Sat Oct 07 19:36:39 2017 xorriso : UPDATE : 24.27% done, estimate finish Sat Oct 07 19:36:08 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 19:35:56 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 19:36:32 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 19:37:10 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 19:37:47 2017 xorriso : UPDATE : 25.09% done, estimate finish Sat Oct 07 19:34:46 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 19:34:46 2017 xorriso : UPDATE : 25.29% done, estimate finish Sat Oct 07 19:34:53 2017 xorriso : UPDATE : 25.35% done, estimate finish Sat Oct 07 19:35:05 2017 xorriso : UPDATE : 25.43% done, estimate finish Sat Oct 07 19:34:15 2017 xorriso : UPDATE : 25.51% done, estimate finish Sat Oct 07 19:34:29 2017 xorriso : UPDATE : 25.56% done, estimate finish Sat Oct 07 19:34:47 2017 xorriso : UPDATE : 25.68% done, estimate finish Sat Oct 07 19:34:46 2017 xorriso : UPDATE : 25.80% done, estimate finish Sat Oct 07 19:34:48 2017 xorriso : UPDATE : 25.87% done, estimate finish Sat Oct 07 19:34:58 2017 xorriso : UPDATE : 25.92% done, estimate finish Sat Oct 07 19:35:11 2017 xorriso : UPDATE : 25.99% done, estimate finish Sat Oct 07 19:35:22 2017 xorriso : UPDATE : 26.06% done, estimate finish Sat Oct 07 19:35:29 2017 xorriso : UPDATE : 26.27% done, estimate finish Sat Oct 07 19:35:07 2017 xorriso : UPDATE : 26.29% done, estimate finish Sat Oct 07 19:37:11 2017 xorriso : UPDATE : 26.29% done, estimate finish Sat Oct 07 19:38:03 2017 xorriso : UPDATE : 26.29% done, estimate finish Sat Oct 07 19:38:54 2017 xorriso : UPDATE : 26.29% done, estimate finish Sat Oct 07 19:39:46 2017 xorriso : UPDATE : 26.55% done, estimate finish Sat Oct 07 19:37:50 2017 xorriso : UPDATE : 27.22% done, estimate finish Sat Oct 07 19:34:42 2017 xorriso : UPDATE : 27.45% done, estimate finish Sat Oct 07 19:34:21 2017 xorriso : UPDATE : 27.60% done, estimate finish Sat Oct 07 19:34:16 2017 xorriso : UPDATE : 27.74% done, estimate finish Sat Oct 07 19:34:14 2017 xorriso : UPDATE : 27.75% done, estimate finish Sat Oct 07 19:34:32 2017 xorriso : UPDATE : 27.91% done, estimate finish Sat Oct 07 19:33:06 2017 xorriso : UPDATE : 27.91% done, estimate finish Sat Oct 07 19:33:34 2017 xorriso : UPDATE : 27.91% done, estimate finish Sat Oct 07 19:34:02 2017 xorriso : UPDATE : 28.40% done, estimate finish Sat Oct 07 19:33:01 2017 xorriso : UPDATE : 28.62% done, estimate finish Sat Oct 07 19:32:52 2017 xorriso : UPDATE : 28.64% done, estimate finish Sat Oct 07 19:33:10 2017 xorriso : UPDATE : 28.68% done, estimate finish Sat Oct 07 19:33:24 2017 xorriso : UPDATE : 28.78% done, estimate finish Sat Oct 07 19:33:29 2017 xorriso : UPDATE : 28.95% done, estimate finish Sat Oct 07 19:33:25 2017 xorriso : UPDATE : 28.98% done, estimate finish Sat Oct 07 19:33:39 2017 xorriso : UPDATE : 29.13% done, estimate finish Sat Oct 07 19:34:25 2017 xorriso : UPDATE : 29.22% done, estimate finish Sat Oct 07 19:34:31 2017 xorriso : UPDATE : 29.23% done, estimate finish Sat Oct 07 19:35:02 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 19:35:00 2017 xorriso : UPDATE : 29.41% done, estimate finish Sat Oct 07 19:35:12 2017 xorriso : UPDATE : 29.47% done, estimate finish Sat Oct 07 19:35:23 2017 xorriso : UPDATE : 29.47% done, estimate finish Sat Oct 07 19:35:52 2017 xorriso : UPDATE : 29.86% done, estimate finish Sat Oct 07 19:34:42 2017 xorriso : UPDATE : 29.95% done, estimate finish Sat Oct 07 19:34:46 2017 xorriso : UPDATE : 30.01% done, estimate finish Sat Oct 07 19:34:58 2017 xorriso : UPDATE : 30.08% done, estimate finish Sat Oct 07 19:35:05 2017 xorriso : UPDATE : 30.13% done, estimate finish Sat Oct 07 19:36:16 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 19:36:46 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 19:37:28 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 19:38:09 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 19:38:52 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 19:39:33 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 19:40:15 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 19:40:58 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 19:41:39 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 19:42:21 2017 xorriso : UPDATE : 30.16% done, estimate finish Sat Oct 07 23:57:09 2017 xorriso : UPDATE : 30.16% done, estimate finish Sun Oct 08 00:23:59 2017 xorriso : UPDATE : 30.16% done, estimate finish Sun Oct 08 00:50:49 2017 xorriso : UPDATE : 30.16% done, estimate finish Sun Oct 08 01:17:38 2017 xorriso : UPDATE : 30.16% done, estimate finish Sun Oct 08 01:44:29 2017 xorriso : UPDATE : 30.16% done, estimate finish Sun Oct 08 02:11:18 2017 xorriso : UPDATE : 30.16% done, estimate finish Sun Oct 08 02:38:08 2017 xorriso : UPDATE : 30.16% done, estimate finish Sun Oct 08 03:04:58 2017 xorriso : UPDATE : 30.16% done, estimate finish Sun Oct 08 03:31:48 2017 xorriso : UPDATE : 30.16% done, estimate finish Sun Oct 08 03:58:38 2017 xorriso : UPDATE : 30.16% done xorriso : UPDATE : 31.49% done, estimate finish Sat Oct 07 19:34:40 2017 xorriso : UPDATE : 33.93% done, estimate finish Sat Oct 07 19:30:36 2017 xorriso : UPDATE : 33.97% done, estimate finish Sat Oct 07 19:30:46 2017 xorriso : UPDATE : 34.13% done, estimate finish Sat Oct 07 19:30:50 2017 xorriso : UPDATE : 34.20% done, estimate finish Sat Oct 07 19:30:58 2017 xorriso : UPDATE : 34.29% done, estimate finish Sat Oct 07 19:31:05 2017 xorriso : UPDATE : 34.37% done, estimate finish Sat Oct 07 19:31:12 2017 xorriso : UPDATE : 34.48% done, estimate finish Sat Oct 07 19:31:17 2017 xorriso : UPDATE : 34.69% done, estimate finish Sat Oct 07 19:31:17 2017 xorriso : UPDATE : 34.76% done, estimate finish Sat Oct 07 19:29:58 2017 xorriso : UPDATE : 34.83% done, estimate finish Sat Oct 07 19:30:05 2017 xorriso : UPDATE : 34.89% done, estimate finish Sat Oct 07 19:30:13 2017 xorriso : UPDATE : 34.93% done, estimate finish Sat Oct 07 19:30:22 2017 xorriso : UPDATE : 34.98% done, estimate finish Sat Oct 07 19:30:29 2017 xorriso : UPDATE : 35.02% done, estimate finish Sat Oct 07 19:30:38 2017 xorriso : UPDATE : 35.08% done, estimate finish Sat Oct 07 19:30:46 2017 xorriso : UPDATE : 35.08% done, estimate finish Sat Oct 07 19:30:55 2017 xorriso : UPDATE : 35.48% done, estimate finish Sat Oct 07 19:30:48 2017 xorriso : UPDATE : 35.53% done, estimate finish Sat Oct 07 19:30:55 2017 xorriso : UPDATE : 35.58% done, estimate finish Sat Oct 07 19:36:37 2017 xorriso : UPDATE : 35.59% done, estimate finish Sat Oct 07 19:37:16 2017 xorriso : UPDATE : 35.78% done, estimate finish Sat Oct 07 19:36:17 2017 xorriso : UPDATE : 35.87% done, estimate finish Sat Oct 07 19:36:17 2017 xorriso : UPDATE : 35.98% done, estimate finish Sat Oct 07 19:36:06 2017 xorriso : UPDATE : 36.12% done, estimate finish Sat Oct 07 19:35:48 2017 xorriso : UPDATE : 36.19% done, estimate finish Sat Oct 07 19:35:54 2017 xorriso : UPDATE : 36.24% done, estimate finish Sat Oct 07 19:36:07 2017 xorriso : UPDATE : 36.40% done, estimate finish Sat Oct 07 19:35:46 2017 xorriso : UPDATE : 36.46% done, estimate finish Sat Oct 07 19:35:54 2017 xorriso : UPDATE : 36.49% done, estimate finish Sat Oct 07 19:35:46 2017 xorriso : UPDATE : 36.61% done, estimate finish Sat Oct 07 19:35:37 2017 xorriso : UPDATE : 36.64% done, estimate finish Sat Oct 07 19:36:02 2017 xorriso : UPDATE : 36.69% done, estimate finish Sat Oct 07 19:36:18 2017 xorriso : UPDATE : 36.73% done, estimate finish Sat Oct 07 19:36:35 2017 xorriso : UPDATE : 36.80% done, estimate finish Sat Oct 07 19:36:41 2017 xorriso : UPDATE : 36.84% done, estimate finish Sat Oct 07 19:37:00 2017 xorriso : UPDATE : 36.85% done, estimate finish Sat Oct 07 19:37:27 2017 xorriso : UPDATE : 36.89% done, estimate finish Sat Oct 07 19:37:42 2017 xorriso : UPDATE : 36.95% done, estimate finish Sat Oct 07 19:37:46 2017 xorriso : UPDATE : 36.98% done, estimate finish Sat Oct 07 19:42:09 2017 xorriso : UPDATE : 37.01% done, estimate finish Sat Oct 07 19:42:34 2017 xorriso : UPDATE : 37.05% done, estimate finish Sat Oct 07 19:42:51 2017 xorriso : UPDATE : 37.27% done, estimate finish Sat Oct 07 19:39:41 2017 xorriso : UPDATE : 37.31% done, estimate finish Sat Oct 07 19:39:58 2017 xorriso : UPDATE : 37.45% done, estimate finish Sat Oct 07 19:38:58 2017 xorriso : UPDATE : 37.54% done, estimate finish Sat Oct 07 19:38:41 2017 xorriso : UPDATE : 37.60% done, estimate finish Sat Oct 07 19:38:47 2017 xorriso : UPDATE : 37.72% done, estimate finish Sat Oct 07 19:38:19 2017 xorriso : UPDATE : 37.82% done, estimate finish Sat Oct 07 19:38:07 2017 xorriso : UPDATE : 37.85% done, estimate finish Sat Oct 07 19:36:18 2017 xorriso : UPDATE : 37.87% done, estimate finish Sat Oct 07 19:36:51 2017 xorriso : UPDATE : 38.01% done, estimate finish Sat Oct 07 19:36:24 2017 xorriso : UPDATE : 38.09% done, estimate finish Sat Oct 07 19:36:26 2017 xorriso : UPDATE : 38.22% done, estimate finish Sat Oct 07 19:36:12 2017 xorriso : UPDATE : 38.22% done, estimate finish Sat Oct 07 19:36:44 2017 xorriso : UPDATE : 38.63% done, estimate finish Sat Oct 07 19:35:07 2017 xorriso : UPDATE : 38.74% done, estimate finish Sat Oct 07 19:35:03 2017 xorriso : UPDATE : 38.78% done, estimate finish Sat Oct 07 19:35:14 2017 xorriso : UPDATE : 38.80% done, estimate finish Sat Oct 07 19:35:33 2017 xorriso : UPDATE : 38.89% done, estimate finish Sat Oct 07 19:35:34 2017 xorriso : UPDATE : 38.94% done, estimate finish Sat Oct 07 19:35:20 2017 xorriso : UPDATE : 39.01% done, estimate finish Sat Oct 07 19:35:29 2017 xorriso : UPDATE : 39.06% done, estimate finish Sat Oct 07 19:35:45 2017 xorriso : UPDATE : 39.13% done, estimate finish Sat Oct 07 19:35:53 2017 xorriso : UPDATE : 39.16% done, estimate finish Sat Oct 07 19:36:14 2017 xorriso : UPDATE : 39.17% done, estimate finish Sat Oct 07 19:36:40 2017 xorriso : UPDATE : 39.17% done, estimate finish Sat Oct 07 19:37:11 2017 xorriso : UPDATE : 39.46% done, estimate finish Sat Oct 07 19:36:06 2017 xorriso : UPDATE : 39.56% done, estimate finish Sat Oct 07 19:36:03 2017 xorriso : UPDATE : 39.65% done, estimate finish Sat Oct 07 19:36:03 2017 xorriso : UPDATE : 39.74% done, estimate finish Sat Oct 07 19:36:56 2017 xorriso : UPDATE : 39.80% done, estimate finish Sat Oct 07 19:37:06 2017 xorriso : UPDATE : 39.99% done, estimate finish Sat Oct 07 19:36:16 2017 xorriso : UPDATE : 40.06% done, estimate finish Sat Oct 07 19:36:22 2017 xorriso : UPDATE : 40.14% done, estimate finish Sat Oct 07 19:36:26 2017 xorriso : UPDATE : 40.24% done, estimate finish Sat Oct 07 19:36:19 2017 xorriso : UPDATE : 40.24% done, estimate finish Sat Oct 07 19:36:50 2017 xorriso : UPDATE : 40.34% done, estimate finish Sat Oct 07 19:36:45 2017 xorriso : UPDATE : 40.35% done, estimate finish Sat Oct 07 19:37:08 2017 xorriso : UPDATE : 40.38% done, estimate finish Sat Oct 07 19:37:27 2017 xorriso : UPDATE : 40.48% done, estimate finish Sat Oct 07 19:37:40 2017 xorriso : UPDATE : 40.57% done, estimate finish Sat Oct 07 19:37:31 2017 xorriso : UPDATE : 40.61% done, estimate finish Sat Oct 07 19:37:48 2017 xorriso : UPDATE : 40.64% done, estimate finish Sat Oct 07 19:38:16 2017 xorriso : UPDATE : 40.76% done, estimate finish Sat Oct 07 19:37:50 2017 xorriso : UPDATE : 40.86% done, estimate finish Sat Oct 07 19:37:35 2017 xorriso : UPDATE : 40.89% done, estimate finish Sat Oct 07 19:37:53 2017 xorriso : UPDATE : 40.89% done, estimate finish Sat Oct 07 19:38:28 2017 xorriso : UPDATE : 41.05% done, estimate finish Sat Oct 07 19:37:50 2017 xorriso : UPDATE : 41.32% done, estimate finish Sat Oct 07 19:36:43 2017 xorriso : UPDATE : 41.49% done, estimate finish Sat Oct 07 19:35:21 2017 xorriso : UPDATE : 41.54% done, estimate finish Sat Oct 07 19:35:39 2017 xorriso : UPDATE : 41.61% done, estimate finish Sat Oct 07 19:35:51 2017 xorriso : UPDATE : 41.68% done, estimate finish Sat Oct 07 19:35:56 2017 xorriso : UPDATE : 41.76% done, estimate finish Sat Oct 07 19:36:02 2017 xorriso : UPDATE : 41.86% done, estimate finish Sat Oct 07 19:36:01 2017 xorriso : UPDATE : 42.02% done, estimate finish Sat Oct 07 19:35:40 2017 xorriso : UPDATE : 42.17% done, estimate finish Sat Oct 07 19:35:28 2017 xorriso : UPDATE : 42.27% done, estimate finish Sat Oct 07 19:35:26 2017 xorriso : UPDATE : 42.39% done, estimate finish Sat Oct 07 19:35:23 2017 xorriso : UPDATE : 42.47% done, estimate finish Sat Oct 07 19:35:34 2017 xorriso : UPDATE : 42.49% done, estimate finish Sat Oct 07 19:36:01 2017 xorriso : UPDATE : 42.77% done, estimate finish Sat Oct 07 19:35:02 2017 xorriso : UPDATE : 42.85% done, estimate finish Sat Oct 07 19:35:08 2017 xorriso : UPDATE : 42.89% done, estimate finish Sat Oct 07 19:35:26 2017 xorriso : UPDATE : 42.90% done, estimate finish Sat Oct 07 19:35:49 2017 xorriso : UPDATE : 42.99% done, estimate finish Sat Oct 07 19:35:51 2017 xorriso : UPDATE : 43.02% done, estimate finish Sat Oct 07 19:36:09 2017 xorriso : UPDATE : 43.18% done, estimate finish Sat Oct 07 19:35:49 2017 xorriso : UPDATE : 43.24% done, estimate finish Sat Oct 07 19:35:57 2017 xorriso : UPDATE : 43.29% done, estimate finish Sat Oct 07 19:36:45 2017 xorriso : UPDATE : 43.29% done, estimate finish Sat Oct 07 19:37:30 2017 xorriso : UPDATE : 43.52% done, estimate finish Sat Oct 07 19:36:20 2017 xorriso : UPDATE : 43.55% done, estimate finish Sat Oct 07 19:36:41 2017 xorriso : UPDATE : 43.77% done, estimate finish Sat Oct 07 19:35:53 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:36:13 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:36:42 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:37:11 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:37:39 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:38:08 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:41:27 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:42:40 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:43:53 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:45:05 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:46:19 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:47:31 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:48:44 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:49:57 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:51:09 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 19:52:23 2017 xorriso : UPDATE : 43.80% done xorriso : UPDATE : 43.80% done xorriso : UPDATE : 43.80% done xorriso : UPDATE : 43.80% done xorriso : UPDATE : 43.80% done xorriso : UPDATE : 43.80% done xorriso : UPDATE : 43.80% done xorriso : UPDATE : 43.80% done xorriso : UPDATE : 43.80% done xorriso : UPDATE : 44.83% done, estimate finish Sat Oct 07 19:40:45 2017 xorriso : UPDATE : 48.11% done, estimate finish Sat Oct 07 19:31:56 2017 xorriso : UPDATE : 48.28% done, estimate finish Sat Oct 07 19:30:41 2017 xorriso : UPDATE : 48.31% done, estimate finish Sat Oct 07 19:30:49 2017 xorriso : UPDATE : 48.31% done, estimate finish Sat Oct 07 19:30:58 2017 xorriso : UPDATE : 48.31% done, estimate finish Sat Oct 07 19:31:07 2017 xorriso : UPDATE : 48.98% done, estimate finish Sat Oct 07 19:30:54 2017 xorriso : UPDATE : 49.06% done, estimate finish Sat Oct 07 19:31:00 2017 xorriso : UPDATE : 49.06% done, estimate finish Sat Oct 07 19:31:07 2017 xorriso : UPDATE : 49.28% done, estimate finish Sat Oct 07 19:31:08 2017 xorriso : UPDATE : 49.43% done, estimate finish Sat Oct 07 19:31:11 2017 xorriso : UPDATE : 49.46% done, estimate finish Sat Oct 07 19:31:18 2017 xorriso : UPDATE : 49.53% done, estimate finish Sat Oct 07 19:33:49 2017 xorriso : UPDATE : 49.56% done, estimate finish Sat Oct 07 19:34:10 2017 xorriso : UPDATE : 49.62% done, estimate finish Sat Oct 07 19:34:24 2017 xorriso : UPDATE : 49.70% done, estimate finish Sat Oct 07 19:34:29 2017 xorriso : UPDATE : 49.82% done, estimate finish Sat Oct 07 19:34:28 2017 xorriso : UPDATE : 49.88% done, estimate finish Sat Oct 07 19:34:39 2017 xorriso : UPDATE : 49.89% done, estimate finish Sat Oct 07 19:34:59 2017 xorriso : UPDATE : 49.89% done, estimate finish Sat Oct 07 19:35:21 2017 xorriso : UPDATE : 50.29% done, estimate finish Sat Oct 07 19:34:23 2017 xorriso : UPDATE : 50.37% done, estimate finish Sat Oct 07 19:34:27 2017 xorriso : UPDATE : 50.46% done, estimate finish Sat Oct 07 19:35:21 2017 xorriso : UPDATE : 50.57% done, estimate finish Sat Oct 07 19:35:15 2017 xorriso : UPDATE : 50.72% done, estimate finish Sat Oct 07 19:35:00 2017 xorriso : UPDATE : 50.92% done, estimate finish Sat Oct 07 19:34:34 2017 xorriso : UPDATE : 51.04% done, estimate finish Sat Oct 07 19:34:31 2017 xorriso : UPDATE : 51.11% done, estimate finish Sat Oct 07 19:34:38 2017 xorriso : UPDATE : 51.15% done, estimate finish Sat Oct 07 19:34:52 2017 xorriso : UPDATE : 51.19% done, estimate finish Sat Oct 07 19:35:04 2017 xorriso : UPDATE : 51.28% done, estimate finish Sat Oct 07 19:35:05 2017 xorriso : UPDATE : 51.31% done, estimate finish Sat Oct 07 19:35:20 2017 xorriso : UPDATE : 51.31% done, estimate finish Sat Oct 07 19:35:59 2017 xorriso : UPDATE : 51.61% done, estimate finish Sat Oct 07 19:34:42 2017 xorriso : UPDATE : 51.70% done, estimate finish Sat Oct 07 19:34:46 2017 xorriso : UPDATE : 51.76% done, estimate finish Sat Oct 07 19:34:58 2017 xorriso : UPDATE : 51.93% done, estimate finish Sat Oct 07 19:34:41 2017 xorriso : UPDATE : 51.97% done, estimate finish Sat Oct 07 19:34:56 2017 xorriso : UPDATE : 51.97% done, estimate finish Sat Oct 07 19:35:18 2017 xorriso : UPDATE : 52.45% done, estimate finish Sat Oct 07 19:34:06 2017 xorriso : UPDATE : 52.48% done, estimate finish Sat Oct 07 19:34:20 2017 xorriso : UPDATE : 52.73% done, estimate finish Sat Oct 07 19:34:00 2017 xorriso : UPDATE : 53.00% done, estimate finish Sat Oct 07 19:32:38 2017 xorriso : UPDATE : 53.09% done, estimate finish Sat Oct 07 19:32:47 2017 xorriso : UPDATE : 53.09% done, estimate finish Sat Oct 07 19:33:06 2017 xorriso : UPDATE : 53.44% done, estimate finish Sat Oct 07 19:32:44 2017 xorriso : UPDATE : 53.47% done, estimate finish Sat Oct 07 19:32:57 2017 xorriso : UPDATE : 53.53% done, estimate finish Sat Oct 07 19:33:06 2017 xorriso : UPDATE : 53.59% done, estimate finish Sat Oct 07 19:33:15 2017 xorriso : UPDATE : 53.62% done, estimate finish Sat Oct 07 19:33:26 2017 xorriso : UPDATE : 53.79% done, estimate finish Sat Oct 07 19:33:23 2017 xorriso : UPDATE : 53.80% done, estimate finish Sat Oct 07 19:33:35 2017 xorriso : UPDATE : 53.80% done, estimate finish Sat Oct 07 19:36:13 2017 xorriso : UPDATE : 54.18% done, estimate finish Sat Oct 07 19:34:28 2017 xorriso : UPDATE : 54.37% done, estimate finish Sat Oct 07 19:34:09 2017 xorriso : UPDATE : 54.48% done, estimate finish Sat Oct 07 19:34:10 2017 xorriso : UPDATE : 54.58% done, estimate finish Sat Oct 07 19:34:12 2017 xorriso : UPDATE : 54.77% done, estimate finish Sat Oct 07 19:33:58 2017 xorriso : UPDATE : 54.87% done, estimate finish Sat Oct 07 19:34:02 2017 xorriso : UPDATE : 55.07% done, estimate finish Sat Oct 07 19:33:49 2017 xorriso : UPDATE : 55.07% done, estimate finish Sat Oct 07 19:34:06 2017 xorriso : UPDATE : 55.07% done, estimate finish Sat Oct 07 19:34:22 2017 xorriso : UPDATE : 55.07% done, estimate finish Sat Oct 07 19:33:42 2017 xorriso : UPDATE : 55.20% done, estimate finish Sat Oct 07 19:33:43 2017 xorriso : UPDATE : 56.17% done, estimate finish Sat Oct 07 19:32:06 2017 xorriso : UPDATE : 56.21% done, estimate finish Sat Oct 07 19:32:18 2017 xorriso : UPDATE : 56.50% done, estimate finish Sat Oct 07 19:32:10 2017 xorriso : UPDATE : 56.62% done, estimate finish Sat Oct 07 19:32:14 2017 xorriso : UPDATE : 56.68% done, estimate finish Sat Oct 07 19:32:22 2017 xorriso : UPDATE : 56.68% done, estimate finish Sat Oct 07 19:32:34 2017 xorriso : UPDATE : 57.22% done, estimate finish Sat Oct 07 19:32:10 2017 xorriso : UPDATE : 57.32% done, estimate finish Sat Oct 07 19:32:14 2017 xorriso : UPDATE : 57.49% done, estimate finish Sat Oct 07 19:31:37 2017 xorriso : UPDATE : 57.65% done, estimate finish Sat Oct 07 19:31:40 2017 xorriso : UPDATE : 57.83% done, estimate finish Sat Oct 07 19:31:42 2017 xorriso : UPDATE : 58.00% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 58.02% done, estimate finish Sat Oct 07 19:31:54 2017 xorriso : UPDATE : 58.28% done, estimate finish Sat Oct 07 19:31:51 2017 xorriso : UPDATE : 58.39% done, estimate finish Sat Oct 07 19:31:56 2017 xorriso : UPDATE : 58.61% done, estimate finish Sat Oct 07 19:31:55 2017 xorriso : UPDATE : 58.75% done, estimate finish Sat Oct 07 19:31:56 2017 xorriso : UPDATE : 58.87% done, estimate finish Sat Oct 07 19:32:00 2017 xorriso : UPDATE : 59.00% done, estimate finish Sat Oct 07 19:32:47 2017 xorriso : UPDATE : 59.07% done, estimate finish Sat Oct 07 19:32:58 2017 xorriso : UPDATE : 59.25% done, estimate finish Sat Oct 07 19:32:52 2017 xorriso : UPDATE : 59.39% done, estimate finish Sat Oct 07 19:32:53 2017 xorriso : UPDATE : 59.58% done, estimate finish Sat Oct 07 19:32:47 2017 xorriso : UPDATE : 59.70% done, estimate finish Sat Oct 07 19:32:49 2017 xorriso : UPDATE : 59.86% done, estimate finish Sat Oct 07 19:32:48 2017 xorriso : UPDATE : 59.95% done, estimate finish Sat Oct 07 19:32:53 2017 xorriso : UPDATE : 60.30% done, estimate finish Sat Oct 07 19:32:36 2017 xorriso : UPDATE : 60.50% done, estimate finish Sat Oct 07 19:32:33 2017 xorriso : UPDATE : 60.69% done, estimate finish Sat Oct 07 19:32:30 2017 xorriso : UPDATE : 60.85% done, estimate finish Sat Oct 07 19:32:21 2017 xorriso : UPDATE : 60.99% done, estimate finish Sat Oct 07 19:32:24 2017 xorriso : UPDATE : 61.13% done, estimate finish Sat Oct 07 19:32:26 2017 xorriso : UPDATE : 61.18% done, estimate finish Sat Oct 07 19:32:35 2017 xorriso : UPDATE : 61.24% done, estimate finish Sat Oct 07 19:32:44 2017 xorriso : UPDATE : 61.74% done, estimate finish Sat Oct 07 19:32:17 2017 xorriso : UPDATE : 61.75% done, estimate finish Sat Oct 07 19:32:27 2017 xorriso : UPDATE : 61.75% done, estimate finish Sat Oct 07 19:32:38 2017 xorriso : UPDATE : 61.75% done, estimate finish Sat Oct 07 19:32:50 2017 xorriso : UPDATE : 61.75% done, estimate finish Sat Oct 07 19:33:01 2017 xorriso : UPDATE : 61.75% done, estimate finish Sat Oct 07 19:34:50 2017 xorriso : UPDATE : 61.75% done, estimate finish Sat Oct 07 19:35:22 2017 xorriso : UPDATE : 61.75% done, estimate finish Sat Oct 07 19:35:54 2017 xorriso : UPDATE : 62.10% done, estimate finish Sat Oct 07 19:34:29 2017 xorriso : UPDATE : 63.71% done, estimate finish Sat Oct 07 19:31:45 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:31:48 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:31:57 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:32:07 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:32:17 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:32:28 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:31:47 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:32:00 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:32:14 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:32:28 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:32:41 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 19:32:56 2017 xorriso : UPDATE : 66.40% done, estimate finish Sat Oct 07 19:31:00 2017 xorriso : UPDATE : 66.58% done, estimate finish Sat Oct 07 19:31:02 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 19:31:05 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 19:31:11 2017 xorriso : UPDATE : 67.27% done, estimate finish Sat Oct 07 19:30:46 2017 xorriso : UPDATE : 67.49% done, estimate finish Sat Oct 07 19:30:48 2017 xorriso : UPDATE : 67.69% done, estimate finish Sat Oct 07 19:30:51 2017 xorriso : UPDATE : 67.87% done, estimate finish Sat Oct 07 19:30:54 2017 xorriso : UPDATE : 68.03% done, estimate finish Sat Oct 07 19:30:56 2017 xorriso : UPDATE : 68.08% done, estimate finish Sat Oct 07 19:31:01 2017 xorriso : UPDATE : 68.08% done, estimate finish Sat Oct 07 19:31:08 2017 xorriso : UPDATE : 68.60% done, estimate finish Sat Oct 07 19:31:01 2017 xorriso : UPDATE : 68.76% done, estimate finish Sat Oct 07 19:31:03 2017 xorriso : UPDATE : 68.76% done, estimate finish Sat Oct 07 19:31:09 2017 xorriso : UPDATE : 69.43% done, estimate finish Sat Oct 07 19:31:23 2017 xorriso : UPDATE : 69.45% done, estimate finish Sat Oct 07 19:31:34 2017 xorriso : UPDATE : 69.45% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 70.07% done, estimate finish Sat Oct 07 19:31:22 2017 xorriso : UPDATE : 70.23% done, estimate finish Sat Oct 07 19:31:24 2017 xorriso : UPDATE : 70.41% done, estimate finish Sat Oct 07 19:31:25 2017 xorriso : UPDATE : 70.46% done, estimate finish Sat Oct 07 19:31:31 2017 xorriso : UPDATE : 70.46% done, estimate finish Sat Oct 07 19:31:39 2017 xorriso : UPDATE : 71.04% done, estimate finish Sat Oct 07 19:31:23 2017 xorriso : UPDATE : 71.07% done, estimate finish Sat Oct 07 19:31:30 2017 xorriso : UPDATE : 71.07% done, estimate finish Sat Oct 07 19:31:55 2017 xorriso : UPDATE : 71.69% done, estimate finish Sat Oct 07 19:31:25 2017 xorriso : UPDATE : 71.79% done, estimate finish Sat Oct 07 19:31:29 2017 xorriso : UPDATE : 71.79% done, estimate finish Sat Oct 07 19:31:40 2017 xorriso : UPDATE : 72.18% done, estimate finish Sat Oct 07 19:31:29 2017 xorriso : UPDATE : 72.48% done, estimate finish Sat Oct 07 19:31:24 2017 xorriso : UPDATE : 72.48% done, estimate finish Sat Oct 07 19:31:32 2017 xorriso : UPDATE : 72.48% done, estimate finish Sat Oct 07 19:31:40 2017 xorriso : UPDATE : 72.48% done, estimate finish Sat Oct 07 19:31:48 2017 xorriso : UPDATE : 72.48% done, estimate finish Sat Oct 07 19:31:56 2017 xorriso : UPDATE : 72.48% done, estimate finish Sat Oct 07 19:32:16 2017 xorriso : UPDATE : 73.02% done, estimate finish Sat Oct 07 19:31:41 2017 xorriso : UPDATE : 74.08% done, estimate finish Sat Oct 07 19:31:01 2017 xorriso : UPDATE : 74.20% done, estimate finish Sat Oct 07 19:31:05 2017 xorriso : UPDATE : 74.20% done, estimate finish Sat Oct 07 19:31:12 2017 xorriso : UPDATE : 74.20% done, estimate finish Sat Oct 07 19:31:20 2017 xorriso : UPDATE : 74.40% done, estimate finish Sat Oct 07 19:31:19 2017 xorriso : UPDATE : 75.14% done, estimate finish Sat Oct 07 19:31:03 2017 xorriso : UPDATE : 75.26% done, estimate finish Sat Oct 07 19:31:06 2017 xorriso : UPDATE : 75.26% done, estimate finish Sat Oct 07 19:31:12 2017 xorriso : UPDATE : 75.76% done, estimate finish Sat Oct 07 19:30:41 2017 xorriso : UPDATE : 75.95% done, estimate finish Sat Oct 07 19:30:43 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 19:30:45 2017 xorriso : UPDATE : 76.29% done, estimate finish Sat Oct 07 19:30:47 2017 xorriso : UPDATE : 76.46% done, estimate finish Sat Oct 07 19:30:50 2017 xorriso : UPDATE : 76.62% done, estimate finish Sat Oct 07 19:30:52 2017 xorriso : UPDATE : 76.71% done, estimate finish Sat Oct 07 19:30:56 2017 xorriso : UPDATE : 77.00% done, estimate finish Sat Oct 07 19:30:55 2017 xorriso : UPDATE : 77.05% done, estimate finish Sat Oct 07 19:30:58 2017 xorriso : UPDATE : 77.45% done, estimate finish Sat Oct 07 19:30:56 2017 xorriso : UPDATE : 77.59% done, estimate finish Sat Oct 07 19:31:25 2017 xorriso : UPDATE : 77.72% done, estimate finish Sat Oct 07 19:31:29 2017 xorriso : UPDATE : 78.00% done, estimate finish Sat Oct 07 19:31:23 2017 xorriso : UPDATE : 78.03% done, estimate finish Sat Oct 07 19:31:30 2017 xorriso : UPDATE : 78.36% done, estimate finish Sat Oct 07 19:31:23 2017 xorriso : UPDATE : 78.49% done, estimate finish Sat Oct 07 19:31:25 2017 xorriso : UPDATE : 78.74% done, estimate finish Sat Oct 07 19:31:22 2017 xorriso : UPDATE : 78.88% done, estimate finish Sat Oct 07 19:31:23 2017 xorriso : UPDATE : 79.13% done, estimate finish Sat Oct 07 19:31:21 2017 xorriso : UPDATE : 79.31% done, estimate finish Sat Oct 07 19:31:21 2017 xorriso : UPDATE : 79.46% done, estimate finish Sat Oct 07 19:31:22 2017 xorriso : UPDATE : 79.67% done, estimate finish Sat Oct 07 19:31:19 2017 xorriso : UPDATE : 79.86% done, estimate finish Sat Oct 07 19:31:20 2017 xorriso : UPDATE : 80.02% done, estimate finish Sat Oct 07 19:31:20 2017 xorriso : UPDATE : 80.18% done, estimate finish Sat Oct 07 19:31:21 2017 xorriso : UPDATE : 80.30% done, estimate finish Sat Oct 07 19:31:23 2017 xorriso : UPDATE : 80.38% done, estimate finish Sat Oct 07 19:31:28 2017 xorriso : UPDATE : 80.67% done, estimate finish Sat Oct 07 19:31:23 2017 xorriso : UPDATE : 80.80% done, estimate finish Sat Oct 07 19:31:24 2017 xorriso : UPDATE : 80.98% done, estimate finish Sat Oct 07 19:31:25 2017 xorriso : UPDATE : 81.20% done, estimate finish Sat Oct 07 19:31:23 2017 xorriso : UPDATE : 81.28% done, estimate finish Sat Oct 07 19:31:35 2017 xorriso : UPDATE : 81.58% done, estimate finish Sat Oct 07 19:31:27 2017 xorriso : UPDATE : 81.80% done, estimate finish Sat Oct 07 19:31:24 2017 xorriso : UPDATE : 82.02% done, estimate finish Sat Oct 07 19:31:21 2017 xorriso : UPDATE : 82.21% done, estimate finish Sat Oct 07 19:31:21 2017 xorriso : UPDATE : 82.40% done, estimate finish Sat Oct 07 19:31:20 2017 xorriso : UPDATE : 82.61% done, estimate finish Sat Oct 07 19:31:20 2017 xorriso : UPDATE : 82.68% done, estimate finish Sat Oct 07 19:31:23 2017 xorriso : UPDATE : 82.97% done, estimate finish Sat Oct 07 19:31:20 2017 xorriso : UPDATE : 83.15% done, estimate finish Sat Oct 07 19:31:19 2017 xorriso : UPDATE : 83.39% done, estimate finish Sat Oct 07 19:31:08 2017 xorriso : UPDATE : 83.58% done, estimate finish Sat Oct 07 19:31:09 2017 xorriso : UPDATE : 83.80% done, estimate finish Sat Oct 07 19:31:09 2017 xorriso : UPDATE : 83.96% done, estimate finish Sat Oct 07 19:31:11 2017 xorriso : UPDATE : 84.03% done, estimate finish Sat Oct 07 19:31:14 2017 xorriso : UPDATE : 84.19% done, estimate finish Sat Oct 07 19:31:15 2017 xorriso : UPDATE : 84.29% done, estimate finish Sat Oct 07 19:31:18 2017 xorriso : UPDATE : 84.39% done, estimate finish Sat Oct 07 19:31:20 2017 xorriso : UPDATE : 84.48% done, estimate finish Sat Oct 07 19:31:22 2017 xorriso : UPDATE : 84.61% done, estimate finish Sat Oct 07 19:31:24 2017 xorriso : UPDATE : 84.70% done, estimate finish Sat Oct 07 19:31:50 2017 xorriso : UPDATE : 84.92% done, estimate finish Sat Oct 07 19:31:43 2017 xorriso : UPDATE : 84.97% done, estimate finish Sat Oct 07 19:31:49 2017 xorriso : UPDATE : 85.20% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 85.23% done, estimate finish Sat Oct 07 19:31:49 2017 xorriso : UPDATE : 85.27% done, estimate finish Sat Oct 07 19:31:55 2017 xorriso : UPDATE : 85.36% done, estimate finish Sat Oct 07 19:31:56 2017 xorriso : UPDATE : 85.49% done, estimate finish Sat Oct 07 19:31:57 2017 xorriso : UPDATE : 85.56% done, estimate finish Sat Oct 07 19:31:59 2017 xorriso : UPDATE : 85.75% done, estimate finish Sat Oct 07 19:31:55 2017 xorriso : UPDATE : 85.99% done, estimate finish Sat Oct 07 19:31:52 2017 xorriso : UPDATE : 86.07% done, estimate finish Sat Oct 07 19:31:56 2017 xorriso : UPDATE : 86.20% done, estimate finish Sat Oct 07 19:31:54 2017 xorriso : UPDATE : 86.21% done, estimate finish Sat Oct 07 19:32:02 2017 xorriso : UPDATE : 86.51% done, estimate finish Sat Oct 07 19:31:51 2017 xorriso : UPDATE : 86.58% done, estimate finish Sat Oct 07 19:31:54 2017 xorriso : UPDATE : 86.58% done, estimate finish Sat Oct 07 19:32:01 2017 xorriso : UPDATE : 87.00% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 87.08% done, estimate finish Sat Oct 07 19:31:48 2017 xorriso : UPDATE : 87.30% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 87.58% done, estimate finish Sat Oct 07 19:31:32 2017 xorriso : UPDATE : 87.60% done, estimate finish Sat Oct 07 19:31:39 2017 xorriso : UPDATE : 87.84% done, estimate finish Sat Oct 07 19:31:36 2017 xorriso : UPDATE : 87.97% done, estimate finish Sat Oct 07 19:31:36 2017 xorriso : UPDATE : 88.17% done, estimate finish Sat Oct 07 19:31:33 2017 xorriso : UPDATE : 88.26% done, estimate finish Sat Oct 07 19:31:36 2017 xorriso : UPDATE : 88.39% done, estimate finish Sat Oct 07 19:31:37 2017 xorriso : UPDATE : 88.46% done, estimate finish Sat Oct 07 19:31:39 2017 xorriso : UPDATE : 88.46% done, estimate finish Sat Oct 07 19:31:45 2017 xorriso : UPDATE : 88.46% done, estimate finish Sat Oct 07 19:31:49 2017 xorriso : UPDATE : 89.02% done, estimate finish Sat Oct 07 19:31:39 2017 xorriso : UPDATE : 89.07% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 89.12% done, estimate finish Sat Oct 07 19:31:49 2017 xorriso : UPDATE : 89.12% done, estimate finish Sat Oct 07 19:31:57 2017 xorriso : UPDATE : 89.52% done, estimate finish Sat Oct 07 19:31:43 2017 xorriso : UPDATE : 89.60% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 89.79% done, estimate finish Sat Oct 07 19:31:43 2017 xorriso : UPDATE : 89.86% done, estimate finish Sat Oct 07 19:31:45 2017 xorriso : UPDATE : 89.93% done, estimate finish Sat Oct 07 19:31:48 2017 xorriso : UPDATE : 89.93% done, estimate finish Sat Oct 07 19:31:52 2017 xorriso : UPDATE : 89.93% done, estimate finish Sat Oct 07 19:32:20 2017 xorriso : UPDATE : 89.93% done, estimate finish Sat Oct 07 19:32:31 2017 xorriso : UPDATE : 90.86% done, estimate finish Sat Oct 07 19:31:34 2017 xorriso : UPDATE : 90.90% done, estimate finish Sat Oct 07 19:31:38 2017 xorriso : UPDATE : 90.90% done, estimate finish Sat Oct 07 19:31:43 2017 xorriso : UPDATE : 90.90% done, estimate finish Sat Oct 07 19:31:49 2017 xorriso : UPDATE : 90.90% done, estimate finish Sat Oct 07 19:31:55 2017 xorriso : UPDATE : 90.90% done, estimate finish Sat Oct 07 19:32:00 2017 xorriso : UPDATE : 92.00% done, estimate finish Sat Oct 07 19:31:30 2017 xorriso : UPDATE : 92.05% done, estimate finish Sat Oct 07 19:31:32 2017 xorriso : UPDATE : 92.16% done, estimate finish Sat Oct 07 19:31:20 2017 xorriso : UPDATE : 92.28% done, estimate finish Sat Oct 07 19:31:21 2017 xorriso : UPDATE : 92.41% done, estimate finish Sat Oct 07 19:31:22 2017 xorriso : UPDATE : 92.48% done, estimate finish Sat Oct 07 19:31:25 2017 xorriso : UPDATE : 92.54% done, estimate finish Sat Oct 07 19:31:27 2017 xorriso : UPDATE : 92.54% done, estimate finish Sat Oct 07 19:31:30 2017 xorriso : UPDATE : 92.87% done, estimate finish Sat Oct 07 19:31:28 2017 xorriso : UPDATE : 92.90% done, estimate finish Sat Oct 07 19:31:31 2017 xorriso : UPDATE : 93.01% done, estimate finish Sat Oct 07 19:31:31 2017 xorriso : UPDATE : 93.20% done, estimate finish Sat Oct 07 19:31:31 2017 xorriso : UPDATE : 93.31% done, estimate finish Sat Oct 07 19:31:32 2017 xorriso : UPDATE : 93.37% done, estimate finish Sat Oct 07 19:31:52 2017 xorriso : UPDATE : 93.55% done, estimate finish Sat Oct 07 19:31:49 2017 xorriso : UPDATE : 93.60% done, estimate finish Sat Oct 07 19:31:52 2017 xorriso : UPDATE : 93.86% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 93.92% done, estimate finish Sat Oct 07 19:31:48 2017 xorriso : UPDATE : 94.02% done, estimate finish Sat Oct 07 19:31:48 2017 xorriso : UPDATE : 94.09% done, estimate finish Sat Oct 07 19:31:50 2017 xorriso : UPDATE : 94.22% done, estimate finish Sat Oct 07 19:31:50 2017 xorriso : UPDATE : 94.28% done, estimate finish Sat Oct 07 19:31:51 2017 xorriso : UPDATE : 94.33% done, estimate finish Sat Oct 07 19:31:53 2017 xorriso : UPDATE : 94.43% done, estimate finish Sat Oct 07 19:31:55 2017 xorriso : UPDATE : 94.57% done, estimate finish Sat Oct 07 19:31:54 2017 xorriso : UPDATE : 94.57% done, estimate finish Sat Oct 07 19:31:59 2017 xorriso : UPDATE : 94.57% done, estimate finish Sat Oct 07 19:32:04 2017 xorriso : UPDATE : 94.57% done, estimate finish Sat Oct 07 19:32:09 2017 xorriso : UPDATE : 94.57% done, estimate finish Sat Oct 07 19:32:15 2017 xorriso : UPDATE : 95.46% done, estimate finish Sat Oct 07 19:31:43 2017 xorriso : UPDATE : 95.49% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 95.49% done, estimate finish Sat Oct 07 19:31:49 2017 xorriso : UPDATE : 95.83% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 95.92% done, estimate finish Sat Oct 07 19:31:40 2017 xorriso : UPDATE : 95.97% done, estimate finish Sat Oct 07 19:31:42 2017 xorriso : UPDATE : 96.04% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 96.04% done, estimate finish Sat Oct 07 19:31:48 2017 xorriso : UPDATE : 96.43% done, estimate finish Sat Oct 07 19:31:42 2017 xorriso : UPDATE : 96.54% done, estimate finish Sat Oct 07 19:31:42 2017 xorriso : UPDATE : 96.60% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 96.65% done, estimate finish Sat Oct 07 19:31:45 2017 xorriso : UPDATE : 96.73% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 96.74% done, estimate finish Sat Oct 07 19:31:48 2017 xorriso : UPDATE : 96.74% done, estimate finish Sat Oct 07 19:32:01 2017 xorriso : UPDATE : 96.74% done, estimate finish Sat Oct 07 19:32:06 2017 xorriso : UPDATE : 97.44% done, estimate finish Sat Oct 07 19:31:45 2017 xorriso : UPDATE : 97.51% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 97.56% done, estimate finish Sat Oct 07 19:31:47 2017 xorriso : UPDATE : 97.68% done, estimate finish Sat Oct 07 19:31:47 2017 xorriso : UPDATE : 97.80% done, estimate finish Sat Oct 07 19:31:47 2017 xorriso : UPDATE : 97.98% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 98.02% done, estimate finish Sat Oct 07 19:31:48 2017 xorriso : UPDATE : 98.20% done, estimate finish Sat Oct 07 19:31:47 2017 xorriso : UPDATE : 98.27% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 98.43% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 98.58% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 98.72% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 98.76% done, estimate finish Sat Oct 07 19:31:45 2017 xorriso : UPDATE : 98.93% done, estimate finish Sat Oct 07 19:31:45 2017 xorriso : UPDATE : 98.97% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 99.13% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 99.13% done, estimate finish Sat Oct 07 19:31:47 2017 xorriso : UPDATE : 99.63% done, estimate finish Sat Oct 07 19:31:44 2017 xorriso : UPDATE : 99.68% done, estimate finish Sat Oct 07 19:31:45 2017 xorriso : UPDATE : 99.72% done, estimate finish Sat Oct 07 19:31:46 2017 xorriso : UPDATE : 99.87% done xorriso : UPDATE : 99.99% done ISO image produced: 11218941 sectors Written to medium : 11218941 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 19:31:50 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 Source 3' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/9source/debian-9.2.0-source-BD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/9source/debian-9.2.0-source-BD-3.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/9source/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long CD3 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 4900 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/9source/stretch/CD3' xorriso : UPDATE : 10143 files added in 2 seconds xorriso : UPDATE : 10143 files added in 2 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.01% done xorriso : UPDATE : 0.14% done xorriso : UPDATE : 0.44% done, estimate finish Sat Oct 07 19:41:01 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 19:42:30 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 19:43:47 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 19:46:30 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 19:49:12 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 19:51:55 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 19:54:37 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 19:57:19 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 20:00:01 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 20:02:44 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 21:04:59 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 21:13:22 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 21:22:40 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 21:31:59 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 21:41:16 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 21:50:35 2017 xorriso : UPDATE : 0.62% done, estimate finish Sat Oct 07 21:59:53 2017 xorriso : UPDATE : 5.99% done, estimate finish Sat Oct 07 19:36:59 2017 xorriso : UPDATE : 6.19% done, estimate finish Sat Oct 07 19:37:06 2017 xorriso : UPDATE : 6.38% done, estimate finish Sat Oct 07 19:37:13 2017 xorriso : UPDATE : 6.64% done, estimate finish Sat Oct 07 19:37:15 2017 xorriso : UPDATE : 6.87% done, estimate finish Sat Oct 07 19:36:06 2017 xorriso : UPDATE : 7.10% done, estimate finish Sat Oct 07 19:36:13 2017 xorriso : UPDATE : 7.46% done, estimate finish Sat Oct 07 19:36:14 2017 xorriso : UPDATE : 7.82% done, estimate finish Sat Oct 07 19:36:15 2017 xorriso : UPDATE : 7.97% done, estimate finish Sat Oct 07 19:36:23 2017 xorriso : UPDATE : 8.36% done, estimate finish Sat Oct 07 19:36:23 2017 xorriso : UPDATE : 8.42% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 9.02% done, estimate finish Sat Oct 07 19:36:26 2017 xorriso : UPDATE : 9.16% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 9.42% done, estimate finish Sat Oct 07 19:36:36 2017 xorriso : UPDATE : 9.48% done, estimate finish Sat Oct 07 19:37:56 2017 xorriso : UPDATE : 9.89% done, estimate finish Sat Oct 07 19:37:44 2017 xorriso : UPDATE : 10.31% done, estimate finish Sat Oct 07 19:37:35 2017 xorriso : UPDATE : 10.48% done, estimate finish Sat Oct 07 19:37:42 2017 xorriso : UPDATE : 10.53% done, estimate finish Sat Oct 07 19:37:57 2017 xorriso : UPDATE : 10.65% done, estimate finish Sat Oct 07 19:38:07 2017 xorriso : UPDATE : 10.75% done, estimate finish Sat Oct 07 19:38:18 2017 xorriso : UPDATE : 10.99% done, estimate finish Sat Oct 07 19:38:19 2017 xorriso : UPDATE : 11.12% done, estimate finish Sat Oct 07 19:38:26 2017 xorriso : UPDATE : 11.25% done, estimate finish Sat Oct 07 19:38:34 2017 xorriso : UPDATE : 11.49% done, estimate finish Sat Oct 07 19:39:03 2017 xorriso : UPDATE : 11.49% done, estimate finish Sat Oct 07 19:39:31 2017 xorriso : UPDATE : 11.49% done, estimate finish Sat Oct 07 19:39:59 2017 xorriso : UPDATE : 11.49% done, estimate finish Sat Oct 07 19:40:27 2017 xorriso : UPDATE : 11.49% done, estimate finish Sat Oct 07 19:40:55 2017 xorriso : UPDATE : 11.49% done, estimate finish Sat Oct 07 19:41:23 2017 xorriso : UPDATE : 11.49% done, estimate finish Sat Oct 07 19:41:52 2017 xorriso : UPDATE : 14.65% done, estimate finish Sat Oct 07 19:37:27 2017 xorriso : UPDATE : 14.85% done, estimate finish Sat Oct 07 19:37:31 2017 xorriso : UPDATE : 15.13% done, estimate finish Sat Oct 07 19:37:32 2017 xorriso : UPDATE : 15.53% done, estimate finish Sat Oct 07 19:36:50 2017 xorriso : UPDATE : 15.84% done, estimate finish Sat Oct 07 19:36:52 2017 xorriso : UPDATE : 16.06% done, estimate finish Sat Oct 07 19:36:57 2017 xorriso : UPDATE : 16.30% done, estimate finish Sat Oct 07 19:37:02 2017 xorriso : UPDATE : 16.53% done, estimate finish Sat Oct 07 19:37:06 2017 xorriso : UPDATE : 16.69% done, estimate finish Sat Oct 07 19:37:13 2017 xorriso : UPDATE : 16.97% done, estimate finish Sat Oct 07 19:37:14 2017 xorriso : UPDATE : 17.13% done, estimate finish Sat Oct 07 19:37:20 2017 xorriso : UPDATE : 17.38% done, estimate finish Sat Oct 07 19:37:23 2017 xorriso : UPDATE : 17.54% done, estimate finish Sat Oct 07 19:37:28 2017 xorriso : UPDATE : 17.97% done, estimate finish Sat Oct 07 19:38:09 2017 xorriso : UPDATE : 18.21% done, estimate finish Sat Oct 07 19:38:10 2017 xorriso : UPDATE : 18.34% done, estimate finish Sat Oct 07 19:38:19 2017 xorriso : UPDATE : 18.34% done, estimate finish Sat Oct 07 19:38:38 2017 xorriso : UPDATE : 18.34% done, estimate finish Sat Oct 07 19:38:57 2017 xorriso : UPDATE : 18.34% done, estimate finish Sat Oct 07 19:39:16 2017 xorriso : UPDATE : 20.41% done, estimate finish Sat Oct 07 19:37:26 2017 xorriso : UPDATE : 20.74% done, estimate finish Sat Oct 07 19:37:25 2017 xorriso : UPDATE : 20.91% done, estimate finish Sat Oct 07 19:37:29 2017 xorriso : UPDATE : 21.36% done, estimate finish Sat Oct 07 19:37:24 2017 xorriso : UPDATE : 21.66% done, estimate finish Sat Oct 07 19:37:00 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 19:37:07 2017 xorriso : UPDATE : 22.00% done, estimate finish Sat Oct 07 19:37:14 2017 xorriso : UPDATE : 22.05% done, estimate finish Sat Oct 07 19:37:26 2017 xorriso : UPDATE : 22.50% done, estimate finish Sat Oct 07 19:37:20 2017 xorriso : UPDATE : 22.60% done, estimate finish Sat Oct 07 19:37:29 2017 xorriso : UPDATE : 22.82% done, estimate finish Sat Oct 07 19:37:31 2017 xorriso : UPDATE : 23.15% done, estimate finish Sat Oct 07 19:37:30 2017 xorriso : UPDATE : 23.31% done, estimate finish Sat Oct 07 19:37:36 2017 xorriso : UPDATE : 23.79% done, estimate finish Sat Oct 07 19:37:29 2017 xorriso : UPDATE : 24.02% done, estimate finish Sat Oct 07 19:38:13 2017 xorriso : UPDATE : 24.12% done, estimate finish Sat Oct 07 19:38:24 2017 xorriso : UPDATE : 24.12% done, estimate finish Sat Oct 07 19:38:44 2017 xorriso : UPDATE : 24.12% done, estimate finish Sat Oct 07 19:39:04 2017 xorriso : UPDATE : 24.12% done, estimate finish Sat Oct 07 19:39:24 2017 xorriso : UPDATE : 26.24% done, estimate finish Sat Oct 07 19:37:24 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 19:37:29 2017 xorriso : UPDATE : 26.61% done, estimate finish Sat Oct 07 19:37:33 2017 xorriso : UPDATE : 26.69% done, estimate finish Sat Oct 07 19:37:41 2017 xorriso : UPDATE : 26.88% done, estimate finish Sat Oct 07 19:37:44 2017 xorriso : UPDATE : 26.88% done, estimate finish Sat Oct 07 19:37:40 2017 xorriso : UPDATE : 27.87% done, estimate finish Sat Oct 07 19:37:08 2017 xorriso : UPDATE : 28.12% done, estimate finish Sat Oct 07 19:37:11 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:37:21 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:37:33 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:37:46 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:37:58 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:38:10 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:38:23 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:38:35 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:38:47 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:41:25 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:42:00 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:42:35 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:43:10 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:43:45 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:44:20 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:44:55 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:45:29 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:46:05 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 19:46:39 2017 xorriso : UPDATE : 28.15% done xorriso : UPDATE : 28.15% done xorriso : UPDATE : 28.15% done xorriso : UPDATE : 28.15% done xorriso : UPDATE : 28.15% done xorriso : UPDATE : 28.15% done xorriso : UPDATE : 28.15% done xorriso : UPDATE : 28.15% done xorriso : UPDATE : 28.15% done xorriso : UPDATE : 28.15% done xorriso : UPDATE : 28.16% done, estimate finish Mon Oct 09 08:18:58 2017 xorriso : UPDATE : 36.44% done, estimate finish Sat Oct 07 19:36:14 2017 xorriso : UPDATE : 42.20% done, estimate finish Sat Oct 07 19:35:33 2017 xorriso : UPDATE : 42.32% done, estimate finish Sat Oct 07 19:35:36 2017 xorriso : UPDATE : 42.51% done, estimate finish Sat Oct 07 19:35:39 2017 xorriso : UPDATE : 42.79% done, estimate finish Sat Oct 07 19:35:42 2017 xorriso : UPDATE : 43.02% done, estimate finish Sat Oct 07 19:35:44 2017 xorriso : UPDATE : 43.33% done, estimate finish Sat Oct 07 19:35:46 2017 xorriso : UPDATE : 43.55% done, estimate finish Sat Oct 07 19:35:49 2017 xorriso : UPDATE : 43.59% done, estimate finish Sat Oct 07 19:35:52 2017 xorriso : UPDATE : 43.83% done, estimate finish Sat Oct 07 19:35:31 2017 xorriso : UPDATE : 44.01% done, estimate finish Sat Oct 07 19:35:34 2017 xorriso : UPDATE : 44.11% done, estimate finish Sat Oct 07 19:35:37 2017 xorriso : UPDATE : 44.11% done, estimate finish Sat Oct 07 19:35:41 2017 xorriso : UPDATE : 44.11% done, estimate finish Sat Oct 07 19:35:45 2017 xorriso : UPDATE : 44.56% done, estimate finish Sat Oct 07 19:35:46 2017 xorriso : UPDATE : 45.41% done, estimate finish Sat Oct 07 19:35:45 2017 xorriso : UPDATE : 45.41% done, estimate finish Sat Oct 07 19:35:48 2017 xorriso : UPDATE : 45.41% done, estimate finish Sat Oct 07 19:35:52 2017 xorriso : UPDATE : 45.41% done, estimate finish Sat Oct 07 19:35:55 2017 xorriso : UPDATE : 45.41% done, estimate finish Sat Oct 07 19:39:03 2017 xorriso : UPDATE : 45.41% done, estimate finish Sat Oct 07 19:39:26 2017 xorriso : UPDATE : 45.41% done, estimate finish Sat Oct 07 19:39:50 2017 xorriso : UPDATE : 45.41% done, estimate finish Sat Oct 07 19:40:14 2017 xorriso : UPDATE : 45.82% done, estimate finish Sat Oct 07 19:39:30 2017 xorriso : UPDATE : 50.16% done, estimate finish Sat Oct 07 19:36:30 2017 xorriso : UPDATE : 50.49% done, estimate finish Sat Oct 07 19:36:31 2017 xorriso : UPDATE : 50.86% done, estimate finish Sat Oct 07 19:36:32 2017 xorriso : UPDATE : 51.03% done, estimate finish Sat Oct 07 19:36:35 2017 xorriso : UPDATE : 51.03% done, estimate finish Sat Oct 07 19:36:41 2017 xorriso : UPDATE : 51.03% done, estimate finish Sat Oct 07 19:36:14 2017 xorriso : UPDATE : 51.03% done, estimate finish Sat Oct 07 19:36:21 2017 xorriso : UPDATE : 51.03% done, estimate finish Sat Oct 07 19:36:28 2017 xorriso : UPDATE : 51.03% done, estimate finish Sat Oct 07 19:36:35 2017 xorriso : UPDATE : 51.03% done, estimate finish Sat Oct 07 19:36:42 2017 xorriso : UPDATE : 51.03% done, estimate finish Sat Oct 07 19:36:49 2017 xorriso : UPDATE : 55.17% done, estimate finish Sat Oct 07 19:36:03 2017 xorriso : UPDATE : 55.36% done, estimate finish Sat Oct 07 19:36:06 2017 xorriso : UPDATE : 55.47% done, estimate finish Sat Oct 07 19:36:10 2017 xorriso : UPDATE : 55.47% done, estimate finish Sat Oct 07 19:36:15 2017 xorriso : UPDATE : 56.59% done, estimate finish Sat Oct 07 19:36:10 2017 xorriso : UPDATE : 56.78% done, estimate finish Sat Oct 07 19:36:13 2017 xorriso : UPDATE : 57.16% done, estimate finish Sat Oct 07 19:36:15 2017 xorriso : UPDATE : 57.33% done, estimate finish Sat Oct 07 19:36:19 2017 xorriso : UPDATE : 57.33% done, estimate finish Sat Oct 07 19:36:25 2017 xorriso : UPDATE : 57.33% done, estimate finish Sat Oct 07 19:36:30 2017 xorriso : UPDATE : 59.26% done, estimate finish Sat Oct 07 19:36:13 2017 xorriso : UPDATE : 59.36% done, estimate finish Sat Oct 07 19:36:17 2017 xorriso : UPDATE : 59.36% done, estimate finish Sat Oct 07 19:36:21 2017 xorriso : UPDATE : 60.28% done, estimate finish Sat Oct 07 19:36:17 2017 xorriso : UPDATE : 60.76% done, estimate finish Sat Oct 07 19:36:26 2017 xorriso : UPDATE : 61.09% done, estimate finish Sat Oct 07 19:36:28 2017 xorriso : UPDATE : 61.36% done, estimate finish Sat Oct 07 19:36:30 2017 xorriso : UPDATE : 61.63% done, estimate finish Sat Oct 07 19:36:32 2017 xorriso : UPDATE : 61.92% done, estimate finish Sat Oct 07 19:36:34 2017 xorriso : UPDATE : 62.30% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 62.47% done, estimate finish Sat Oct 07 19:36:37 2017 xorriso : UPDATE : 62.87% done, estimate finish Sat Oct 07 19:36:36 2017 xorriso : UPDATE : 63.06% done, estimate finish Sat Oct 07 19:36:39 2017 xorriso : UPDATE : 63.57% done, estimate finish Sat Oct 07 19:36:37 2017 xorriso : UPDATE : 64.12% done, estimate finish Sat Oct 07 19:36:43 2017 xorriso : UPDATE : 64.65% done, estimate finish Sat Oct 07 19:36:38 2017 xorriso : UPDATE : 65.03% done, estimate finish Sat Oct 07 19:36:37 2017 xorriso : UPDATE : 65.26% done, estimate finish Sat Oct 07 19:36:39 2017 xorriso : UPDATE : 65.61% done, estimate finish Sat Oct 07 19:36:39 2017 xorriso : UPDATE : 65.89% done, estimate finish Sat Oct 07 19:36:41 2017 xorriso : UPDATE : 66.61% done, estimate finish Sat Oct 07 19:36:34 2017 xorriso : UPDATE : 66.79% done, estimate finish Sat Oct 07 19:36:38 2017 xorriso : UPDATE : 66.79% done, estimate finish Sat Oct 07 19:36:42 2017 xorriso : UPDATE : 66.79% done, estimate finish Sat Oct 07 19:36:48 2017 xorriso : UPDATE : 66.79% done, estimate finish Sat Oct 07 19:36:53 2017 xorriso : UPDATE : 66.79% done, estimate finish Sat Oct 07 19:37:14 2017 xorriso : UPDATE : 66.79% done, estimate finish Sat Oct 07 19:37:24 2017 xorriso : UPDATE : 69.16% done, estimate finish Sat Oct 07 19:36:31 2017 xorriso : UPDATE : 69.91% done, estimate finish Sat Oct 07 19:36:26 2017 xorriso : UPDATE : 70.12% done, estimate finish Sat Oct 07 19:36:29 2017 xorriso : UPDATE : 70.27% done, estimate finish Sat Oct 07 19:36:31 2017 xorriso : UPDATE : 70.72% done, estimate finish Sat Oct 07 19:36:31 2017 xorriso : UPDATE : 70.82% done, estimate finish Sat Oct 07 19:36:34 2017 xorriso : UPDATE : 70.82% done, estimate finish Sat Oct 07 19:36:39 2017 xorriso : UPDATE : 70.82% done, estimate finish Sat Oct 07 19:36:43 2017 xorriso : UPDATE : 70.82% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 70.82% done, estimate finish Sat Oct 07 19:36:39 2017 xorriso : UPDATE : 70.82% done, estimate finish Sat Oct 07 19:36:46 2017 xorriso : UPDATE : 73.73% done, estimate finish Sat Oct 07 19:36:15 2017 xorriso : UPDATE : 74.11% done, estimate finish Sat Oct 07 19:36:16 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 19:36:18 2017 xorriso : UPDATE : 74.55% done, estimate finish Sat Oct 07 19:36:20 2017 xorriso : UPDATE : 74.64% done, estimate finish Sat Oct 07 19:36:24 2017 xorriso : UPDATE : 74.64% done, estimate finish Sat Oct 07 19:36:27 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 19:36:22 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 19:36:22 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 19:36:27 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 19:36:32 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 19:36:37 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 19:36:42 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 19:36:47 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 19:36:53 2017 xorriso : UPDATE : 77.29% done, estimate finish Sat Oct 07 19:36:35 2017 xorriso : UPDATE : 79.17% done, estimate finish Sat Oct 07 19:36:23 2017 xorriso : UPDATE : 79.44% done, estimate finish Sat Oct 07 19:36:24 2017 xorriso : UPDATE : 79.74% done, estimate finish Sat Oct 07 19:36:28 2017 xorriso : UPDATE : 80.14% done, estimate finish Sat Oct 07 19:36:29 2017 xorriso : UPDATE : 80.28% done, estimate finish Sat Oct 07 19:36:31 2017 xorriso : UPDATE : 80.59% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 80.59% done, estimate finish Sat Oct 07 19:36:37 2017 xorriso : UPDATE : 80.59% done, estimate finish Sat Oct 07 19:36:40 2017 xorriso : UPDATE : 80.59% done, estimate finish Sat Oct 07 19:36:45 2017 xorriso : UPDATE : 82.26% done, estimate finish Sat Oct 07 19:36:31 2017 xorriso : UPDATE : 82.26% done, estimate finish Sat Oct 07 19:36:34 2017 xorriso : UPDATE : 82.26% done, estimate finish Sat Oct 07 19:36:38 2017 xorriso : UPDATE : 82.26% done, estimate finish Sat Oct 07 19:36:55 2017 xorriso : UPDATE : 82.26% done, estimate finish Sat Oct 07 19:37:02 2017 xorriso : UPDATE : 82.26% done, estimate finish Sat Oct 07 19:37:09 2017 xorriso : UPDATE : 84.80% done, estimate finish Sat Oct 07 19:36:31 2017 xorriso : UPDATE : 85.14% done, estimate finish Sat Oct 07 19:36:31 2017 xorriso : UPDATE : 85.46% done, estimate finish Sat Oct 07 19:36:31 2017 xorriso : UPDATE : 85.93% done, estimate finish Sat Oct 07 19:36:30 2017 xorriso : UPDATE : 86.13% done, estimate finish Sat Oct 07 19:36:32 2017 xorriso : UPDATE : 86.28% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 86.55% done, estimate finish Sat Oct 07 19:36:35 2017 xorriso : UPDATE : 86.86% done, estimate finish Sat Oct 07 19:36:27 2017 xorriso : UPDATE : 87.28% done, estimate finish Sat Oct 07 19:36:27 2017 xorriso : UPDATE : 87.52% done, estimate finish Sat Oct 07 19:36:29 2017 xorriso : UPDATE : 87.94% done, estimate finish Sat Oct 07 19:36:29 2017 xorriso : UPDATE : 88.16% done, estimate finish Sat Oct 07 19:36:30 2017 xorriso : UPDATE : 88.42% done, estimate finish Sat Oct 07 19:36:31 2017 xorriso : UPDATE : 88.57% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 89.00% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 89.35% done, estimate finish Sat Oct 07 19:36:34 2017 xorriso : UPDATE : 89.85% done, estimate finish Sat Oct 07 19:36:32 2017 xorriso : UPDATE : 90.10% done, estimate finish Sat Oct 07 19:36:38 2017 xorriso : UPDATE : 90.10% done, estimate finish Sat Oct 07 19:36:41 2017 xorriso : UPDATE : 90.98% done, estimate finish Sat Oct 07 19:36:36 2017 xorriso : UPDATE : 91.13% done, estimate finish Sat Oct 07 19:36:38 2017 xorriso : UPDATE : 91.42% done, estimate finish Sat Oct 07 19:36:38 2017 xorriso : UPDATE : 91.75% done, estimate finish Sat Oct 07 19:36:38 2017 xorriso : UPDATE : 92.18% done, estimate finish Sat Oct 07 19:36:37 2017 xorriso : UPDATE : 92.55% done, estimate finish Sat Oct 07 19:36:37 2017 xorriso : UPDATE : 92.55% done, estimate finish Sat Oct 07 19:36:39 2017 xorriso : UPDATE : 92.55% done, estimate finish Sat Oct 07 19:36:41 2017 xorriso : UPDATE : 92.55% done, estimate finish Sat Oct 07 19:36:47 2017 xorriso : UPDATE : 92.55% done, estimate finish Sat Oct 07 19:36:51 2017 xorriso : UPDATE : 92.55% done, estimate finish Sat Oct 07 19:36:55 2017 xorriso : UPDATE : 92.55% done, estimate finish Sat Oct 07 19:36:59 2017 xorriso : UPDATE : 95.61% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 96.16% done, estimate finish Sat Oct 07 19:36:32 2017 xorriso : UPDATE : 96.39% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 96.54% done, estimate finish Sat Oct 07 19:36:34 2017 xorriso : UPDATE : 96.96% done, estimate finish Sat Oct 07 19:36:34 2017 xorriso : UPDATE : 97.27% done, estimate finish Sat Oct 07 19:36:34 2017 xorriso : UPDATE : 97.39% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 97.85% done, estimate finish Sat Oct 07 19:36:33 2017 xorriso : UPDATE : 97.85% done, estimate finish Sat Oct 07 19:36:34 2017 xorriso : UPDATE : 97.96% done, estimate finish Sat Oct 07 19:36:35 2017 xorriso : UPDATE : 99.33% done xorriso : UPDATE : 99.85% done ISO image produced: 4579503 sectors Written to medium : 4579503 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/9source 5d5647e1a11aed0f530d0d77700d2260c467c0e9 debian-9.2.0-source-BD-1.iso 96947a38e3bb40a459d34112e0642a7c debian-9.2.0-source-BD-1.iso 9c47ce29d50d4913465d4279f0076bd786001405f3a473860d4e6197f1142c40d66b0a10b1a32fd9158555c4620828eac4bb0e0d952c10aeadda424bfc7b800d debian-9.2.0-source-BD-1.iso 58e4def42414bcfb9c87ac7ca64c142b94efccb3e9d6fd397f33ee0330ac413c debian-9.2.0-source-BD-1.iso d41dcc7ceb28c5cd7eff9f58e70611550316e24c debian-9.2.0-source-BD-2.iso ef52d9d905b786cb6dc716ed9cc1e3bd debian-9.2.0-source-BD-2.iso d94ac46dab8130a957cf1fe9cdfcea57f3fe8b11fea60ef1232d1ccd126c618ef41e5f089bb0b19e0cfacebc8cfc8f9e0d0721eba7da002e949db28586729787 debian-9.2.0-source-BD-2.iso 3c74f14611351bcb334a56a2834209f439b13e6c9d7403402a0e76ce5bddc51b debian-9.2.0-source-BD-2.iso 9d6789aaa46611f155271232ba323703da6deda8 debian-9.2.0-source-BD-3.iso 1982113f23abe3e7461f12ebd150b84e debian-9.2.0-source-BD-3.iso ed1958ee3fe8a6b81068f0f0dcf6f089989c6170d5dfbc4eb699c975fd2c3ac4459203ccc796a6027a25dc5185a2bb69d9bb7773cdf5648c2ff3897daf1f39bf debian-9.2.0-source-BD-3.iso 3aae5738c296493aef3e84e558211aaaa1d512588b500e31f4cdf9568063c003 debian-9.2.0-source-BD-3.iso Sat 7 Oct 19:36:34 UTC 2017: Finished.