Sat 23 Jun 12:29:41 UTC 2018: Using CONF from /home/debian-cd/build.jessie/CONF.sh.jessie_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386 mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386 mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/tasks echo "- copying task files from 'tasks/jessie/'" - copying task files from 'tasks/jessie/' cp -r /home/debian-cd/build.jessie/debian-cd/tasks/jessie/* /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/tasks; \ /home/debian-cd/build.jessie/debian-cd/tools/update_tasks; \ /home/debian-cd/build.jessie/debian-cd/tools/generate_di_list; \ /home/debian-cd/build.jessie/debian-cd/tools/generate_di+k_list update_tasks: Using "gnome" as the default desktop, as specified by pool/main/t/tasksel/task-desktop_3.31+deb8u1_all.deb date -u '+%Y%m%d' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.67+deb8u1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/data/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ; \ fi for ARCH in i386; do \ echo "Using the provided status file for jessie-$ARCH ..."; \ cp /home/debian-cd/build.jessie/debian-cd/data/jessie/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ done Using the provided status file for jessie-i386 ... make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/jessie/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.67+deb8u1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/data/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ; \ fi Generating a fake status file for apt-get and apt-cache... for ARCH in i386; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-$ARCH/apt/preferences.d; \ if [ $ARCH = "source" -o "D" = "1" -o "D" = "2" -o "D" = "C" -o "D" = "F" ];then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-$ARCH/status ; \ else \ zcat /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-$ARCH/Packages.gz | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-$ARCH/status ; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.5~deb8u1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/archive-keyring for ARCH in i386; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-$ARCH/apt/trusted.gpg.d; \ done # Updating the apt database for ARCH in i386; do \ export ARCH=$ARCH; \ /home/debian-cd/build.jessie/debian-cd/tools/apt-selection update; \ done Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release.gpg [2,420 B] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release.gpg [2,420 B] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie/main/debian-installer i386 Packages [74.9 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie/main i386 Packages [9,100 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie/contrib i386 Packages [58.1 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "jessie"x != ""x ] && \ [ "jessie"x != "jessie"x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-source/status ; \ export CODENAME=jessie; \ export ARCH=source; \ /home/debian-cd/build.jessie/debian-cd/tools/apt-selection update; \ fi for ARCH in i386; do \ export ARCH=$ARCH; \ /home/debian-cd/build.jessie/debian-cd/tools/apt-selection check || make correctstatus; \ done Reading package lists... Building dependency tree... You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libisccfg90 (= 1:9.9.5.dfsg-9+deb8u15) but it is not installed bsd-mailx : Depends: libbsd0 (>= 0.2.0) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (>= 1.7.6) but it is not installed Depends: libexpat1 (>= 2.0.1) but it is not installed Depends: libsystemd0 but it is not installed dnsutils : Depends: libisccfg90 (= 1:9.9.5.dfsg-9+deb8u15) but it is not installed iptables : Depends: libnfnetlink0 but it is not installed isc-dhcp-client : Depends: libdns-export100 but it is not installed Depends: libirs-export91 but it is not installed Depends: libisc-export95 but it is not installed isc-dhcp-common : Depends: libdns-export100 but it is not installed Depends: libirs-export91 but it is not installed Depends: libisc-export95 but it is not installed libbind9-90 : Depends: libisccfg90 but it is not installed libdns100 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed libgnutls-deb0-28 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed2 (>= 2.7) but it is not installed Depends: libnettle4 (>= 2.7) but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed lsof : Depends: libperl4-corelibs-perl but it is not installed or perl (< 5.12.3-7) but 5.20.2-3+deb8u11 is installed m4 : Depends: libsigsegv2 (>= 2.9) but it is not installed mutt : Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libgpgme11 (>= 1.2.0) but it is not installed nfacct : Depends: libmnl0 (>= 1.0.3-4~) but it is not installed Depends: libnetfilter-acct1 but it is not installed nfs-common : Depends: libdevmapper1.02.1 (>= 2:1.02.20) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed python : Depends: libpython-stdlib (= 2.7.9-1) but it is not installed python-apt : Depends: python-apt-common but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.9-1~) but it is not installed python-reportbug : Depends: python-debian but it is not installed Depends: python-debianbts but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.9-2+deb8u1) but it is not installed Depends: libpython2.7-stdlib (= 2.7.9-2+deb8u1) but it is not installed rpcbind : Depends: insserv (>= 1.14.0-2.1) but it is not installed or file-rc but it is not installed systemd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libsystemd0 (= 215-17+deb8u7) but it is not installed Depends: acl but it is not installed Depends: libcap2-bin but it is not installed sysv-rc : Depends: insserv (> 1.12.0-10) but it is not installed texinfo : Depends: libtext-unidecode-perl but it is not installed Depends: libintl-perl but it is not installed Depends: libxml-libxml-perl but it is not installed wget : Depends: libnettle4 but it is not installed Depends: libpsl0 (>= 0.4.0) but it is not installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/jessie/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.67+deb8u1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/data/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ; \ fi if [ "i386" != "source" ] ; then \ for ARCH in i386; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.jessie/debian-cd/tools/apt-selection update; \ done; \ fi Apt-get is updating its files ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Reading package lists... set -e; \ if [ "i386" != "source" ] ; then \ for ARCH in i386; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.jessie/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-$ARCH/status; \ done; \ done; \ fi set -e; \ if [ "i386" != "source" ] ; then \ for ARCH in i386; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.jessie/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ /home/debian-cd/build.jessie/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-$ARCH/status; \ done; \ done; \ fi i386:acl i386:dmsetup i386:docutils-common i386:fontconfig i386:fontconfig-config i386:fonts-dejavu-core i386:gnupg-agent i386:gnupg2 i386:insserv i386:libassuan0 i386:libatk1.0-0 i386:libatk1.0-data i386:libaudit-common i386:libaudit1 i386:libavahi-client3 i386:libavahi-common-data i386:libavahi-common3 i386:libbsd0 i386:libcairo2 i386:libcap-ng0 i386:libcap2-bin i386:libcryptsetup4 i386:libcups2 i386:libcurl3-gnutls i386:libdatrie1 i386:libdbus-1-3 i386:libdebconfclient0 i386:libdevmapper1.02.1 i386:libdns-export100 i386:libev4 i386:libexpat1 i386:libffi6 i386:libfontconfig1 i386:libfreetype6 i386:libgdk-pixbuf2.0-0 i386:libgdk-pixbuf2.0-common i386:libgeoip1 i386:libglib2.0-0 i386:libgmp10 i386:libgpgme11 i386:libgraphite2-3 i386:libgtk2.0-0 i386:libgtk2.0-common i386:libharfbuzz0b i386:libhogweed2 i386:libicu52 i386:libintl-perl i386:libirs-export91 i386:libisc-export95 i386:libisccc90 i386:libisccfg-export90 i386:libisccfg90 i386:libjasper1 i386:libjbig0 i386:libjpeg62-turbo i386:libksba8 i386:libmnl0 i386:libnetfilter-acct1 i386:libnettle4 i386:libnfnetlink0 i386:libpango-1.0-0 i386:libpangocairo-1.0-0 i386:libpangoft2-1.0-0 i386:libperl4-corelibs-perl i386:libpixman-1-0 i386:libpng12-0 i386:libpsl0 i386:libpth20 i386:libpython-stdlib i386:libpython2.7-minimal i386:libpython2.7-stdlib i386:librtmp1 i386:libsemanage-common i386:libsemanage1 i386:libsigsegv2 i386:libssh2-1 i386:libsystemd0 i386:libtext-unidecode-perl i386:libthai-data i386:libthai0 i386:libtiff5 i386:libustr-1.0-1 i386:libverto-libev1 i386:libverto1 i386:libx11-6 i386:libx11-data i386:libxau6 i386:libxcb-render0 i386:libxcb-shm0 i386:libxcb1 i386:libxcomposite1 i386:libxcursor1 i386:libxdamage1 i386:libxdmcp6 i386:libxext6 i386:libxfixes3 i386:libxi6 i386:libxinerama1 i386:libxml-libxml-perl i386:libxml-namespacesupport-perl i386:libxml-sax-base-perl i386:libxml-sax-perl i386:libxrandr2 i386:libxrender1 i386:pinentry-gtk2 i386:python-apt-common i386:python-chardet i386:python-debian i386:python-debianbts i386:python-defusedxml i386:python-docutils i386:python-pkg-resources i386:python-roman i386:python-six i386:python-soappy i386:python-wstools i386:python2.7-minimal i386:sgml-base i386:shared-mime-info i386:xml-core for ARCH in i386; do \ ARCH=$ARCH /home/debian-cd/build.jessie/debian-cd/tools/apt-selection check; \ done Reading package lists... Building dependency tree... make[2]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/jessie/debian-cd' make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/jessie/debian-cd' ... checking your mirror /home/debian-cd/build.jessie/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "i386" jessie jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-i386/Packages.gz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-i386/20150422/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-i386/20150422+deb8u5/images/MD5SUMS for ARCH in i386; do \ if [ -e /home/debian-cd/build.jessie/debian-cd/data/jessie/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.jessie/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source jessie jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and no isos for i386 DLBD dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.67+deb8u1_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap/usr/share/debootstrap/scripts/jessie ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/data/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ] ; then \ ln -s wheezy /home/debian-cd/build.jessie/debian-cd/tools/boot/sid ; \ fi if [ "i386" != "source" ] ; then \ for ARCH in i386; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.jessie/debian-cd/tools/apt-selection update; \ done; \ fi Apt-get is updating its files ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian jessie Release [148 kB] Reading package lists... if [ ""x != "yes"x ] ; then \ if [ "D"x = "1"x ] ; then \ : ; \ elif [ "D"x = "2"x -o "D"x = "C"x ] ; then \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _D != _1 ]; then \ for ARCH in i386; do \ BINCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BINCLUDE" ] || BINCLUDE="--include=$BINCLUDE"; \ BEXCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BEXCLUDE" ] || BEXCLUDE="--exclude=$BEXCLUDE"; \ debootstrap --no-check-gpg --arch $ARCH \ --print-debs \ $BINCLUDE $BEXCLUDE \ jessie \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/rawlist; \ rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in i386; do \ ARCHDEFS="$ARCHDEFS -D ARCH_`echo $ARCH | sed 's/-/_/'`"; \ ARCHUNDEFS="$ARCHUNDEFS -U $ARCH"; \ done; \ for VARIANT in xen; do \ VARIANTDEFS="$VARIANTDEFS -D VARIANT_$VARIANT"; \ done; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DFORCE_FIRMWARE"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_486_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_586_KERNEL"; \ fi; \ if [ ""x != "yes"x ] ; then \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/tasks/Debian-all | \ cpp -nostdinc -P -undef $ARCHDEFS $VARIANTDEFS\ $ARCHUNDEFS -U i386 -U linux -U unix \ -DFORCENONUSONCD1=0 \ -I /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/tasks - - >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt/jessie-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/list for ARCH in i386; do \ ARCH=$ARCH /home/debian-cd/build.jessie/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/list; \ done Running sort_deps to sort packages for i386: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 135065574 bytes Adding the rest of the requested packages Now up to 55957222212 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 42913 packages, total size 57818052592 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.jessie/debian-cd/tools/grab_source_list /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/packages; \ else \ /home/debian-cd/build.jessie/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/apt "i386" /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/packages.source; \ fi /home/debian-cd/build.jessie/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.jessie/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386 jessie "i386" "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*'" xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso -version says: xorriso 1.4.6 ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program Copyright (C) 2016, Thomas Schmitt , libburnia project. xorriso version : 1.4.6 Version timestamp : 2016.09.16.133001 Build timestamp : -none-given- libisofs in use : 1.4.6 (min. 1.4.6) libjte in use : 1.0.0 (min. 1.0.0) libburn in use : 1.4.6 (min. 1.4.6) libburn OS adapter: internal GNU/Linux SG_IO adapter sg-linux libisoburn in use : 1.4.6 (min. 1.4.6) Provided under GNU GPL version 3 or later, due to libreadline license. There is NO WARRANTY, to the extent permitted by law. Reading in package information for i386: Done: Read details of 42913 packages for i386 Reading in translated package descriptions for main: Done: read 162977 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 251 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.jessie/debian-cd/data/jessie/i386_udeb_exclude Adding docs to CD1 Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for i386 URL transformed to HTTPS due to an HSTS policy --2018-06-23 12:32:12-- https://www.debian.org/releases/jessie/release-notes-i386.tar.gz Resolving www.debian.org (www.debian.org)... 2001:41c8:1000:21::21:4, 2001:67c:2564:a119::148:14, 5.153.231.4, ... Connecting to www.debian.org (www.debian.org)|2001:41c8:1000:21::21:4|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6166208 (5.9M) [application/x-gzip] Saving to: 'release-notes-i386.tar.gz' 0K .......... .......... .......... .......... .......... 0% 35.1M 0s 50K .......... .......... .......... .......... .......... 1% 36.9M 0s 100K .......... .......... .......... .......... .......... 2% 35.8M 0s 150K .......... .......... .......... .......... .......... 3% 15.4M 0s 200K .......... .......... .......... .......... .......... 4% 8.82M 0s 250K .......... .......... .......... .......... .......... 4% 32.9M 0s 300K .......... .......... .......... .......... .......... 5% 38.3M 0s 350K .......... .......... .......... .......... .......... 6% 32.3M 0s 400K .......... .......... .......... .......... .......... 7% 27.5M 0s 450K .......... .......... .......... .......... .......... 8% 37.9M 0s 500K .......... .......... .......... .......... .......... 9% 36.7M 0s 550K .......... .......... .......... .......... .......... 9% 28.4M 0s 600K .......... .......... .......... .......... .......... 10% 34.7M 0s 650K .......... .......... .......... .......... .......... 11% 36.0M 0s 700K .......... .......... .......... .......... .......... 12% 38.8M 0s 750K .......... .......... .......... .......... .......... 13% 38.1M 0s 800K .......... .......... .......... .......... .......... 14% 18.1M 0s 850K .......... .......... .......... .......... .......... 14% 39.0M 0s 900K .......... .......... .......... .......... .......... 15% 38.4M 0s 950K .......... .......... .......... .......... .......... 16% 36.8M 0s 1000K .......... .......... .......... .......... .......... 17% 35.4M 0s 1050K .......... .......... .......... .......... .......... 18% 38.4M 0s 1100K .......... .......... .......... .......... .......... 19% 36.1M 0s 1150K .......... .......... .......... .......... .......... 19% 34.9M 0s 1200K .......... .......... .......... .......... .......... 20% 29.7M 0s 1250K .......... .......... .......... .......... .......... 21% 37.9M 0s 1300K .......... .......... .......... .......... .......... 22% 38.9M 0s 1350K .......... .......... .......... .......... .......... 23% 38.6M 0s 1400K .......... .......... .......... .......... .......... 24% 35.4M 0s 1450K .......... .......... .......... .......... .......... 24% 15.9M 0s 1500K .......... .......... .......... .......... .......... 25% 33.0M 0s 1550K .......... .......... .......... .......... .......... 26% 40.3M 0s 1600K .......... .......... .......... .......... .......... 27% 26.6M 0s 1650K .......... .......... .......... .......... .......... 28% 36.6M 0s 1700K .......... .......... .......... .......... .......... 29% 38.3M 0s 1750K .......... .......... .......... .......... .......... 29% 37.2M 0s 1800K .......... .......... .......... .......... .......... 30% 37.5M 0s 1850K .......... .......... .......... .......... .......... 31% 37.8M 0s 1900K .......... .......... .......... .......... .......... 32% 39.6M 0s 1950K .......... .......... .......... .......... .......... 33% 40.4M 0s 2000K .......... .......... .......... .......... .......... 34% 27.3M 0s 2050K .......... .......... .......... .......... .......... 34% 28.7M 0s 2100K .......... .......... .......... .......... .......... 35% 38.3M 0s 2150K .......... .......... .......... .......... .......... 36% 35.9M 0s 2200K .......... .......... .......... .......... .......... 37% 37.4M 0s 2250K .......... .......... .......... .......... .......... 38% 32.1M 0s 2300K .......... .......... .......... .......... .......... 39% 38.8M 0s 2350K .......... .......... .......... .......... .......... 39% 37.7M 0s 2400K .......... .......... .......... .......... .......... 40% 19.4M 0s 2450K .......... .......... .......... .......... .......... 41% 39.0M 0s 2500K .......... .......... .......... .......... .......... 42% 34.6M 0s 2550K .......... .......... .......... .......... .......... 43% 39.3M 0s 2600K .......... .......... .......... .......... .......... 44% 36.9M 0s 2650K .......... .......... .......... .......... .......... 44% 33.1M 0s 2700K .......... .......... .......... .......... .......... 45% 38.7M 0s 2750K .......... .......... .......... .......... .......... 46% 39.6M 0s 2800K .......... .......... .......... .......... .......... 47% 25.7M 0s 2850K .......... .......... .......... .......... .......... 48% 26.2M 0s 2900K .......... .......... .......... .......... .......... 48% 36.1M 0s 2950K .......... .......... .......... .......... .......... 49% 39.2M 0s 3000K .......... .......... .......... .......... .......... 50% 30.7M 0s 3050K .......... .......... .......... .......... .......... 51% 38.5M 0s 3100K .......... .......... .......... .......... .......... 52% 35.7M 0s 3150K .......... .......... .......... .......... .......... 53% 37.3M 0s 3200K .......... .......... .......... .......... .......... 53% 27.5M 0s 3250K .......... .......... .......... .......... .......... 54% 35.1M 0s 3300K .......... .......... .......... .......... .......... 55% 21.0M 0s 3350K .......... .......... .......... .......... .......... 56% 35.5M 0s 3400K .......... .......... .......... .......... .......... 57% 38.8M 0s 3450K .......... .......... .......... .......... .......... 58% 37.0M 0s 3500K .......... .......... .......... .......... .......... 58% 34.1M 0s 3550K .......... .......... .......... .......... .......... 59% 22.9M 0s 3600K .......... .......... .......... .......... .......... 60% 28.7M 0s 3650K .......... .......... .......... .......... .......... 61% 38.6M 0s 3700K .......... .......... .......... .......... .......... 62% 30.0M 0s 3750K .......... .......... .......... .......... .......... 63% 38.9M 0s 3800K .......... .......... .......... .......... .......... 63% 37.5M 0s 3850K .......... .......... .......... .......... .......... 64% 35.7M 0s 3900K .......... .......... .......... .......... .......... 65% 37.4M 0s 3950K .......... .......... .......... .......... .......... 66% 36.3M 0s 4000K .......... .......... .......... .......... .......... 67% 26.9M 0s 4050K .......... .......... .......... .......... .......... 68% 30.1M 0s 4100K .......... .......... .......... .......... .......... 68% 6.13M 0s 4150K .......... .......... .......... .......... .......... 69% 39.1M 0s 4200K .......... .......... .......... .......... .......... 70% 35.5M 0s 4250K .......... .......... .......... .......... .......... 71% 38.3M 0s 4300K .......... .......... .......... .......... .......... 72% 36.7M 0s 4350K .......... .......... .......... .......... .......... 73% 5.89M 0s 4400K .......... .......... .......... .......... .......... 73% 29.6M 0s 4450K .......... .......... .......... .......... .......... 74% 40.0M 0s 4500K .......... .......... .......... .......... .......... 75% 37.9M 0s 4550K .......... .......... .......... .......... .......... 76% 11.0M 0s 4600K .......... .......... .......... .......... .......... 77% 33.9M 0s 4650K .......... .......... .......... .......... .......... 78% 37.8M 0s 4700K .......... .......... .......... .......... .......... 78% 36.5M 0s 4750K .......... .......... .......... .......... .......... 79% 25.4M 0s 4800K .......... .......... .......... .......... .......... 80% 29.2M 0s 4850K .......... .......... .......... .......... .......... 81% 36.6M 0s 4900K .......... .......... .......... .......... .......... 82% 39.6M 0s 4950K .......... .......... .......... .......... .......... 83% 34.3M 0s 5000K .......... .......... .......... .......... .......... 83% 34.6M 0s 5050K .......... .......... .......... .......... .......... 84% 36.6M 0s 5100K .......... .......... .......... .......... .......... 85% 31.5M 0s 5150K .......... .......... .......... .......... .......... 86% 37.4M 0s 5200K .......... .......... .......... .......... .......... 87% 21.3M 0s 5250K .......... .......... .......... .......... .......... 88% 6.17M 0s 5300K .......... .......... .......... .......... .......... 88% 36.8M 0s 5350K .......... .......... .......... .......... .......... 89% 5.76M 0s 5400K .......... .......... .......... .......... .......... 90% 38.3M 0s 5450K .......... .......... .......... .......... .......... 91% 38.4M 0s 5500K .......... .......... .......... .......... .......... 92% 33.7M 0s 5550K .......... .......... .......... .......... .......... 92% 15.0M 0s 5600K .......... .......... .......... .......... .......... 93% 29.2M 0s 5650K .......... .......... .......... .......... .......... 94% 17.5M 0s 5700K .......... .......... .......... .......... .......... 95% 40.5M 0s 5750K .......... .......... .......... .......... .......... 96% 36.7M 0s 5800K .......... .......... .......... .......... .......... 97% 36.8M 0s 5850K .......... .......... .......... .......... .......... 97% 35.3M 0s 5900K .......... .......... .......... .......... .......... 98% 36.0M 0s 5950K .......... .......... .......... .......... .......... 99% 36.1M 0s 6000K .......... .......... . 100% 41.4M=0.2s 2018-06-23 12:32:13 (27.5 MB/s) - 'release-notes-i386.tar.gz' saved [6166208/6166208] da/ da/index.da.html da/ch-whats-new.da.html da/images/ da/images/caution.png da/images/toc-blank.png da/images/toc-minus.png da/images/prev.png da/images/toc-plus.png da/images/annot-open.png da/images/next.png da/images/note.png da/images/important.png da/images/draft.png da/images/tip.png da/images/annot-close.png da/images/up.png da/images/home.png da/images/warning.png da/images/blank.png da/ch-about.da.html da/debian.css da/relnotes-glossary.da.html da/relnotes-index.da.html da/release-notes.da.txt da/ch-upgrading.da.html da/release-notes.da.pdf da/ap-old-stuff.da.html da/ch-installing.da.html da/apb.da.html da/ch-information.da.html da/ch-moreinfo.da.html de/ de/ch-information.de.html de/release-notes.de.txt de/ch-whats-new.de.html de/ch-moreinfo.de.html de/relnotes-index.de.html de/images/ de/images/caution.png de/images/toc-blank.png de/images/toc-minus.png de/images/prev.png de/images/toc-plus.png de/images/annot-open.png de/images/next.png de/images/note.png de/images/important.png de/images/draft.png de/images/tip.png de/images/annot-close.png de/images/up.png de/images/home.png de/images/warning.png de/images/blank.png de/ch-installing.de.html de/ch-upgrading.de.html de/relnotes-glossary.de.html de/apb.de.html de/debian.css de/release-notes.de.pdf de/index.de.html de/ap-old-stuff.de.html de/ch-about.de.html en/ en/release-notes.en.txt en/apb.en.html en/images/ en/images/caution.png en/images/toc-blank.png en/images/toc-minus.png en/images/prev.png en/images/toc-plus.png en/images/annot-open.png en/images/next.png en/images/note.png en/images/important.png en/images/draft.png en/images/tip.png en/images/annot-close.png en/images/up.png en/images/home.png en/images/warning.png en/images/blank.png en/relnotes-index.en.html en/index.en.html en/debian.css en/ch-about.en.html en/relnotes-glossary.en.html en/ap-old-stuff.en.html en/ch-information.en.html en/ch-upgrading.en.html en/ch-whats-new.en.html en/ch-installing.en.html en/release-notes.en.pdf en/ch-moreinfo.en.html es/ es/ap-old-stuff.es.html es/ch-information.es.html es/ch-moreinfo.es.html es/ch-upgrading.es.html es/images/ es/images/caution.png es/images/toc-blank.png es/images/toc-minus.png es/images/prev.png es/images/toc-plus.png es/images/annot-open.png es/images/next.png es/images/note.png es/images/important.png es/images/draft.png es/images/tip.png es/images/annot-close.png es/images/up.png es/images/home.png es/images/warning.png es/images/blank.png es/index.es.html es/ch-whats-new.es.html es/debian.css es/relnotes-index.es.html es/ch-installing.es.html es/release-notes.es.txt es/relnotes-glossary.es.html es/release-notes.es.pdf es/ch-about.es.html es/apb.es.html fr/ fr/index.fr.html fr/release-notes.fr.pdf fr/ch-about.fr.html fr/images/ fr/images/caution.png fr/images/toc-blank.png fr/images/toc-minus.png fr/images/prev.png fr/images/toc-plus.png fr/images/annot-open.png fr/images/next.png fr/images/note.png fr/images/important.png fr/images/draft.png fr/images/tip.png fr/images/annot-close.png fr/images/up.png fr/images/home.png fr/images/warning.png fr/images/blank.png fr/ch-information.fr.html fr/debian.css fr/ch-upgrading.fr.html fr/relnotes-index.fr.html fr/release-notes.fr.txt fr/ch-installing.fr.html fr/apb.fr.html fr/relnotes-glossary.fr.html fr/ch-moreinfo.fr.html fr/ch-whats-new.fr.html fr/ap-old-stuff.fr.html it/ it/ch-installing.it.html it/index.it.html it/ap-old-stuff.it.html it/images/ it/images/caution.png it/images/toc-blank.png it/images/toc-minus.png it/images/prev.png it/images/toc-plus.png it/images/annot-open.png it/images/next.png it/images/note.png it/images/important.png it/images/draft.png it/images/tip.png it/images/annot-close.png it/images/up.png it/images/home.png it/images/warning.png it/images/blank.png it/ch-moreinfo.it.html it/debian.css it/relnotes-index.it.html it/ch-upgrading.it.html it/ch-about.it.html it/ch-information.it.html it/release-notes.it.txt it/apb.it.html it/release-notes.it.pdf it/ch-whats-new.it.html it/relnotes-glossary.it.html ja/ ja/ch-whats-new.ja.html ja/ch-about.ja.html ja/images/ ja/images/caution.png ja/images/toc-blank.png ja/images/toc-minus.png ja/images/prev.png ja/images/toc-plus.png ja/images/annot-open.png ja/images/next.png ja/images/note.png ja/images/important.png ja/images/draft.png ja/images/tip.png ja/images/annot-close.png ja/images/up.png ja/images/home.png ja/images/warning.png ja/images/blank.png ja/apb.ja.html ja/relnotes-index.ja.html ja/debian.css ja/ap-old-stuff.ja.html ja/ch-upgrading.ja.html ja/release-notes.ja.pdf ja/ch-moreinfo.ja.html ja/relnotes-glossary.ja.html ja/ch-installing.ja.html ja/ch-information.ja.html ja/release-notes.ja.txt ja/index.ja.html pl/ pl/relnotes-glossary.pl.html pl/apb.pl.html pl/relnotes-index.pl.html pl/release-notes.pl.pdf pl/images/ pl/images/caution.png pl/images/toc-blank.png pl/images/toc-minus.png pl/images/prev.png pl/images/toc-plus.png pl/images/annot-open.png pl/images/next.png pl/images/note.png pl/images/important.png pl/images/draft.png pl/images/tip.png pl/images/annot-close.png pl/images/up.png pl/images/home.png pl/images/warning.png pl/images/blank.png pl/ch-moreinfo.pl.html pl/debian.css pl/ch-whats-new.pl.html pl/ch-upgrading.pl.html pl/ap-old-stuff.pl.html pl/ch-information.pl.html pl/release-notes.pl.txt pl/index.pl.html pl/ch-installing.pl.html pl/ch-about.pl.html pt/ pt/release-notes.pt.txt pt/release-notes.pt.pdf pt/ch-information.pt.html pt/ch-about.pt.html pt/relnotes-index.pt.html pt/ch-upgrading.pt.html pt/images/ pt/images/caution.png pt/images/toc-blank.png pt/images/toc-minus.png pt/images/prev.png pt/images/toc-plus.png pt/images/annot-open.png pt/images/next.png pt/images/note.png pt/images/important.png pt/images/draft.png pt/images/tip.png pt/images/annot-close.png pt/images/up.png pt/images/home.png pt/images/warning.png pt/images/blank.png pt/ch-whats-new.pt.html pt/debian.css pt/relnotes-glossary.pt.html pt/apb.pt.html pt/index.pt.html pt/ap-old-stuff.pt.html pt/ch-moreinfo.pt.html pt/ch-installing.pt.html pt-br/ pt-br/release-notes.pt-br.txt pt-br/index.pt-br.html pt-br/ch-upgrading.pt-br.html pt-br/images/ pt-br/images/caution.png pt-br/images/toc-blank.png pt-br/images/toc-minus.png pt-br/images/prev.png pt-br/images/toc-plus.png pt-br/images/annot-open.png pt-br/images/next.png pt-br/images/note.png pt-br/images/important.png pt-br/images/draft.png pt-br/images/tip.png pt-br/images/annot-close.png pt-br/images/up.png pt-br/images/home.png pt-br/images/warning.png pt-br/images/blank.png pt-br/ch-installing.pt-br.html pt-br/apb.pt-br.html pt-br/ap-old-stuff.pt-br.html pt-br/ch-whats-new.pt-br.html pt-br/debian.css pt-br/release-notes.pt-br.pdf pt-br/relnotes-glossary.pt-br.html pt-br/ch-about.pt-br.html pt-br/ch-information.pt-br.html pt-br/ch-moreinfo.pt-br.html pt-br/relnotes-index.pt-br.html ro/ ro/relnotes-glossary.ro.html ro/ap-old-stuff.ro.html ro/relnotes-index.ro.html ro/images/ ro/images/caution.png ro/images/toc-blank.png ro/images/toc-minus.png ro/images/prev.png ro/images/toc-plus.png ro/images/annot-open.png ro/images/next.png ro/images/note.png ro/images/important.png ro/images/draft.png ro/images/tip.png ro/images/annot-close.png ro/images/up.png ro/images/home.png ro/images/warning.png ro/images/blank.png ro/ch-information.ro.html ro/apb.ro.html ro/ch-moreinfo.ro.html ro/ch-whats-new.ro.html ro/debian.css ro/index.ro.html ro/ch-installing.ro.html ro/release-notes.ro.txt ro/ch-about.ro.html ro/ch-upgrading.ro.html ro/release-notes.ro.pdf ru/ ru/ch-upgrading.ru.html ru/ch-whats-new.ru.html ru/relnotes-glossary.ru.html ru/apb.ru.html ru/images/ ru/images/caution.png ru/images/toc-blank.png ru/images/toc-minus.png ru/images/prev.png ru/images/toc-plus.png ru/images/annot-open.png ru/images/next.png ru/images/note.png ru/images/important.png ru/images/draft.png ru/images/tip.png ru/images/annot-close.png ru/images/up.png ru/images/home.png ru/images/warning.png ru/images/blank.png ru/release-notes.ru.txt ru/ap-old-stuff.ru.html ru/debian.css ru/index.ru.html ru/ch-installing.ru.html ru/ch-information.ru.html ru/ch-about.ru.html ru/release-notes.ru.pdf ru/ch-moreinfo.ru.html ru/relnotes-index.ru.html sk/ sk/release-notes.sk.pdf sk/ch-information.sk.html sk/images/ sk/images/caution.png sk/images/toc-blank.png sk/images/toc-minus.png sk/images/prev.png sk/images/toc-plus.png sk/images/annot-open.png sk/images/next.png sk/images/note.png sk/images/important.png sk/images/draft.png sk/images/tip.png sk/images/annot-close.png sk/images/up.png sk/images/home.png sk/images/warning.png sk/images/blank.png sk/relnotes-index.sk.html sk/ch-installing.sk.html sk/release-notes.sk.txt sk/debian.css sk/ch-about.sk.html sk/ch-upgrading.sk.html sk/relnotes-glossary.sk.html sk/apb.sk.html sk/ch-whats-new.sk.html sk/ch-moreinfo.sk.html sk/index.sk.html sk/ap-old-stuff.sk.html sv/ sv/ch-upgrading.sv.html sv/ch-about.sv.html sv/images/ sv/images/caution.png sv/images/toc-blank.png sv/images/toc-minus.png sv/images/prev.png sv/images/toc-plus.png sv/images/annot-open.png sv/images/next.png sv/images/note.png sv/images/important.png sv/images/draft.png sv/images/tip.png sv/images/annot-close.png sv/images/up.png sv/images/home.png sv/images/warning.png sv/images/blank.png sv/ch-moreinfo.sv.html sv/ch-installing.sv.html sv/debian.css sv/index.sv.html sv/ap-old-stuff.sv.html sv/ch-information.sv.html sv/apb.sv.html sv/release-notes.sv.txt sv/relnotes-index.sv.html sv/relnotes-glossary.sv.html sv/ch-whats-new.sv.html sv/release-notes.sv.pdf Adding common docs on CD1 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/jessie/boot-i386 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1 Adding tools to CD1 'boot1/isolinux/g2ldr' -> 'CD1/g2ldr' 'boot1/isolinux/g2ldr.mbr' -> 'CD1/g2ldr.mbr' 'boot1/isolinux/setup.exe' -> 'CD1/setup.exe' 'boot1/isolinux/win32-loader.ini' -> 'CD1/win32-loader.ini' Adding BIOS boot code for i386 on CD1 gtk/vmlinuz identical to ../vmlinuz. Linking Adding EFI boot code for i386 on CD1 Using newer EFI support in xorriso 10406 Adding README.source Starting new "i386" DLBD 1 at /home/debian-cd/build.jessie/debian-cd/jessie/CD1 Specified size for this image: 50GB DLBD, 23652352 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1/dists/jessie/main/i18n/Translation-it already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for i386 Found all files needed for debootstrap for all binary arches Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 1 filled with 39665 packages, 23591762 blocks, 48315928576 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD2 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/jessie/boot-i386 2 /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD2 Starting new "i386" DLBD 2 at /home/debian-cd/build.jessie/debian-cd/jessie/CD2 Specified size for this image: 50GB DLBD, 23652352 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 2 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 2 (not) filled with 3248 packages, 4789070 blocks, 9808015360 bytes Finished: 42913 packages placed /home/debian-cd/build.jessie/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "i386" jessie jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/non-free/debian-installer/binary-i386/Packages.gz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-i386/20150422/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/jessie/main/installer-i386/20150422+deb8u5/images/MD5SUMS for ARCH in i386; do \ if [ -e /home/debian-cd/build.jessie/debian-cd/data/jessie/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.jessie/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source jessie jessie /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/md5-check; \ fi; \ done /home/debian-cd/build.jessie/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie" "i386" "/srv/cdbuilder.debian.org/dst/deb-cd/out/Di386" "8.11.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "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.jessie/debian-cd/tools/jigdo_cleanup" Generating the i386 iso/jigdo images ... Last-minute updates: README.html README.txt Sat 23 Jun 12:41:09 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 i386 1' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/Di386/debian-8.11.0-i386-DLBD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/Di386/debian-8.11.0-i386-DLBD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes -isohybrid-mbr syslinux/usr/lib/ISOLINUX/isohdpfx.bin -b isolinux/isolinux.bin -c isolinux/boot.cat -boot-load-size 4 -boot-info-table -no-emul-boot -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat -isohybrid-apm-hfsplus boot1 CD1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/boot1' xorriso : UPDATE : 29 files added in 1 seconds xorriso : UPDATE : 31600 files added in 1 seconds xorriso : UPDATE : 61500 files added in 2 seconds Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD1' xorriso : UPDATE : 62185 files added in 2 seconds xorriso : NOTE : Copying to System Area: 432 bytes from file '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/syslinux/usr/lib/ISOLINUX/isohdpfx.bin' libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.0.28-1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_3.2.0-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43-installer_019-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/grub-firmware-qemu_2.02~beta2-22+deb8u1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/isight-firmware-tools_1.6-2+b1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/linux-wlan-ng-firmware_0.2.9+dfsg-5_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/prism2-usb-firmware-installer_0.2.9+dfsg-5_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.2-1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: NOTE : Automatically adjusted MBR geometry to 5875/255/63 libisofs: WARNING : Image size exceeds 1024 cylinders. Cannot align partition. libisofs: WARNING : There are said to be BIOSes which will not boot this via MBR. xorriso : UPDATE : 0.00% done xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.08% done, estimate finish Sat Jun 23 13:35:14 2018 xorriso : UPDATE : 0.09% done, estimate finish Sat Jun 23 13:44:45 2018 xorriso : UPDATE : 0.12% done, estimate finish Sat Jun 23 13:44:22 2018 xorriso : UPDATE : 0.15% done, estimate finish Sat Jun 23 13:41:51 2018 xorriso : UPDATE : 0.18% done, estimate finish Sat Jun 23 13:40:54 2018 xorriso : UPDATE : 0.19% done, estimate finish Sat Jun 23 13:47:49 2018 xorriso : UPDATE : 0.23% done, estimate finish Sat Jun 23 13:44:00 2018 xorriso : UPDATE : 0.27% done, estimate finish Sat Jun 23 13:41:25 2018 xorriso : UPDATE : 0.30% done, estimate finish Sat Jun 23 13:40:53 2018 xorriso : UPDATE : 0.33% done, estimate finish Sat Jun 23 13:40:37 2018 xorriso : UPDATE : 0.36% done, estimate finish Sat Jun 23 13:41:56 2018 xorriso : UPDATE : 0.43% done, estimate finish Sat Jun 23 13:33:56 2018 xorriso : UPDATE : 0.53% done, estimate finish Sat Jun 23 13:26:11 2018 xorriso : UPDATE : 0.67% done, estimate finish Sat Jun 23 13:17:46 2018 xorriso : UPDATE : 0.79% done, estimate finish Sat Jun 23 13:14:08 2018 xorriso : UPDATE : 0.84% done, estimate finish Sat Jun 23 13:13:57 2018 xorriso : UPDATE : 0.96% done, estimate finish Sat Jun 23 13:11:37 2018 xorriso : UPDATE : 0.96% done, estimate finish Sat Jun 23 13:13:31 2018 xorriso : UPDATE : 0.96% done, estimate finish Sat Jun 23 13:15:24 2018 xorriso : UPDATE : 0.96% done, estimate finish Sat Jun 23 13:17:18 2018 xorriso : UPDATE : 0.96% done, estimate finish Sat Jun 23 13:14:03 2018 xorriso : UPDATE : 0.96% done, estimate finish Sat Jun 23 13:16:23 2018 xorriso : UPDATE : 0.96% done, estimate finish Sat Jun 23 13:18:43 2018 xorriso : UPDATE : 2.14% done, estimate finish Sat Jun 23 12:56:38 2018 xorriso : UPDATE : 2.28% done, estimate finish Sat Jun 23 12:56:25 2018 xorriso : UPDATE : 2.41% done, estimate finish Sat Jun 23 12:56:18 2018 xorriso : UPDATE : 2.57% done, estimate finish Sat Jun 23 12:56:00 2018 xorriso : UPDATE : 2.71% done, estimate finish Sat Jun 23 12:55:53 2018 xorriso : UPDATE : 2.86% done, estimate finish Sat Jun 23 12:55:41 2018 xorriso : UPDATE : 3.03% done, estimate finish Sat Jun 23 12:55:25 2018 xorriso : UPDATE : 3.14% done, estimate finish Sat Jun 23 12:53:18 2018 xorriso : UPDATE : 3.31% done, estimate finish Sat Jun 23 12:53:12 2018 xorriso : UPDATE : 3.50% done, estimate finish Sat Jun 23 12:53:04 2018 xorriso : UPDATE : 3.66% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 3.81% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 3.94% done, estimate finish Sat Jun 23 12:53:05 2018 xorriso : UPDATE : 4.11% done, estimate finish Sat Jun 23 12:53:00 2018 xorriso : UPDATE : 4.27% done, estimate finish Sat Jun 23 12:52:58 2018 xorriso : UPDATE : 4.42% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 4.57% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 4.75% done, estimate finish Sat Jun 23 12:53:38 2018 xorriso : UPDATE : 4.88% done, estimate finish Sat Jun 23 12:53:41 2018 xorriso : UPDATE : 5.05% done, estimate finish Sat Jun 23 12:53:36 2018 xorriso : UPDATE : 5.16% done, estimate finish Sat Jun 23 12:53:43 2018 xorriso : UPDATE : 5.33% done, estimate finish Sat Jun 23 12:53:37 2018 xorriso : UPDATE : 5.50% done, estimate finish Sat Jun 23 12:53:31 2018 xorriso : UPDATE : 5.63% done, estimate finish Sat Jun 23 12:53:33 2018 xorriso : UPDATE : 5.82% done, estimate finish Sat Jun 23 12:53:25 2018 xorriso : UPDATE : 5.90% done, estimate finish Sat Jun 23 12:53:36 2018 xorriso : UPDATE : 6.05% done, estimate finish Sat Jun 23 12:53:34 2018 xorriso : UPDATE : 6.05% done, estimate finish Sat Jun 23 12:54:38 2018 xorriso : UPDATE : 6.05% done, estimate finish Sat Jun 23 12:55:24 2018 xorriso : UPDATE : 6.05% done, estimate finish Sat Jun 23 12:56:09 2018 xorriso : UPDATE : 6.05% done, estimate finish Sat Jun 23 12:56:55 2018 xorriso : UPDATE : 6.91% done, estimate finish Sat Jun 23 12:53:16 2018 xorriso : UPDATE : 7.06% done, estimate finish Sat Jun 23 12:53:15 2018 xorriso : UPDATE : 7.16% done, estimate finish Sat Jun 23 12:53:24 2018 xorriso : UPDATE : 7.16% done, estimate finish Sat Jun 23 12:53:51 2018 xorriso : UPDATE : 7.55% done, estimate finish Sat Jun 23 12:53:07 2018 xorriso : UPDATE : 7.58% done, estimate finish Sat Jun 23 12:53:25 2018 xorriso : UPDATE : 7.85% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 7.96% done, estimate finish Sat Jun 23 12:52:34 2018 xorriso : UPDATE : 8.04% done, estimate finish Sat Jun 23 12:52:50 2018 xorriso : UPDATE : 8.31% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 8.45% done, estimate finish Sat Jun 23 12:52:33 2018 xorriso : UPDATE : 8.49% done, estimate finish Sat Jun 23 12:52:52 2018 xorriso : UPDATE : 8.79% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 8.93% done, estimate finish Sat Jun 23 12:52:33 2018 xorriso : UPDATE : 9.08% done, estimate finish Sat Jun 23 12:52:34 2018 xorriso : UPDATE : 9.21% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 9.35% done, estimate finish Sat Jun 23 12:53:10 2018 xorriso : UPDATE : 9.52% done, estimate finish Sat Jun 23 12:53:03 2018 xorriso : UPDATE : 9.65% done, estimate finish Sat Jun 23 12:53:07 2018 xorriso : UPDATE : 9.75% done, estimate finish Sat Jun 23 12:53:16 2018 xorriso : UPDATE : 9.95% done, estimate finish Sat Jun 23 12:53:04 2018 xorriso : UPDATE : 10.10% done, estimate finish Sat Jun 23 12:53:02 2018 xorriso : UPDATE : 10.23% done, estimate finish Sat Jun 23 12:53:06 2018 xorriso : UPDATE : 10.23% done, estimate finish Sat Jun 23 12:53:31 2018 xorriso : UPDATE : 10.51% done, estimate finish Sat Jun 23 12:53:07 2018 xorriso : UPDATE : 10.67% done, estimate finish Sat Jun 23 12:53:05 2018 xorriso : UPDATE : 10.81% done, estimate finish Sat Jun 23 12:53:06 2018 xorriso : UPDATE : 10.81% done, estimate finish Sat Jun 23 12:53:45 2018 xorriso : UPDATE : 11.10% done, estimate finish Sat Jun 23 12:53:09 2018 xorriso : UPDATE : 11.26% done, estimate finish Sat Jun 23 12:53:05 2018 xorriso : UPDATE : 11.45% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 11.56% done, estimate finish Sat Jun 23 12:53:03 2018 xorriso : UPDATE : 11.75% done, estimate finish Sat Jun 23 12:52:56 2018 xorriso : UPDATE : 11.90% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 12.04% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 12.10% done, estimate finish Sat Jun 23 12:53:10 2018 xorriso : UPDATE : 12.10% done, estimate finish Sat Jun 23 12:53:31 2018 xorriso : UPDATE : 12.48% done, estimate finish Sat Jun 23 12:52:26 2018 xorriso : UPDATE : 12.60% done, estimate finish Sat Jun 23 12:52:33 2018 xorriso : UPDATE : 12.75% done, estimate finish Sat Jun 23 12:52:35 2018 xorriso : UPDATE : 12.89% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 12.97% done, estimate finish Sat Jun 23 12:52:50 2018 xorriso : UPDATE : 13.15% done, estimate finish Sat Jun 23 12:52:46 2018 xorriso : UPDATE : 13.36% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 13.51% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 13.65% done, estimate finish Sat Jun 23 12:52:40 2018 xorriso : UPDATE : 13.83% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 14.00% done, estimate finish Sat Jun 23 12:52:49 2018 xorriso : UPDATE : 14.15% done, estimate finish Sat Jun 23 12:52:49 2018 xorriso : UPDATE : 14.33% done, estimate finish Sat Jun 23 12:52:43 2018 xorriso : UPDATE : 14.48% done, estimate finish Sat Jun 23 12:52:44 2018 xorriso : UPDATE : 14.61% done, estimate finish Sat Jun 23 12:52:47 2018 xorriso : UPDATE : 14.77% done, estimate finish Sat Jun 23 12:52:46 2018 xorriso : UPDATE : 14.91% done, estimate finish Sat Jun 23 12:52:48 2018 xorriso : UPDATE : 15.05% done, estimate finish Sat Jun 23 12:52:49 2018 xorriso : UPDATE : 15.18% done, estimate finish Sat Jun 23 12:52:51 2018 xorriso : UPDATE : 15.26% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 15.46% done, estimate finish Sat Jun 23 12:52:58 2018 xorriso : UPDATE : 15.59% done, estimate finish Sat Jun 23 12:53:02 2018 xorriso : UPDATE : 15.71% done, estimate finish Sat Jun 23 12:53:06 2018 xorriso : UPDATE : 15.89% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 16.05% done, estimate finish Sat Jun 23 12:52:58 2018 xorriso : UPDATE : 16.10% done, estimate finish Sat Jun 23 12:53:14 2018 xorriso : UPDATE : 16.36% done, estimate finish Sat Jun 23 12:52:55 2018 xorriso : UPDATE : 16.50% done, estimate finish Sat Jun 23 12:52:56 2018 xorriso : UPDATE : 16.60% done, estimate finish Sat Jun 23 12:53:02 2018 xorriso : UPDATE : 16.78% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 16.95% done, estimate finish Sat Jun 23 12:52:51 2018 xorriso : UPDATE : 16.97% done, estimate finish Sat Jun 23 12:53:20 2018 xorriso : UPDATE : 16.97% done, estimate finish Sat Jun 23 12:53:53 2018 xorriso : UPDATE : 16.97% done, estimate finish Sat Jun 23 12:54:27 2018 xorriso : UPDATE : 17.51% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 17.72% done, estimate finish Sat Jun 23 12:52:47 2018 xorriso : UPDATE : 17.93% done, estimate finish Sat Jun 23 12:52:38 2018 xorriso : UPDATE : 18.06% done, estimate finish Sat Jun 23 12:52:41 2018 xorriso : UPDATE : 18.08% done, estimate finish Sat Jun 23 12:52:58 2018 xorriso : UPDATE : 18.08% done, estimate finish Sat Jun 23 12:53:19 2018 xorriso : UPDATE : 18.08% done, estimate finish Sat Jun 23 12:54:33 2018 xorriso : UPDATE : 18.70% done, estimate finish Sat Jun 23 12:52:27 2018 xorriso : UPDATE : 18.83% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 18.96% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 19.10% done, estimate finish Sat Jun 23 12:52:38 2018 xorriso : UPDATE : 19.15% done, estimate finish Sat Jun 23 12:52:54 2018 xorriso : UPDATE : 19.42% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 19.56% done, estimate finish Sat Jun 23 12:52:38 2018 xorriso : UPDATE : 19.61% done, estimate finish Sat Jun 23 12:52:51 2018 xorriso : UPDATE : 19.61% done, estimate finish Sat Jun 23 12:53:11 2018 xorriso : UPDATE : 20.01% done, estimate finish Sat Jun 23 12:51:38 2018 xorriso : UPDATE : 20.12% done, estimate finish Sat Jun 23 12:51:48 2018 xorriso : UPDATE : 20.27% done, estimate finish Sat Jun 23 12:51:52 2018 xorriso : UPDATE : 20.45% done, estimate finish Sat Jun 23 12:51:51 2018 xorriso : UPDATE : 20.45% done, estimate finish Sat Jun 23 12:52:13 2018 xorriso : UPDATE : 20.45% done, estimate finish Sat Jun 23 12:52:34 2018 xorriso : UPDATE : 20.79% done, estimate finish Sat Jun 23 12:52:13 2018 xorriso : UPDATE : 21.17% done, estimate finish Sat Jun 23 12:51:51 2018 xorriso : UPDATE : 21.29% done, estimate finish Sat Jun 23 12:51:55 2018 xorriso : UPDATE : 21.33% done, estimate finish Sat Jun 23 12:52:08 2018 xorriso : UPDATE : 21.33% done, estimate finish Sat Jun 23 12:53:27 2018 xorriso : UPDATE : 21.71% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 21.71% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 21.77% done, estimate finish Sat Jun 23 12:53:17 2018 xorriso : UPDATE : 22.11% done, estimate finish Sat Jun 23 12:52:43 2018 xorriso : UPDATE : 22.11% done, estimate finish Sat Jun 23 12:53:06 2018 xorriso : UPDATE : 22.42% done, estimate finish Sat Jun 23 12:52:41 2018 xorriso : UPDATE : 22.42% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 22.42% done, estimate finish Sat Jun 23 12:53:22 2018 xorriso : UPDATE : 22.42% done, estimate finish Sat Jun 23 12:53:42 2018 xorriso : UPDATE : 22.42% done, estimate finish Sat Jun 23 12:54:38 2018 xorriso : UPDATE : 22.42% done, estimate finish Sat Jun 23 12:55:17 2018 xorriso : UPDATE : 22.42% done, estimate finish Sat Jun 23 12:55:59 2018 xorriso : UPDATE : 23.60% done, estimate finish Sat Jun 23 12:51:56 2018 xorriso : UPDATE : 23.79% done, estimate finish Sat Jun 23 12:51:54 2018 xorriso : UPDATE : 23.93% done, estimate finish Sat Jun 23 12:51:57 2018 xorriso : UPDATE : 23.98% done, estimate finish Sat Jun 23 12:52:10 2018 xorriso : UPDATE : 24.25% done, estimate finish Sat Jun 23 12:51:59 2018 xorriso : UPDATE : 24.41% done, estimate finish Sat Jun 23 12:52:00 2018 xorriso : UPDATE : 24.56% done, estimate finish Sat Jun 23 12:52:01 2018 xorriso : UPDATE : 24.71% done, estimate finish Sat Jun 23 12:52:03 2018 xorriso : UPDATE : 24.86% done, estimate finish Sat Jun 23 12:51:03 2018 xorriso : UPDATE : 25.01% done, estimate finish Sat Jun 23 12:51:09 2018 xorriso : UPDATE : 25.16% done, estimate finish Sat Jun 23 12:51:13 2018 xorriso : UPDATE : 25.33% done, estimate finish Sat Jun 23 12:51:16 2018 xorriso : UPDATE : 25.41% done, estimate finish Sat Jun 23 12:51:26 2018 xorriso : UPDATE : 25.57% done, estimate finish Sat Jun 23 12:51:28 2018 xorriso : UPDATE : 25.78% done, estimate finish Sat Jun 23 12:51:27 2018 xorriso : UPDATE : 25.83% done, estimate finish Sat Jun 23 12:51:38 2018 xorriso : UPDATE : 25.83% done, estimate finish Sat Jun 23 12:51:53 2018 xorriso : UPDATE : 26.26% done, estimate finish Sat Jun 23 12:51:32 2018 xorriso : UPDATE : 26.38% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 26.47% done, estimate finish Sat Jun 23 12:52:43 2018 xorriso : UPDATE : 26.47% done, estimate finish Sat Jun 23 12:53:12 2018 xorriso : UPDATE : 26.86% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 26.97% done, estimate finish Sat Jun 23 12:52:34 2018 xorriso : UPDATE : 27.09% done, estimate finish Sat Jun 23 12:52:39 2018 xorriso : UPDATE : 27.24% done, estimate finish Sat Jun 23 12:52:40 2018 xorriso : UPDATE : 27.37% done, estimate finish Sat Jun 23 12:52:41 2018 xorriso : UPDATE : 27.41% done, estimate finish Sat Jun 23 12:52:55 2018 xorriso : UPDATE : 27.61% done, estimate finish Sat Jun 23 12:52:48 2018 xorriso : UPDATE : 27.73% done, estimate finish Sat Jun 23 12:53:09 2018 xorriso : UPDATE : 27.90% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 27.97% done, estimate finish Sat Jun 23 12:53:15 2018 xorriso : UPDATE : 28.18% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 28.33% done, estimate finish Sat Jun 23 12:52:59 2018 xorriso : UPDATE : 28.47% done, estimate finish Sat Jun 23 12:52:59 2018 xorriso : UPDATE : 28.62% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 28.81% done, estimate finish Sat Jun 23 12:52:50 2018 xorriso : UPDATE : 28.94% done, estimate finish Sat Jun 23 12:52:52 2018 xorriso : UPDATE : 29.10% done, estimate finish Sat Jun 23 12:52:50 2018 xorriso : UPDATE : 29.23% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 29.43% done, estimate finish Sat Jun 23 12:52:28 2018 xorriso : UPDATE : 29.56% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 29.56% done, estimate finish Sat Jun 23 12:52:56 2018 xorriso : UPDATE : 29.92% done, estimate finish Sat Jun 23 12:52:24 2018 xorriso : UPDATE : 30.06% done, estimate finish Sat Jun 23 12:52:26 2018 xorriso : UPDATE : 30.19% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 30.34% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 30.46% done, estimate finish Sat Jun 23 12:52:33 2018 xorriso : UPDATE : 30.56% done, estimate finish Sat Jun 23 12:52:38 2018 xorriso : UPDATE : 30.77% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 30.87% done, estimate finish Sat Jun 23 12:52:38 2018 xorriso : UPDATE : 31.08% done, estimate finish Sat Jun 23 12:52:28 2018 xorriso : UPDATE : 31.23% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 31.38% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 31.55% done, estimate finish Sat Jun 23 12:52:28 2018 xorriso : UPDATE : 31.70% done, estimate finish Sat Jun 23 12:52:27 2018 xorriso : UPDATE : 31.79% done, estimate finish Sat Jun 23 12:52:35 2018 xorriso : UPDATE : 32.04% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 32.22% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 32.38% done, estimate finish Sat Jun 23 12:52:16 2018 xorriso : UPDATE : 32.38% done, estimate finish Sat Jun 23 12:52:41 2018 xorriso : UPDATE : 32.73% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 32.88% done, estimate finish Sat Jun 23 12:52:13 2018 xorriso : UPDATE : 33.08% done, estimate finish Sat Jun 23 12:52:07 2018 xorriso : UPDATE : 33.23% done, estimate finish Sat Jun 23 12:52:09 2018 xorriso : UPDATE : 33.37% done, estimate finish Sat Jun 23 12:52:12 2018 xorriso : UPDATE : 33.53% done, estimate finish Sat Jun 23 12:52:12 2018 xorriso : UPDATE : 33.70% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 33.85% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 33.95% done, estimate finish Sat Jun 23 12:52:19 2018 xorriso : UPDATE : 34.14% done, estimate finish Sat Jun 23 12:52:15 2018 xorriso : UPDATE : 34.28% done, estimate finish Sat Jun 23 12:52:17 2018 xorriso : UPDATE : 34.41% done, estimate finish Sat Jun 23 12:52:21 2018 xorriso : UPDATE : 34.55% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 34.73% done, estimate finish Sat Jun 23 12:52:20 2018 xorriso : UPDATE : 34.87% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 34.99% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 35.13% done, estimate finish Sat Jun 23 12:52:27 2018 xorriso : UPDATE : 35.27% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 35.40% done, estimate finish Sat Jun 23 12:52:42 2018 xorriso : UPDATE : 35.53% done, estimate finish Sat Jun 23 12:52:46 2018 xorriso : UPDATE : 35.65% done, estimate finish Sat Jun 23 12:52:46 2018 xorriso : UPDATE : 35.73% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 35.99% done, estimate finish Sat Jun 23 12:52:39 2018 xorriso : UPDATE : 36.14% done, estimate finish Sat Jun 23 12:52:38 2018 xorriso : UPDATE : 36.30% done, estimate finish Sat Jun 23 12:52:36 2018 xorriso : UPDATE : 36.39% done, estimate finish Sat Jun 23 12:52:43 2018 xorriso : UPDATE : 36.62% done, estimate finish Sat Jun 23 12:52:33 2018 xorriso : UPDATE : 36.76% done, estimate finish Sat Jun 23 12:52:34 2018 xorriso : UPDATE : 36.92% done, estimate finish Sat Jun 23 12:52:33 2018 xorriso : UPDATE : 37.06% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 37.24% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 37.41% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 37.57% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 37.73% done, estimate finish Sat Jun 23 12:52:20 2018 xorriso : UPDATE : 37.89% done, estimate finish Sat Jun 23 12:52:21 2018 xorriso : UPDATE : 38.03% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 38.16% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 38.35% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 38.49% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 38.49% done, estimate finish Sat Jun 23 12:52:44 2018 xorriso : UPDATE : 38.79% done, estimate finish Sat Jun 23 12:52:19 2018 xorriso : UPDATE : 39.03% done, estimate finish Sat Jun 23 12:52:08 2018 xorriso : UPDATE : 39.16% done, estimate finish Sat Jun 23 12:52:12 2018 xorriso : UPDATE : 39.36% done, estimate finish Sat Jun 23 12:52:08 2018 xorriso : UPDATE : 39.50% done, estimate finish Sat Jun 23 12:52:09 2018 xorriso : UPDATE : 39.65% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 39.82% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 40.02% done, estimate finish Sat Jun 23 12:52:07 2018 xorriso : UPDATE : 40.23% done, estimate finish Sat Jun 23 12:52:03 2018 xorriso : UPDATE : 40.39% done, estimate finish Sat Jun 23 12:51:36 2018 xorriso : UPDATE : 40.47% done, estimate finish Sat Jun 23 12:51:48 2018 xorriso : UPDATE : 40.67% done, estimate finish Sat Jun 23 12:51:45 2018 xorriso : UPDATE : 40.93% done, estimate finish Sat Jun 23 12:51:37 2018 xorriso : UPDATE : 41.07% done, estimate finish Sat Jun 23 12:51:41 2018 xorriso : UPDATE : 41.27% done, estimate finish Sat Jun 23 12:51:39 2018 xorriso : UPDATE : 41.46% done, estimate finish Sat Jun 23 12:51:39 2018 xorriso : UPDATE : 41.61% done, estimate finish Sat Jun 23 12:51:41 2018 xorriso : UPDATE : 41.80% done, estimate finish Sat Jun 23 12:51:41 2018 xorriso : UPDATE : 41.96% done, estimate finish Sat Jun 23 12:51:42 2018 xorriso : UPDATE : 42.10% done, estimate finish Sat Jun 23 12:51:56 2018 xorriso : UPDATE : 42.29% done, estimate finish Sat Jun 23 12:51:53 2018 xorriso : UPDATE : 42.46% done, estimate finish Sat Jun 23 12:51:53 2018 xorriso : UPDATE : 42.60% done, estimate finish Sat Jun 23 12:51:56 2018 xorriso : UPDATE : 42.70% done, estimate finish Sat Jun 23 12:52:04 2018 xorriso : UPDATE : 42.86% done, estimate finish Sat Jun 23 12:52:04 2018 xorriso : UPDATE : 43.01% done, estimate finish Sat Jun 23 12:52:04 2018 xorriso : UPDATE : 43.15% done, estimate finish Sat Jun 23 12:52:06 2018 xorriso : UPDATE : 43.28% done, estimate finish Sat Jun 23 12:52:09 2018 xorriso : UPDATE : 43.48% done, estimate finish Sat Jun 23 12:52:06 2018 xorriso : UPDATE : 43.67% done, estimate finish Sat Jun 23 12:52:14 2018 xorriso : UPDATE : 43.84% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 43.92% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 44.20% done, estimate finish Sat Jun 23 12:52:06 2018 xorriso : UPDATE : 44.31% done, estimate finish Sat Jun 23 12:52:12 2018 xorriso : UPDATE : 44.53% done, estimate finish Sat Jun 23 12:52:06 2018 xorriso : UPDATE : 44.69% done, estimate finish Sat Jun 23 12:52:06 2018 xorriso : UPDATE : 44.87% done, estimate finish Sat Jun 23 12:52:04 2018 xorriso : UPDATE : 44.87% done, estimate finish Sat Jun 23 12:52:19 2018 xorriso : UPDATE : 45.14% done, estimate finish Sat Jun 23 12:52:08 2018 xorriso : UPDATE : 45.17% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 45.55% done, estimate finish Sat Jun 23 12:51:54 2018 xorriso : UPDATE : 45.73% done, estimate finish Sat Jun 23 12:51:53 2018 xorriso : UPDATE : 45.88% done, estimate finish Sat Jun 23 12:51:54 2018 xorriso : UPDATE : 46.00% done, estimate finish Sat Jun 23 12:51:59 2018 xorriso : UPDATE : 46.16% done, estimate finish Sat Jun 23 12:52:00 2018 xorriso : UPDATE : 46.31% done, estimate finish Sat Jun 23 12:52:01 2018 xorriso : UPDATE : 46.42% done, estimate finish Sat Jun 23 12:52:06 2018 xorriso : UPDATE : 46.54% done, estimate finish Sat Jun 23 12:52:09 2018 xorriso : UPDATE : 46.63% done, estimate finish Sat Jun 23 12:52:15 2018 xorriso : UPDATE : 46.81% done, estimate finish Sat Jun 23 12:52:05 2018 xorriso : UPDATE : 46.96% done, estimate finish Sat Jun 23 12:52:06 2018 xorriso : UPDATE : 47.08% done, estimate finish Sat Jun 23 12:52:10 2018 xorriso : UPDATE : 47.22% done, estimate finish Sat Jun 23 12:52:13 2018 xorriso : UPDATE : 47.38% done, estimate finish Sat Jun 23 12:52:13 2018 xorriso : UPDATE : 47.46% done, estimate finish Sat Jun 23 12:52:21 2018 xorriso : UPDATE : 47.57% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 47.68% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 47.82% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 47.96% done, estimate finish Sat Jun 23 12:52:31 2018 xorriso : UPDATE : 48.06% done, estimate finish Sat Jun 23 12:53:09 2018 xorriso : UPDATE : 48.06% done, estimate finish Sat Jun 23 12:53:38 2018 xorriso : UPDATE : 48.06% done, estimate finish Sat Jun 23 12:54:06 2018 xorriso : UPDATE : 48.06% done, estimate finish Sat Jun 23 12:54:35 2018 xorriso : UPDATE : 48.06% done, estimate finish Sat Jun 23 12:55:03 2018 xorriso : UPDATE : 48.06% done, estimate finish Sat Jun 23 12:55:32 2018 xorriso : UPDATE : 48.06% done, estimate finish Sat Jun 23 12:56:00 2018 xorriso : UPDATE : 48.06% done, estimate finish Sat Jun 23 12:56:29 2018 xorriso : UPDATE : 49.18% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 49.67% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 49.84% done, estimate finish Sat Jun 23 12:51:48 2018 xorriso : UPDATE : 49.99% done, estimate finish Sat Jun 23 12:51:51 2018 xorriso : UPDATE : 50.14% done, estimate finish Sat Jun 23 12:51:53 2018 xorriso : UPDATE : 50.29% done, estimate finish Sat Jun 23 12:51:55 2018 xorriso : UPDATE : 50.39% done, estimate finish Sat Jun 23 12:52:01 2018 xorriso : UPDATE : 50.57% done, estimate finish Sat Jun 23 12:52:00 2018 xorriso : UPDATE : 50.73% done, estimate finish Sat Jun 23 12:52:01 2018 xorriso : UPDATE : 50.85% done, estimate finish Sat Jun 23 12:52:05 2018 xorriso : UPDATE : 51.04% done, estimate finish Sat Jun 23 12:52:03 2018 xorriso : UPDATE : 51.16% done, estimate finish Sat Jun 23 12:52:05 2018 xorriso : UPDATE : 51.24% done, estimate finish Sat Jun 23 12:52:10 2018 xorriso : UPDATE : 51.50% done, estimate finish Sat Jun 23 12:52:21 2018 xorriso : UPDATE : 51.60% done, estimate finish Sat Jun 23 12:52:27 2018 xorriso : UPDATE : 51.82% done, estimate finish Sat Jun 23 12:52:19 2018 xorriso : UPDATE : 51.98% done, estimate finish Sat Jun 23 12:52:17 2018 xorriso : UPDATE : 52.13% done, estimate finish Sat Jun 23 12:52:17 2018 xorriso : UPDATE : 52.13% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 52.13% done, estimate finish Sat Jun 23 12:52:48 2018 xorriso : UPDATE : 52.66% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 52.81% done, estimate finish Sat Jun 23 12:52:12 2018 xorriso : UPDATE : 52.81% done, estimate finish Sat Jun 23 12:52:24 2018 xorriso : UPDATE : 53.20% done, estimate finish Sat Jun 23 12:51:56 2018 xorriso : UPDATE : 53.36% done, estimate finish Sat Jun 23 12:51:56 2018 xorriso : UPDATE : 53.52% done, estimate finish Sat Jun 23 12:51:57 2018 xorriso : UPDATE : 53.70% done, estimate finish Sat Jun 23 12:51:56 2018 xorriso : UPDATE : 53.85% done, estimate finish Sat Jun 23 12:51:58 2018 xorriso : UPDATE : 54.01% done, estimate finish Sat Jun 23 12:51:58 2018 xorriso : UPDATE : 54.18% done, estimate finish Sat Jun 23 12:51:58 2018 xorriso : UPDATE : 54.28% done, estimate finish Sat Jun 23 12:52:03 2018 xorriso : UPDATE : 54.52% done, estimate finish Sat Jun 23 12:51:57 2018 xorriso : UPDATE : 54.61% done, estimate finish Sat Jun 23 12:52:03 2018 xorriso : UPDATE : 54.61% done, estimate finish Sat Jun 23 12:52:35 2018 xorriso : UPDATE : 54.61% done, estimate finish Sat Jun 23 12:52:58 2018 xorriso : UPDATE : 55.18% done, estimate finish Sat Jun 23 12:52:00 2018 xorriso : UPDATE : 55.35% done, estimate finish Sat Jun 23 12:52:00 2018 xorriso : UPDATE : 55.54% done, estimate finish Sat Jun 23 12:51:58 2018 xorriso : UPDATE : 55.72% done, estimate finish Sat Jun 23 12:51:57 2018 xorriso : UPDATE : 55.90% done, estimate finish Sat Jun 23 12:51:55 2018 xorriso : UPDATE : 56.06% done, estimate finish Sat Jun 23 12:51:56 2018 xorriso : UPDATE : 56.15% done, estimate finish Sat Jun 23 12:52:01 2018 xorriso : UPDATE : 56.15% done, estimate finish Sat Jun 23 12:52:13 2018 xorriso : UPDATE : 56.15% done, estimate finish Sat Jun 23 12:52:16 2018 xorriso : UPDATE : 56.72% done, estimate finish Sat Jun 23 12:51:35 2018 xorriso : UPDATE : 56.90% done, estimate finish Sat Jun 23 12:51:35 2018 xorriso : UPDATE : 56.90% done, estimate finish Sat Jun 23 12:51:49 2018 xorriso : UPDATE : 56.90% done, estimate finish Sat Jun 23 12:52:03 2018 xorriso : UPDATE : 56.90% done, estimate finish Sat Jun 23 12:52:18 2018 xorriso : UPDATE : 56.90% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 56.90% done, estimate finish Sat Jun 23 12:52:47 2018 xorriso : UPDATE : 57.44% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 58.08% done, estimate finish Sat Jun 23 12:51:42 2018 xorriso : UPDATE : 58.20% done, estimate finish Sat Jun 23 12:51:24 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 12:51:31 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 12:51:46 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 12:52:01 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 12:52:15 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 12:52:45 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 12:53:00 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 12:53:15 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 12:53:30 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 13:35:12 2018 xorriso : UPDATE : 58.31% done, estimate finish Sat Jun 23 13:39:49 2018 xorriso : UPDATE : 59.83% done, estimate finish Sat Jun 23 12:52:39 2018 xorriso : UPDATE : 60.59% done, estimate finish Sat Jun 23 12:51:38 2018 xorriso : UPDATE : 60.74% done, estimate finish Sat Jun 23 12:51:41 2018 xorriso : UPDATE : 60.86% done, estimate finish Sat Jun 23 12:51:45 2018 xorriso : UPDATE : 60.87% done, estimate finish Sat Jun 23 12:51:56 2018 xorriso : UPDATE : 61.19% done, estimate finish Sat Jun 23 12:51:46 2018 xorriso : UPDATE : 61.21% done, estimate finish Sat Jun 23 12:51:55 2018 xorriso : UPDATE : 61.43% done, estimate finish Sat Jun 23 12:51:52 2018 xorriso : UPDATE : 61.56% done, estimate finish Sat Jun 23 12:50:35 2018 xorriso : UPDATE : 61.67% done, estimate finish Sat Jun 23 12:50:40 2018 xorriso : UPDATE : 61.76% done, estimate finish Sat Jun 23 12:50:47 2018 xorriso : UPDATE : 61.90% done, estimate finish Sat Jun 23 12:50:50 2018 xorriso : UPDATE : 62.00% done, estimate finish Sat Jun 23 12:50:57 2018 xorriso : UPDATE : 62.14% done, estimate finish Sat Jun 23 12:51:00 2018 xorriso : UPDATE : 62.29% done, estimate finish Sat Jun 23 12:51:03 2018 xorriso : UPDATE : 62.35% done, estimate finish Sat Jun 23 12:51:09 2018 xorriso : UPDATE : 62.54% done, estimate finish Sat Jun 23 12:51:10 2018 xorriso : UPDATE : 62.62% done, estimate finish Sat Jun 23 12:51:15 2018 xorriso : UPDATE : 62.62% done, estimate finish Sat Jun 23 12:53:32 2018 xorriso : UPDATE : 62.89% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 62.97% done, estimate finish Sat Jun 23 12:53:07 2018 xorriso : UPDATE : 63.14% done, estimate finish Sat Jun 23 12:52:59 2018 xorriso : UPDATE : 63.27% done, estimate finish Sat Jun 23 12:52:58 2018 xorriso : UPDATE : 63.29% done, estimate finish Sat Jun 23 12:53:12 2018 xorriso : UPDATE : 63.29% done, estimate finish Sat Jun 23 12:53:29 2018 xorriso : UPDATE : 63.29% done, estimate finish Sat Jun 23 12:53:45 2018 xorriso : UPDATE : 63.84% done, estimate finish Sat Jun 23 12:52:51 2018 xorriso : UPDATE : 63.93% done, estimate finish Sat Jun 23 12:52:55 2018 xorriso : UPDATE : 64.10% done, estimate finish Sat Jun 23 12:52:21 2018 xorriso : UPDATE : 64.19% done, estimate finish Sat Jun 23 12:52:28 2018 xorriso : UPDATE : 64.35% done, estimate finish Sat Jun 23 12:52:26 2018 xorriso : UPDATE : 64.45% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 64.57% done, estimate finish Sat Jun 23 12:52:33 2018 xorriso : UPDATE : 64.70% done, estimate finish Sat Jun 23 12:52:34 2018 xorriso : UPDATE : 64.80% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 64.93% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 65.04% done, estimate finish Sat Jun 23 12:52:41 2018 xorriso : UPDATE : 65.15% done, estimate finish Sat Jun 23 12:52:42 2018 xorriso : UPDATE : 65.26% done, estimate finish Sat Jun 23 12:52:43 2018 xorriso : UPDATE : 65.36% done, estimate finish Sat Jun 23 12:53:12 2018 xorriso : UPDATE : 65.48% done, estimate finish Sat Jun 23 12:53:11 2018 xorriso : UPDATE : 65.59% done, estimate finish Sat Jun 23 12:53:13 2018 xorriso : UPDATE : 65.71% done, estimate finish Sat Jun 23 12:53:12 2018 xorriso : UPDATE : 65.82% done, estimate finish Sat Jun 23 12:53:13 2018 xorriso : UPDATE : 65.90% done, estimate finish Sat Jun 23 12:53:17 2018 xorriso : UPDATE : 66.05% done, estimate finish Sat Jun 23 12:53:13 2018 xorriso : UPDATE : 66.22% done, estimate finish Sat Jun 23 12:53:07 2018 xorriso : UPDATE : 66.35% done, estimate finish Sat Jun 23 12:53:06 2018 xorriso : UPDATE : 66.48% done, estimate finish Sat Jun 23 12:53:05 2018 xorriso : UPDATE : 66.59% done, estimate finish Sat Jun 23 12:52:59 2018 xorriso : UPDATE : 66.73% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 66.87% done, estimate finish Sat Jun 23 12:52:54 2018 xorriso : UPDATE : 67.03% done, estimate finish Sat Jun 23 12:52:50 2018 xorriso : UPDATE : 67.13% done, estimate finish Sat Jun 23 12:52:54 2018 xorriso : UPDATE : 67.26% done, estimate finish Sat Jun 23 12:52:53 2018 xorriso : UPDATE : 67.37% done, estimate finish Sat Jun 23 12:52:55 2018 xorriso : UPDATE : 67.46% done, estimate finish Sat Jun 23 12:52:59 2018 xorriso : UPDATE : 67.59% done, estimate finish Sat Jun 23 12:52:58 2018 xorriso : UPDATE : 67.67% done, estimate finish Sat Jun 23 12:53:03 2018 xorriso : UPDATE : 67.78% done, estimate finish Sat Jun 23 12:53:06 2018 xorriso : UPDATE : 67.88% done, estimate finish Sat Jun 23 12:53:10 2018 xorriso : UPDATE : 67.98% done, estimate finish Sat Jun 23 12:53:12 2018 xorriso : UPDATE : 68.11% done, estimate finish Sat Jun 23 12:53:12 2018 xorriso : UPDATE : 68.22% done, estimate finish Sat Jun 23 12:53:13 2018 xorriso : UPDATE : 68.33% done, estimate finish Sat Jun 23 12:53:13 2018 xorriso : UPDATE : 68.41% done, estimate finish Sat Jun 23 12:53:19 2018 xorriso : UPDATE : 68.55% done, estimate finish Sat Jun 23 12:53:15 2018 xorriso : UPDATE : 68.64% done, estimate finish Sat Jun 23 12:53:17 2018 xorriso : UPDATE : 68.75% done, estimate finish Sat Jun 23 12:53:18 2018 xorriso : UPDATE : 68.86% done, estimate finish Sat Jun 23 12:53:30 2018 xorriso : UPDATE : 68.98% done, estimate finish Sat Jun 23 12:53:28 2018 xorriso : UPDATE : 69.09% done, estimate finish Sat Jun 23 12:53:28 2018 xorriso : UPDATE : 69.17% done, estimate finish Sat Jun 23 12:53:33 2018 xorriso : UPDATE : 69.36% done, estimate finish Sat Jun 23 12:53:21 2018 xorriso : UPDATE : 69.54% done, estimate finish Sat Jun 23 12:53:12 2018 xorriso : UPDATE : 69.68% done, estimate finish Sat Jun 23 12:53:11 2018 xorriso : UPDATE : 69.88% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 69.98% done, estimate finish Sat Jun 23 12:53:03 2018 xorriso : UPDATE : 70.22% done, estimate finish Sat Jun 23 12:52:54 2018 xorriso : UPDATE : 70.40% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 70.55% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 70.55% done, estimate finish Sat Jun 23 12:52:39 2018 xorriso : UPDATE : 70.87% done, estimate finish Sat Jun 23 12:52:24 2018 xorriso : UPDATE : 71.08% done, estimate finish Sat Jun 23 12:52:20 2018 xorriso : UPDATE : 71.09% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 71.41% done, estimate finish Sat Jun 23 12:52:18 2018 xorriso : UPDATE : 71.52% done, estimate finish Sat Jun 23 12:52:21 2018 xorriso : UPDATE : 71.73% done, estimate finish Sat Jun 23 12:52:18 2018 xorriso : UPDATE : 71.73% done, estimate finish Sat Jun 23 12:52:27 2018 xorriso : UPDATE : 71.73% done, estimate finish Sat Jun 23 12:52:47 2018 xorriso : UPDATE : 71.73% done, estimate finish Sat Jun 23 12:53:04 2018 xorriso : UPDATE : 72.44% done, estimate finish Sat Jun 23 12:52:09 2018 xorriso : UPDATE : 72.63% done, estimate finish Sat Jun 23 12:52:08 2018 xorriso : UPDATE : 72.80% done, estimate finish Sat Jun 23 12:52:07 2018 xorriso : UPDATE : 72.91% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 73.16% done, estimate finish Sat Jun 23 12:52:07 2018 xorriso : UPDATE : 73.32% done, estimate finish Sat Jun 23 12:52:07 2018 xorriso : UPDATE : 73.47% done, estimate finish Sat Jun 23 12:52:08 2018 xorriso : UPDATE : 73.62% done, estimate finish Sat Jun 23 12:52:09 2018 xorriso : UPDATE : 73.79% done, estimate finish Sat Jun 23 12:51:48 2018 xorriso : UPDATE : 73.86% done, estimate finish Sat Jun 23 12:51:54 2018 xorriso : UPDATE : 73.86% done, estimate finish Sat Jun 23 12:52:06 2018 xorriso : UPDATE : 73.86% done, estimate finish Sat Jun 23 12:52:16 2018 xorriso : UPDATE : 73.86% done, estimate finish Sat Jun 23 12:52:27 2018 xorriso : UPDATE : 73.86% done, estimate finish Sat Jun 23 12:52:38 2018 xorriso : UPDATE : 73.86% done, estimate finish Sat Jun 23 12:52:48 2018 xorriso : UPDATE : 73.86% done, estimate finish Sat Jun 23 12:53:00 2018 xorriso : UPDATE : 75.10% done, estimate finish Sat Jun 23 12:51:58 2018 xorriso : UPDATE : 75.35% done, estimate finish Sat Jun 23 12:51:55 2018 xorriso : UPDATE : 75.48% done, estimate finish Sat Jun 23 12:52:09 2018 xorriso : UPDATE : 75.60% done, estimate finish Sat Jun 23 12:52:12 2018 xorriso : UPDATE : 75.72% done, estimate finish Sat Jun 23 12:52:15 2018 xorriso : UPDATE : 75.83% done, estimate finish Sat Jun 23 12:52:19 2018 xorriso : UPDATE : 75.92% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 76.03% done, estimate finish Sat Jun 23 12:52:26 2018 xorriso : UPDATE : 76.14% done, estimate finish Sat Jun 23 12:52:28 2018 xorriso : UPDATE : 76.23% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 76.37% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 76.45% done, estimate finish Sat Jun 23 12:52:35 2018 xorriso : UPDATE : 76.63% done, estimate finish Sat Jun 23 12:53:03 2018 xorriso : UPDATE : 76.79% done, estimate finish Sat Jun 23 12:52:59 2018 xorriso : UPDATE : 76.97% done, estimate finish Sat Jun 23 12:52:51 2018 xorriso : UPDATE : 77.07% done, estimate finish Sat Jun 23 12:52:53 2018 xorriso : UPDATE : 77.32% done, estimate finish Sat Jun 23 12:52:42 2018 xorriso : UPDATE : 77.43% done, estimate finish Sat Jun 23 12:52:44 2018 xorriso : UPDATE : 77.62% done, estimate finish Sat Jun 23 12:52:40 2018 xorriso : UPDATE : 77.70% done, estimate finish Sat Jun 23 12:52:44 2018 xorriso : UPDATE : 77.86% done, estimate finish Sat Jun 23 12:52:41 2018 xorriso : UPDATE : 77.95% done, estimate finish Sat Jun 23 12:52:44 2018 xorriso : UPDATE : 78.12% done, estimate finish Sat Jun 23 12:52:27 2018 xorriso : UPDATE : 78.28% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 78.33% done, estimate finish Sat Jun 23 12:52:34 2018 xorriso : UPDATE : 78.47% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 78.60% done, estimate finish Sat Jun 23 12:52:33 2018 xorriso : UPDATE : 78.72% done, estimate finish Sat Jun 23 12:52:35 2018 xorriso : UPDATE : 78.84% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 78.96% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 79.08% done, estimate finish Sat Jun 23 12:52:38 2018 xorriso : UPDATE : 79.20% done, estimate finish Sat Jun 23 12:52:40 2018 xorriso : UPDATE : 79.32% done, estimate finish Sat Jun 23 12:52:40 2018 xorriso : UPDATE : 79.35% done, estimate finish Sat Jun 23 12:53:06 2018 xorriso : UPDATE : 79.58% done, estimate finish Sat Jun 23 12:52:54 2018 xorriso : UPDATE : 79.69% done, estimate finish Sat Jun 23 12:52:55 2018 xorriso : UPDATE : 79.78% done, estimate finish Sat Jun 23 12:52:58 2018 xorriso : UPDATE : 79.78% done, estimate finish Sat Jun 23 12:53:09 2018 xorriso : UPDATE : 79.78% done, estimate finish Sat Jun 23 12:53:20 2018 xorriso : UPDATE : 80.03% done, estimate finish Sat Jun 23 12:53:07 2018 xorriso : UPDATE : 80.30% done, estimate finish Sat Jun 23 12:52:55 2018 xorriso : UPDATE : 80.34% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 80.61% done, estimate finish Sat Jun 23 12:52:51 2018 xorriso : UPDATE : 80.74% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 80.88% done, estimate finish Sat Jun 23 12:52:38 2018 xorriso : UPDATE : 81.01% done, estimate finish Sat Jun 23 12:52:39 2018 xorriso : UPDATE : 81.12% done, estimate finish Sat Jun 23 12:52:41 2018 xorriso : UPDATE : 81.24% done, estimate finish Sat Jun 23 12:52:42 2018 xorriso : UPDATE : 81.37% done, estimate finish Sat Jun 23 12:52:42 2018 xorriso : UPDATE : 81.48% done, estimate finish Sat Jun 23 12:52:43 2018 xorriso : UPDATE : 81.59% done, estimate finish Sat Jun 23 12:52:44 2018 xorriso : UPDATE : 81.70% done, estimate finish Sat Jun 23 12:52:46 2018 xorriso : UPDATE : 81.85% done, estimate finish Sat Jun 23 12:52:46 2018 xorriso : UPDATE : 81.99% done, estimate finish Sat Jun 23 12:52:52 2018 xorriso : UPDATE : 82.07% done, estimate finish Sat Jun 23 12:52:56 2018 xorriso : UPDATE : 82.25% done, estimate finish Sat Jun 23 12:52:51 2018 xorriso : UPDATE : 82.44% done, estimate finish Sat Jun 23 12:52:46 2018 xorriso : UPDATE : 82.54% done, estimate finish Sat Jun 23 12:52:48 2018 xorriso : UPDATE : 82.66% done, estimate finish Sat Jun 23 12:52:49 2018 xorriso : UPDATE : 82.66% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 83.09% done, estimate finish Sat Jun 23 12:52:39 2018 xorriso : UPDATE : 83.16% done, estimate finish Sat Jun 23 12:52:43 2018 xorriso : UPDATE : 83.16% done, estimate finish Sat Jun 23 12:52:50 2018 xorriso : UPDATE : 83.16% done, estimate finish Sat Jun 23 12:53:01 2018 xorriso : UPDATE : 83.16% done, estimate finish Sat Jun 23 12:53:14 2018 xorriso : UPDATE : 83.16% done, estimate finish Sat Jun 23 12:53:28 2018 xorriso : UPDATE : 83.88% done, estimate finish Sat Jun 23 12:52:35 2018 xorriso : UPDATE : 83.91% done, estimate finish Sat Jun 23 12:52:41 2018 xorriso : UPDATE : 84.14% done, estimate finish Sat Jun 23 12:52:36 2018 xorriso : UPDATE : 84.40% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 84.55% done, estimate finish Sat Jun 23 12:52:31 2018 xorriso : UPDATE : 84.73% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 84.92% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 85.11% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 85.28% done, estimate finish Sat Jun 23 12:52:11 2018 xorriso : UPDATE : 85.35% done, estimate finish Sat Jun 23 12:52:15 2018 xorriso : UPDATE : 85.35% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 85.35% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 85.98% done, estimate finish Sat Jun 23 12:52:13 2018 xorriso : UPDATE : 86.16% done, estimate finish Sat Jun 23 12:52:12 2018 xorriso : UPDATE : 86.33% done, estimate finish Sat Jun 23 12:52:13 2018 xorriso : UPDATE : 86.46% done, estimate finish Sat Jun 23 12:52:14 2018 xorriso : UPDATE : 86.46% done, estimate finish Sat Jun 23 12:52:20 2018 xorriso : UPDATE : 86.51% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 86.99% done, estimate finish Sat Jun 23 12:52:19 2018 xorriso : UPDATE : 87.11% done, estimate finish Sat Jun 23 12:52:21 2018 xorriso : UPDATE : 87.24% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 87.24% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 87.24% done, estimate finish Sat Jun 23 12:52:35 2018 xorriso : UPDATE : 87.84% done, estimate finish Sat Jun 23 12:52:19 2018 xorriso : UPDATE : 87.95% done, estimate finish Sat Jun 23 12:52:20 2018 xorriso : UPDATE : 88.10% done, estimate finish Sat Jun 23 12:52:21 2018 xorriso : UPDATE : 88.10% done, estimate finish Sat Jun 23 12:52:26 2018 xorriso : UPDATE : 88.44% done, estimate finish Sat Jun 23 12:52:12 2018 xorriso : UPDATE : 88.57% done, estimate finish Sat Jun 23 12:52:14 2018 xorriso : UPDATE : 88.62% done, estimate finish Sat Jun 23 12:52:18 2018 xorriso : UPDATE : 88.79% done, estimate finish Sat Jun 23 12:52:18 2018 xorriso : UPDATE : 88.79% done, estimate finish Sat Jun 23 12:52:24 2018 xorriso : UPDATE : 89.16% done, estimate finish Sat Jun 23 12:52:18 2018 xorriso : UPDATE : 89.28% done, estimate finish Sat Jun 23 12:52:20 2018 xorriso : UPDATE : 89.43% done, estimate finish Sat Jun 23 12:52:20 2018 xorriso : UPDATE : 89.59% done, estimate finish Sat Jun 23 12:52:20 2018 xorriso : UPDATE : 89.74% done, estimate finish Sat Jun 23 12:52:21 2018 xorriso : UPDATE : 89.88% done, estimate finish Sat Jun 23 12:52:31 2018 xorriso : UPDATE : 89.98% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 90.19% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 90.34% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 90.45% done, estimate finish Sat Jun 23 12:52:31 2018 xorriso : UPDATE : 90.62% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 90.71% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 90.92% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 91.01% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 91.21% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 91.21% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 91.37% done, estimate finish Sat Jun 23 12:52:35 2018 xorriso : UPDATE : 91.54% done, estimate finish Sat Jun 23 12:52:33 2018 xorriso : UPDATE : 91.54% done, estimate finish Sat Jun 23 12:52:39 2018 xorriso : UPDATE : 91.54% done, estimate finish Sat Jun 23 12:52:45 2018 xorriso : UPDATE : 91.54% done, estimate finish Sat Jun 23 12:52:50 2018 xorriso : UPDATE : 91.54% done, estimate finish Sat Jun 23 12:52:57 2018 xorriso : UPDATE : 91.54% done, estimate finish Sat Jun 23 12:53:02 2018 xorriso : UPDATE : 91.54% done, estimate finish Sat Jun 23 12:53:07 2018 xorriso : UPDATE : 91.60% done, estimate finish Sat Jun 23 12:53:09 2018 xorriso : UPDATE : 92.79% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 92.79% done, estimate finish Sat Jun 23 12:52:31 2018 xorriso : UPDATE : 92.79% done, estimate finish Sat Jun 23 12:52:37 2018 xorriso : UPDATE : 92.79% done, estimate finish Sat Jun 23 12:52:41 2018 xorriso : UPDATE : 93.43% done, estimate finish Sat Jun 23 12:52:26 2018 xorriso : UPDATE : 93.43% done, estimate finish Sat Jun 23 12:52:30 2018 xorriso : UPDATE : 93.43% done, estimate finish Sat Jun 23 12:52:33 2018 xorriso : UPDATE : 94.04% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 94.12% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 94.40% done, estimate finish Sat Jun 23 12:52:24 2018 xorriso : UPDATE : 94.48% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 94.78% done, estimate finish Sat Jun 23 12:52:18 2018 xorriso : UPDATE : 94.90% done, estimate finish Sat Jun 23 12:52:19 2018 xorriso : UPDATE : 94.90% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 95.24% done, estimate finish Sat Jun 23 12:52:20 2018 xorriso : UPDATE : 95.46% done, estimate finish Sat Jun 23 12:52:19 2018 xorriso : UPDATE : 95.62% done, estimate finish Sat Jun 23 12:52:20 2018 xorriso : UPDATE : 95.81% done, estimate finish Sat Jun 23 12:52:21 2018 xorriso : UPDATE : 95.81% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 95.81% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 95.81% done, estimate finish Sat Jun 23 12:52:27 2018 xorriso : UPDATE : 96.34% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 96.58% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 96.58% done, estimate finish Sat Jun 23 12:52:26 2018 xorriso : UPDATE : 96.58% done, estimate finish Sat Jun 23 12:52:29 2018 xorriso : UPDATE : 96.58% done, estimate finish Sat Jun 23 12:52:32 2018 xorriso : UPDATE : 96.58% done, estimate finish Sat Jun 23 12:52:35 2018 xorriso : UPDATE : 97.20% done, estimate finish Sat Jun 23 12:52:26 2018 xorriso : UPDATE : 97.62% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 97.80% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 97.97% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 98.11% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 98.28% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 98.43% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 98.63% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 98.79% done, estimate finish Sat Jun 23 12:52:22 2018 xorriso : UPDATE : 98.94% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 99.05% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 99.22% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 99.34% done, estimate finish Sat Jun 23 12:52:23 2018 xorriso : UPDATE : 99.48% done, estimate finish Sat Jun 23 12:52:24 2018 xorriso : UPDATE : 99.65% done, estimate finish Sat Jun 23 12:52:24 2018 xorriso : UPDATE : 99.70% done, estimate finish Sat Jun 23 12:52:25 2018 xorriso : UPDATE : 99.88% done xorriso : UPDATE : Thank you for being patient. Working since 673 seconds. ISO image produced: 23591763 sectors Written to medium : 23591763 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 23 Jun 12:52:26 UTC 2018 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 8.11.0 i386 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/Di386/debian-8.11.0-i386-DLBD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/Di386/debian-8.11.0-i386-DLBD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/Di386/jessie/CD2' xorriso : UPDATE : 5358 files added in 1 seconds xorriso : UPDATE : 5358 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/oldstable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.42% done xorriso : UPDATE : 1.11% done, estimate finish Sat Jun 23 12:55:36 2018 xorriso : UPDATE : 2.02% done, estimate finish Sat Jun 23 12:55:01 2018 xorriso : UPDATE : 3.13% done, estimate finish Sat Jun 23 12:54:38 2018 xorriso : UPDATE : 3.70% done, estimate finish Sat Jun 23 12:54:45 2018 xorriso : UPDATE : 3.70% done, estimate finish Sat Jun 23 12:55:12 2018 xorriso : UPDATE : 3.70% done, estimate finish Sat Jun 23 12:55:39 2018 xorriso : UPDATE : 6.98% done, estimate finish Sat Jun 23 12:54:24 2018 xorriso : UPDATE : 7.91% done, estimate finish Sat Jun 23 12:54:23 2018 xorriso : UPDATE : 8.67% done, estimate finish Sat Jun 23 12:54:24 2018 xorriso : UPDATE : 9.36% done, estimate finish Sat Jun 23 12:54:26 2018 xorriso : UPDATE : 10.62% done, estimate finish Sat Jun 23 12:54:13 2018 xorriso : UPDATE : 10.62% done, estimate finish Sat Jun 23 12:54:23 2018 xorriso : UPDATE : 10.62% done, estimate finish Sat Jun 23 12:54:33 2018 xorriso : UPDATE : 12.50% done, estimate finish Sat Jun 23 12:54:22 2018 xorriso : UPDATE : 14.49% done, estimate finish Sat Jun 23 12:54:12 2018 xorriso : UPDATE : 15.31% done, estimate finish Sat Jun 23 12:54:13 2018 xorriso : UPDATE : 16.21% done, estimate finish Sat Jun 23 12:54:14 2018 xorriso : UPDATE : 16.40% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 16.40% done, estimate finish Sat Jun 23 12:54:26 2018 xorriso : UPDATE : 18.71% done, estimate finish Sat Jun 23 12:54:16 2018 xorriso : UPDATE : 19.61% done, estimate finish Sat Jun 23 12:54:17 2018 xorriso : UPDATE : 20.73% done, estimate finish Sat Jun 23 12:54:16 2018 xorriso : UPDATE : 21.71% done, estimate finish Sat Jun 23 12:54:15 2018 xorriso : UPDATE : 22.45% done, estimate finish Sat Jun 23 12:54:16 2018 xorriso : UPDATE : 23.18% done, estimate finish Sat Jun 23 12:54:18 2018 xorriso : UPDATE : 23.18% done, estimate finish Sat Jun 23 12:54:23 2018 xorriso : UPDATE : 23.18% done, estimate finish Sat Jun 23 12:54:29 2018 xorriso : UPDATE : 23.18% done, estimate finish Sat Jun 23 12:54:36 2018 xorriso : UPDATE : 23.18% done, estimate finish Sat Jun 23 12:54:42 2018 xorriso : UPDATE : 23.18% done, estimate finish Sat Jun 23 12:54:48 2018 xorriso : UPDATE : 23.18% done, estimate finish Sat Jun 23 12:55:46 2018 xorriso : UPDATE : 23.18% done, estimate finish Sat Jun 23 12:56:00 2018 xorriso : UPDATE : 23.18% done, estimate finish Sat Jun 23 12:56:15 2018 xorriso : UPDATE : 23.18% done, estimate finish Sat Jun 23 12:56:30 2018 xorriso : UPDATE : 27.21% done, estimate finish Sat Jun 23 12:55:01 2018 xorriso : UPDATE : 32.58% done, estimate finish Sat Jun 23 12:54:21 2018 xorriso : UPDATE : 33.79% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 34.09% done, estimate finish Sat Jun 23 12:54:22 2018 xorriso : UPDATE : 35.58% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 36.49% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 37.30% done, estimate finish Sat Jun 23 12:54:03 2018 xorriso : UPDATE : 38.27% done, estimate finish Sat Jun 23 12:54:04 2018 xorriso : UPDATE : 39.15% done, estimate finish Sat Jun 23 12:54:04 2018 xorriso : UPDATE : 39.15% done, estimate finish Sat Jun 23 12:54:08 2018 xorriso : UPDATE : 40.96% done, estimate finish Sat Jun 23 12:54:06 2018 xorriso : UPDATE : 41.91% done, estimate finish Sat Jun 23 12:54:07 2018 xorriso : UPDATE : 42.79% done, estimate finish Sat Jun 23 12:54:08 2018 xorriso : UPDATE : 43.44% done, estimate finish Sat Jun 23 12:54:09 2018 xorriso : UPDATE : 43.66% done, estimate finish Sat Jun 23 12:54:11 2018 xorriso : UPDATE : 43.66% done, estimate finish Sat Jun 23 12:54:15 2018 xorriso : UPDATE : 43.66% done, estimate finish Sat Jun 23 12:54:18 2018 xorriso : UPDATE : 44.82% done, estimate finish Sat Jun 23 12:54:35 2018 xorriso : UPDATE : 47.90% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 48.74% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 49.33% done, estimate finish Sat Jun 23 12:54:21 2018 xorriso : UPDATE : 50.70% done, estimate finish Sat Jun 23 12:54:18 2018 xorriso : UPDATE : 51.37% done, estimate finish Sat Jun 23 12:54:20 2018 xorriso : UPDATE : 51.37% done, estimate finish Sat Jun 23 12:54:23 2018 xorriso : UPDATE : 53.33% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 54.18% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 55.04% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 55.31% done, estimate finish Sat Jun 23 12:54:15 2018 xorriso : UPDATE : 56.12% done, estimate finish Sat Jun 23 12:54:15 2018 xorriso : UPDATE : 56.12% done, estimate finish Sat Jun 23 12:54:20 2018 xorriso : UPDATE : 58.12% done, estimate finish Sat Jun 23 12:54:15 2018 xorriso : UPDATE : 58.63% done, estimate finish Sat Jun 23 12:54:17 2018 xorriso : UPDATE : 58.63% done, estimate finish Sat Jun 23 12:54:20 2018 xorriso : UPDATE : 58.63% done, estimate finish Sat Jun 23 12:54:23 2018 xorriso : UPDATE : 61.14% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 61.51% done, estimate finish Sat Jun 23 12:54:20 2018 xorriso : UPDATE : 62.32% done, estimate finish Sat Jun 23 12:54:20 2018 xorriso : UPDATE : 63.29% done, estimate finish Sat Jun 23 12:54:25 2018 xorriso : UPDATE : 64.44% done, estimate finish Sat Jun 23 12:54:23 2018 xorriso : UPDATE : 65.13% done, estimate finish Sat Jun 23 12:54:23 2018 xorriso : UPDATE : 66.14% done, estimate finish Sat Jun 23 12:54:23 2018 xorriso : UPDATE : 66.14% done, estimate finish Sat Jun 23 12:54:26 2018 xorriso : UPDATE : 66.14% done, estimate finish Sat Jun 23 12:54:30 2018 xorriso : UPDATE : 66.14% done, estimate finish Sat Jun 23 12:54:34 2018 xorriso : UPDATE : 66.14% done, estimate finish Sat Jun 23 12:54:37 2018 xorriso : UPDATE : 70.76% done, estimate finish Sat Jun 23 12:54:22 2018 xorriso : UPDATE : 71.91% done, estimate finish Sat Jun 23 12:54:21 2018 xorriso : UPDATE : 72.77% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 73.50% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 74.33% done, estimate finish Sat Jun 23 12:54:20 2018 xorriso : UPDATE : 75.47% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 76.28% done, estimate finish Sat Jun 23 12:54:20 2018 xorriso : UPDATE : 77.37% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 78.14% done, estimate finish Sat Jun 23 12:54:19 2018 xorriso : UPDATE : 78.78% done, estimate finish Sat Jun 23 12:54:21 2018 xorriso : UPDATE : 79.63% done, estimate finish Sat Jun 23 12:54:20 2018 xorriso : UPDATE : 80.46% done, estimate finish Sat Jun 23 12:54:20 2018 xorriso : UPDATE : 81.14% done, estimate finish Sat Jun 23 12:54:22 2018 xorriso : UPDATE : 81.14% done, estimate finish Sat Jun 23 12:54:25 2018 xorriso : UPDATE : 83.13% done, estimate finish Sat Jun 23 12:54:21 2018 xorriso : UPDATE : 84.13% done, estimate finish Sat Jun 23 12:54:21 2018 xorriso : UPDATE : 84.96% done, estimate finish Sat Jun 23 12:54:21 2018 xorriso : UPDATE : 85.51% done, estimate finish Sat Jun 23 12:54:22 2018 xorriso : UPDATE : 86.19% done, estimate finish Sat Jun 23 12:54:22 2018 xorriso : UPDATE : 87.28% done, estimate finish Sat Jun 23 12:54:21 2018 xorriso : UPDATE : 87.88% done, estimate finish Sat Jun 23 12:54:22 2018 xorriso : UPDATE : 88.47% done, estimate finish Sat Jun 23 12:54:22 2018 xorriso : UPDATE : 89.50% done, estimate finish Sat Jun 23 12:54:22 2018 xorriso : UPDATE : 89.50% done, estimate finish Sat Jun 23 12:54:24 2018 xorriso : UPDATE : 89.50% done, estimate finish Sat Jun 23 12:54:27 2018 xorriso : UPDATE : 89.50% done, estimate finish Sat Jun 23 12:54:29 2018 xorriso : UPDATE : 89.50% done, estimate finish Sat Jun 23 12:54:31 2018 xorriso : UPDATE : 89.50% done, estimate finish Sat Jun 23 12:54:33 2018 xorriso : UPDATE : 89.50% done, estimate finish Sat Jun 23 12:54:36 2018 xorriso : UPDATE : 89.50% done, estimate finish Sat Jun 23 12:54:37 2018 xorriso : UPDATE : 90.14% done, estimate finish Sat Jun 23 12:54:37 2018 xorriso : UPDATE : 97.91% done, estimate finish Sat Jun 23 12:54:21 2018 xorriso : UPDATE : 98.75% done xorriso : UPDATE : 99.59% done ISO image produced: 4789071 sectors Written to medium : 4789071 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.jessie/debian-cd/tools/imagesums /srv/cdbuilder.debian.org/dst/deb-cd/out/Di386 322e71989bf62696e4ff02ee21e18f76510942c4 debian-8.11.0-i386-DLBD-1.iso 636ee2e3b91b927be5cf2ec4c27a79c416944f1b debian-8.11.0-i386-DLBD-1.jigdo 35ae41b8c34c0a59c539f3d63cec2be5 debian-8.11.0-i386-DLBD-1.iso 6dfd027086ac63dd2cdd2fb54d638a2b debian-8.11.0-i386-DLBD-1.jigdo 4a1bc363d67e0a07683d1c1c4741ee5a46411ecbc44ddbee4e7e9bc5a6b7474db0f211fd97de0d4bdeff3cadbd6831686b9713ed3e6022b21f22b3628509b697 debian-8.11.0-i386-DLBD-1.iso 29f8f0331445672812ec0ebba5e02bdbbee606915c110f1d58beeaf5535f12b7082bbadc814ac455aaece6ad37c360ffab45cefa64485ff428675c696142f50f debian-8.11.0-i386-DLBD-1.jigdo a04298cf0967fbfa3301d6bf2a3991815de2abe2b822fa09feb3b0f3c4de6536 debian-8.11.0-i386-DLBD-1.iso a8945d2f528803cb460f9a3a9ca09d0140758066cdb23e8c052252756fb6d1b0 debian-8.11.0-i386-DLBD-1.jigdo 7d6f5fe6432eeca17bab97eb5202fe421df749bc debian-8.11.0-i386-DLBD-1.template abd2e3e17aef85a177a9e180fb5ebd67 debian-8.11.0-i386-DLBD-1.template 0d4c5a1296e4e7e1cdaa45dc8290d2cf295bc4d23b95da53c4f1643b10d5e88d4ced27b2ce64e8957096eea0cef63f5f1b2753fb63f405ff03f4b28f9d410b35 debian-8.11.0-i386-DLBD-1.template cb3f351b2f75a43df69c3b1808b869012a9e6bed64bff2009042cf8e029caeba debian-8.11.0-i386-DLBD-1.template 9ff2472014fccd658a0160e5411eafc3cdd3f43f debian-8.11.0-i386-DLBD-2.iso 693cfc1731ae773b0bc62160f9c4dca3df6b47b2 debian-8.11.0-i386-DLBD-2.jigdo f0533694c7b5e792d5125cc239a49ce4 debian-8.11.0-i386-DLBD-2.iso 46d211c06b7bab0ccabaa90689afece0 debian-8.11.0-i386-DLBD-2.jigdo 920e34209d41adf529e216630c39647c8b6ea74ab2b7198aea461062fa94378336dc67fc95b4bfcca705a7450e054e37857d1ec0f0122bd1f717ba9cf8d48173 debian-8.11.0-i386-DLBD-2.iso d8672a205885bcfc08e96ed7ed68756cbe62a1b5858b18ce774633f834a9def4db8e710bd6bfc7ce695267119dd583fb26db5e110f4f9c899a2bf1240bbe2b3f debian-8.11.0-i386-DLBD-2.jigdo 03219b5b137dc4308f7c57d8bfe0714dba0f7351f8ce89f3f534840339f254a8 debian-8.11.0-i386-DLBD-2.iso 187866a17e1ea83ed58435ad7118aa2bb31230381bd26cf7620cfd902cdf096c debian-8.11.0-i386-DLBD-2.jigdo f7679d482a4750401c585b07788b928669d395d3 debian-8.11.0-i386-DLBD-2.template 69b6b2854c3b0910b6eacca2995cf52a debian-8.11.0-i386-DLBD-2.template 7fbb9beb4164aec5a1a64dc5f34f01132e4a446b5f9140e1461776a7bde25beab2e24517916c985319e9820ba3350d393db7fb20eb2d60d361b4fad674d1463d debian-8.11.0-i386-DLBD-2.template 7062489d0df212b8aee925d53d5e3b21e195246406f7258d767f17f3e6168184 debian-8.11.0-i386-DLBD-2.template Sat 23 Jun 12:54:23 UTC 2018: Finished.