Sat 27 Apr 10:29:27 UTC 2019: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64 mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64 mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/tasks echo "- copying task files from 'tasks/stretch/'" - copying task files from 'tasks/stretch/' cp -r /home/debian-cd/build.stretch/debian-cd/tasks/stretch/* /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/update_tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di_list; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di+k_list update_tasks: Using "gnome" as the default desktop, as specified by pool/main/t/tasksel/task-desktop_3.39_all.deb date -u '+%Y%m%d' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi for ARCH in amd64; do \ echo "Using the provided status file for stretch-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ if [ "$BACKPORTS"x != ""x ] ; then \ echo "Using the provided status file for stretch-backports-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-amd64 ... make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi Generating a fake status file for apt-get and apt-cache... for ARCH in amd64; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "D" = "1" -o "D" = "2" -o "D" = "C" -o "D" = "F" ];then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/status ; \ fi; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.5_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/archive-keyring for ARCH in amd64; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in amd64; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/contrib amd64 Packages [61.1 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main amd64 Packages [9,475 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main/debian-installer amd64 Packages [60.2 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "stretch"x != ""x ] && \ [ "stretch"x != "stretch"x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-source/status ; \ export CODENAME=stretch; \ export ARCH=source; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ fi for ARCH in amd64; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ fi; \ done Reading package lists... Building dependency tree... You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+deb9u4) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.26-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.1~beta3) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.18-8~deb9u4) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-3+deb9u5) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-2) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2+deb9u3) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2+deb9u3) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed Depends: python3-apt but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed systemd : Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: liblz4-1 (>= 0.0~r127) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 232-25+deb9u11) but it is not installed tasksel : Depends: liblocale-gettext-perl but it is not installed util-linux : PreDepends: libsystemd0 but it is not installed vim-common : Depends: xxd but it is not installed wget : Depends: libnettle6 but it is not installed Depends: libpsl5 (>= 0.13.0) but it is not installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi if [ "amd64" != "source" ] ; then \ for ARCH in amd64; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Reading package lists... set -e; \ if [ "amd64" != "source" ] ; then \ for ARCH in amd64; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.stretch/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "amd64" != "source" ] ; then \ for ARCH in amd64; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.stretch/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi amd64:ca-certificates amd64:dh-python amd64:dmsetup amd64:gnupg-agent amd64:libapparmor1 amd64:libassuan0 amd64:libaudit-common amd64:libaudit1 amd64:libbsd0 amd64:libcap-ng0 amd64:libcryptsetup4 amd64:libcurl3-gnutls amd64:libdbus-1-3 amd64:libdebconfclient0 amd64:libdevmapper1.02.1 amd64:libdns-export162 amd64:libelf1 amd64:libev4 amd64:libexpat1 amd64:libfastjson4 amd64:libffi6 amd64:libgeoip1 amd64:libgmp10 amd64:libhogweed4 amd64:libicu57 amd64:libidn2-0 amd64:libip4tc0 amd64:libip6tc0 amd64:libiptc0 amd64:libisc-export160 amd64:libisccc140 amd64:libisccfg140 amd64:libksba8 amd64:liblocale-gettext-perl amd64:liblognorm5 amd64:liblz4-1 amd64:libmnl0 amd64:libmpdec2 amd64:libncurses5 amd64:libnetfilter-conntrack3 amd64:libnettle6 amd64:libnfnetlink0 amd64:libnghttp2-14 amd64:libnpth0 amd64:libperl5.24 amd64:libpsl5 amd64:libpython-stdlib amd64:libpython2.7-minimal amd64:libpython2.7-stdlib amd64:libpython3-stdlib amd64:libpython3.5-minimal amd64:libpython3.5-stdlib amd64:librtmp1 amd64:libseccomp2 amd64:libsemanage-common amd64:libsemanage1 amd64:libssh2-1 amd64:libsystemd0 amd64:libtext-charwidth-perl amd64:libtext-iconv-perl amd64:libtext-wrapi18n-perl amd64:libunistring0 amd64:libustr-1.0-1 amd64:libverto-libev1 amd64:libverto1 amd64:libxtables12 amd64:openssl amd64:pinentry-curses amd64:python-apt-common amd64:python2.7-minimal amd64:python3 amd64:python3-apt amd64:python3-chardet amd64:python3-debian amd64:python3-debianbts amd64:python3-httplib2 amd64:python3-minimal amd64:python3-pkg-resources amd64:python3-pycurl amd64:python3-pysimplesoap amd64:python3-requests amd64:python3-six amd64:python3-urllib3 amd64:python3.5 amd64:python3.5-minimal amd64:xxd for ARCH in amd64; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check; \ fi; \ done Reading package lists... Building dependency tree... make[2]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' ... checking your mirror /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "amd64" stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-amd64/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-amd64/20170615+deb9u6/images/MD5SUMS for ARCH in amd64; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and no isos for amd64 DLBD dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi if [ "amd64" != "source" ] ; then \ for ARCH in amd64; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 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/Damd64/stretch/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _D != _1 ]; then \ for ARCH in amd64; do \ BINCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BINCLUDE" ] || BINCLUDE="--include=$BINCLUDE"; \ BEXCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BEXCLUDE" ] || BEXCLUDE="--exclude=$BEXCLUDE"; \ debootstrap --no-check-gpg --arch $ARCH \ --print-debs \ $BINCLUDE $BEXCLUDE \ stretch \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in amd64; do \ ARCHDEFS="$ARCHDEFS -D ARCH_`echo $ARCH | sed 's/-/_/'`"; \ ARCHUNDEFS="$ARCHUNDEFS -U $ARCH"; \ done; \ for VARIANT in xen; do \ VARIANTDEFS="$VARIANTDEFS -D VARIANT_$VARIANT"; \ done; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DFORCE_FIRMWARE"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_486_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_586_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_686_KERNEL"; \ fi; \ if [ ""x != "yes"x ] ; then \ cpp -nostdinc -P -undef $ARCHDEFS $VARIANTDEFS\ $ARCHUNDEFS -U i386 -U linux -U unix \ -DFORCENONUSONCD1=0 \ -I /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/tasks /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/tasks/Debian-all >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list.backports if [ -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list.backports ]; then mv /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list.backports /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list; fi for ARCH in amd64; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list; \ done Running sort_deps to sort packages for amd64: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 116431252 bytes Adding the rest of the requested packages Now up to 59042537894 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 51265 packages, total size 60164704384 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/grab_source_list /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt "amd64" /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/packages.source; \ fi /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.stretch/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64 stretch "amd64" "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 amd64: Done: Read details of 51265 packages for amd64 Reading in translated package descriptions for main: Done: read 202879 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 310 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/amd64_udeb_exclude Adding docs to CD1 removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.vi.txt' Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for amd64 URL transformed to HTTPS due to an HSTS policy --2019-04-27 10:32:29-- https://www.debian.org/releases/stretch/release-notes-amd64.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: 6585966 (6.3M) [application/x-gzip] Saving to: 'release-notes-amd64.tar.gz' 0K .......... .......... .......... .......... .......... 0% 37.6M 0s 50K .......... .......... .......... .......... .......... 1% 38.8M 0s 100K .......... .......... .......... .......... .......... 2% 44.4M 0s 150K .......... .......... .......... .......... .......... 3% 37.7M 0s 200K .......... .......... .......... .......... .......... 3% 41.3M 0s 250K .......... .......... .......... .......... .......... 4% 40.1M 0s 300K .......... .......... .......... .......... .......... 5% 37.8M 0s 350K .......... .......... .......... .......... .......... 6% 37.8M 0s 400K .......... .......... .......... .......... .......... 6% 32.2M 0s 450K .......... .......... .......... .......... .......... 7% 44.8M 0s 500K .......... .......... .......... .......... .......... 8% 36.7M 0s 550K .......... .......... .......... .......... .......... 9% 43.2M 0s 600K .......... .......... .......... .......... .......... 10% 42.4M 0s 650K .......... .......... .......... .......... .......... 10% 40.7M 0s 700K .......... .......... .......... .......... .......... 11% 41.9M 0s 750K .......... .......... .......... .......... .......... 12% 41.9M 0s 800K .......... .......... .......... .......... .......... 13% 22.5M 0s 850K .......... .......... .......... .......... .......... 13% 38.5M 0s 900K .......... .......... .......... .......... .......... 14% 32.2M 0s 950K .......... .......... .......... .......... .......... 15% 45.0M 0s 1000K .......... .......... .......... .......... .......... 16% 42.0M 0s 1050K .......... .......... .......... .......... .......... 17% 40.2M 0s 1100K .......... .......... .......... .......... .......... 17% 45.0M 0s 1150K .......... .......... .......... .......... .......... 18% 36.8M 0s 1200K .......... .......... .......... .......... .......... 19% 33.5M 0s 1250K .......... .......... .......... .......... .......... 20% 43.0M 0s 1300K .......... .......... .......... .......... .......... 20% 44.3M 0s 1350K .......... .......... .......... .......... .......... 21% 43.7M 0s 1400K .......... .......... .......... .......... .......... 22% 44.3M 0s 1450K .......... .......... .......... .......... .......... 23% 43.7M 0s 1500K .......... .......... .......... .......... .......... 24% 35.3M 0s 1550K .......... .......... .......... .......... .......... 24% 42.0M 0s 1600K .......... .......... .......... .......... .......... 25% 34.6M 0s 1650K .......... .......... .......... .......... .......... 26% 45.1M 0s 1700K .......... .......... .......... .......... .......... 27% 43.3M 0s 1750K .......... .......... .......... .......... .......... 27% 35.2M 0s 1800K .......... .......... .......... .......... .......... 28% 35.5M 0s 1850K .......... .......... .......... .......... .......... 29% 43.5M 0s 1900K .......... .......... .......... .......... .......... 30% 34.0M 0s 1950K .......... .......... .......... .......... .......... 31% 42.2M 0s 2000K .......... .......... .......... .......... .......... 31% 32.7M 0s 2050K .......... .......... .......... .......... .......... 32% 44.4M 0s 2100K .......... .......... .......... .......... .......... 33% 46.4M 0s 2150K .......... .......... .......... .......... .......... 34% 33.4M 0s 2200K .......... .......... .......... .......... .......... 34% 57.2M 0s 2250K .......... .......... .......... .......... .......... 35% 36.9M 0s 2300K .......... .......... .......... .......... .......... 36% 45.0M 0s 2350K .......... .......... .......... .......... .......... 37% 43.4M 0s 2400K .......... .......... .......... .......... .......... 38% 34.7M 0s 2450K .......... .......... .......... .......... .......... 38% 44.1M 0s 2500K .......... .......... .......... .......... .......... 39% 43.4M 0s 2550K .......... .......... .......... .......... .......... 40% 43.8M 0s 2600K .......... .......... .......... .......... .......... 41% 41.3M 0s 2650K .......... .......... .......... .......... .......... 41% 45.1M 0s 2700K .......... .......... .......... .......... .......... 42% 30.6M 0s 2750K .......... .......... .......... .......... .......... 43% 44.2M 0s 2800K .......... .......... .......... .......... .......... 44% 33.7M 0s 2850K .......... .......... .......... .......... .......... 45% 34.0M 0s 2900K .......... .......... .......... .......... .......... 45% 44.0M 0s 2950K .......... .......... .......... .......... .......... 46% 36.6M 0s 3000K .......... .......... .......... .......... .......... 47% 42.4M 0s 3050K .......... .......... .......... .......... .......... 48% 43.9M 0s 3100K .......... .......... .......... .......... .......... 48% 44.0M 0s 3150K .......... .......... .......... .......... .......... 49% 44.7M 0s 3200K .......... .......... .......... .......... .......... 50% 33.9M 0s 3250K .......... .......... .......... .......... .......... 51% 43.8M 0s 3300K .......... .......... .......... .......... .......... 52% 44.9M 0s 3350K .......... .......... .......... .......... .......... 52% 43.4M 0s 3400K .......... .......... .......... .......... .......... 53% 42.2M 0s 3450K .......... .......... .......... .......... .......... 54% 42.4M 0s 3500K .......... .......... .......... .......... .......... 55% 40.6M 0s 3550K .......... .......... .......... .......... .......... 55% 34.4M 0s 3600K .......... .......... .......... .......... .......... 56% 33.2M 0s 3650K .......... .......... .......... .......... .......... 57% 43.0M 0s 3700K .......... .......... .......... .......... .......... 58% 44.6M 0s 3750K .......... .......... .......... .......... .......... 59% 44.9M 0s 3800K .......... .......... .......... .......... .......... 59% 42.7M 0s 3850K .......... .......... .......... .......... .......... 60% 33.5M 0s 3900K .......... .......... .......... .......... .......... 61% 44.7M 0s 3950K .......... .......... .......... .......... .......... 62% 36.6M 0s 4000K .......... .......... .......... .......... .......... 62% 32.3M 0s 4050K .......... .......... .......... .......... .......... 63% 32.0M 0s 4100K .......... .......... .......... .......... .......... 64% 44.1M 0s 4150K .......... .......... .......... .......... .......... 65% 43.4M 0s 4200K .......... .......... .......... .......... .......... 66% 36.3M 0s 4250K .......... .......... .......... .......... .......... 66% 36.5M 0s 4300K .......... .......... .......... .......... .......... 67% 43.0M 0s 4350K .......... .......... .......... .......... .......... 68% 44.1M 0s 4400K .......... .......... .......... .......... .......... 69% 33.3M 0s 4450K .......... .......... .......... .......... .......... 69% 44.2M 0s 4500K .......... .......... .......... .......... .......... 70% 36.8M 0s 4550K .......... .......... .......... .......... .......... 71% 44.6M 0s 4600K .......... .......... .......... .......... .......... 72% 42.3M 0s 4650K .......... .......... .......... .......... .......... 73% 41.7M 0s 4700K .......... .......... .......... .......... .......... 73% 45.1M 0s 4750K .......... .......... .......... .......... .......... 74% 43.3M 0s 4800K .......... .......... .......... .......... .......... 75% 28.9M 0s 4850K .......... .......... .......... .......... .......... 76% 43.4M 0s 4900K .......... .......... .......... .......... .......... 76% 42.6M 0s 4950K .......... .......... .......... .......... .......... 77% 43.7M 0s 5000K .......... .......... .......... .......... .......... 78% 35.9M 0s 5050K .......... .......... .......... .......... .......... 79% 43.8M 0s 5100K .......... .......... .......... .......... .......... 80% 44.5M 0s 5150K .......... .......... .......... .......... .......... 80% 42.9M 0s 5200K .......... .......... .......... .......... .......... 81% 34.2M 0s 5250K .......... .......... .......... .......... .......... 82% 43.3M 0s 5300K .......... .......... .......... .......... .......... 83% 43.7M 0s 5350K .......... .......... .......... .......... .......... 83% 44.4M 0s 5400K .......... .......... .......... .......... .......... 84% 42.5M 0s 5450K .......... .......... .......... .......... .......... 85% 33.0M 0s 5500K .......... .......... .......... .......... .......... 86% 44.9M 0s 5550K .......... .......... .......... .......... .......... 87% 44.9M 0s 5600K .......... .......... .......... .......... .......... 87% 26.7M 0s 5650K .......... .......... .......... .......... .......... 88% 45.2M 0s 5700K .......... .......... .......... .......... .......... 89% 31.1M 0s 5750K .......... .......... .......... .......... .......... 90% 43.3M 0s 5800K .......... .......... .......... .......... .......... 90% 43.6M 0s 5850K .......... .......... .......... .......... .......... 91% 39.1M 0s 5900K .......... .......... .......... .......... .......... 92% 37.0M 0s 5950K .......... .......... .......... .......... .......... 93% 43.6M 0s 6000K .......... .......... .......... .......... .......... 94% 34.5M 0s 6050K .......... .......... .......... .......... .......... 94% 43.6M 0s 6100K .......... .......... .......... .......... .......... 95% 36.0M 0s 6150K .......... .......... .......... .......... .......... 96% 43.6M 0s 6200K .......... .......... .......... .......... .......... 97% 44.1M 0s 6250K .......... .......... .......... .......... .......... 97% 39.6M 0s 6300K .......... .......... .......... .......... .......... 98% 45.2M 0s 6350K .......... .......... .......... .......... .......... 99% 44.7M 0s 6400K .......... .......... .......... . 100% 41.1M=0.2s 2019-04-27 10:32:29 (39.6 MB/s) - 'release-notes-amd64.tar.gz' saved [6585966/6585966] da/ da/index.da.html da/ch-whats-new.da.html da/images/ da/images/caution.png da/images/toc-blank.png da/images/toc-minus.png da/images/prev.png da/images/toc-plus.png da/images/annot-open.png da/images/next.png da/images/note.png da/images/important.png da/images/draft.png da/images/tip.png da/images/annot-close.png da/images/up.png da/images/home.png da/images/warning.png da/images/blank.png da/ch-about.da.html da/debian.css da/relnotes-glossary.da.html da/relnotes-index.da.html da/release-notes.da.txt da/ch-upgrading.da.html da/release-notes.da.pdf da/ap-old-stuff.da.html da/ch-installing.da.html da/apb.da.html da/ch-information.da.html da/ch-moreinfo.da.html de/ de/ch-information.de.html de/release-notes.de.txt de/ch-whats-new.de.html de/ch-moreinfo.de.html de/relnotes-index.de.html de/images/ de/images/caution.png de/images/toc-blank.png de/images/toc-minus.png de/images/prev.png de/images/toc-plus.png de/images/annot-open.png de/images/next.png de/images/note.png de/images/important.png de/images/draft.png de/images/tip.png de/images/annot-close.png de/images/up.png de/images/home.png de/images/warning.png de/images/blank.png de/ch-installing.de.html de/ch-upgrading.de.html de/relnotes-glossary.de.html de/apb.de.html de/debian.css de/release-notes.de.pdf de/index.de.html de/ap-old-stuff.de.html de/ch-about.de.html en/ en/release-notes.en.txt en/apb.en.html en/images/ en/images/caution.png en/images/toc-blank.png en/images/toc-minus.png en/images/prev.png en/images/toc-plus.png en/images/annot-open.png en/images/next.png en/images/note.png en/images/important.png en/images/draft.png en/images/tip.png en/images/annot-close.png en/images/up.png en/images/home.png en/images/warning.png en/images/blank.png en/relnotes-index.en.html en/index.en.html en/debian.css en/ch-about.en.html en/relnotes-glossary.en.html en/ap-old-stuff.en.html en/ch-information.en.html en/ch-upgrading.en.html en/ch-whats-new.en.html en/ch-installing.en.html en/release-notes.en.pdf en/ch-moreinfo.en.html es/ es/ap-old-stuff.es.html es/ch-information.es.html es/ch-moreinfo.es.html es/ch-upgrading.es.html es/images/ es/images/caution.png es/images/toc-blank.png es/images/toc-minus.png es/images/prev.png es/images/toc-plus.png es/images/annot-open.png es/images/next.png es/images/note.png es/images/important.png es/images/draft.png es/images/tip.png es/images/annot-close.png es/images/up.png es/images/home.png es/images/warning.png es/images/blank.png es/index.es.html es/ch-whats-new.es.html es/debian.css es/relnotes-index.es.html es/ch-installing.es.html es/release-notes.es.txt es/relnotes-glossary.es.html es/release-notes.es.pdf es/ch-about.es.html es/apb.es.html fr/ fr/index.fr.html fr/release-notes.fr.pdf fr/ch-about.fr.html fr/images/ fr/images/caution.png fr/images/toc-blank.png fr/images/toc-minus.png fr/images/prev.png fr/images/toc-plus.png fr/images/annot-open.png fr/images/next.png fr/images/note.png fr/images/important.png fr/images/draft.png fr/images/tip.png fr/images/annot-close.png fr/images/up.png fr/images/home.png fr/images/warning.png fr/images/blank.png fr/ch-information.fr.html fr/debian.css fr/ch-upgrading.fr.html fr/relnotes-index.fr.html fr/release-notes.fr.txt fr/ch-installing.fr.html fr/apb.fr.html fr/relnotes-glossary.fr.html fr/ch-moreinfo.fr.html fr/ch-whats-new.fr.html fr/ap-old-stuff.fr.html it/ it/ch-installing.it.html it/index.it.html it/ap-old-stuff.it.html it/images/ it/images/caution.png it/images/toc-blank.png it/images/toc-minus.png it/images/prev.png it/images/toc-plus.png it/images/annot-open.png it/images/next.png it/images/note.png it/images/important.png it/images/draft.png it/images/tip.png it/images/annot-close.png it/images/up.png it/images/home.png it/images/warning.png it/images/blank.png it/ch-moreinfo.it.html it/debian.css it/relnotes-index.it.html it/ch-upgrading.it.html it/ch-about.it.html it/ch-information.it.html it/release-notes.it.txt it/apb.it.html it/release-notes.it.pdf it/ch-whats-new.it.html it/relnotes-glossary.it.html ja/ ja/ch-whats-new.ja.html ja/ch-about.ja.html ja/images/ ja/images/caution.png ja/images/toc-blank.png ja/images/toc-minus.png ja/images/prev.png ja/images/toc-plus.png ja/images/annot-open.png ja/images/next.png ja/images/note.png ja/images/important.png ja/images/draft.png ja/images/tip.png ja/images/annot-close.png ja/images/up.png ja/images/home.png ja/images/warning.png ja/images/blank.png ja/apb.ja.html ja/relnotes-index.ja.html ja/debian.css ja/ap-old-stuff.ja.html ja/ch-upgrading.ja.html ja/release-notes.ja.pdf ja/ch-moreinfo.ja.html ja/relnotes-glossary.ja.html ja/ch-installing.ja.html ja/ch-information.ja.html ja/release-notes.ja.txt ja/index.ja.html nl/ nl/images/ nl/images/caution.png nl/images/toc-blank.png nl/images/toc-minus.png nl/images/prev.png nl/images/toc-plus.png nl/images/annot-open.png nl/images/next.png nl/images/note.png nl/images/important.png nl/images/draft.png nl/images/tip.png nl/images/annot-close.png nl/images/up.png nl/images/home.png nl/images/warning.png nl/images/blank.png nl/ch-moreinfo.nl.html nl/ch-about.nl.html nl/ch-installing.nl.html nl/relnotes-index.nl.html nl/debian.css nl/ch-upgrading.nl.html nl/release-notes.nl.txt nl/ch-information.nl.html nl/ap-old-stuff.nl.html nl/index.nl.html nl/release-notes.nl.pdf nl/apb.nl.html nl/ch-whats-new.nl.html nl/relnotes-glossary.nl.html pl/ pl/relnotes-glossary.pl.html pl/apb.pl.html pl/relnotes-index.pl.html pl/release-notes.pl.pdf pl/images/ pl/images/caution.png pl/images/toc-blank.png pl/images/toc-minus.png pl/images/prev.png pl/images/toc-plus.png pl/images/annot-open.png pl/images/next.png pl/images/note.png pl/images/important.png pl/images/draft.png pl/images/tip.png pl/images/annot-close.png pl/images/up.png pl/images/home.png pl/images/warning.png pl/images/blank.png pl/ch-moreinfo.pl.html pl/debian.css pl/ch-whats-new.pl.html pl/ch-upgrading.pl.html pl/ap-old-stuff.pl.html pl/ch-information.pl.html pl/release-notes.pl.txt pl/index.pl.html pl/ch-installing.pl.html pl/ch-about.pl.html pt/ pt/release-notes.pt.txt pt/release-notes.pt.pdf pt/ch-information.pt.html pt/ch-about.pt.html pt/relnotes-index.pt.html pt/ch-upgrading.pt.html pt/images/ pt/images/caution.png pt/images/toc-blank.png pt/images/toc-minus.png pt/images/prev.png pt/images/toc-plus.png pt/images/annot-open.png pt/images/next.png pt/images/note.png pt/images/important.png pt/images/draft.png pt/images/tip.png pt/images/annot-close.png pt/images/up.png pt/images/home.png pt/images/warning.png pt/images/blank.png pt/ch-whats-new.pt.html pt/debian.css pt/relnotes-glossary.pt.html pt/apb.pt.html pt/index.pt.html pt/ap-old-stuff.pt.html pt/ch-moreinfo.pt.html pt/ch-installing.pt.html pt-br/ pt-br/release-notes.pt-br.txt pt-br/index.pt-br.html pt-br/ch-upgrading.pt-br.html pt-br/images/ pt-br/images/caution.png pt-br/images/toc-blank.png pt-br/images/toc-minus.png pt-br/images/prev.png pt-br/images/toc-plus.png pt-br/images/annot-open.png pt-br/images/next.png pt-br/images/note.png pt-br/images/important.png pt-br/images/draft.png pt-br/images/tip.png pt-br/images/annot-close.png pt-br/images/up.png pt-br/images/home.png pt-br/images/warning.png pt-br/images/blank.png pt-br/ch-installing.pt-br.html pt-br/apb.pt-br.html pt-br/ap-old-stuff.pt-br.html pt-br/ch-whats-new.pt-br.html pt-br/debian.css pt-br/release-notes.pt-br.pdf pt-br/relnotes-glossary.pt-br.html pt-br/ch-about.pt-br.html pt-br/ch-information.pt-br.html pt-br/ch-moreinfo.pt-br.html pt-br/relnotes-index.pt-br.html ro/ ro/relnotes-glossary.ro.html ro/ap-old-stuff.ro.html ro/relnotes-index.ro.html ro/images/ ro/images/caution.png ro/images/toc-blank.png ro/images/toc-minus.png ro/images/prev.png ro/images/toc-plus.png ro/images/annot-open.png ro/images/next.png ro/images/note.png ro/images/important.png ro/images/draft.png ro/images/tip.png ro/images/annot-close.png ro/images/up.png ro/images/home.png ro/images/warning.png ro/images/blank.png ro/ch-information.ro.html ro/apb.ro.html ro/ch-moreinfo.ro.html ro/ch-whats-new.ro.html ro/debian.css ro/index.ro.html ro/ch-installing.ro.html ro/release-notes.ro.txt ro/ch-about.ro.html ro/ch-upgrading.ro.html ro/release-notes.ro.pdf ru/ ru/ch-upgrading.ru.html ru/ch-whats-new.ru.html ru/relnotes-glossary.ru.html ru/apb.ru.html ru/images/ ru/images/caution.png ru/images/toc-blank.png ru/images/toc-minus.png ru/images/prev.png ru/images/toc-plus.png ru/images/annot-open.png ru/images/next.png ru/images/note.png ru/images/important.png ru/images/draft.png ru/images/tip.png ru/images/annot-close.png ru/images/up.png ru/images/home.png ru/images/warning.png ru/images/blank.png ru/release-notes.ru.txt ru/ap-old-stuff.ru.html ru/debian.css ru/index.ru.html ru/ch-installing.ru.html ru/ch-information.ru.html ru/ch-about.ru.html ru/release-notes.ru.pdf ru/ch-moreinfo.ru.html ru/relnotes-index.ru.html sk/ sk/release-notes.sk.pdf sk/ch-information.sk.html sk/images/ sk/images/caution.png sk/images/toc-blank.png sk/images/toc-minus.png sk/images/prev.png sk/images/toc-plus.png sk/images/annot-open.png sk/images/next.png sk/images/note.png sk/images/important.png sk/images/draft.png sk/images/tip.png sk/images/annot-close.png sk/images/up.png sk/images/home.png sk/images/warning.png sk/images/blank.png sk/relnotes-index.sk.html sk/ch-installing.sk.html sk/release-notes.sk.txt sk/debian.css sk/ch-about.sk.html sk/ch-upgrading.sk.html sk/relnotes-glossary.sk.html sk/apb.sk.html sk/ch-whats-new.sk.html sk/ch-moreinfo.sk.html sk/index.sk.html sk/ap-old-stuff.sk.html sv/ sv/ch-upgrading.sv.html sv/ch-about.sv.html sv/images/ sv/images/caution.png sv/images/toc-blank.png sv/images/toc-minus.png sv/images/prev.png sv/images/toc-plus.png sv/images/annot-open.png sv/images/next.png sv/images/note.png sv/images/important.png sv/images/draft.png sv/images/tip.png sv/images/annot-close.png sv/images/up.png sv/images/home.png sv/images/warning.png sv/images/blank.png sv/ch-moreinfo.sv.html sv/ch-installing.sv.html sv/debian.css sv/index.sv.html sv/ap-old-stuff.sv.html sv/ch-information.sv.html sv/apb.sv.html sv/release-notes.sv.txt sv/relnotes-index.sv.html sv/relnotes-glossary.sv.html sv/ch-whats-new.sv.html sv/release-notes.sv.pdf Adding common docs on CD1 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for amd64: Running tools/boot/stretch/boot-amd64 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1 Adding tools to CD1 'boot1/isolinux/g2ldr' -> 'CD1/g2ldr' 'boot1/isolinux/g2ldr.mbr' -> 'CD1/g2ldr.mbr' 'boot1/isolinux/setup.exe' -> 'CD1/setup.exe' 'boot1/isolinux/win32-loader.ini' -> 'CD1/win32-loader.ini' Adding BIOS boot code for amd64 on CD1 gtk/vmlinuz identical to ../vmlinuz. Linking xen/vmlinuz identical to ../vmlinuz. Linking xen/initrd.gz identical to ../gtk/initrd.gz. Linking Adding EFI boot code for amd64 on CD1 CD1/boot/grub/grub.cfg has 12 boot entries defined Using newer EFI support in xorriso 10406 Adding README.source Starting new "amd64" DLBD 1 at /home/debian-cd/build.stretch/debian-cd/stretch/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/Damd64/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for amd64 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 39810 packages, 23587952 blocks, 48308125696 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 amd64: Running tools/boot/stretch/boot-amd64 2 /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD2 Starting new "amd64" DLBD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/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 11455 packages, 5958117 blocks, 12202223616 bytes Finished: 51265 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "amd64" stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-amd64/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-amd64/20170615+deb9u6/images/MD5SUMS for ARCH in amd64; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch" "amd64" "/srv/cdbuilder.debian.org/dst/deb-cd/out/Damd64" "9.9.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.stretch/debian-cd/tools/jigdo_cleanup" Generating the amd64 iso/jigdo images ... Last-minute updates: README.html README.txt Sat 27 Apr 10:53:52 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 amd64 1' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/Damd64/debian-9.9.0-amd64-DLBD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/Damd64/debian-9.9.0-amd64-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/Damd64/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -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/Damd64/stretch/boot1' xorriso : UPDATE : 31 files added in 1 seconds xorriso : UPDATE : 31200 files added in 1 seconds Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1' xorriso : UPDATE : 63571 files added in 2 seconds xorriso : NOTE : Copying to System Area: 432 bytes from file '/srv/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/syslinux/usr/lib/ISOLINUX/isohdpfx.bin' libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.1.3-1_amd64.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/bladerf-firmware-fx3_0.2016.06-1+b2_amd64.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_4.2.1+dfsg-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-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/grub-firmware-qemu_2.02~beta3-5+deb9u1_amd64.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/hdmi2usb-fx2-firmware_0.0.0~git20151225-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/isight-firmware-tools_1.6-2+b2_amd64.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.3-1_amd64.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: NOTE : Automatically adjusted MBR geometry to 5874/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.09% done, estimate finish Sat Apr 27 11:46:44 2019 xorriso : UPDATE : 0.10% done, estimate finish Sat Apr 27 11:55:45 2019 xorriso : UPDATE : 0.13% done, estimate finish Sat Apr 27 11:54:54 2019 xorriso : UPDATE : 0.16% done, estimate finish Sat Apr 27 11:51:19 2019 xorriso : UPDATE : 0.19% done, estimate finish Sat Apr 27 11:50:56 2019 xorriso : UPDATE : 0.20% done, estimate finish Sat Apr 27 11:56:50 2019 xorriso : UPDATE : 0.23% done, estimate finish Sat Apr 27 11:55:02 2019 xorriso : UPDATE : 0.28% done, estimate finish Sat Apr 27 11:51:36 2019 xorriso : UPDATE : 0.31% done, estimate finish Sat Apr 27 11:50:50 2019 xorriso : UPDATE : 0.34% done, estimate finish Sat Apr 27 11:51:01 2019 xorriso : UPDATE : 0.35% done, estimate finish Sat Apr 27 11:53:39 2019 xorriso : UPDATE : 0.38% done, estimate finish Sat Apr 27 11:55:35 2019 xorriso : UPDATE : 0.48% done, estimate finish Sat Apr 27 11:44:13 2019 xorriso : UPDATE : 0.60% done, estimate finish Sat Apr 27 11:35:39 2019 xorriso : UPDATE : 0.70% done, estimate finish Sat Apr 27 11:31:23 2019 xorriso : UPDATE : 0.72% done, estimate finish Sat Apr 27 11:32:48 2019 xorriso : UPDATE : 0.72% done, estimate finish Sat Apr 27 11:35:24 2019 xorriso : UPDATE : 0.72% done, estimate finish Sat Apr 27 11:38:02 2019 xorriso : UPDATE : 0.72% done, estimate finish Sat Apr 27 11:40:38 2019 xorriso : UPDATE : 0.72% done, estimate finish Sat Apr 27 11:43:14 2019 xorriso : UPDATE : 0.72% done, estimate finish Sat Apr 27 11:45:50 2019 xorriso : UPDATE : 1.14% done, estimate finish Sat Apr 27 11:21:22 2019 xorriso : UPDATE : 2.04% done, estimate finish Sat Apr 27 11:08:50 2019 xorriso : UPDATE : 2.19% done, estimate finish Sat Apr 27 11:08:35 2019 xorriso : UPDATE : 2.33% done, estimate finish Sat Apr 27 11:08:24 2019 xorriso : UPDATE : 2.47% done, estimate finish Sat Apr 27 11:08:17 2019 xorriso : UPDATE : 2.71% done, estimate finish Sat Apr 27 11:07:35 2019 xorriso : UPDATE : 2.83% done, estimate finish Sat Apr 27 11:07:38 2019 xorriso : UPDATE : 3.02% done, estimate finish Sat Apr 27 11:07:17 2019 xorriso : UPDATE : 3.17% done, estimate finish Sat Apr 27 11:07:11 2019 xorriso : UPDATE : 3.28% done, estimate finish Sat Apr 27 11:07:15 2019 xorriso : UPDATE : 3.47% done, estimate finish Sat Apr 27 11:05:14 2019 xorriso : UPDATE : 3.62% done, estimate finish Sat Apr 27 11:05:17 2019 xorriso : UPDATE : 3.77% done, estimate finish Sat Apr 27 11:05:17 2019 xorriso : UPDATE : 3.92% done, estimate finish Sat Apr 27 11:05:19 2019 xorriso : UPDATE : 4.02% done, estimate finish Sat Apr 27 11:05:30 2019 xorriso : UPDATE : 4.23% done, estimate finish Sat Apr 27 11:05:19 2019 xorriso : UPDATE : 4.38% done, estimate finish Sat Apr 27 11:05:19 2019 xorriso : UPDATE : 4.52% done, estimate finish Sat Apr 27 11:05:21 2019 xorriso : UPDATE : 4.71% done, estimate finish Sat Apr 27 11:05:16 2019 xorriso : UPDATE : 4.85% done, estimate finish Sat Apr 27 11:05:16 2019 xorriso : UPDATE : 4.98% done, estimate finish Sat Apr 27 11:06:30 2019 xorriso : UPDATE : 5.07% done, estimate finish Sat Apr 27 11:06:44 2019 xorriso : UPDATE : 5.25% done, estimate finish Sat Apr 27 11:06:34 2019 xorriso : UPDATE : 5.45% done, estimate finish Sat Apr 27 11:06:17 2019 xorriso : UPDATE : 5.56% done, estimate finish Sat Apr 27 11:06:25 2019 xorriso : UPDATE : 5.73% done, estimate finish Sat Apr 27 11:06:19 2019 xorriso : UPDATE : 5.89% done, estimate finish Sat Apr 27 11:06:14 2019 xorriso : UPDATE : 6.04% done, estimate finish Sat Apr 27 11:06:13 2019 xorriso : UPDATE : 6.04% done, estimate finish Sat Apr 27 11:06:41 2019 xorriso : UPDATE : 6.04% done, estimate finish Sat Apr 27 11:07:08 2019 xorriso : UPDATE : 6.04% done, estimate finish Sat Apr 27 11:08:55 2019 xorriso : UPDATE : 6.04% done, estimate finish Sat Apr 27 11:09:49 2019 xorriso : UPDATE : 6.88% done, estimate finish Sat Apr 27 11:05:45 2019 xorriso : UPDATE : 7.02% done, estimate finish Sat Apr 27 11:05:48 2019 xorriso : UPDATE : 7.18% done, estimate finish Sat Apr 27 11:05:46 2019 xorriso : UPDATE : 7.21% done, estimate finish Sat Apr 27 11:06:09 2019 xorriso : UPDATE : 7.21% done, estimate finish Sat Apr 27 11:06:37 2019 xorriso : UPDATE : 7.21% done, estimate finish Sat Apr 27 11:07:06 2019 xorriso : UPDATE : 7.78% done, estimate finish Sat Apr 27 11:05:45 2019 xorriso : UPDATE : 7.86% done, estimate finish Sat Apr 27 11:05:55 2019 xorriso : UPDATE : 8.07% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 8.17% done, estimate finish Sat Apr 27 11:04:44 2019 xorriso : UPDATE : 8.35% done, estimate finish Sat Apr 27 11:04:43 2019 xorriso : UPDATE : 8.51% done, estimate finish Sat Apr 27 11:04:46 2019 xorriso : UPDATE : 8.65% done, estimate finish Sat Apr 27 11:04:51 2019 xorriso : UPDATE : 8.70% done, estimate finish Sat Apr 27 11:05:08 2019 xorriso : UPDATE : 8.95% done, estimate finish Sat Apr 27 11:04:56 2019 xorriso : UPDATE : 9.08% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 9.22% done, estimate finish Sat Apr 27 11:05:03 2019 xorriso : UPDATE : 9.37% done, estimate finish Sat Apr 27 11:05:05 2019 xorriso : UPDATE : 9.50% done, estimate finish Sat Apr 27 11:06:06 2019 xorriso : UPDATE : 9.65% done, estimate finish Sat Apr 27 11:06:04 2019 xorriso : UPDATE : 9.79% done, estimate finish Sat Apr 27 11:06:05 2019 xorriso : UPDATE : 9.93% done, estimate finish Sat Apr 27 11:06:05 2019 xorriso : UPDATE : 10.04% done, estimate finish Sat Apr 27 11:06:12 2019 xorriso : UPDATE : 10.22% done, estimate finish Sat Apr 27 11:06:03 2019 xorriso : UPDATE : 10.37% done, estimate finish Sat Apr 27 11:06:02 2019 xorriso : UPDATE : 10.50% done, estimate finish Sat Apr 27 11:06:03 2019 xorriso : UPDATE : 10.58% done, estimate finish Sat Apr 27 11:06:13 2019 xorriso : UPDATE : 10.67% done, estimate finish Sat Apr 27 11:06:23 2019 xorriso : UPDATE : 10.67% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 11.01% done, estimate finish Sat Apr 27 11:06:18 2019 xorriso : UPDATE : 11.18% done, estimate finish Sat Apr 27 11:06:10 2019 xorriso : UPDATE : 11.29% done, estimate finish Sat Apr 27 11:06:17 2019 xorriso : UPDATE : 11.47% done, estimate finish Sat Apr 27 11:06:07 2019 xorriso : UPDATE : 11.61% done, estimate finish Sat Apr 27 11:06:08 2019 xorriso : UPDATE : 11.76% done, estimate finish Sat Apr 27 11:06:04 2019 xorriso : UPDATE : 11.88% done, estimate finish Sat Apr 27 11:06:09 2019 xorriso : UPDATE : 12.04% done, estimate finish Sat Apr 27 11:06:05 2019 xorriso : UPDATE : 12.20% done, estimate finish Sat Apr 27 11:06:02 2019 xorriso : UPDATE : 12.35% done, estimate finish Sat Apr 27 11:05:10 2019 xorriso : UPDATE : 12.50% done, estimate finish Sat Apr 27 11:05:12 2019 xorriso : UPDATE : 12.55% done, estimate finish Sat Apr 27 11:05:33 2019 xorriso : UPDATE : 12.55% done, estimate finish Sat Apr 27 11:06:03 2019 xorriso : UPDATE : 12.96% done, estimate finish Sat Apr 27 11:05:15 2019 xorriso : UPDATE : 13.09% done, estimate finish Sat Apr 27 11:05:18 2019 xorriso : UPDATE : 13.18% done, estimate finish Sat Apr 27 11:05:28 2019 xorriso : UPDATE : 13.38% done, estimate finish Sat Apr 27 11:05:21 2019 xorriso : UPDATE : 13.53% done, estimate finish Sat Apr 27 11:05:22 2019 xorriso : UPDATE : 13.61% done, estimate finish Sat Apr 27 11:05:32 2019 xorriso : UPDATE : 13.71% done, estimate finish Sat Apr 27 11:05:38 2019 xorriso : UPDATE : 13.95% done, estimate finish Sat Apr 27 11:05:49 2019 xorriso : UPDATE : 14.15% done, estimate finish Sat Apr 27 11:05:38 2019 xorriso : UPDATE : 14.33% done, estimate finish Sat Apr 27 11:05:32 2019 xorriso : UPDATE : 14.47% done, estimate finish Sat Apr 27 11:05:33 2019 xorriso : UPDATE : 14.54% done, estimate finish Sat Apr 27 11:05:47 2019 xorriso : UPDATE : 14.79% done, estimate finish Sat Apr 27 11:05:31 2019 xorriso : UPDATE : 14.89% done, estimate finish Sat Apr 27 11:05:38 2019 xorriso : UPDATE : 15.07% done, estimate finish Sat Apr 27 11:05:33 2019 xorriso : UPDATE : 15.22% done, estimate finish Sat Apr 27 11:05:34 2019 xorriso : UPDATE : 15.35% done, estimate finish Sat Apr 27 11:05:35 2019 xorriso : UPDATE : 15.55% done, estimate finish Sat Apr 27 11:05:16 2019 xorriso : UPDATE : 15.70% done, estimate finish Sat Apr 27 11:05:16 2019 xorriso : UPDATE : 15.83% done, estimate finish Sat Apr 27 11:05:22 2019 xorriso : UPDATE : 15.94% done, estimate finish Sat Apr 27 11:05:29 2019 xorriso : UPDATE : 16.13% done, estimate finish Sat Apr 27 11:05:23 2019 xorriso : UPDATE : 16.27% done, estimate finish Sat Apr 27 11:05:25 2019 xorriso : UPDATE : 16.41% done, estimate finish Sat Apr 27 11:05:27 2019 xorriso : UPDATE : 16.59% done, estimate finish Sat Apr 27 11:05:23 2019 xorriso : UPDATE : 16.74% done, estimate finish Sat Apr 27 11:05:23 2019 xorriso : UPDATE : 16.89% done, estimate finish Sat Apr 27 11:05:23 2019 xorriso : UPDATE : 17.02% done, estimate finish Sat Apr 27 11:05:39 2019 xorriso : UPDATE : 17.02% done, estimate finish Sat Apr 27 11:06:12 2019 xorriso : UPDATE : 17.02% done, estimate finish Sat Apr 27 11:06:47 2019 xorriso : UPDATE : 17.54% done, estimate finish Sat Apr 27 11:05:25 2019 xorriso : UPDATE : 17.72% done, estimate finish Sat Apr 27 11:05:20 2019 xorriso : UPDATE : 17.83% done, estimate finish Sat Apr 27 11:05:27 2019 xorriso : UPDATE : 18.03% done, estimate finish Sat Apr 27 11:05:20 2019 xorriso : UPDATE : 18.17% done, estimate finish Sat Apr 27 11:05:21 2019 xorriso : UPDATE : 18.34% done, estimate finish Sat Apr 27 11:05:19 2019 xorriso : UPDATE : 18.44% done, estimate finish Sat Apr 27 11:05:26 2019 xorriso : UPDATE : 18.44% done, estimate finish Sat Apr 27 11:05:51 2019 xorriso : UPDATE : 18.44% done, estimate finish Sat Apr 27 11:06:26 2019 xorriso : UPDATE : 18.44% done, estimate finish Sat Apr 27 11:07:00 2019 xorriso : UPDATE : 19.12% done, estimate finish Sat Apr 27 11:05:06 2019 xorriso : UPDATE : 19.25% done, estimate finish Sat Apr 27 11:05:11 2019 xorriso : UPDATE : 19.41% done, estimate finish Sat Apr 27 11:05:11 2019 xorriso : UPDATE : 19.50% done, estimate finish Sat Apr 27 11:05:19 2019 xorriso : UPDATE : 19.71% done, estimate finish Sat Apr 27 11:05:12 2019 xorriso : UPDATE : 19.86% done, estimate finish Sat Apr 27 11:05:12 2019 xorriso : UPDATE : 19.91% done, estimate finish Sat Apr 27 11:05:25 2019 xorriso : UPDATE : 19.91% done, estimate finish Sat Apr 27 11:05:37 2019 xorriso : UPDATE : 20.32% done, estimate finish Sat Apr 27 11:04:50 2019 xorriso : UPDATE : 20.46% done, estimate finish Sat Apr 27 11:04:53 2019 xorriso : UPDATE : 20.62% done, estimate finish Sat Apr 27 11:04:54 2019 xorriso : UPDATE : 20.79% done, estimate finish Sat Apr 27 11:04:53 2019 xorriso : UPDATE : 20.91% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 21.05% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 21.05% done, estimate finish Sat Apr 27 11:05:21 2019 xorriso : UPDATE : 21.33% done, estimate finish Sat Apr 27 11:05:07 2019 xorriso : UPDATE : 21.45% done, estimate finish Sat Apr 27 11:05:10 2019 xorriso : UPDATE : 21.45% done, estimate finish Sat Apr 27 11:05:21 2019 xorriso : UPDATE : 21.45% done, estimate finish Sat Apr 27 11:05:53 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:04:53 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:05:17 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:05:41 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:06:06 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:06:30 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:06:54 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:07:19 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:07:42 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:15:56 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:17:29 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:19:02 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:20:34 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:22:07 2019 xorriso : UPDATE : 21.94% done, estimate finish Sat Apr 27 11:23:40 2019 xorriso : UPDATE : 22.68% done, estimate finish Sat Apr 27 11:10:25 2019 xorriso : UPDATE : 24.43% done, estimate finish Sat Apr 27 11:04:39 2019 xorriso : UPDATE : 24.43% done, estimate finish Sat Apr 27 11:04:55 2019 xorriso : UPDATE : 24.77% done, estimate finish Sat Apr 27 11:04:39 2019 xorriso : UPDATE : 24.85% done, estimate finish Sat Apr 27 11:03:02 2019 xorriso : UPDATE : 25.12% done, estimate finish Sat Apr 27 11:03:00 2019 xorriso : UPDATE : 25.27% done, estimate finish Sat Apr 27 11:03:07 2019 xorriso : UPDATE : 25.39% done, estimate finish Sat Apr 27 11:03:14 2019 xorriso : UPDATE : 25.52% done, estimate finish Sat Apr 27 11:03:21 2019 xorriso : UPDATE : 25.73% done, estimate finish Sat Apr 27 11:03:22 2019 xorriso : UPDATE : 25.88% done, estimate finish Sat Apr 27 11:03:27 2019 xorriso : UPDATE : 26.03% done, estimate finish Sat Apr 27 11:03:31 2019 xorriso : UPDATE : 26.12% done, estimate finish Sat Apr 27 11:03:38 2019 xorriso : UPDATE : 26.35% done, estimate finish Sat Apr 27 11:03:37 2019 xorriso : UPDATE : 26.50% done, estimate finish Sat Apr 27 11:04:51 2019 xorriso : UPDATE : 26.65% done, estimate finish Sat Apr 27 11:04:53 2019 xorriso : UPDATE : 26.78% done, estimate finish Sat Apr 27 11:04:59 2019 xorriso : UPDATE : 26.95% done, estimate finish Sat Apr 27 11:04:57 2019 xorriso : UPDATE : 27.12% done, estimate finish Sat Apr 27 11:04:55 2019 xorriso : UPDATE : 27.23% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 27.23% done, estimate finish Sat Apr 27 11:05:21 2019 xorriso : UPDATE : 27.23% done, estimate finish Sat Apr 27 11:05:39 2019 xorriso : UPDATE : 27.75% done, estimate finish Sat Apr 27 11:04:55 2019 xorriso : UPDATE : 27.81% done, estimate finish Sat Apr 27 11:05:06 2019 xorriso : UPDATE : 28.08% done, estimate finish Sat Apr 27 11:04:55 2019 xorriso : UPDATE : 28.23% done, estimate finish Sat Apr 27 11:04:59 2019 xorriso : UPDATE : 28.39% done, estimate finish Sat Apr 27 11:04:59 2019 xorriso : UPDATE : 28.57% done, estimate finish Sat Apr 27 11:04:57 2019 xorriso : UPDATE : 28.72% done, estimate finish Sat Apr 27 11:04:57 2019 xorriso : UPDATE : 28.85% done, estimate finish Sat Apr 27 11:05:02 2019 xorriso : UPDATE : 29.01% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 29.15% done, estimate finish Sat Apr 27 11:05:03 2019 xorriso : UPDATE : 29.34% done, estimate finish Sat Apr 27 11:04:59 2019 xorriso : UPDATE : 29.36% done, estimate finish Sat Apr 27 11:05:13 2019 xorriso : UPDATE : 29.67% done, estimate finish Sat Apr 27 11:04:58 2019 xorriso : UPDATE : 29.83% done, estimate finish Sat Apr 27 11:04:58 2019 xorriso : UPDATE : 29.99% done, estimate finish Sat Apr 27 11:04:57 2019 xorriso : UPDATE : 30.15% done, estimate finish Sat Apr 27 11:04:57 2019 xorriso : UPDATE : 30.30% done, estimate finish Sat Apr 27 11:04:58 2019 xorriso : UPDATE : 30.45% done, estimate finish Sat Apr 27 11:04:59 2019 xorriso : UPDATE : 30.51% done, estimate finish Sat Apr 27 11:05:11 2019 xorriso : UPDATE : 30.69% done, estimate finish Sat Apr 27 11:05:08 2019 xorriso : UPDATE : 30.89% done, estimate finish Sat Apr 27 11:05:02 2019 xorriso : UPDATE : 31.05% done, estimate finish Sat Apr 27 11:05:02 2019 xorriso : UPDATE : 31.19% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 31.19% done, estimate finish Sat Apr 27 11:05:43 2019 xorriso : UPDATE : 31.58% done, estimate finish Sat Apr 27 11:04:55 2019 xorriso : UPDATE : 31.70% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 31.89% done, estimate finish Sat Apr 27 11:04:56 2019 xorriso : UPDATE : 32.03% done, estimate finish Sat Apr 27 11:04:58 2019 xorriso : UPDATE : 32.03% done, estimate finish Sat Apr 27 11:05:19 2019 xorriso : UPDATE : 32.34% done, estimate finish Sat Apr 27 11:04:59 2019 xorriso : UPDATE : 32.52% done, estimate finish Sat Apr 27 11:04:56 2019 xorriso : UPDATE : 32.60% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 32.83% done, estimate finish Sat Apr 27 11:04:57 2019 xorriso : UPDATE : 32.97% done, estimate finish Sat Apr 27 11:04:29 2019 xorriso : UPDATE : 33.08% done, estimate finish Sat Apr 27 11:04:36 2019 xorriso : UPDATE : 33.28% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 33.46% done, estimate finish Sat Apr 27 11:04:33 2019 xorriso : UPDATE : 33.61% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 33.77% done, estimate finish Sat Apr 27 11:04:36 2019 xorriso : UPDATE : 33.93% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 34.08% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 34.15% done, estimate finish Sat Apr 27 11:04:47 2019 xorriso : UPDATE : 34.36% done, estimate finish Sat Apr 27 11:04:43 2019 xorriso : UPDATE : 34.49% done, estimate finish Sat Apr 27 11:05:08 2019 xorriso : UPDATE : 34.72% done, estimate finish Sat Apr 27 11:04:55 2019 xorriso : UPDATE : 34.89% done, estimate finish Sat Apr 27 11:04:53 2019 xorriso : UPDATE : 34.98% done, estimate finish Sat Apr 27 11:05:02 2019 xorriso : UPDATE : 35.26% done, estimate finish Sat Apr 27 11:04:47 2019 xorriso : UPDATE : 35.43% done, estimate finish Sat Apr 27 11:04:46 2019 xorriso : UPDATE : 35.47% done, estimate finish Sat Apr 27 11:04:59 2019 xorriso : UPDATE : 35.77% done, estimate finish Sat Apr 27 11:04:44 2019 xorriso : UPDATE : 35.94% done, estimate finish Sat Apr 27 11:04:44 2019 xorriso : UPDATE : 36.07% done, estimate finish Sat Apr 27 11:04:47 2019 xorriso : UPDATE : 36.24% done, estimate finish Sat Apr 27 11:04:30 2019 xorriso : UPDATE : 36.30% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 36.55% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 36.72% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 36.86% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 37.03% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 37.19% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 37.33% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 37.44% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 37.65% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 37.79% done, estimate finish Sat Apr 27 11:04:59 2019 xorriso : UPDATE : 37.91% done, estimate finish Sat Apr 27 11:05:03 2019 xorriso : UPDATE : 38.06% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 38.19% done, estimate finish Sat Apr 27 11:05:06 2019 xorriso : UPDATE : 38.33% done, estimate finish Sat Apr 27 11:05:09 2019 xorriso : UPDATE : 38.46% done, estimate finish Sat Apr 27 11:05:10 2019 xorriso : UPDATE : 38.60% done, estimate finish Sat Apr 27 11:05:12 2019 xorriso : UPDATE : 38.60% done, estimate finish Sat Apr 27 11:05:30 2019 xorriso : UPDATE : 38.95% done, estimate finish Sat Apr 27 11:05:07 2019 xorriso : UPDATE : 39.09% done, estimate finish Sat Apr 27 11:05:07 2019 xorriso : UPDATE : 39.21% done, estimate finish Sat Apr 27 11:05:21 2019 xorriso : UPDATE : 39.21% done, estimate finish Sat Apr 27 11:05:49 2019 xorriso : UPDATE : 39.50% done, estimate finish Sat Apr 27 11:05:20 2019 xorriso : UPDATE : 39.71% done, estimate finish Sat Apr 27 11:05:09 2019 xorriso : UPDATE : 39.87% done, estimate finish Sat Apr 27 11:05:08 2019 xorriso : UPDATE : 40.03% done, estimate finish Sat Apr 27 11:05:08 2019 xorriso : UPDATE : 40.14% done, estimate finish Sat Apr 27 11:05:12 2019 xorriso : UPDATE : 40.31% done, estimate finish Sat Apr 27 11:05:10 2019 xorriso : UPDATE : 40.45% done, estimate finish Sat Apr 27 11:05:10 2019 xorriso : UPDATE : 40.62% done, estimate finish Sat Apr 27 11:05:08 2019 xorriso : UPDATE : 40.75% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 40.91% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 41.02% done, estimate finish Sat Apr 27 11:05:07 2019 xorriso : UPDATE : 41.19% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 41.35% done, estimate finish Sat Apr 27 11:05:03 2019 xorriso : UPDATE : 41.50% done, estimate finish Sat Apr 27 11:05:03 2019 xorriso : UPDATE : 41.50% done, estimate finish Sat Apr 27 11:05:21 2019 xorriso : UPDATE : 41.79% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 41.98% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 42.14% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 42.33% done, estimate finish Sat Apr 27 11:04:54 2019 xorriso : UPDATE : 42.50% done, estimate finish Sat Apr 27 11:04:53 2019 xorriso : UPDATE : 42.67% done, estimate finish Sat Apr 27 11:04:51 2019 xorriso : UPDATE : 42.71% done, estimate finish Sat Apr 27 11:05:07 2019 xorriso : UPDATE : 43.01% done, estimate finish Sat Apr 27 11:04:49 2019 xorriso : UPDATE : 43.16% done, estimate finish Sat Apr 27 11:04:49 2019 xorriso : UPDATE : 43.33% done, estimate finish Sat Apr 27 11:04:47 2019 xorriso : UPDATE : 43.46% done, estimate finish Sat Apr 27 11:04:51 2019 xorriso : UPDATE : 43.64% done, estimate finish Sat Apr 27 11:04:49 2019 xorriso : UPDATE : 43.65% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 43.95% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 44.07% done, estimate finish Sat Apr 27 11:04:50 2019 xorriso : UPDATE : 44.28% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 44.40% done, estimate finish Sat Apr 27 11:04:51 2019 xorriso : UPDATE : 44.60% done, estimate finish Sat Apr 27 11:04:46 2019 xorriso : UPDATE : 44.72% done, estimate finish Sat Apr 27 11:04:49 2019 xorriso : UPDATE : 44.90% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 45.05% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 45.21% done, estimate finish Sat Apr 27 11:04:49 2019 xorriso : UPDATE : 45.38% done, estimate finish Sat Apr 27 11:04:47 2019 xorriso : UPDATE : 45.53% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 45.68% done, estimate finish Sat Apr 27 11:04:49 2019 xorriso : UPDATE : 45.74% done, estimate finish Sat Apr 27 11:05:03 2019 xorriso : UPDATE : 45.74% done, estimate finish Sat Apr 27 11:05:26 2019 xorriso : UPDATE : 45.74% done, estimate finish Sat Apr 27 11:05:48 2019 xorriso : UPDATE : 45.74% done, estimate finish Sat Apr 27 11:06:11 2019 xorriso : UPDATE : 45.74% done, estimate finish Sat Apr 27 11:06:33 2019 xorriso : UPDATE : 45.74% done, estimate finish Sat Apr 27 11:06:56 2019 xorriso : UPDATE : 45.74% done, estimate finish Sat Apr 27 11:07:19 2019 xorriso : UPDATE : 46.92% done, estimate finish Sat Apr 27 11:04:52 2019 xorriso : UPDATE : 47.10% done, estimate finish Sat Apr 27 11:04:50 2019 xorriso : UPDATE : 47.33% done, estimate finish Sat Apr 27 11:04:42 2019 xorriso : UPDATE : 47.44% done, estimate finish Sat Apr 27 11:04:49 2019 xorriso : UPDATE : 47.61% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 47.79% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 47.91% done, estimate finish Sat Apr 27 11:04:50 2019 xorriso : UPDATE : 48.12% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 48.28% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 48.42% done, estimate finish Sat Apr 27 11:04:46 2019 xorriso : UPDATE : 48.58% done, estimate finish Sat Apr 27 11:04:47 2019 xorriso : UPDATE : 48.68% done, estimate finish Sat Apr 27 11:04:51 2019 xorriso : UPDATE : 48.86% done, estimate finish Sat Apr 27 11:04:58 2019 xorriso : UPDATE : 48.98% done, estimate finish Sat Apr 27 11:05:03 2019 xorriso : UPDATE : 49.11% done, estimate finish Sat Apr 27 11:05:06 2019 xorriso : UPDATE : 49.22% done, estimate finish Sat Apr 27 11:05:10 2019 xorriso : UPDATE : 49.35% done, estimate finish Sat Apr 27 11:05:12 2019 xorriso : UPDATE : 49.46% done, estimate finish Sat Apr 27 11:05:16 2019 xorriso : UPDATE : 49.59% done, estimate finish Sat Apr 27 11:05:18 2019 xorriso : UPDATE : 49.72% done, estimate finish Sat Apr 27 11:05:19 2019 xorriso : UPDATE : 49.88% done, estimate finish Sat Apr 27 11:05:18 2019 xorriso : UPDATE : 49.99% done, estimate finish Sat Apr 27 11:05:20 2019 xorriso : UPDATE : 50.11% done, estimate finish Sat Apr 27 11:05:50 2019 xorriso : UPDATE : 50.25% done, estimate finish Sat Apr 27 11:05:47 2019 xorriso : UPDATE : 50.37% done, estimate finish Sat Apr 27 11:05:48 2019 xorriso : UPDATE : 50.57% done, estimate finish Sat Apr 27 11:05:36 2019 xorriso : UPDATE : 50.74% done, estimate finish Sat Apr 27 11:05:30 2019 xorriso : UPDATE : 50.90% done, estimate finish Sat Apr 27 11:05:28 2019 xorriso : UPDATE : 51.03% done, estimate finish Sat Apr 27 11:05:28 2019 xorriso : UPDATE : 51.10% done, estimate finish Sat Apr 27 11:05:35 2019 xorriso : UPDATE : 51.29% done, estimate finish Sat Apr 27 11:05:29 2019 xorriso : UPDATE : 51.45% done, estimate finish Sat Apr 27 11:05:28 2019 xorriso : UPDATE : 51.60% done, estimate finish Sat Apr 27 11:05:07 2019 xorriso : UPDATE : 51.73% done, estimate finish Sat Apr 27 11:05:09 2019 xorriso : UPDATE : 51.89% done, estimate finish Sat Apr 27 11:05:07 2019 xorriso : UPDATE : 51.92% done, estimate finish Sat Apr 27 11:05:22 2019 xorriso : UPDATE : 51.92% done, estimate finish Sat Apr 27 11:05:42 2019 xorriso : UPDATE : 51.92% done, estimate finish Sat Apr 27 11:06:00 2019 xorriso : UPDATE : 52.52% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 52.74% done, estimate finish Sat Apr 27 11:04:57 2019 xorriso : UPDATE : 52.90% done, estimate finish Sat Apr 27 11:04:57 2019 xorriso : UPDATE : 52.97% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 53.21% done, estimate finish Sat Apr 27 11:04:50 2019 xorriso : UPDATE : 53.39% done, estimate finish Sat Apr 27 11:04:47 2019 xorriso : UPDATE : 53.57% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 53.71% done, estimate finish Sat Apr 27 11:04:47 2019 xorriso : UPDATE : 53.86% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 53.96% done, estimate finish Sat Apr 27 11:04:54 2019 xorriso : UPDATE : 53.96% done, estimate finish Sat Apr 27 11:05:08 2019 xorriso : UPDATE : 53.96% done, estimate finish Sat Apr 27 11:05:23 2019 xorriso : UPDATE : 54.52% done, estimate finish Sat Apr 27 11:04:47 2019 xorriso : UPDATE : 54.59% done, estimate finish Sat Apr 27 11:04:54 2019 xorriso : UPDATE : 54.69% done, estimate finish Sat Apr 27 11:05:07 2019 xorriso : UPDATE : 54.69% done, estimate finish Sat Apr 27 11:05:30 2019 xorriso : UPDATE : 55.12% done, estimate finish Sat Apr 27 11:04:50 2019 xorriso : UPDATE : 55.12% done, estimate finish Sat Apr 27 11:05:09 2019 xorriso : UPDATE : 55.12% done, estimate finish Sat Apr 27 11:05:25 2019 xorriso : UPDATE : 55.68% done, estimate finish Sat Apr 27 11:04:44 2019 xorriso : UPDATE : 55.83% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 55.99% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 56.11% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 56.30% done, estimate finish Sat Apr 27 11:04:46 2019 xorriso : UPDATE : 56.46% done, estimate finish Sat Apr 27 11:04:31 2019 xorriso : UPDATE : 56.55% done, estimate finish Sat Apr 27 11:04:39 2019 xorriso : UPDATE : 56.77% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 56.93% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 57.09% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 57.24% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 57.40% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 57.50% done, estimate finish Sat Apr 27 11:04:42 2019 xorriso : UPDATE : 57.73% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 57.89% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 58.06% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 58.06% done, estimate finish Sat Apr 27 11:05:06 2019 xorriso : UPDATE : 58.06% done, estimate finish Sat Apr 27 11:05:27 2019 xorriso : UPDATE : 58.26% done, estimate finish Sat Apr 27 11:05:17 2019 xorriso : UPDATE : 58.63% done, estimate finish Sat Apr 27 11:04:54 2019 xorriso : UPDATE : 58.81% done, estimate finish Sat Apr 27 11:04:52 2019 xorriso : UPDATE : 58.81% done, estimate finish Sat Apr 27 11:05:05 2019 xorriso : UPDATE : 58.81% done, estimate finish Sat Apr 27 11:05:19 2019 xorriso : UPDATE : 58.81% done, estimate finish Sat Apr 27 11:05:33 2019 xorriso : UPDATE : 58.81% done, estimate finish Sat Apr 27 11:05:47 2019 xorriso : UPDATE : 59.64% done, estimate finish Sat Apr 27 11:04:49 2019 xorriso : UPDATE : 59.99% done, estimate finish Sat Apr 27 11:04:16 2019 xorriso : UPDATE : 60.07% done, estimate finish Sat Apr 27 11:04:25 2019 xorriso : UPDATE : 60.30% done, estimate finish Sat Apr 27 11:04:22 2019 xorriso : UPDATE : 60.45% done, estimate finish Sat Apr 27 11:04:24 2019 xorriso : UPDATE : 60.58% done, estimate finish Sat Apr 27 11:04:27 2019 xorriso : UPDATE : 60.71% done, estimate finish Sat Apr 27 11:04:30 2019 xorriso : UPDATE : 60.85% done, estimate finish Sat Apr 27 11:04:33 2019 xorriso : UPDATE : 60.96% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 61.16% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 61.30% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 61.45% done, estimate finish Sat Apr 27 11:05:05 2019 xorriso : UPDATE : 61.63% done, estimate finish Sat Apr 27 11:05:02 2019 xorriso : UPDATE : 61.75% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 61.96% done, estimate finish Sat Apr 27 11:04:57 2019 xorriso : UPDATE : 62.20% done, estimate finish Sat Apr 27 11:04:50 2019 xorriso : UPDATE : 62.24% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 62.50% done, estimate finish Sat Apr 27 11:04:50 2019 xorriso : UPDATE : 62.59% done, estimate finish Sat Apr 27 11:04:56 2019 xorriso : UPDATE : 62.84% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 63.00% done, estimate finish Sat Apr 27 11:04:49 2019 xorriso : UPDATE : 63.13% done, estimate finish Sat Apr 27 11:04:39 2019 xorriso : UPDATE : 63.31% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 63.47% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 63.63% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 63.77% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 63.93% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 64.03% done, estimate finish Sat Apr 27 11:04:46 2019 xorriso : UPDATE : 64.26% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 64.36% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 64.54% done, estimate finish Sat Apr 27 11:04:44 2019 xorriso : UPDATE : 64.69% done, estimate finish Sat Apr 27 11:04:51 2019 xorriso : UPDATE : 64.80% done, estimate finish Sat Apr 27 11:04:55 2019 xorriso : UPDATE : 65.00% done, estimate finish Sat Apr 27 11:04:51 2019 xorriso : UPDATE : 65.14% done, estimate finish Sat Apr 27 11:04:51 2019 xorriso : UPDATE : 65.28% done, estimate finish Sat Apr 27 11:04:53 2019 xorriso : UPDATE : 65.43% done, estimate finish Sat Apr 27 11:04:54 2019 xorriso : UPDATE : 65.57% done, estimate finish Sat Apr 27 11:04:55 2019 xorriso : UPDATE : 65.73% done, estimate finish Sat Apr 27 11:04:55 2019 xorriso : UPDATE : 65.85% done, estimate finish Sat Apr 27 11:04:56 2019 xorriso : UPDATE : 66.02% done, estimate finish Sat Apr 27 11:04:56 2019 xorriso : UPDATE : 66.18% done, estimate finish Sat Apr 27 11:04:58 2019 xorriso : UPDATE : 66.30% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 66.47% done, estimate finish Sat Apr 27 11:04:59 2019 xorriso : UPDATE : 66.63% done, estimate finish Sat Apr 27 11:04:58 2019 xorriso : UPDATE : 66.76% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 66.91% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 67.06% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 67.21% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 67.35% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 67.48% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 67.63% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 67.80% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 67.97% done, estimate finish Sat Apr 27 11:04:59 2019 xorriso : UPDATE : 68.11% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 68.26% done, estimate finish Sat Apr 27 11:05:00 2019 xorriso : UPDATE : 68.33% done, estimate finish Sat Apr 27 11:05:06 2019 xorriso : UPDATE : 68.40% done, estimate finish Sat Apr 27 11:05:12 2019 xorriso : UPDATE : 68.52% done, estimate finish Sat Apr 27 11:05:14 2019 xorriso : UPDATE : 68.67% done, estimate finish Sat Apr 27 11:05:13 2019 xorriso : UPDATE : 68.84% done, estimate finish Sat Apr 27 11:05:11 2019 xorriso : UPDATE : 68.93% done, estimate finish Sat Apr 27 11:05:24 2019 xorriso : UPDATE : 69.08% done, estimate finish Sat Apr 27 11:05:21 2019 xorriso : UPDATE : 69.30% done, estimate finish Sat Apr 27 11:05:11 2019 xorriso : UPDATE : 69.45% done, estimate finish Sat Apr 27 11:05:10 2019 xorriso : UPDATE : 69.62% done, estimate finish Sat Apr 27 11:05:07 2019 xorriso : UPDATE : 69.67% done, estimate finish Sat Apr 27 11:05:16 2019 xorriso : UPDATE : 69.71% done, estimate finish Sat Apr 27 11:05:24 2019 xorriso : UPDATE : 70.15% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 70.19% done, estimate finish Sat Apr 27 11:05:08 2019 xorriso : UPDATE : 70.44% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 70.66% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 70.78% done, estimate finish Sat Apr 27 11:04:42 2019 xorriso : UPDATE : 71.01% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 71.10% done, estimate finish Sat Apr 27 11:04:43 2019 xorriso : UPDATE : 71.38% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 71.57% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 71.75% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 71.91% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 71.93% done, estimate finish Sat Apr 27 11:04:42 2019 xorriso : UPDATE : 72.15% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 72.43% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 72.59% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 72.77% done, estimate finish Sat Apr 27 11:04:33 2019 xorriso : UPDATE : 72.93% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 72.97% done, estimate finish Sat Apr 27 11:04:42 2019 xorriso : UPDATE : 72.97% done, estimate finish Sat Apr 27 11:04:53 2019 xorriso : UPDATE : 72.97% done, estimate finish Sat Apr 27 11:05:03 2019 xorriso : UPDATE : 72.97% done, estimate finish Sat Apr 27 11:05:13 2019 xorriso : UPDATE : 72.97% done, estimate finish Sat Apr 27 11:05:24 2019 xorriso : UPDATE : 72.97% done, estimate finish Sat Apr 27 11:05:34 2019 xorriso : UPDATE : 72.97% done, estimate finish Sat Apr 27 11:05:44 2019 xorriso : UPDATE : 72.97% done, estimate finish Sat Apr 27 11:11:57 2019 xorriso : UPDATE : 72.97% done, estimate finish Sat Apr 27 11:12:53 2019 xorriso : UPDATE : 73.22% done, estimate finish Sat Apr 27 11:09:27 2019 xorriso : UPDATE : 74.80% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 74.95% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 75.12% done, estimate finish Sat Apr 27 11:04:39 2019 xorriso : UPDATE : 75.27% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 75.39% done, estimate finish Sat Apr 27 11:04:42 2019 xorriso : UPDATE : 75.51% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 75.70% done, estimate finish Sat Apr 27 11:04:43 2019 xorriso : UPDATE : 75.86% done, estimate finish Sat Apr 27 11:03:52 2019 xorriso : UPDATE : 76.04% done, estimate finish Sat Apr 27 11:03:55 2019 xorriso : UPDATE : 76.19% done, estimate finish Sat Apr 27 11:03:57 2019 xorriso : UPDATE : 76.36% done, estimate finish Sat Apr 27 11:03:59 2019 xorriso : UPDATE : 76.51% done, estimate finish Sat Apr 27 11:04:03 2019 xorriso : UPDATE : 76.53% done, estimate finish Sat Apr 27 11:04:09 2019 xorriso : UPDATE : 76.86% done, estimate finish Sat Apr 27 11:04:05 2019 xorriso : UPDATE : 77.02% done, estimate finish Sat Apr 27 11:04:07 2019 xorriso : UPDATE : 77.17% done, estimate finish Sat Apr 27 11:04:09 2019 xorriso : UPDATE : 77.35% done, estimate finish Sat Apr 27 11:04:10 2019 xorriso : UPDATE : 77.53% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 77.70% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 77.86% done, estimate finish Sat Apr 27 11:04:42 2019 xorriso : UPDATE : 78.03% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 78.18% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 78.35% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 78.55% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 78.69% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 78.88% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 79.04% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 79.20% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 79.34% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 79.54% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 79.54% done, estimate finish Sat Apr 27 11:04:49 2019 xorriso : UPDATE : 79.90% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 80.00% done, estimate finish Sat Apr 27 11:04:42 2019 xorriso : UPDATE : 80.17% done, estimate finish Sat Apr 27 11:04:42 2019 xorriso : UPDATE : 80.17% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 80.17% done, estimate finish Sat Apr 27 11:04:56 2019 xorriso : UPDATE : 80.17% done, estimate finish Sat Apr 27 11:05:03 2019 xorriso : UPDATE : 80.17% done, estimate finish Sat Apr 27 11:05:56 2019 xorriso : UPDATE : 81.18% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 81.36% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 81.40% done, estimate finish Sat Apr 27 11:04:39 2019 xorriso : UPDATE : 81.71% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 81.87% done, estimate finish Sat Apr 27 11:04:33 2019 xorriso : UPDATE : 82.02% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 82.18% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 82.35% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 82.50% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 82.67% done, estimate finish Sat Apr 27 11:04:10 2019 xorriso : UPDATE : 82.82% done, estimate finish Sat Apr 27 11:04:12 2019 xorriso : UPDATE : 82.98% done, estimate finish Sat Apr 27 11:04:13 2019 xorriso : UPDATE : 83.15% done, estimate finish Sat Apr 27 11:04:15 2019 xorriso : UPDATE : 83.32% done, estimate finish Sat Apr 27 11:04:17 2019 xorriso : UPDATE : 83.44% done, estimate finish Sat Apr 27 11:04:18 2019 xorriso : UPDATE : 83.67% done, estimate finish Sat Apr 27 11:04:19 2019 xorriso : UPDATE : 83.84% done, estimate finish Sat Apr 27 11:04:19 2019 xorriso : UPDATE : 84.01% done, estimate finish Sat Apr 27 11:04:21 2019 xorriso : UPDATE : 84.01% done, estimate finish Sat Apr 27 11:04:25 2019 xorriso : UPDATE : 84.01% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 84.54% done, estimate finish Sat Apr 27 11:04:36 2019 xorriso : UPDATE : 84.64% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 84.64% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 84.64% done, estimate finish Sat Apr 27 11:04:56 2019 xorriso : UPDATE : 84.64% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 85.41% done, estimate finish Sat Apr 27 11:04:36 2019 xorriso : UPDATE : 85.47% done, estimate finish Sat Apr 27 11:04:40 2019 xorriso : UPDATE : 85.47% done, estimate finish Sat Apr 27 11:04:45 2019 xorriso : UPDATE : 85.70% done, estimate finish Sat Apr 27 11:04:43 2019 xorriso : UPDATE : 86.02% done, estimate finish Sat Apr 27 11:04:26 2019 xorriso : UPDATE : 86.28% done, estimate finish Sat Apr 27 11:04:24 2019 xorriso : UPDATE : 86.42% done, estimate finish Sat Apr 27 11:04:25 2019 xorriso : UPDATE : 86.56% done, estimate finish Sat Apr 27 11:04:27 2019 xorriso : UPDATE : 86.79% done, estimate finish Sat Apr 27 11:04:27 2019 xorriso : UPDATE : 86.90% done, estimate finish Sat Apr 27 11:04:29 2019 xorriso : UPDATE : 87.11% done, estimate finish Sat Apr 27 11:04:28 2019 xorriso : UPDATE : 87.29% done, estimate finish Sat Apr 27 11:04:28 2019 xorriso : UPDATE : 87.47% done, estimate finish Sat Apr 27 11:04:29 2019 xorriso : UPDATE : 87.49% done, estimate finish Sat Apr 27 11:04:33 2019 xorriso : UPDATE : 87.49% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 87.49% done, estimate finish Sat Apr 27 11:04:57 2019 xorriso : UPDATE : 87.49% done, estimate finish Sat Apr 27 11:05:05 2019 xorriso : UPDATE : 87.49% done, estimate finish Sat Apr 27 11:05:14 2019 xorriso : UPDATE : 87.76% done, estimate finish Sat Apr 27 11:05:04 2019 xorriso : UPDATE : 88.65% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 88.82% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 88.95% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 88.95% done, estimate finish Sat Apr 27 11:04:39 2019 xorriso : UPDATE : 89.35% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 89.48% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 89.50% done, estimate finish Sat Apr 27 11:04:33 2019 xorriso : UPDATE : 89.74% done, estimate finish Sat Apr 27 11:04:31 2019 xorriso : UPDATE : 89.74% done, estimate finish Sat Apr 27 11:04:36 2019 xorriso : UPDATE : 90.06% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 90.06% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 90.06% done, estimate finish Sat Apr 27 11:04:41 2019 xorriso : UPDATE : 90.55% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 90.81% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 90.95% done, estimate finish Sat Apr 27 11:04:33 2019 xorriso : UPDATE : 90.95% done, estimate finish Sat Apr 27 11:04:37 2019 xorriso : UPDATE : 91.33% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 91.33% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 91.61% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 91.80% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 91.80% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 91.80% done, estimate finish Sat Apr 27 11:04:43 2019 xorriso : UPDATE : 91.80% done, estimate finish Sat Apr 27 11:04:48 2019 xorriso : UPDATE : 92.45% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 92.45% done, estimate finish Sat Apr 27 11:04:39 2019 xorriso : UPDATE : 92.45% done, estimate finish Sat Apr 27 11:04:42 2019 xorriso : UPDATE : 92.45% done, estimate finish Sat Apr 27 11:05:01 2019 xorriso : UPDATE : 93.23% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 93.23% done, estimate finish Sat Apr 27 11:04:39 2019 xorriso : UPDATE : 93.23% done, estimate finish Sat Apr 27 11:04:43 2019 xorriso : UPDATE : 93.23% done, estimate finish Sat Apr 27 11:04:47 2019 xorriso : UPDATE : 93.93% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 93.93% done, estimate finish Sat Apr 27 11:04:38 2019 xorriso : UPDATE : 94.43% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 94.49% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 94.65% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 94.65% done, estimate finish Sat Apr 27 11:04:29 2019 xorriso : UPDATE : 95.13% done, estimate finish Sat Apr 27 11:04:26 2019 xorriso : UPDATE : 95.29% done, estimate finish Sat Apr 27 11:04:27 2019 xorriso : UPDATE : 95.45% done, estimate finish Sat Apr 27 11:04:28 2019 xorriso : UPDATE : 95.59% done, estimate finish Sat Apr 27 11:04:29 2019 xorriso : UPDATE : 95.72% done, estimate finish Sat Apr 27 11:04:30 2019 xorriso : UPDATE : 95.92% done, estimate finish Sat Apr 27 11:04:30 2019 xorriso : UPDATE : 96.16% done, estimate finish Sat Apr 27 11:04:29 2019 xorriso : UPDATE : 96.28% done, estimate finish Sat Apr 27 11:04:30 2019 xorriso : UPDATE : 96.52% done, estimate finish Sat Apr 27 11:04:30 2019 xorriso : UPDATE : 96.61% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 96.85% done, estimate finish Sat Apr 27 11:04:31 2019 xorriso : UPDATE : 97.05% done, estimate finish Sat Apr 27 11:04:31 2019 xorriso : UPDATE : 97.10% done, estimate finish Sat Apr 27 11:04:33 2019 xorriso : UPDATE : 97.44% done, estimate finish Sat Apr 27 11:04:31 2019 xorriso : UPDATE : 97.58% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 97.72% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 97.72% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 98.12% done, estimate finish Sat Apr 27 11:04:32 2019 xorriso : UPDATE : 98.26% done, estimate finish Sat Apr 27 11:04:33 2019 xorriso : UPDATE : 98.35% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 98.56% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 98.72% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 98.87% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 99.04% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 99.20% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 99.35% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 99.50% done, estimate finish Sat Apr 27 11:04:34 2019 xorriso : UPDATE : 99.65% done, estimate finish Sat Apr 27 11:04:35 2019 xorriso : UPDATE : 99.78% done xorriso : UPDATE : 99.83% done ISO image produced: 23587953 sectors Written to medium : 23587953 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 27 Apr 11:04:37 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.9.0 amd64 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/Damd64/debian-9.9.0-amd64-DLBD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/Damd64/debian-9.9.0-amd64-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/Damd64/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long CD2 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/Damd64/stretch/CD2' xorriso : UPDATE : 18486 files added in 1 seconds xorriso : UPDATE : 18486 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.15% done xorriso : UPDATE : 0.26% done, estimate finish Sat Apr 27 11:19:32 2019 xorriso : UPDATE : 0.60% done, estimate finish Sat Apr 27 11:13:50 2019 xorriso : UPDATE : 1.19% done, estimate finish Sat Apr 27 11:10:40 2019 xorriso : UPDATE : 1.90% done, estimate finish Sat Apr 27 11:09:19 2019 xorriso : UPDATE : 2.59% done, estimate finish Sat Apr 27 11:08:43 2019 xorriso : UPDATE : 3.14% done, estimate finish Sat Apr 27 11:08:32 2019 xorriso : UPDATE : 3.97% done, estimate finish Sat Apr 27 11:08:08 2019 xorriso : UPDATE : 4.70% done, estimate finish Sat Apr 27 11:07:57 2019 xorriso : UPDATE : 5.32% done, estimate finish Sat Apr 27 11:07:53 2019 xorriso : UPDATE : 5.70% done, estimate finish Sat Apr 27 11:07:58 2019 xorriso : UPDATE : 6.70% done, estimate finish Sat Apr 27 11:07:43 2019 xorriso : UPDATE : 6.98% done, estimate finish Sat Apr 27 11:07:18 2019 xorriso : UPDATE : 8.06% done, estimate finish Sat Apr 27 11:07:08 2019 xorriso : UPDATE : 8.88% done, estimate finish Sat Apr 27 11:07:06 2019 xorriso : UPDATE : 9.57% done, estimate finish Sat Apr 27 11:07:06 2019 xorriso : UPDATE : 10.23% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 10.23% done, estimate finish Sat Apr 27 11:07:17 2019 xorriso : UPDATE : 11.69% done, estimate finish Sat Apr 27 11:07:05 2019 xorriso : UPDATE : 11.86% done, estimate finish Sat Apr 27 11:07:12 2019 xorriso : UPDATE : 13.04% done, estimate finish Sat Apr 27 11:07:06 2019 xorriso : UPDATE : 13.65% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 13.65% done, estimate finish Sat Apr 27 11:07:13 2019 xorriso : UPDATE : 15.18% done, estimate finish Sat Apr 27 11:07:00 2019 xorriso : UPDATE : 15.81% done, estimate finish Sat Apr 27 11:07:02 2019 xorriso : UPDATE : 16.84% done, estimate finish Sat Apr 27 11:06:59 2019 xorriso : UPDATE : 17.38% done, estimate finish Sat Apr 27 11:07:00 2019 xorriso : UPDATE : 17.95% done, estimate finish Sat Apr 27 11:07:02 2019 xorriso : UPDATE : 18.74% done, estimate finish Sat Apr 27 11:07:01 2019 xorriso : UPDATE : 19.40% done, estimate finish Sat Apr 27 11:07:02 2019 xorriso : UPDATE : 19.68% done, estimate finish Sat Apr 27 11:07:05 2019 xorriso : UPDATE : 20.83% done, estimate finish Sat Apr 27 11:07:01 2019 xorriso : UPDATE : 21.48% done, estimate finish Sat Apr 27 11:06:58 2019 xorriso : UPDATE : 22.21% done, estimate finish Sat Apr 27 11:06:58 2019 xorriso : UPDATE : 22.83% done, estimate finish Sat Apr 27 11:06:59 2019 xorriso : UPDATE : 23.35% done, estimate finish Sat Apr 27 11:07:01 2019 xorriso : UPDATE : 24.20% done, estimate finish Sat Apr 27 11:07:00 2019 xorriso : UPDATE : 24.93% done, estimate finish Sat Apr 27 11:07:00 2019 xorriso : UPDATE : 25.65% done, estimate finish Sat Apr 27 11:07:01 2019 xorriso : UPDATE : 26.31% done, estimate finish Sat Apr 27 11:07:01 2019 xorriso : UPDATE : 27.01% done, estimate finish Sat Apr 27 11:07:01 2019 xorriso : UPDATE : 27.68% done, estimate finish Sat Apr 27 11:07:02 2019 xorriso : UPDATE : 28.37% done, estimate finish Sat Apr 27 11:07:06 2019 xorriso : UPDATE : 29.05% done, estimate finish Sat Apr 27 11:07:06 2019 xorriso : UPDATE : 29.74% done, estimate finish Sat Apr 27 11:07:06 2019 xorriso : UPDATE : 30.35% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 31.01% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 31.72% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 32.39% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 33.05% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 33.69% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 34.46% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 35.11% done, estimate finish Sat Apr 27 11:07:08 2019 xorriso : UPDATE : 35.74% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 36.45% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 37.13% done, estimate finish Sat Apr 27 11:07:08 2019 xorriso : UPDATE : 37.85% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 38.40% done, estimate finish Sat Apr 27 11:07:08 2019 xorriso : UPDATE : 39.20% done, estimate finish Sat Apr 27 11:07:07 2019 xorriso : UPDATE : 39.77% done, estimate finish Sat Apr 27 11:07:08 2019 xorriso : UPDATE : 40.38% done, estimate finish Sat Apr 27 11:07:08 2019 xorriso : UPDATE : 40.93% done, estimate finish Sat Apr 27 11:07:10 2019 xorriso : UPDATE : 41.39% done, estimate finish Sat Apr 27 11:07:13 2019 xorriso : UPDATE : 41.72% done, estimate finish Sat Apr 27 11:07:16 2019 xorriso : UPDATE : 42.22% done, estimate finish Sat Apr 27 11:07:17 2019 xorriso : UPDATE : 42.61% done, estimate finish Sat Apr 27 11:07:19 2019 xorriso : UPDATE : 43.28% done, estimate finish Sat Apr 27 11:07:18 2019 xorriso : UPDATE : 44.20% done, estimate finish Sat Apr 27 11:07:15 2019 xorriso : UPDATE : 44.84% done, estimate finish Sat Apr 27 11:07:16 2019 xorriso : UPDATE : 45.30% done, estimate finish Sat Apr 27 11:07:16 2019 xorriso : UPDATE : 45.59% done, estimate finish Sat Apr 27 11:07:19 2019 xorriso : UPDATE : 46.54% done, estimate finish Sat Apr 27 11:07:16 2019 xorriso : UPDATE : 47.05% done, estimate finish Sat Apr 27 11:07:17 2019 xorriso : UPDATE : 47.53% done, estimate finish Sat Apr 27 11:07:21 2019 xorriso : UPDATE : 48.08% done, estimate finish Sat Apr 27 11:07:21 2019 xorriso : UPDATE : 48.08% done, estimate finish Sat Apr 27 11:07:28 2019 xorriso : UPDATE : 48.08% done, estimate finish Sat Apr 27 11:07:35 2019 xorriso : UPDATE : 48.08% done, estimate finish Sat Apr 27 11:07:41 2019 xorriso : UPDATE : 48.08% done, estimate finish Sat Apr 27 11:07:48 2019 xorriso : UPDATE : 48.08% done, estimate finish Sat Apr 27 11:07:54 2019 xorriso : UPDATE : 48.08% done, estimate finish Sat Apr 27 11:08:01 2019 xorriso : UPDATE : 52.89% done, estimate finish Sat Apr 27 11:07:16 2019 xorriso : UPDATE : 53.73% done, estimate finish Sat Apr 27 11:07:15 2019 xorriso : UPDATE : 54.12% done, estimate finish Sat Apr 27 11:07:12 2019 xorriso : UPDATE : 54.59% done, estimate finish Sat Apr 27 11:07:14 2019 xorriso : UPDATE : 55.87% done, estimate finish Sat Apr 27 11:07:09 2019 xorriso : UPDATE : 56.40% done, estimate finish Sat Apr 27 11:07:10 2019 xorriso : UPDATE : 56.82% done, estimate finish Sat Apr 27 11:07:12 2019 xorriso : UPDATE : 57.24% done, estimate finish Sat Apr 27 11:07:14 2019 xorriso : UPDATE : 57.67% done, estimate finish Sat Apr 27 11:07:15 2019 xorriso : UPDATE : 57.92% done, estimate finish Sat Apr 27 11:07:17 2019 xorriso : UPDATE : 58.70% done, estimate finish Sat Apr 27 11:07:17 2019 xorriso : UPDATE : 59.20% done, estimate finish Sat Apr 27 11:07:17 2019 xorriso : UPDATE : 59.58% done, estimate finish Sat Apr 27 11:07:24 2019 xorriso : UPDATE : 60.24% done, estimate finish Sat Apr 27 11:07:22 2019 xorriso : UPDATE : 60.78% done, estimate finish Sat Apr 27 11:07:22 2019 xorriso : UPDATE : 61.33% done, estimate finish Sat Apr 27 11:07:23 2019 xorriso : UPDATE : 61.86% done, estimate finish Sat Apr 27 11:07:23 2019 xorriso : UPDATE : 62.37% done, estimate finish Sat Apr 27 11:07:24 2019 xorriso : UPDATE : 63.18% done, estimate finish Sat Apr 27 11:07:22 2019 xorriso : UPDATE : 63.28% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 63.28% done, estimate finish Sat Apr 27 11:07:30 2019 xorriso : UPDATE : 63.28% done, estimate finish Sat Apr 27 11:07:33 2019 xorriso : UPDATE : 65.46% done, estimate finish Sat Apr 27 11:07:20 2019 xorriso : UPDATE : 66.03% done, estimate finish Sat Apr 27 11:07:20 2019 xorriso : UPDATE : 66.62% done, estimate finish Sat Apr 27 11:07:21 2019 xorriso : UPDATE : 66.69% done, estimate finish Sat Apr 27 11:07:24 2019 xorriso : UPDATE : 67.69% done, estimate finish Sat Apr 27 11:07:21 2019 xorriso : UPDATE : 68.24% done, estimate finish Sat Apr 27 11:07:22 2019 xorriso : UPDATE : 68.46% done, estimate finish Sat Apr 27 11:07:23 2019 xorriso : UPDATE : 69.38% done, estimate finish Sat Apr 27 11:07:22 2019 xorriso : UPDATE : 69.87% done, estimate finish Sat Apr 27 11:07:22 2019 xorriso : UPDATE : 70.17% done, estimate finish Sat Apr 27 11:07:24 2019 xorriso : UPDATE : 70.17% done, estimate finish Sat Apr 27 11:07:33 2019 xorriso : UPDATE : 71.68% done, estimate finish Sat Apr 27 11:07:23 2019 xorriso : UPDATE : 72.22% done, estimate finish Sat Apr 27 11:07:23 2019 xorriso : UPDATE : 72.66% done, estimate finish Sat Apr 27 11:07:24 2019 xorriso : UPDATE : 73.28% done, estimate finish Sat Apr 27 11:07:23 2019 xorriso : UPDATE : 73.70% done, estimate finish Sat Apr 27 11:07:24 2019 xorriso : UPDATE : 74.28% done, estimate finish Sat Apr 27 11:07:24 2019 xorriso : UPDATE : 74.85% done, estimate finish Sat Apr 27 11:07:24 2019 xorriso : UPDATE : 75.28% done, estimate finish Sat Apr 27 11:07:25 2019 xorriso : UPDATE : 75.81% done, estimate finish Sat Apr 27 11:07:25 2019 xorriso : UPDATE : 76.48% done, estimate finish Sat Apr 27 11:07:20 2019 xorriso : UPDATE : 77.03% done, estimate finish Sat Apr 27 11:07:20 2019 xorriso : UPDATE : 77.62% done, estimate finish Sat Apr 27 11:07:21 2019 xorriso : UPDATE : 77.96% done, estimate finish Sat Apr 27 11:07:22 2019 xorriso : UPDATE : 78.68% done, estimate finish Sat Apr 27 11:07:22 2019 xorriso : UPDATE : 79.08% done, estimate finish Sat Apr 27 11:07:23 2019 xorriso : UPDATE : 79.52% done, estimate finish Sat Apr 27 11:07:24 2019 xorriso : UPDATE : 79.61% done, estimate finish Sat Apr 27 11:07:25 2019 xorriso : UPDATE : 79.61% done, estimate finish Sat Apr 27 11:07:28 2019 xorriso : UPDATE : 79.61% done, estimate finish Sat Apr 27 11:07:32 2019 xorriso : UPDATE : 81.44% done, estimate finish Sat Apr 27 11:07:29 2019 xorriso : UPDATE : 82.13% done, estimate finish Sat Apr 27 11:07:28 2019 xorriso : UPDATE : 82.47% done, estimate finish Sat Apr 27 11:07:29 2019 xorriso : UPDATE : 83.24% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 83.69% done, estimate finish Sat Apr 27 11:07:28 2019 xorriso : UPDATE : 84.03% done, estimate finish Sat Apr 27 11:07:29 2019 xorriso : UPDATE : 84.75% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 85.17% done, estimate finish Sat Apr 27 11:07:28 2019 xorriso : UPDATE : 85.83% done, estimate finish Sat Apr 27 11:07:28 2019 xorriso : UPDATE : 86.41% done, estimate finish Sat Apr 27 11:07:28 2019 xorriso : UPDATE : 86.48% done, estimate finish Sat Apr 27 11:07:29 2019 xorriso : UPDATE : 87.48% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 88.02% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 88.51% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 89.12% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 89.69% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 90.20% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 90.69% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 90.69% done, estimate finish Sat Apr 27 11:07:29 2019 xorriso : UPDATE : 91.83% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 91.83% done, estimate finish Sat Apr 27 11:07:28 2019 xorriso : UPDATE : 91.83% done, estimate finish Sat Apr 27 11:07:30 2019 xorriso : UPDATE : 93.33% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 93.54% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 94.25% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 95.10% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 95.53% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 95.85% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 96.49% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 97.20% done, estimate finish Sat Apr 27 11:07:26 2019 xorriso : UPDATE : 97.43% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 98.02% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 98.77% done, estimate finish Sat Apr 27 11:07:27 2019 xorriso : UPDATE : 99.23% done xorriso : UPDATE : 99.77% done ISO image produced: 5958118 sectors Written to medium : 5958118 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.stretch/debian-cd/tools/imagesums /srv/cdbuilder.debian.org/dst/deb-cd/out/Damd64 6657b425c2639f4691d202bb7f8d077094182a0f debian-9.9.0-amd64-DLBD-1.iso 7d4e5a8fa21eb541fd25af2116a7940ed057be9c debian-9.9.0-amd64-DLBD-1.jigdo 54f41a386bd5df51d09ed661ac93ebb2 debian-9.9.0-amd64-DLBD-1.iso 0a237390b95d11d1ad894a448caeb310 debian-9.9.0-amd64-DLBD-1.jigdo 3db2a518208842824399a0d9c2311a7f7853d80608f425b3ae76026a2bb1a6bc31acf1a9691f8ccafbd90391a5d0b20029b063dd7030e210e8b8baa1e6b78551 debian-9.9.0-amd64-DLBD-1.iso c9ade7a0b15ef65d9a35b74ff69e861e0fcb452f974208c6a4e1e1ffbe58593f1c9e1dcdd346ab552b913a85a9fc3245befdf419a5ab142e46f67d9ff1ff1eaa debian-9.9.0-amd64-DLBD-1.jigdo 0ade01aa0fbd622c72cc4462d5f6d333f917a7c234dd916b0217842243d84124 debian-9.9.0-amd64-DLBD-1.iso 943faab41354284f51c9feb7216d5a1ea9bf259a87dbe59ff9f9880736a04314 debian-9.9.0-amd64-DLBD-1.jigdo 04988eb46ff4ffe460599a1ae6ad5f6892373d89 debian-9.9.0-amd64-DLBD-1.template d9877218b8588202715584a1ca156335 debian-9.9.0-amd64-DLBD-1.template 1defe81858569d1a48a7d6d827ea428d02bd122edff808b1a6740f22bd55520d974e7f22324e07147c101e0680b054f2cb94f3c1d54498e4a29a67486de74be1 debian-9.9.0-amd64-DLBD-1.template dd5485148aefbaa41a7606fbe62bc9b8a9297d5350b65bcdec1ba17127517865 debian-9.9.0-amd64-DLBD-1.template feebde70b3eaec4cca7ae0afe76b1fabf75c3944 debian-9.9.0-amd64-DLBD-2.iso 0fd78042b623b15f37087c55230078eeabc438a9 debian-9.9.0-amd64-DLBD-2.jigdo a2fa8225d0217577be93e0e264831e94 debian-9.9.0-amd64-DLBD-2.iso 855235b4f38d5f02ad5150d574819a08 debian-9.9.0-amd64-DLBD-2.jigdo 2ddd52210d640f9d11bfc99cb0597a1f2517197d24f9cf33de85d54947300dc26d3cf271dcb65e116a62146e4446b26c3b536bdb57e2da125e319680227c5576 debian-9.9.0-amd64-DLBD-2.iso cb322b8fb06975a6183dbc8260ad6c21b066d61094e291c53176dc760487de8398df9206f08a1b3ecd451ee8ad07bb01670dea7739c4f48edfb6c7a8c4be1d26 debian-9.9.0-amd64-DLBD-2.jigdo 9f7a0a942e392ccf2ef4bf76034842a94b925c5161c2cf5c5645e9af7a399e68 debian-9.9.0-amd64-DLBD-2.iso 7cd5838df0309f998d97d97506c201e1ff531e70746e16ff27fcb14bb4165563 debian-9.9.0-amd64-DLBD-2.jigdo a157d23eb1d43305ba290b7e1ca6cf4216663156 debian-9.9.0-amd64-DLBD-2.template 191036266ca9bea593682266fa8c55ee debian-9.9.0-amd64-DLBD-2.template cdb702563758c97e1873a81eeded1e782acd50c80af2a549edd2178bb1f20c17be164c84d8866fefb753794340f480a808d89135f3636f59e0a870895de83ea6 debian-9.9.0-amd64-DLBD-2.template af46abf15dc5edb98b58e83180a6c348d231b04319436699d04298b128351e8b debian-9.9.0-amd64-DLBD-2.template Sat 27 Apr 11:07:30 UTC 2019: Finished.