Sat 7 Oct 17:28:49 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD[1234567890]* rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/tasks rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/*.filelist* rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/packages-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/upgrade-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt echo "Updating task files..." Updating task files... mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/tasks echo "- copying task files from 'tasks/stretch/'" - copying task files from 'tasks/stretch/' cp -r /home/debian-cd/build.stretch/debian-cd/tasks/stretch/* /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/update_tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di_list; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di+k_list update_tasks: Using "gnome" as the default desktop, as specified by pool/main/t/tasksel/task-desktop_3.39_all.deb date -u '+%Y%m%d' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 armel; do \ echo "Using the provided status file for stretch-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ if [ "$BACKPORTS"x != ""x ] ; then \ echo "Using the provided status file for stretch-backports-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-armel ... make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 armel; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "3" = "1" -o "3" = "2" -o "3" = "C" -o "3" = "F" ];then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-backports-$ARCH/status ; \ fi; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.5_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/archive-keyring for ARCH in armel; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in armel; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "stretch"x != ""x ] && \ [ "stretch"x != "stretch"x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-source/apt/preferences.d ; \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 armel; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ fi; \ done Reading package lists... Building dependency tree... You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+deb9u3) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.22-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.0.1) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.18-8~deb9u1) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-3+deb9u2) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-2) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed systemd : Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: liblz4-1 (>= 0.0~r127) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 232-25+deb9u1) but it is not installed tasksel : Depends: liblocale-gettext-perl but it is not installed util-linux : PreDepends: libsystemd0 but it is not installed vim-common : Depends: xxd but it is not installed wget : Depends: libnettle6 but it is not installed Depends: libpsl5 (>= 0.13.0) but it is not installed E: Unmet dependencies. Try using -f. make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 [ "armel" != "source" ] ; then \ for ARCH in armel; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 kB] Reading package lists... set -e; \ if [ "armel" != "source" ] ; then \ for ARCH in armel; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.stretch/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "armel" != "source" ] ; then \ for ARCH in armel; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.stretch/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi armel:ca-certificates armel:dh-python armel:dmsetup armel:gnupg-agent armel:libapparmor1 armel:libassuan0 armel:libaudit-common armel:libaudit1 armel:libbsd0 armel:libcap-ng0 armel:libcryptsetup4 armel:libcurl3-gnutls armel:libdbus-1-3 armel:libdebconfclient0 armel:libdevmapper1.02.1 armel:libdns-export162 armel:libelf1 armel:libev4 armel:libexpat1 armel:libfastjson4 armel:libffi6 armel:libgeoip1 armel:libgmp10 armel:libhogweed4 armel:libicu57 armel:libidn2-0 armel:libip4tc0 armel:libip6tc0 armel:libiptc0 armel:libisc-export160 armel:libisccc140 armel:libisccfg140 armel:libksba8 armel:liblocale-gettext-perl armel:liblognorm5 armel:liblz4-1 armel:libmnl0 armel:libmpdec2 armel:libncurses5 armel:libnetfilter-conntrack3 armel:libnettle6 armel:libnfnetlink0 armel:libnghttp2-14 armel:libnpth0 armel:libperl5.24 armel:libpsl5 armel:libpython-stdlib armel:libpython2.7-minimal armel:libpython2.7-stdlib armel:libpython3-stdlib armel:libpython3.5-minimal armel:libpython3.5-stdlib armel:librtmp1 armel:libseccomp2 armel:libsemanage-common armel:libsemanage1 armel:libssh2-1 armel:libsystemd0 armel:libtext-charwidth-perl armel:libtext-iconv-perl armel:libtext-wrapi18n-perl armel:libunistring0 armel:libustr-1.0-1 armel:libverto-libev1 armel:libverto1 armel:libxtables12 armel:openssl armel:pinentry-curses armel:python-apt-common armel:python2.7-minimal armel:python3 armel:python3-apt armel:python3-chardet armel:python3-debian armel:python3-debianbts armel:python3-httplib2 armel:python3-minimal armel:python3-pkg-resources armel:python3-pycurl armel:python3-pysimplesoap armel:python3-requests armel:python3-six armel:python3-urllib3 armel:python3.5 armel:python3.5-minimal armel:xxd for ARCH in armel; 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 "armel" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armel/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armel/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armel/20170615+deb9u2/images/MD5SUMS for ARCH in armel; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and up to 1 isos for armel DVD dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 [ "armel" != "source" ] ; then \ for ARCH in armel; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 kB] Reading package lists... if [ ""x != "yes"x ] ; then \ if [ "3"x = "1"x ] ; then \ : ; \ elif [ "3"x = "2"x -o "3"x = "C"x ] ; then \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/rawlist; \ else \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/rawlist; \ echo "exim4-daemon-light" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in armel; do \ BINCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BINCLUDE" ] || BINCLUDE="--include=$BINCLUDE"; \ BEXCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BEXCLUDE" ] || BEXCLUDE="--exclude=$BEXCLUDE"; \ debootstrap --no-check-gpg --arch $ARCH \ --print-debs \ $BINCLUDE $BEXCLUDE \ stretch \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/debootstrap-list; \ cat /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/debootstrap-list >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/rawlist; \ rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in armel; do \ ARCHDEFS="$ARCHDEFS -D ARCH_`echo $ARCH | sed 's/-/_/'`"; \ ARCHUNDEFS="$ARCHUNDEFS -U $ARCH"; \ done; \ for VARIANT in ; do \ VARIANTDEFS="$VARIANTDEFS -D VARIANT_$VARIANT"; \ done; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DFORCE_FIRMWARE"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_486_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_586_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_686_KERNEL"; \ fi; \ if [ ""x != "yes"x ] ; then \ cpp -nostdinc -P -undef $ARCHDEFS $VARIANTDEFS\ $ARCHUNDEFS -U i386 -U linux -U unix \ -DFORCENONUSONCD1=0 \ -I /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/tasks /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/tasks/Debian-all >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/rawlist; \ fi Generating the complete list of packages to be included in /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/rawlist \ > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/list.backports if [ -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/list.backports ]; then mv /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/list.backports /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/list; fi for ARCH in armel; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/list; \ done Running sort_deps to sort packages for armel: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 109590188 bytes Adding the rest of the requested packages Now up to 2663589404 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 48873 packages, total size 54522005958 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/grab_source_list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/apt "armel" /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/packages > /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/packages.source; \ fi /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.stretch/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel stretch "armel" "/home/93sam/xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. /home/93sam/xorriso -version says: GNU xorriso 1.3.6.pl01 ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program Copyright (C) 2013, Thomas Schmitt , libburnia project. xorriso version : 1.3.6.pl01 Version timestamp : 2014.04.08.180000 Build timestamp : -none-given- libisofs in use : 1.3.6 (min. 1.3.6) libjte in use : 1.0.0 (min. 1.0.0) libburn in use : 1.3.6 (min. 1.3.6) libburn OS adapter: internal GNU/Linux SG_IO adapter sg-linux libisoburn in use : 1.3.6 (min. 1.3.6) License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Reading in package information for armel: Done: Read details of 48873 packages for armel Reading in translated package descriptions for main: Done: read 202876 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 310 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_INCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/armel_udeb_include WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/armel_udeb_exclude Adding docs to CD1 removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1/doc/dedication/dedication-5.0.vi.txt' Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for armel converted 'http://www.debian.org/releases/stretch/release-notes-armel.tar.gz' (ANSI_X3.4-1968) -> 'http://www.debian.org/releases/stretch/release-notes-armel.tar.gz' (UTF-8) --2017-10-07 17:33:56-- http://www.debian.org/releases/stretch/release-notes-armel.tar.gz Resolving www.debian.org (www.debian.org)... 2001:67c:2564:a119::148:14, 2001:41c8:1000:21::21:4, 5.153.231.4, ... Connecting to www.debian.org (www.debian.org)|2001:67c:2564:a119::148:14|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6453136 (6.2M) [application/x-gzip] Saving to: 'release-notes-armel.tar.gz' 0K .......... .......... .......... .......... .......... 0% 532K 12s 50K .......... .......... .......... .......... .......... 1% 1.04M 9s 100K .......... .......... .......... .......... .......... 2% 1.72M 7s 150K .......... .......... .......... .......... .......... 3% 1.02M 7s 200K .......... .......... .......... .......... .......... 3% 298M 5s 250K .......... .......... .......... .......... .......... 4% 315M 4s 300K .......... .......... .......... .......... .......... 5% 2.62M 4s 350K .......... .......... .......... .......... .......... 6% 1.78M 4s 400K .......... .......... .......... .......... .......... 7% 2.59M 4s 450K .......... .......... .......... .......... .......... 7% 1.75M 4s 500K .......... .......... .......... .......... .......... 8% 1.02M 4s 550K .......... .......... .......... .......... .......... 9% 225M 3s 600K .......... .......... .......... .......... .......... 10% 4.31M 3s 650K .......... .......... .......... .......... .......... 11% 1.42M 3s 700K .......... .......... .......... .......... .......... 11% 1.02M 3s 750K .......... .......... .......... .......... .......... 12% 128M 3s 800K .......... .......... .......... .......... .......... 13% 1.05M 3s 850K .......... .......... .......... .......... .......... 14% 1.05M 3s 900K .......... .......... .......... .......... .......... 15% 1.57M 3s 950K .......... .......... .......... .......... .......... 15% 1.05M 3s 1000K .......... .......... .......... .......... .......... 16% 1.64M 3s 1050K .......... .......... .......... .......... .......... 17% 1.07M 3s 1100K .......... .......... .......... .......... .......... 18% 1.32M 3s 1150K .......... .......... .......... .......... .......... 19% 1.09M 3s 1200K .......... .......... .......... .......... .......... 19% 1.56M 3s 1250K .......... .......... .......... .......... .......... 20% 1.24M 3s 1300K .......... .......... .......... .......... .......... 21% 1.39M 3s 1350K .......... .......... .......... .......... .......... 22% 1.31M 3s 1400K .......... .......... .......... .......... .......... 23% 1.09M 3s 1450K .......... .......... .......... .......... .......... 23% 1.56M 3s 1500K .......... .......... .......... .......... .......... 24% 1.67M 3s 1550K .......... .......... .......... .......... .......... 25% 1.35M 3s 1600K .......... .......... .......... .......... .......... 26% 1.07M 3s 1650K .......... .......... .......... .......... .......... 26% 1.59M 3s 1700K .......... .......... .......... .......... .......... 27% 1.66M 3s 1750K .......... .......... .......... .......... .......... 28% 1.37M 3s 1800K .......... .......... .......... .......... .......... 29% 889K 3s 1850K .......... .......... .......... .......... .......... 30% 2.44M 3s 1900K .......... .......... .......... .......... .......... 30% 802K 3s 1950K .......... .......... .......... .......... .......... 31% 1.04M 3s 2000K .......... .......... .......... .......... .......... 32% 1.04M 3s 2050K .......... .......... .......... .......... .......... 33% 1.51M 3s 2100K .......... .......... .......... .......... .......... 34% 1.04M 3s 2150K .......... .......... .......... .......... .......... 34% 1.04M 3s 2200K .......... .......... .......... .......... .......... 35% 1.04M 3s 2250K .......... .......... .......... .......... .......... 36% 1.04M 3s 2300K .......... .......... .......... .......... .......... 37% 1.06M 3s 2350K .......... .......... .......... .......... .......... 38% 1.23M 3s 2400K .......... .......... .......... .......... .......... 38% 1.15M 3s 2450K .......... .......... .......... .......... .......... 39% 1.05M 3s 2500K .......... .......... .......... .......... .......... 40% 1.04M 3s 2550K .......... .......... .......... .......... .......... 41% 1.26M 3s 2600K .......... .......... .......... .......... .......... 42% 1.24M 3s 2650K .......... .......... .......... .......... .......... 42% 1.12M 3s 2700K .......... .......... .......... .......... .......... 43% 665K 3s 2750K .......... .......... .......... .......... .......... 44% 1.04M 3s 2800K .......... .......... .......... .......... .......... 45% 1.06M 3s 2850K .......... .......... .......... .......... .......... 46% 1.06M 3s 2900K .......... .......... .......... .......... .......... 46% 1.11M 3s 2950K .......... .......... .......... .......... .......... 47% 3.98M 3s 3000K .......... .......... .......... .......... .......... 48% 1.06M 2s 3050K .......... .......... .......... .......... .......... 49% 1.07M 2s 3100K .......... .......... .......... .......... .......... 49% 1.04M 2s 3150K .......... .......... .......... .......... .......... 50% 1.30M 2s 3200K .......... .......... .......... .......... .......... 51% 3.95M 2s 3250K .......... .......... .......... .......... .......... 52% 1.07M 2s 3300K .......... .......... .......... .......... .......... 53% 1.06M 2s 3350K .......... .......... .......... .......... .......... 53% 1.15M 2s 3400K .......... .......... .......... .......... .......... 54% 6.69M 2s 3450K .......... .......... .......... .......... .......... 55% 1.07M 2s 3500K .......... .......... .......... .......... .......... 56% 1.06M 2s 3550K .......... .......... .......... .......... .......... 57% 560K 2s 3600K .......... .......... .......... .......... .......... 57% 226M 2s 3650K .......... .......... .......... .......... .......... 58% 6.92M 2s 3700K .......... .......... .......... .......... .......... 59% 1.03M 2s 3750K .......... .......... .......... .......... .......... 60% 1.04M 2s 3800K .......... .......... .......... .......... .......... 61% 1.03M 2s 3850K .......... .......... .......... .......... .......... 61% 531K 2s 3900K .......... .......... .......... .......... .......... 62% 230M 2s 3950K .......... .......... .......... .......... .......... 63% 552K 2s 4000K .......... .......... .......... .......... .......... 64% 991K 2s 4050K .......... .......... .......... .......... .......... 65% 584K 2s 4100K .......... .......... .......... .......... .......... 65% 939K 2s 4150K .......... .......... .......... .......... .......... 66% 1004K 2s 4200K .......... .......... .......... .......... .......... 67% 640K 2s 4250K .......... .......... .......... .......... .......... 68% 846K 2s 4300K .......... .......... .......... .......... .......... 69% 1.00M 2s 4350K .......... .......... .......... .......... .......... 69% 1011K 2s 4400K .......... .......... .......... .......... .......... 70% 1.03M 2s 4450K .......... .......... .......... .......... .......... 71% 560K 1s 4500K .......... .......... .......... .......... .......... 72% 1.03M 1s 4550K .......... .......... .......... .......... .......... 72% 1024K 1s 4600K .......... .......... .......... .......... .......... 73% 1.03M 1s 4650K .......... .......... .......... .......... .......... 74% 1.01M 1s 4700K .......... .......... .......... .......... .......... 75% 1.03M 1s 4750K .......... .......... .......... .......... .......... 76% 1.04M 1s 4800K .......... .......... .......... .......... .......... 76% 539K 1s 4850K .......... .......... .......... .......... .......... 77% 1.55M 1s 4900K .......... .......... .......... .......... .......... 78% 800K 1s 4950K .......... .......... .......... .......... .......... 79% 1006K 1s 5000K .......... .......... .......... .......... .......... 80% 568K 1s 5050K .......... .......... .......... .......... .......... 80% 988K 1s 5100K .......... .......... .......... .......... .......... 81% 1.01M 1s 5150K .......... .......... .......... .......... .......... 82% 1017K 1s 5200K .......... .......... .......... .......... .......... 83% 577K 1s 5250K .......... .......... .......... .......... .......... 84% 974K 1s 5300K .......... .......... .......... .......... .......... 84% 1.03M 1s 5350K .......... .......... .......... .......... .......... 85% 1011K 1s 5400K .......... .......... .......... .......... .......... 86% 1.03M 1s 5450K .......... .......... .......... .......... .......... 87% 672K 1s 5500K .......... .......... .......... .......... .......... 88% 811K 1s 5550K .......... .......... .......... .......... .......... 88% 1010K 1s 5600K .......... .......... .......... .......... .......... 89% 1.04M 1s 5650K .......... .......... .......... .......... .......... 90% 1.03M 1s 5700K .......... .......... .......... .......... .......... 91% 993K 0s 5750K .......... .......... .......... .......... .......... 92% 1.04M 0s 5800K .......... .......... .......... .......... .......... 92% 551K 0s 5850K .......... .......... .......... .......... .......... 93% 991K 0s 5900K .......... .......... .......... .......... .......... 94% 681K 0s 5950K .......... .......... .......... .......... .......... 95% 755K 0s 6000K .......... .......... .......... .......... .......... 96% 1013K 0s 6050K .......... .......... .......... .......... .......... 96% 552K 0s 6100K .......... .......... .......... .......... .......... 97% 1000K 0s 6150K .......... .......... .......... .......... .......... 98% 1015K 0s 6200K .......... .......... .......... .......... .......... 99% 704K 0s 6250K .......... .......... .......... .......... .......... 99% 754K 0s 6300K . 100% 3606G=5.8s 2017-10-07 17:34:02 (1.06 MB/s) - 'release-notes-armel.tar.gz' saved [6453136/6453136] 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 armel: Running tools/boot/stretch/boot-armel 1 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD1 Starting new "armel" DVD 1 at /home/debian-cd/build.stretch/debian-cd/stretch/CD1 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for armel Found all files needed for debootstrap for all binary arches Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 1 filled with 7481 packages, 2291448 blocks, 4692885504 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 armel: Running tools/boot/stretch/boot-armel 2 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD2 Starting new "armel" DVD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/CD2 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 2 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 1562 packages, 2284853 blocks, 4679378944 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD3 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/stretch/boot-armel 3 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD3 Starting new "armel" DVD 3 at /home/debian-cd/build.stretch/debian-cd/stretch/CD3 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 3 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 1355 packages, 2264129 blocks, 4636936192 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD4 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/stretch/boot-armel 4 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD4 Starting new "armel" DVD 4 at /home/debian-cd/build.stretch/debian-cd/stretch/CD4 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 4 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 3794 packages, 2289091 blocks, 4688058368 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD5 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/stretch/boot-armel 5 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD5 Starting new "armel" DVD 5 at /home/debian-cd/build.stretch/debian-cd/stretch/CD5 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 5 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 3266 packages, 2279553 blocks, 4668524544 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD6 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/stretch/boot-armel 6 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD6 Starting new "armel" DVD 6 at /home/debian-cd/build.stretch/debian-cd/stretch/CD6 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 6 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 1223 packages, 2273093 blocks, 4655294464 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD7 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/stretch/boot-armel 7 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD7 Starting new "armel" DVD 7 at /home/debian-cd/build.stretch/debian-cd/stretch/CD7 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 7 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 506 packages, 2183238 blocks, 4471271424 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD8 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/stretch/boot-armel 8 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD8 Starting new "armel" DVD 8 at /home/debian-cd/build.stretch/debian-cd/stretch/CD8 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 8 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 330 packages, 2214220 blocks, 4534722560 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD9 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/stretch/boot-armel 9 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD9 Starting new "armel" DVD 9 at /home/debian-cd/build.stretch/debian-cd/stretch/CD9 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 9 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 5100 packages, 2292670 blocks, 4695388160 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD10 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/stretch/boot-armel 10 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD10 Starting new "armel" DVD 10 at /home/debian-cd/build.stretch/debian-cd/stretch/CD10 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 10 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 7901 packages, 2286157 blocks, 4682049536 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD11 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/stretch/boot-armel 11 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD11 Starting new "armel" DVD 11 at /home/debian-cd/build.stretch/debian-cd/stretch/CD11 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 11 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 11382 packages, 2289905 blocks, 4689725440 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD12 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for armel: Running tools/boot/stretch/boot-armel 12 /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/CD12 Starting new "armel" DVD 12 at /home/debian-cd/build.stretch/debian-cd/stretch/CD12 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 12 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 12 (not) filled with 4973 packages, 1922306 blocks, 3936882688 bytes Finished: 48873 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "armel" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-armel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-armel/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armel/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-armel/20170615+deb9u2/images/MD5SUMS for ARCH in armel; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/stretch" "armel" "/org/cdbuilder.debian.org/dst/deb-cd/out/3armel" "9.2.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "/home/93sam/xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.stretch/debian-cd/tools/jigdo_cleanup" Generating the armel iso/jigdo images ... Last-minute updates: README.html README.txt Sat 7 Oct 18:05:19 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 1' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-1.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 409g 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' xorriso : UPDATE : 4100 files added in 1 seconds xorriso : UPDATE : 9600 files added in 2 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD1' xorriso : UPDATE : 14052 files added in 3 seconds xorriso : UPDATE : 14052 files added in 3 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /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_armel.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_armel.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/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 /install/kirkwood/netboot/marvell/dreamplug/uInitrd to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/netboot/marvell/guruplug/uInitrd to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/netboot/marvell/openrd-client/uInitrd to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/netboot/marvell/openrd-ultimate/uInitrd to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/netboot/marvell/sheevaplug-esata/uInitrd to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-qvl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-qvl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-vl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-vl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wsxl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wsxl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wvl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wvl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wxl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-wxl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-xhl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/kirkwood/network-console/buffalo/ls-xhl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/netboot/buffalo/ls-wtgl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/netboot/buffalo/ls-wtgl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/netboot/buffalo/lspro_ls-gl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/ls-chl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/ls-wsgl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/ls-wsgl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/ls-wtgl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/ls-wtgl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/lspro_ls-gl/config-debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /install/orion5x/network-console/buffalo/lspro_ls-gl/initrd.buffalo to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.27% done xorriso : UPDATE : 0.68% done, estimate finish Sat Oct 07 18:10:18 2017 xorriso : UPDATE : 1.08% done, estimate finish Sat Oct 07 18:10:01 2017 xorriso : UPDATE : 1.75% done, estimate finish Sat Oct 07 18:09:11 2017 xorriso : UPDATE : 2.15% done, estimate finish Sat Oct 07 18:09:16 2017 xorriso : UPDATE : 2.81% done, estimate finish Sat Oct 07 18:08:56 2017 xorriso : UPDATE : 3.45% done, estimate finish Sat Oct 07 18:08:46 2017 xorriso : UPDATE : 3.98% done, estimate finish Sat Oct 07 18:08:44 2017 xorriso : UPDATE : 4.63% done, estimate finish Sat Oct 07 18:08:37 2017 xorriso : UPDATE : 5.09% done, estimate finish Sat Oct 07 18:08:39 2017 xorriso : UPDATE : 5.65% done, estimate finish Sat Oct 07 18:08:38 2017 xorriso : UPDATE : 5.99% done, estimate finish Sat Oct 07 18:08:43 2017 xorriso : UPDATE : 7.17% done, estimate finish Sat Oct 07 18:08:07 2017 xorriso : UPDATE : 7.70% done, estimate finish Sat Oct 07 18:08:09 2017 xorriso : UPDATE : 8.27% done, estimate finish Sat Oct 07 18:08:10 2017 xorriso : UPDATE : 8.94% done, estimate finish Sat Oct 07 18:08:09 2017 xorriso : UPDATE : 9.76% done, estimate finish Sat Oct 07 18:08:05 2017 xorriso : UPDATE : 9.95% done, estimate finish Sat Oct 07 18:08:13 2017 xorriso : UPDATE : 10.02% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 10.41% done, estimate finish Sat Oct 07 18:08:25 2017 xorriso : UPDATE : 11.08% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 11.47% done, estimate finish Sat Oct 07 18:08:26 2017 xorriso : UPDATE : 11.64% done, estimate finish Sat Oct 07 18:08:49 2017 xorriso : UPDATE : 11.98% done, estimate finish Sat Oct 07 18:08:53 2017 xorriso : UPDATE : 12.09% done, estimate finish Sat Oct 07 18:09:03 2017 xorriso : UPDATE : 12.16% done, estimate finish Sat Oct 07 18:09:16 2017 xorriso : UPDATE : 12.51% done, estimate finish Sat Oct 07 18:09:17 2017 xorriso : UPDATE : 12.73% done, estimate finish Sat Oct 07 18:09:24 2017 xorriso : UPDATE : 12.87% done, estimate finish Sat Oct 07 18:09:32 2017 xorriso : UPDATE : 13.10% done, estimate finish Sat Oct 07 18:09:36 2017 xorriso : UPDATE : 13.35% done, estimate finish Sat Oct 07 18:09:41 2017 xorriso : UPDATE : 13.80% done, estimate finish Sat Oct 07 18:09:38 2017 xorriso : UPDATE : 14.07% done, estimate finish Sat Oct 07 18:10:37 2017 xorriso : UPDATE : 14.36% done, estimate finish Sat Oct 07 18:10:35 2017 xorriso : UPDATE : 14.36% done, estimate finish Sat Oct 07 18:10:55 2017 xorriso : UPDATE : 15.73% done, estimate finish Sat Oct 07 18:09:51 2017 xorriso : UPDATE : 16.36% done, estimate finish Sat Oct 07 18:09:39 2017 xorriso : UPDATE : 17.11% done, estimate finish Sat Oct 07 18:09:27 2017 xorriso : UPDATE : 17.51% done, estimate finish Sat Oct 07 18:09:26 2017 xorriso : UPDATE : 18.05% done, estimate finish Sat Oct 07 18:09:22 2017 xorriso : UPDATE : 18.32% done, estimate finish Sat Oct 07 18:09:26 2017 xorriso : UPDATE : 18.69% done, estimate finish Sat Oct 07 18:09:25 2017 xorriso : UPDATE : 19.29% done, estimate finish Sat Oct 07 18:09:21 2017 xorriso : UPDATE : 19.96% done, estimate finish Sat Oct 07 18:08:46 2017 xorriso : UPDATE : 20.42% done, estimate finish Sat Oct 07 18:08:47 2017 xorriso : UPDATE : 20.92% done, estimate finish Sat Oct 07 18:08:47 2017 xorriso : UPDATE : 21.43% done, estimate finish Sat Oct 07 18:08:47 2017 xorriso : UPDATE : 22.15% done, estimate finish Sat Oct 07 18:08:43 2017 xorriso : UPDATE : 22.72% done, estimate finish Sat Oct 07 18:08:43 2017 xorriso : UPDATE : 23.24% done, estimate finish Sat Oct 07 18:08:42 2017 xorriso : UPDATE : 24.07% done, estimate finish Sat Oct 07 18:08:39 2017 xorriso : UPDATE : 25.01% done, estimate finish Sat Oct 07 18:08:34 2017 xorriso : UPDATE : 25.62% done, estimate finish Sat Oct 07 18:08:33 2017 xorriso : UPDATE : 26.39% done, estimate finish Sat Oct 07 18:08:25 2017 xorriso : UPDATE : 27.45% done, estimate finish Sat Oct 07 18:08:19 2017 xorriso : UPDATE : 28.11% done, estimate finish Sat Oct 07 18:08:18 2017 xorriso : UPDATE : 29.07% done, estimate finish Sat Oct 07 18:08:15 2017 xorriso : UPDATE : 29.98% done, estimate finish Sat Oct 07 18:08:12 2017 xorriso : UPDATE : 30.59% done, estimate finish Sat Oct 07 18:08:13 2017 xorriso : UPDATE : 31.09% done, estimate finish Sat Oct 07 18:08:14 2017 xorriso : UPDATE : 31.42% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 32.71% done, estimate finish Sat Oct 07 18:08:11 2017 xorriso : UPDATE : 33.54% done, estimate finish Sat Oct 07 18:08:10 2017 xorriso : UPDATE : 34.45% done, estimate finish Sat Oct 07 18:08:03 2017 xorriso : UPDATE : 35.25% done, estimate finish Sat Oct 07 18:08:02 2017 xorriso : UPDATE : 36.32% done, estimate finish Sat Oct 07 18:08:00 2017 xorriso : UPDATE : 36.95% done, estimate finish Sat Oct 07 18:08:00 2017 xorriso : UPDATE : 37.52% done, estimate finish Sat Oct 07 18:08:01 2017 xorriso : UPDATE : 37.90% done, estimate finish Sat Oct 07 18:08:04 2017 xorriso : UPDATE : 38.50% done, estimate finish Sat Oct 07 18:08:04 2017 xorriso : UPDATE : 38.55% done, estimate finish Sat Oct 07 18:08:09 2017 xorriso : UPDATE : 39.96% done, estimate finish Sat Oct 07 18:08:03 2017 xorriso : UPDATE : 40.08% done, estimate finish Sat Oct 07 18:08:07 2017 xorriso : UPDATE : 40.40% done, estimate finish Sat Oct 07 18:08:19 2017 xorriso : UPDATE : 40.87% done, estimate finish Sat Oct 07 18:08:21 2017 xorriso : UPDATE : 41.10% done, estimate finish Sat Oct 07 18:08:25 2017 xorriso : UPDATE : 41.37% done, estimate finish Sat Oct 07 18:08:29 2017 xorriso : UPDATE : 41.80% done, estimate finish Sat Oct 07 18:08:30 2017 xorriso : UPDATE : 42.47% done, estimate finish Sat Oct 07 18:08:28 2017 xorriso : UPDATE : 43.03% done, estimate finish Sat Oct 07 18:08:28 2017 xorriso : UPDATE : 43.41% done, estimate finish Sat Oct 07 18:08:30 2017 xorriso : UPDATE : 43.97% done, estimate finish Sat Oct 07 18:08:29 2017 xorriso : UPDATE : 44.69% done, estimate finish Sat Oct 07 18:08:27 2017 xorriso : UPDATE : 45.12% done, estimate finish Sat Oct 07 18:08:37 2017 xorriso : UPDATE : 45.12% done, estimate finish Sat Oct 07 18:08:46 2017 xorriso : UPDATE : 45.12% done, estimate finish Sat Oct 07 18:08:54 2017 xorriso : UPDATE : 47.75% done, estimate finish Sat Oct 07 18:08:22 2017 xorriso : UPDATE : 48.19% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 48.85% done, estimate finish Sat Oct 07 18:08:22 2017 xorriso : UPDATE : 49.32% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 49.87% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 50.39% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 50.97% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 51.30% done, estimate finish Sat Oct 07 18:08:19 2017 xorriso : UPDATE : 51.64% done, estimate finish Sat Oct 07 18:08:20 2017 xorriso : UPDATE : 52.20% done, estimate finish Sat Oct 07 18:08:21 2017 xorriso : UPDATE : 52.63% done, estimate finish Sat Oct 07 18:08:22 2017 xorriso : UPDATE : 53.27% done, estimate finish Sat Oct 07 18:08:22 2017 xorriso : UPDATE : 53.83% done, estimate finish Sat Oct 07 18:08:22 2017 xorriso : UPDATE : 54.12% done, estimate finish Sat Oct 07 18:08:24 2017 xorriso : UPDATE : 54.80% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 55.50% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 55.69% done, estimate finish Sat Oct 07 18:08:24 2017 xorriso : UPDATE : 56.68% done, estimate finish Sat Oct 07 18:08:26 2017 xorriso : UPDATE : 57.39% done, estimate finish Sat Oct 07 18:08:24 2017 xorriso : UPDATE : 58.07% done, estimate finish Sat Oct 07 18:08:22 2017 xorriso : UPDATE : 58.64% done, estimate finish Sat Oct 07 18:08:22 2017 xorriso : UPDATE : 59.58% done, estimate finish Sat Oct 07 18:08:20 2017 xorriso : UPDATE : 60.11% done, estimate finish Sat Oct 07 18:08:19 2017 xorriso : UPDATE : 60.25% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 60.57% done, estimate finish Sat Oct 07 18:08:25 2017 xorriso : UPDATE : 61.02% done, estimate finish Sat Oct 07 18:08:25 2017 xorriso : UPDATE : 61.68% done, estimate finish Sat Oct 07 18:08:24 2017 xorriso : UPDATE : 62.10% done, estimate finish Sat Oct 07 18:08:25 2017 xorriso : UPDATE : 62.37% done, estimate finish Sat Oct 07 18:08:28 2017 xorriso : UPDATE : 62.92% done, estimate finish Sat Oct 07 18:08:28 2017 xorriso : UPDATE : 63.29% done, estimate finish Sat Oct 07 18:08:29 2017 xorriso : UPDATE : 64.00% done, estimate finish Sat Oct 07 18:08:27 2017 xorriso : UPDATE : 64.71% done, estimate finish Sat Oct 07 18:08:26 2017 xorriso : UPDATE : 65.53% done, estimate finish Sat Oct 07 18:08:24 2017 xorriso : UPDATE : 66.20% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 66.66% done, estimate finish Sat Oct 07 18:08:24 2017 xorriso : UPDATE : 67.49% done, estimate finish Sat Oct 07 18:08:22 2017 xorriso : UPDATE : 68.36% done, estimate finish Sat Oct 07 18:08:21 2017 xorriso : UPDATE : 68.93% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 69.62% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 69.97% done, estimate finish Sat Oct 07 18:08:18 2017 xorriso : UPDATE : 70.42% done, estimate finish Sat Oct 07 18:08:18 2017 xorriso : UPDATE : 71.02% done, estimate finish Sat Oct 07 18:08:19 2017 xorriso : UPDATE : 71.82% done, estimate finish Sat Oct 07 18:08:18 2017 xorriso : UPDATE : 72.37% done, estimate finish Sat Oct 07 18:08:18 2017 xorriso : UPDATE : 72.62% done, estimate finish Sat Oct 07 18:08:20 2017 xorriso : UPDATE : 73.69% done, estimate finish Sat Oct 07 18:08:17 2017 xorriso : UPDATE : 74.43% done, estimate finish Sat Oct 07 18:08:17 2017 xorriso : UPDATE : 74.74% done, estimate finish Sat Oct 07 18:08:21 2017 xorriso : UPDATE : 75.04% done, estimate finish Sat Oct 07 18:08:23 2017 xorriso : UPDATE : 75.04% done, estimate finish Sat Oct 07 18:08:28 2017 xorriso : UPDATE : 76.51% done, estimate finish Sat Oct 07 18:08:20 2017 xorriso : UPDATE : 77.85% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 78.45% done, estimate finish Sat Oct 07 18:08:17 2017 xorriso : UPDATE : 79.32% done, estimate finish Sat Oct 07 18:08:15 2017 xorriso : UPDATE : 79.82% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 80.19% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 80.37% done, estimate finish Sat Oct 07 18:08:18 2017 xorriso : UPDATE : 81.44% done, estimate finish Sat Oct 07 18:08:15 2017 xorriso : UPDATE : 81.96% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 82.62% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 83.24% done, estimate finish Sat Oct 07 18:08:15 2017 xorriso : UPDATE : 83.97% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 84.37% done, estimate finish Sat Oct 07 18:08:17 2017 xorriso : UPDATE : 84.99% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 85.53% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 85.97% done, estimate finish Sat Oct 07 18:08:17 2017 xorriso : UPDATE : 86.48% done, estimate finish Sat Oct 07 18:08:18 2017 xorriso : UPDATE : 86.90% done, estimate finish Sat Oct 07 18:08:21 2017 xorriso : UPDATE : 87.65% done, estimate finish Sat Oct 07 18:08:19 2017 xorriso : UPDATE : 88.38% done, estimate finish Sat Oct 07 18:08:19 2017 xorriso : UPDATE : 89.07% done, estimate finish Sat Oct 07 18:08:19 2017 xorriso : UPDATE : 89.52% done, estimate finish Sat Oct 07 18:08:19 2017 xorriso : UPDATE : 90.12% done, estimate finish Sat Oct 07 18:08:19 2017 xorriso : UPDATE : 90.41% done, estimate finish Sat Oct 07 18:08:20 2017 xorriso : UPDATE : 91.52% done, estimate finish Sat Oct 07 18:08:18 2017 xorriso : UPDATE : 92.51% done, estimate finish Sat Oct 07 18:08:17 2017 xorriso : UPDATE : 93.19% done, estimate finish Sat Oct 07 18:08:17 2017 xorriso : UPDATE : 93.73% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 94.38% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 95.06% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 95.68% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 96.25% done, estimate finish Sat Oct 07 18:08:16 2017 xorriso : UPDATE : 96.63% done, estimate finish Sat Oct 07 18:08:17 2017 xorriso : UPDATE : 97.17% done, estimate finish Sat Oct 07 18:08:17 2017 xorriso : UPDATE : 97.47% done, estimate finish Sat Oct 07 18:08:18 2017 xorriso : UPDATE : 98.63% done, estimate finish Sat Oct 07 18:08:17 2017 xorriso : UPDATE : 98.91% done xorriso : UPDATE : 99.42% done xorriso : UPDATE : 100.00% done ISO image produced: 2291449 sectors Written to medium : 2291449 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:08:19 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 10' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-10.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-10.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot10 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD10 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' xorriso : UPDATE : 10500 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD10' xorriso : UPDATE : 12217 files added in 1 seconds xorriso : UPDATE : 12217 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.04% done xorriso : UPDATE : 0.34% done xorriso : UPDATE : 0.56% done, estimate finish Sat Oct 07 18:14:55 2017 xorriso : UPDATE : 1.00% done, estimate finish Sat Oct 07 18:13:41 2017 xorriso : UPDATE : 1.29% done, estimate finish Sat Oct 07 18:13:48 2017 xorriso : UPDATE : 2.24% done, estimate finish Sat Oct 07 18:12:14 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:12:27 2017 xorriso : UPDATE : 3.70% done, estimate finish Sat Oct 07 18:11:36 2017 xorriso : UPDATE : 4.18% done, estimate finish Sat Oct 07 18:11:38 2017 xorriso : UPDATE : 4.52% done, estimate finish Sat Oct 07 18:11:45 2017 xorriso : UPDATE : 4.80% done, estimate finish Sat Oct 07 18:11:54 2017 xorriso : UPDATE : 5.65% done, estimate finish Sat Oct 07 18:11:40 2017 xorriso : UPDATE : 5.77% done, estimate finish Sat Oct 07 18:11:53 2017 xorriso : UPDATE : 5.91% done, estimate finish Sat Oct 07 18:11:46 2017 xorriso : UPDATE : 6.07% done, estimate finish Sat Oct 07 18:11:59 2017 xorriso : UPDATE : 6.18% done, estimate finish Sat Oct 07 18:12:14 2017 xorriso : UPDATE : 6.25% done, estimate finish Sat Oct 07 18:12:30 2017 xorriso : UPDATE : 6.44% done, estimate finish Sat Oct 07 18:12:39 2017 xorriso : UPDATE : 6.56% done, estimate finish Sat Oct 07 18:12:52 2017 xorriso : UPDATE : 6.69% done, estimate finish Sat Oct 07 18:13:03 2017 xorriso : UPDATE : 6.96% done, estimate finish Sat Oct 07 18:13:07 2017 xorriso : UPDATE : 7.42% done, estimate finish Sat Oct 07 18:13:02 2017 xorriso : UPDATE : 8.02% done, estimate finish Sat Oct 07 18:12:52 2017 xorriso : UPDATE : 8.44% done, estimate finish Sat Oct 07 18:13:51 2017 xorriso : UPDATE : 8.47% done, estimate finish Sat Oct 07 18:14:14 2017 xorriso : UPDATE : 9.18% done, estimate finish Sat Oct 07 18:13:38 2017 xorriso : UPDATE : 9.50% done, estimate finish Sat Oct 07 18:13:36 2017 xorriso : UPDATE : 10.10% done, estimate finish Sat Oct 07 18:13:19 2017 xorriso : UPDATE : 10.67% done, estimate finish Sat Oct 07 18:13:07 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 18:13:09 2017 xorriso : UPDATE : 11.89% done, estimate finish Sat Oct 07 18:12:47 2017 xorriso : UPDATE : 12.41% done, estimate finish Sat Oct 07 18:12:42 2017 xorriso : UPDATE : 12.65% done, estimate finish Sat Oct 07 18:12:46 2017 xorriso : UPDATE : 13.47% done, estimate finish Sat Oct 07 18:12:03 2017 xorriso : UPDATE : 14.41% done, estimate finish Sat Oct 07 18:11:51 2017 xorriso : UPDATE : 14.53% done, estimate finish Sat Oct 07 18:12:00 2017 xorriso : UPDATE : 15.68% done, estimate finish Sat Oct 07 18:11:46 2017 xorriso : UPDATE : 16.30% done, estimate finish Sat Oct 07 18:11:44 2017 xorriso : UPDATE : 17.14% done, estimate finish Sat Oct 07 18:11:39 2017 xorriso : UPDATE : 18.04% done, estimate finish Sat Oct 07 18:11:33 2017 xorriso : UPDATE : 18.49% done, estimate finish Sat Oct 07 18:11:34 2017 xorriso : UPDATE : 18.79% done, estimate finish Sat Oct 07 18:11:38 2017 xorriso : UPDATE : 19.49% done, estimate finish Sat Oct 07 18:11:35 2017 xorriso : UPDATE : 19.97% done, estimate finish Sat Oct 07 18:11:28 2017 xorriso : UPDATE : 20.31% done, estimate finish Sat Oct 07 18:11:32 2017 xorriso : UPDATE : 20.99% done, estimate finish Sat Oct 07 18:11:30 2017 xorriso : UPDATE : 21.40% done, estimate finish Sat Oct 07 18:11:33 2017 xorriso : UPDATE : 21.77% done, estimate finish Sat Oct 07 18:11:35 2017 xorriso : UPDATE : 22.57% done, estimate finish Sat Oct 07 18:11:32 2017 xorriso : UPDATE : 23.15% done, estimate finish Sat Oct 07 18:11:31 2017 xorriso : UPDATE : 23.95% done, estimate finish Sat Oct 07 18:11:28 2017 xorriso : UPDATE : 24.82% done, estimate finish Sat Oct 07 18:11:26 2017 xorriso : UPDATE : 25.31% done, estimate finish Sat Oct 07 18:11:26 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 18:11:32 2017 xorriso : UPDATE : 26.93% done, estimate finish Sat Oct 07 18:11:21 2017 xorriso : UPDATE : 27.23% done, estimate finish Sat Oct 07 18:11:26 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 18:11:30 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 18:11:38 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 18:11:22 2017 xorriso : UPDATE : 29.65% done, estimate finish Sat Oct 07 18:11:24 2017 xorriso : UPDATE : 29.79% done, estimate finish Sat Oct 07 18:11:30 2017 xorriso : UPDATE : 29.79% done, estimate finish Sat Oct 07 18:11:36 2017 xorriso : UPDATE : 29.79% done, estimate finish Sat Oct 07 18:11:42 2017 xorriso : UPDATE : 33.75% done, estimate finish Sat Oct 07 18:11:10 2017 xorriso : UPDATE : 33.75% done, estimate finish Sat Oct 07 18:11:08 2017 xorriso : UPDATE : 35.44% done, estimate finish Sat Oct 07 18:11:00 2017 xorriso : UPDATE : 35.44% done, estimate finish Sat Oct 07 18:11:06 2017 xorriso : UPDATE : 37.08% done, estimate finish Sat Oct 07 18:10:59 2017 xorriso : UPDATE : 38.15% done, estimate finish Sat Oct 07 18:10:56 2017 xorriso : UPDATE : 38.15% done, estimate finish Sat Oct 07 18:11:01 2017 xorriso : UPDATE : 40.32% done, estimate finish Sat Oct 07 18:10:52 2017 xorriso : UPDATE : 40.73% done, estimate finish Sat Oct 07 18:10:54 2017 xorriso : UPDATE : 41.33% done, estimate finish Sat Oct 07 18:10:55 2017 xorriso : UPDATE : 42.45% done, estimate finish Sat Oct 07 18:10:53 2017 xorriso : UPDATE : 42.80% done, estimate finish Sat Oct 07 18:10:51 2017 xorriso : UPDATE : 43.31% done, estimate finish Sat Oct 07 18:10:52 2017 xorriso : UPDATE : 43.48% done, estimate finish Sat Oct 07 18:10:56 2017 xorriso : UPDATE : 43.48% done, estimate finish Sat Oct 07 18:11:02 2017 xorriso : UPDATE : 45.61% done, estimate finish Sat Oct 07 18:10:53 2017 xorriso : UPDATE : 45.94% done, estimate finish Sat Oct 07 18:10:55 2017 xorriso : UPDATE : 46.27% done, estimate finish Sat Oct 07 18:10:58 2017 xorriso : UPDATE : 46.67% done, estimate finish Sat Oct 07 18:10:59 2017 xorriso : UPDATE : 46.95% done, estimate finish Sat Oct 07 18:11:02 2017 xorriso : UPDATE : 47.76% done, estimate finish Sat Oct 07 18:11:01 2017 xorriso : UPDATE : 48.19% done, estimate finish Sat Oct 07 18:11:19 2017 xorriso : UPDATE : 48.53% done, estimate finish Sat Oct 07 18:11:21 2017 xorriso : UPDATE : 48.89% done, estimate finish Sat Oct 07 18:11:23 2017 xorriso : UPDATE : 49.62% done, estimate finish Sat Oct 07 18:11:21 2017 xorriso : UPDATE : 49.97% done, estimate finish Sat Oct 07 18:11:23 2017 xorriso : UPDATE : 50.98% done, estimate finish Sat Oct 07 18:11:18 2017 xorriso : UPDATE : 51.51% done, estimate finish Sat Oct 07 18:11:18 2017 xorriso : UPDATE : 51.83% done, estimate finish Sat Oct 07 18:11:20 2017 xorriso : UPDATE : 52.21% done, estimate finish Sat Oct 07 18:11:21 2017 xorriso : UPDATE : 52.52% done, estimate finish Sat Oct 07 18:11:23 2017 xorriso : UPDATE : 53.23% done, estimate finish Sat Oct 07 18:11:24 2017 xorriso : UPDATE : 53.74% done, estimate finish Sat Oct 07 18:11:24 2017 xorriso : UPDATE : 54.07% done, estimate finish Sat Oct 07 18:11:26 2017 xorriso : UPDATE : 54.07% done, estimate finish Sat Oct 07 18:11:33 2017 xorriso : UPDATE : 56.08% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 56.60% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 56.97% done, estimate finish Sat Oct 07 18:11:18 2017 xorriso : UPDATE : 57.36% done, estimate finish Sat Oct 07 18:11:20 2017 xorriso : UPDATE : 58.19% done, estimate finish Sat Oct 07 18:11:18 2017 xorriso : UPDATE : 58.82% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 59.33% done, estimate finish Sat Oct 07 18:11:12 2017 xorriso : UPDATE : 59.94% done, estimate finish Sat Oct 07 18:11:12 2017 xorriso : UPDATE : 60.43% done, estimate finish Sat Oct 07 18:11:14 2017 xorriso : UPDATE : 60.79% done, estimate finish Sat Oct 07 18:11:15 2017 xorriso : UPDATE : 61.09% done, estimate finish Sat Oct 07 18:11:18 2017 xorriso : UPDATE : 61.76% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 62.30% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 62.82% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 63.49% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 63.98% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 64.40% done, estimate finish Sat Oct 07 18:11:23 2017 xorriso : UPDATE : 64.60% done, estimate finish Sat Oct 07 18:11:27 2017 xorriso : UPDATE : 65.28% done, estimate finish Sat Oct 07 18:11:25 2017 xorriso : UPDATE : 65.82% done, estimate finish Sat Oct 07 18:11:24 2017 xorriso : UPDATE : 66.13% done, estimate finish Sat Oct 07 18:11:26 2017 xorriso : UPDATE : 67.15% done, estimate finish Sat Oct 07 18:11:21 2017 xorriso : UPDATE : 67.51% done, estimate finish Sat Oct 07 18:11:23 2017 xorriso : UPDATE : 68.06% done, estimate finish Sat Oct 07 18:11:22 2017 xorriso : UPDATE : 68.70% done, estimate finish Sat Oct 07 18:11:22 2017 xorriso : UPDATE : 69.32% done, estimate finish Sat Oct 07 18:11:21 2017 xorriso : UPDATE : 69.68% done, estimate finish Sat Oct 07 18:11:22 2017 xorriso : UPDATE : 69.98% done, estimate finish Sat Oct 07 18:11:23 2017 xorriso : UPDATE : 70.71% done, estimate finish Sat Oct 07 18:11:22 2017 xorriso : UPDATE : 71.06% done, estimate finish Sat Oct 07 18:11:23 2017 xorriso : UPDATE : 71.06% done, estimate finish Sat Oct 07 18:11:27 2017 xorriso : UPDATE : 73.60% done, estimate finish Sat Oct 07 18:11:14 2017 xorriso : UPDATE : 74.15% done, estimate finish Sat Oct 07 18:11:14 2017 xorriso : UPDATE : 74.83% done, estimate finish Sat Oct 07 18:11:13 2017 xorriso : UPDATE : 74.84% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 76.33% done, estimate finish Sat Oct 07 18:11:12 2017 xorriso : UPDATE : 76.33% done, estimate finish Sat Oct 07 18:11:14 2017 xorriso : UPDATE : 78.27% done, estimate finish Sat Oct 07 18:11:05 2017 xorriso : UPDATE : 79.10% done, estimate finish Sat Oct 07 18:11:05 2017 xorriso : UPDATE : 79.46% done, estimate finish Sat Oct 07 18:11:07 2017 xorriso : UPDATE : 80.37% done, estimate finish Sat Oct 07 18:11:05 2017 xorriso : UPDATE : 81.01% done, estimate finish Sat Oct 07 18:11:06 2017 xorriso : UPDATE : 81.40% done, estimate finish Sat Oct 07 18:11:07 2017 xorriso : UPDATE : 81.78% done, estimate finish Sat Oct 07 18:11:08 2017 xorriso : UPDATE : 82.51% done, estimate finish Sat Oct 07 18:11:08 2017 xorriso : UPDATE : 82.94% done, estimate finish Sat Oct 07 18:11:08 2017 xorriso : UPDATE : 83.36% done, estimate finish Sat Oct 07 18:11:10 2017 xorriso : UPDATE : 83.70% done, estimate finish Sat Oct 07 18:11:16 2017 xorriso : UPDATE : 84.22% done, estimate finish Sat Oct 07 18:11:16 2017 xorriso : UPDATE : 84.54% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 85.31% done, estimate finish Sat Oct 07 18:11:16 2017 xorriso : UPDATE : 85.64% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 86.99% done, estimate finish Sat Oct 07 18:11:13 2017 xorriso : UPDATE : 87.29% done, estimate finish Sat Oct 07 18:11:14 2017 xorriso : UPDATE : 87.69% done, estimate finish Sat Oct 07 18:11:15 2017 xorriso : UPDATE : 87.69% done, estimate finish Sat Oct 07 18:11:17 2017 xorriso : UPDATE : 89.75% done, estimate finish Sat Oct 07 18:11:11 2017 xorriso : UPDATE : 90.17% done, estimate finish Sat Oct 07 18:11:11 2017 xorriso : UPDATE : 90.56% done, estimate finish Sat Oct 07 18:11:12 2017 xorriso : UPDATE : 91.27% done, estimate finish Sat Oct 07 18:11:11 2017 xorriso : UPDATE : 91.77% done, estimate finish Sat Oct 07 18:11:12 2017 xorriso : UPDATE : 92.37% done, estimate finish Sat Oct 07 18:11:12 2017 xorriso : UPDATE : 92.62% done, estimate finish Sat Oct 07 18:11:13 2017 xorriso : UPDATE : 92.62% done, estimate finish Sat Oct 07 18:11:15 2017 xorriso : UPDATE : 95.27% done, estimate finish Sat Oct 07 18:11:09 2017 xorriso : UPDATE : 95.85% done, estimate finish Sat Oct 07 18:11:10 2017 xorriso : UPDATE : 96.36% done, estimate finish Sat Oct 07 18:11:10 2017 xorriso : UPDATE : 96.89% done, estimate finish Sat Oct 07 18:11:10 2017 xorriso : UPDATE : 97.27% done, estimate finish Sat Oct 07 18:11:11 2017 xorriso : UPDATE : 97.91% done, estimate finish Sat Oct 07 18:11:11 2017 xorriso : UPDATE : 98.44% done, estimate finish Sat Oct 07 18:11:11 2017 xorriso : UPDATE : 98.69% done, estimate finish Sat Oct 07 18:11:12 2017 xorriso : UPDATE : 99.14% done xorriso : UPDATE : 99.58% done ISO image produced: 2286158 sectors Written to medium : 2286158 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:11:13 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 11' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-11.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-11.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot11 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD11 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' xorriso : UPDATE : 17700 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD11' xorriso : UPDATE : 20093 files added in 1 seconds xorriso : UPDATE : 20093 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.34% done xorriso : UPDATE : 0.58% done, estimate finish Sat Oct 07 18:17:17 2017 xorriso : UPDATE : 0.81% done, estimate finish Sat Oct 07 18:17:37 2017 xorriso : UPDATE : 0.99% done, estimate finish Sat Oct 07 18:18:11 2017 xorriso : UPDATE : 1.52% done, estimate finish Sat Oct 07 18:16:51 2017 xorriso : UPDATE : 1.77% done, estimate finish Sat Oct 07 18:17:00 2017 xorriso : UPDATE : 2.14% done, estimate finish Sat Oct 07 18:16:47 2017 xorriso : UPDATE : 2.51% done, estimate finish Sat Oct 07 18:16:39 2017 xorriso : UPDATE : 3.02% done, estimate finish Sat Oct 07 18:16:18 2017 xorriso : UPDATE : 3.68% done, estimate finish Sat Oct 07 18:15:50 2017 xorriso : UPDATE : 3.86% done, estimate finish Sat Oct 07 18:16:04 2017 xorriso : UPDATE : 4.11% done, estimate finish Sat Oct 07 18:16:10 2017 xorriso : UPDATE : 5.16% done, estimate finish Sat Oct 07 18:15:07 2017 xorriso : UPDATE : 5.59% done, estimate finish Sat Oct 07 18:15:07 2017 xorriso : UPDATE : 6.09% done, estimate finish Sat Oct 07 18:15:03 2017 xorriso : UPDATE : 6.28% done, estimate finish Sat Oct 07 18:15:15 2017 xorriso : UPDATE : 7.22% done, estimate finish Sat Oct 07 18:14:55 2017 xorriso : UPDATE : 8.36% done, estimate finish Sat Oct 07 18:14:36 2017 xorriso : UPDATE : 9.07% done, estimate finish Sat Oct 07 18:14:30 2017 xorriso : UPDATE : 9.43% done, estimate finish Sat Oct 07 18:14:34 2017 xorriso : UPDATE : 10.51% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 12.35% done, estimate finish Sat Oct 07 18:14:01 2017 xorriso : UPDATE : 12.35% done, estimate finish Sat Oct 07 18:13:54 2017 xorriso : UPDATE : 14.23% done, estimate finish Sat Oct 07 18:13:37 2017 xorriso : UPDATE : 14.26% done, estimate finish Sat Oct 07 18:13:46 2017 xorriso : UPDATE : 14.36% done, estimate finish Sat Oct 07 18:13:53 2017 xorriso : UPDATE : 15.55% done, estimate finish Sat Oct 07 18:13:47 2017 xorriso : UPDATE : 15.93% done, estimate finish Sat Oct 07 18:13:51 2017 xorriso : UPDATE : 16.52% done, estimate finish Sat Oct 07 18:13:51 2017 xorriso : UPDATE : 16.88% done, estimate finish Sat Oct 07 18:13:54 2017 xorriso : UPDATE : 17.02% done, estimate finish Sat Oct 07 18:14:00 2017 xorriso : UPDATE : 17.44% done, estimate finish Sat Oct 07 18:14:02 2017 xorriso : UPDATE : 17.81% done, estimate finish Sat Oct 07 18:14:16 2017 xorriso : UPDATE : 18.07% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 18.07% done, estimate finish Sat Oct 07 18:14:33 2017 xorriso : UPDATE : 19.85% done, estimate finish Sat Oct 07 18:14:10 2017 xorriso : UPDATE : 20.19% done, estimate finish Sat Oct 07 18:14:13 2017 xorriso : UPDATE : 20.64% done, estimate finish Sat Oct 07 18:14:15 2017 xorriso : UPDATE : 21.14% done, estimate finish Sat Oct 07 18:14:16 2017 xorriso : UPDATE : 21.52% done, estimate finish Sat Oct 07 18:14:18 2017 xorriso : UPDATE : 22.22% done, estimate finish Sat Oct 07 18:14:17 2017 xorriso : UPDATE : 22.70% done, estimate finish Sat Oct 07 18:14:17 2017 xorriso : UPDATE : 22.99% done, estimate finish Sat Oct 07 18:14:23 2017 xorriso : UPDATE : 23.52% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 23.79% done, estimate finish Sat Oct 07 18:14:27 2017 xorriso : UPDATE : 24.09% done, estimate finish Sat Oct 07 18:14:31 2017 xorriso : UPDATE : 24.53% done, estimate finish Sat Oct 07 18:14:32 2017 xorriso : UPDATE : 24.86% done, estimate finish Sat Oct 07 18:14:35 2017 xorriso : UPDATE : 25.17% done, estimate finish Sat Oct 07 18:14:37 2017 xorriso : UPDATE : 25.52% done, estimate finish Sat Oct 07 18:14:39 2017 xorriso : UPDATE : 25.86% done, estimate finish Sat Oct 07 18:14:42 2017 xorriso : UPDATE : 26.34% done, estimate finish Sat Oct 07 18:14:41 2017 xorriso : UPDATE : 26.34% done, estimate finish Sat Oct 07 18:14:49 2017 xorriso : UPDATE : 26.34% done, estimate finish Sat Oct 07 18:15:30 2017 xorriso : UPDATE : 26.34% done, estimate finish Sat Oct 07 18:15:45 2017 xorriso : UPDATE : 26.34% done, estimate finish Sat Oct 07 18:16:00 2017 xorriso : UPDATE : 31.82% done, estimate finish Sat Oct 07 18:14:04 2017 xorriso : UPDATE : 32.58% done, estimate finish Sat Oct 07 18:14:02 2017 xorriso : UPDATE : 33.32% done, estimate finish Sat Oct 07 18:14:01 2017 xorriso : UPDATE : 33.75% done, estimate finish Sat Oct 07 18:14:03 2017 xorriso : UPDATE : 33.95% done, estimate finish Sat Oct 07 18:14:07 2017 xorriso : UPDATE : 34.19% done, estimate finish Sat Oct 07 18:14:10 2017 xorriso : UPDATE : 34.53% done, estimate finish Sat Oct 07 18:14:12 2017 xorriso : UPDATE : 35.20% done, estimate finish Sat Oct 07 18:13:49 2017 xorriso : UPDATE : 35.55% done, estimate finish Sat Oct 07 18:13:52 2017 xorriso : UPDATE : 36.00% done, estimate finish Sat Oct 07 18:13:54 2017 xorriso : UPDATE : 36.54% done, estimate finish Sat Oct 07 18:13:55 2017 xorriso : UPDATE : 36.57% done, estimate finish Sat Oct 07 18:14:01 2017 xorriso : UPDATE : 37.67% done, estimate finish Sat Oct 07 18:13:58 2017 xorriso : UPDATE : 37.92% done, estimate finish Sat Oct 07 18:14:01 2017 xorriso : UPDATE : 38.18% done, estimate finish Sat Oct 07 18:14:04 2017 xorriso : UPDATE : 39.20% done, estimate finish Sat Oct 07 18:14:01 2017 xorriso : UPDATE : 39.76% done, estimate finish Sat Oct 07 18:14:02 2017 xorriso : UPDATE : 40.33% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 40.77% done, estimate finish Sat Oct 07 18:14:24 2017 xorriso : UPDATE : 41.12% done, estimate finish Sat Oct 07 18:14:25 2017 xorriso : UPDATE : 42.38% done, estimate finish Sat Oct 07 18:14:16 2017 xorriso : UPDATE : 42.61% done, estimate finish Sat Oct 07 18:14:20 2017 xorriso : UPDATE : 43.59% done, estimate finish Sat Oct 07 18:14:14 2017 xorriso : UPDATE : 45.48% done, estimate finish Sat Oct 07 18:14:03 2017 xorriso : UPDATE : 45.48% done, estimate finish Sat Oct 07 18:14:08 2017 xorriso : UPDATE : 47.11% done, estimate finish Sat Oct 07 18:14:01 2017 xorriso : UPDATE : 47.71% done, estimate finish Sat Oct 07 18:14:01 2017 xorriso : UPDATE : 49.17% done, estimate finish Sat Oct 07 18:13:46 2017 xorriso : UPDATE : 49.37% done, estimate finish Sat Oct 07 18:13:50 2017 xorriso : UPDATE : 49.95% done, estimate finish Sat Oct 07 18:13:51 2017 xorriso : UPDATE : 50.60% done, estimate finish Sat Oct 07 18:13:51 2017 xorriso : UPDATE : 50.94% done, estimate finish Sat Oct 07 18:13:53 2017 xorriso : UPDATE : 51.30% done, estimate finish Sat Oct 07 18:13:56 2017 xorriso : UPDATE : 51.47% done, estimate finish Sat Oct 07 18:13:59 2017 xorriso : UPDATE : 52.70% done, estimate finish Sat Oct 07 18:13:56 2017 xorriso : UPDATE : 53.06% done, estimate finish Sat Oct 07 18:13:58 2017 xorriso : UPDATE : 53.27% done, estimate finish Sat Oct 07 18:14:00 2017 xorriso : UPDATE : 53.50% done, estimate finish Sat Oct 07 18:14:28 2017 xorriso : UPDATE : 53.96% done, estimate finish Sat Oct 07 18:14:27 2017 xorriso : UPDATE : 54.17% done, estimate finish Sat Oct 07 18:14:32 2017 xorriso : UPDATE : 54.48% done, estimate finish Sat Oct 07 18:14:34 2017 xorriso : UPDATE : 54.89% done, estimate finish Sat Oct 07 18:14:33 2017 xorriso : UPDATE : 55.18% done, estimate finish Sat Oct 07 18:14:35 2017 xorriso : UPDATE : 55.47% done, estimate finish Sat Oct 07 18:14:38 2017 xorriso : UPDATE : 55.80% done, estimate finish Sat Oct 07 18:14:38 2017 xorriso : UPDATE : 56.24% done, estimate finish Sat Oct 07 18:14:38 2017 xorriso : UPDATE : 56.58% done, estimate finish Sat Oct 07 18:14:39 2017 xorriso : UPDATE : 56.71% done, estimate finish Sat Oct 07 18:14:57 2017 xorriso : UPDATE : 58.41% done, estimate finish Sat Oct 07 18:14:27 2017 xorriso : UPDATE : 58.46% done, estimate finish Sat Oct 07 18:14:33 2017 xorriso : UPDATE : 58.78% done, estimate finish Sat Oct 07 18:14:35 2017 xorriso : UPDATE : 58.78% done, estimate finish Sat Oct 07 18:14:42 2017 xorriso : UPDATE : 60.61% done, estimate finish Sat Oct 07 18:14:23 2017 xorriso : UPDATE : 60.84% done, estimate finish Sat Oct 07 18:14:26 2017 xorriso : UPDATE : 61.37% done, estimate finish Sat Oct 07 18:14:25 2017 xorriso : UPDATE : 61.69% done, estimate finish Sat Oct 07 18:14:27 2017 xorriso : UPDATE : 62.60% done, estimate finish Sat Oct 07 18:14:23 2017 xorriso : UPDATE : 63.11% done, estimate finish Sat Oct 07 18:14:09 2017 xorriso : UPDATE : 63.71% done, estimate finish Sat Oct 07 18:14:09 2017 xorriso : UPDATE : 64.16% done, estimate finish Sat Oct 07 18:14:10 2017 xorriso : UPDATE : 64.55% done, estimate finish Sat Oct 07 18:14:12 2017 xorriso : UPDATE : 65.20% done, estimate finish Sat Oct 07 18:14:11 2017 xorriso : UPDATE : 65.67% done, estimate finish Sat Oct 07 18:14:13 2017 xorriso : UPDATE : 66.06% done, estimate finish Sat Oct 07 18:14:14 2017 xorriso : UPDATE : 66.39% done, estimate finish Sat Oct 07 18:14:16 2017 xorriso : UPDATE : 66.68% done, estimate finish Sat Oct 07 18:14:17 2017 xorriso : UPDATE : 67.23% done, estimate finish Sat Oct 07 18:14:16 2017 xorriso : UPDATE : 67.68% done, estimate finish Sat Oct 07 18:14:17 2017 xorriso : UPDATE : 67.94% done, estimate finish Sat Oct 07 18:14:29 2017 xorriso : UPDATE : 68.13% done, estimate finish Sat Oct 07 18:14:32 2017 xorriso : UPDATE : 68.13% done, estimate finish Sat Oct 07 18:14:38 2017 xorriso : UPDATE : 68.13% done, estimate finish Sat Oct 07 18:14:44 2017 xorriso : UPDATE : 68.13% done, estimate finish Sat Oct 07 18:14:50 2017 xorriso : UPDATE : 68.13% done, estimate finish Sat Oct 07 18:14:56 2017 xorriso : UPDATE : 72.96% done, estimate finish Sat Oct 07 18:14:12 2017 xorriso : UPDATE : 73.25% done, estimate finish Sat Oct 07 18:14:14 2017 xorriso : UPDATE : 73.68% done, estimate finish Sat Oct 07 18:14:15 2017 xorriso : UPDATE : 73.95% done, estimate finish Sat Oct 07 18:14:16 2017 xorriso : UPDATE : 74.43% done, estimate finish Sat Oct 07 18:14:10 2017 xorriso : UPDATE : 75.17% done, estimate finish Sat Oct 07 18:14:10 2017 xorriso : UPDATE : 75.50% done, estimate finish Sat Oct 07 18:14:11 2017 xorriso : UPDATE : 76.18% done, estimate finish Sat Oct 07 18:14:11 2017 xorriso : UPDATE : 76.18% done, estimate finish Sat Oct 07 18:14:15 2017 xorriso : UPDATE : 77.77% done, estimate finish Sat Oct 07 18:14:10 2017 xorriso : UPDATE : 78.13% done, estimate finish Sat Oct 07 18:14:11 2017 xorriso : UPDATE : 78.48% done, estimate finish Sat Oct 07 18:14:12 2017 xorriso : UPDATE : 79.02% done, estimate finish Sat Oct 07 18:14:12 2017 xorriso : UPDATE : 79.31% done, estimate finish Sat Oct 07 18:14:13 2017 xorriso : UPDATE : 79.73% done, estimate finish Sat Oct 07 18:14:18 2017 xorriso : UPDATE : 80.11% done, estimate finish Sat Oct 07 18:14:19 2017 xorriso : UPDATE : 80.25% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 80.61% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 81.91% done, estimate finish Sat Oct 07 18:14:17 2017 xorriso : UPDATE : 82.09% done, estimate finish Sat Oct 07 18:14:19 2017 xorriso : UPDATE : 82.95% done, estimate finish Sat Oct 07 18:14:18 2017 xorriso : UPDATE : 83.38% done, estimate finish Sat Oct 07 18:14:18 2017 xorriso : UPDATE : 83.89% done, estimate finish Sat Oct 07 18:14:18 2017 xorriso : UPDATE : 84.53% done, estimate finish Sat Oct 07 18:14:18 2017 xorriso : UPDATE : 85.07% done, estimate finish Sat Oct 07 18:14:18 2017 xorriso : UPDATE : 85.88% done, estimate finish Sat Oct 07 18:14:16 2017 xorriso : UPDATE : 86.31% done, estimate finish Sat Oct 07 18:14:17 2017 xorriso : UPDATE : 86.78% done, estimate finish Sat Oct 07 18:14:17 2017 xorriso : UPDATE : 87.27% done, estimate finish Sat Oct 07 18:14:17 2017 xorriso : UPDATE : 87.52% done, estimate finish Sat Oct 07 18:14:19 2017 xorriso : UPDATE : 87.53% done, estimate finish Sat Oct 07 18:14:21 2017 xorriso : UPDATE : 88.98% done, estimate finish Sat Oct 07 18:14:17 2017 xorriso : UPDATE : 89.24% done, estimate finish Sat Oct 07 18:14:18 2017 xorriso : UPDATE : 89.67% done, estimate finish Sat Oct 07 18:14:18 2017 xorriso : UPDATE : 90.03% done, estimate finish Sat Oct 07 18:14:20 2017 xorriso : UPDATE : 90.42% done, estimate finish Sat Oct 07 18:14:20 2017 xorriso : UPDATE : 90.85% done, estimate finish Sat Oct 07 18:14:21 2017 xorriso : UPDATE : 91.19% done, estimate finish Sat Oct 07 18:14:21 2017 xorriso : UPDATE : 91.69% done, estimate finish Sat Oct 07 18:14:21 2017 xorriso : UPDATE : 92.08% done, estimate finish Sat Oct 07 18:14:21 2017 xorriso : UPDATE : 92.47% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 92.98% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 93.35% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 93.60% done, estimate finish Sat Oct 07 18:14:23 2017 xorriso : UPDATE : 93.73% done, estimate finish Sat Oct 07 18:14:26 2017 xorriso : UPDATE : 95.01% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 95.39% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 95.60% done, estimate finish Sat Oct 07 18:14:23 2017 xorriso : UPDATE : 96.21% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 96.82% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 97.41% done, estimate finish Sat Oct 07 18:14:21 2017 xorriso : UPDATE : 97.41% done, estimate finish Sat Oct 07 18:14:22 2017 xorriso : UPDATE : 99.58% done xorriso : UPDATE : 99.84% done ISO image produced: 2289906 sectors Written to medium : 2289906 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:14:20 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 12' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-12.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-12.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot12 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD12 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD12' xorriso : UPDATE : 8621 files added in 1 seconds xorriso : UPDATE : 8621 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.40% done xorriso : UPDATE : 0.91% done, estimate finish Sat Oct 07 18:18:24 2017 xorriso : UPDATE : 1.50% done, estimate finish Sat Oct 07 18:17:54 2017 xorriso : UPDATE : 2.07% done, estimate finish Sat Oct 07 18:17:44 2017 xorriso : UPDATE : 3.14% done, estimate finish Sat Oct 07 18:17:07 2017 xorriso : UPDATE : 3.90% done, estimate finish Sat Oct 07 18:17:00 2017 xorriso : UPDATE : 3.97% done, estimate finish Sat Oct 07 18:17:23 2017 xorriso : UPDATE : 3.97% done, estimate finish Sat Oct 07 18:17:48 2017 xorriso : UPDATE : 3.97% done, estimate finish Sat Oct 07 18:18:13 2017 xorriso : UPDATE : 8.52% done, estimate finish Sat Oct 07 18:16:21 2017 xorriso : UPDATE : 9.15% done, estimate finish Sat Oct 07 18:16:24 2017 xorriso : UPDATE : 10.08% done, estimate finish Sat Oct 07 18:16:11 2017 xorriso : UPDATE : 10.66% done, estimate finish Sat Oct 07 18:16:15 2017 xorriso : UPDATE : 11.55% done, estimate finish Sat Oct 07 18:16:15 2017 xorriso : UPDATE : 12.97% done, estimate finish Sat Oct 07 18:16:10 2017 xorriso : UPDATE : 13.60% done, estimate finish Sat Oct 07 18:16:12 2017 xorriso : UPDATE : 14.52% done, estimate finish Sat Oct 07 18:16:12 2017 xorriso : UPDATE : 14.61% done, estimate finish Sat Oct 07 18:16:19 2017 xorriso : UPDATE : 16.54% done, estimate finish Sat Oct 07 18:16:10 2017 xorriso : UPDATE : 17.04% done, estimate finish Sat Oct 07 18:16:13 2017 xorriso : UPDATE : 17.84% done, estimate finish Sat Oct 07 18:16:14 2017 xorriso : UPDATE : 18.33% done, estimate finish Sat Oct 07 18:16:17 2017 xorriso : UPDATE : 18.97% done, estimate finish Sat Oct 07 18:16:21 2017 xorriso : UPDATE : 19.42% done, estimate finish Sat Oct 07 18:16:24 2017 xorriso : UPDATE : 20.58% done, estimate finish Sat Oct 07 18:16:21 2017 xorriso : UPDATE : 21.18% done, estimate finish Sat Oct 07 18:16:23 2017 xorriso : UPDATE : 21.76% done, estimate finish Sat Oct 07 18:16:25 2017 xorriso : UPDATE : 23.13% done, estimate finish Sat Oct 07 18:16:21 2017 xorriso : UPDATE : 23.61% done, estimate finish Sat Oct 07 18:16:23 2017 xorriso : UPDATE : 24.03% done, estimate finish Sat Oct 07 18:16:26 2017 xorriso : UPDATE : 24.35% done, estimate finish Sat Oct 07 18:16:29 2017 xorriso : UPDATE : 25.12% done, estimate finish Sat Oct 07 18:16:30 2017 xorriso : UPDATE : 26.07% done, estimate finish Sat Oct 07 18:16:33 2017 xorriso : UPDATE : 26.37% done, estimate finish Sat Oct 07 18:16:37 2017 xorriso : UPDATE : 26.37% done, estimate finish Sat Oct 07 18:16:45 2017 xorriso : UPDATE : 28.91% done, estimate finish Sat Oct 07 18:16:28 2017 xorriso : UPDATE : 29.50% done, estimate finish Sat Oct 07 18:16:28 2017 xorriso : UPDATE : 29.66% done, estimate finish Sat Oct 07 18:16:33 2017 xorriso : UPDATE : 31.08% done, estimate finish Sat Oct 07 18:16:29 2017 xorriso : UPDATE : 31.92% done, estimate finish Sat Oct 07 18:16:28 2017 xorriso : UPDATE : 32.69% done, estimate finish Sat Oct 07 18:16:28 2017 xorriso : UPDATE : 32.75% done, estimate finish Sat Oct 07 18:16:32 2017 xorriso : UPDATE : 32.75% done, estimate finish Sat Oct 07 18:16:39 2017 xorriso : UPDATE : 36.03% done, estimate finish Sat Oct 07 18:16:17 2017 xorriso : UPDATE : 36.65% done, estimate finish Sat Oct 07 18:16:19 2017 xorriso : UPDATE : 37.04% done, estimate finish Sat Oct 07 18:16:22 2017 xorriso : UPDATE : 38.43% done, estimate finish Sat Oct 07 18:16:19 2017 xorriso : UPDATE : 39.44% done, estimate finish Sat Oct 07 18:16:19 2017 xorriso : UPDATE : 39.83% done, estimate finish Sat Oct 07 18:16:21 2017 xorriso : UPDATE : 40.66% done, estimate finish Sat Oct 07 18:16:21 2017 xorriso : UPDATE : 41.62% done, estimate finish Sat Oct 07 18:16:20 2017 xorriso : UPDATE : 42.12% done, estimate finish Sat Oct 07 18:16:22 2017 xorriso : UPDATE : 42.90% done, estimate finish Sat Oct 07 18:16:15 2017 xorriso : UPDATE : 43.66% done, estimate finish Sat Oct 07 18:16:16 2017 xorriso : UPDATE : 44.17% done, estimate finish Sat Oct 07 18:16:18 2017 xorriso : UPDATE : 45.12% done, estimate finish Sat Oct 07 18:16:18 2017 xorriso : UPDATE : 45.99% done, estimate finish Sat Oct 07 18:16:18 2017 xorriso : UPDATE : 46.04% done, estimate finish Sat Oct 07 18:16:22 2017 xorriso : UPDATE : 46.04% done, estimate finish Sat Oct 07 18:16:26 2017 xorriso : UPDATE : 46.04% done, estimate finish Sat Oct 07 18:16:30 2017 xorriso : UPDATE : 50.69% done, estimate finish Sat Oct 07 18:16:14 2017 xorriso : UPDATE : 51.33% done, estimate finish Sat Oct 07 18:16:15 2017 xorriso : UPDATE : 52.24% done, estimate finish Sat Oct 07 18:16:17 2017 xorriso : UPDATE : 52.54% done, estimate finish Sat Oct 07 18:16:20 2017 xorriso : UPDATE : 53.94% done, estimate finish Sat Oct 07 18:16:18 2017 xorriso : UPDATE : 54.36% done, estimate finish Sat Oct 07 18:16:19 2017 xorriso : UPDATE : 55.35% done, estimate finish Sat Oct 07 18:16:19 2017 xorriso : UPDATE : 55.71% done, estimate finish Sat Oct 07 18:16:21 2017 xorriso : UPDATE : 56.67% done, estimate finish Sat Oct 07 18:16:21 2017 xorriso : UPDATE : 57.93% done, estimate finish Sat Oct 07 18:16:19 2017 xorriso : UPDATE : 58.24% done, estimate finish Sat Oct 07 18:16:21 2017 xorriso : UPDATE : 59.01% done, estimate finish Sat Oct 07 18:16:22 2017 xorriso : UPDATE : 59.63% done, estimate finish Sat Oct 07 18:16:27 2017 xorriso : UPDATE : 60.36% done, estimate finish Sat Oct 07 18:16:27 2017 xorriso : UPDATE : 61.33% done, estimate finish Sat Oct 07 18:16:26 2017 xorriso : UPDATE : 61.84% done, estimate finish Sat Oct 07 18:16:27 2017 xorriso : UPDATE : 62.52% done, estimate finish Sat Oct 07 18:16:28 2017 xorriso : UPDATE : 62.96% done, estimate finish Sat Oct 07 18:16:28 2017 xorriso : UPDATE : 63.59% done, estimate finish Sat Oct 07 18:16:30 2017 xorriso : UPDATE : 64.11% done, estimate finish Sat Oct 07 18:16:30 2017 xorriso : UPDATE : 64.71% done, estimate finish Sat Oct 07 18:16:31 2017 xorriso : UPDATE : 65.40% done, estimate finish Sat Oct 07 18:16:30 2017 xorriso : UPDATE : 66.12% done, estimate finish Sat Oct 07 18:16:34 2017 xorriso : UPDATE : 66.12% done, estimate finish Sat Oct 07 18:16:39 2017 xorriso : UPDATE : 67.15% done, estimate finish Sat Oct 07 18:16:35 2017 xorriso : UPDATE : 67.38% done, estimate finish Sat Oct 07 18:16:38 2017 xorriso : UPDATE : 67.90% done, estimate finish Sat Oct 07 18:16:39 2017 xorriso : UPDATE : 68.37% done, estimate finish Sat Oct 07 18:16:40 2017 xorriso : UPDATE : 68.77% done, estimate finish Sat Oct 07 18:16:41 2017 xorriso : UPDATE : 69.61% done, estimate finish Sat Oct 07 18:16:39 2017 xorriso : UPDATE : 70.89% done, estimate finish Sat Oct 07 18:16:36 2017 xorriso : UPDATE : 71.62% done, estimate finish Sat Oct 07 18:16:36 2017 xorriso : UPDATE : 72.45% done, estimate finish Sat Oct 07 18:16:35 2017 xorriso : UPDATE : 72.66% done, estimate finish Sat Oct 07 18:16:39 2017 xorriso : UPDATE : 72.66% done, estimate finish Sat Oct 07 18:16:43 2017 xorriso : UPDATE : 72.66% done, estimate finish Sat Oct 07 18:16:47 2017 xorriso : UPDATE : 76.72% done, estimate finish Sat Oct 07 18:16:28 2017 xorriso : UPDATE : 77.15% done, estimate finish Sat Oct 07 18:16:29 2017 xorriso : UPDATE : 77.86% done, estimate finish Sat Oct 07 18:16:30 2017 xorriso : UPDATE : 78.33% done, estimate finish Sat Oct 07 18:16:30 2017 xorriso : UPDATE : 78.33% done, estimate finish Sat Oct 07 18:16:33 2017 xorriso : UPDATE : 78.33% done, estimate finish Sat Oct 07 18:16:36 2017 xorriso : UPDATE : 82.01% done, estimate finish Sat Oct 07 18:16:27 2017 xorriso : UPDATE : 83.09% done, estimate finish Sat Oct 07 18:16:23 2017 xorriso : UPDATE : 83.54% done, estimate finish Sat Oct 07 18:16:24 2017 xorriso : UPDATE : 84.00% done, estimate finish Sat Oct 07 18:16:25 2017 xorriso : UPDATE : 85.19% done, estimate finish Sat Oct 07 18:16:24 2017 xorriso : UPDATE : 85.61% done, estimate finish Sat Oct 07 18:16:25 2017 xorriso : UPDATE : 85.61% done, estimate finish Sat Oct 07 18:16:27 2017 xorriso : UPDATE : 88.14% done, estimate finish Sat Oct 07 18:16:23 2017 xorriso : UPDATE : 88.58% done, estimate finish Sat Oct 07 18:16:24 2017 xorriso : UPDATE : 89.25% done, estimate finish Sat Oct 07 18:16:25 2017 xorriso : UPDATE : 89.86% done, estimate finish Sat Oct 07 18:16:25 2017 xorriso : UPDATE : 89.89% done, estimate finish Sat Oct 07 18:16:29 2017 xorriso : UPDATE : 91.91% done, estimate finish Sat Oct 07 18:16:26 2017 xorriso : UPDATE : 92.46% done, estimate finish Sat Oct 07 18:16:26 2017 xorriso : UPDATE : 93.16% done, estimate finish Sat Oct 07 18:16:26 2017 xorriso : UPDATE : 93.78% done, estimate finish Sat Oct 07 18:16:27 2017 xorriso : UPDATE : 94.42% done, estimate finish Sat Oct 07 18:16:27 2017 xorriso : UPDATE : 94.93% done, estimate finish Sat Oct 07 18:16:27 2017 xorriso : UPDATE : 95.51% done, estimate finish Sat Oct 07 18:16:28 2017 xorriso : UPDATE : 96.23% done, estimate finish Sat Oct 07 18:16:28 2017 xorriso : UPDATE : 96.61% done, estimate finish Sat Oct 07 18:16:28 2017 xorriso : UPDATE : 97.82% done, estimate finish Sat Oct 07 18:16:27 2017 xorriso : UPDATE : 98.49% done xorriso : UPDATE : 99.26% done xorriso : UPDATE : 99.96% done ISO image produced: 1922307 sectors Written to medium : 1922307 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:16:30 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 2' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD2 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD2' xorriso : UPDATE : 2431 files added in 1 seconds xorriso : UPDATE : 2431 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.04% done xorriso : UPDATE : 0.38% done xorriso : UPDATE : 0.38% done, estimate finish Sat Oct 07 18:26:36 2017 xorriso : UPDATE : 2.90% done, estimate finish Sat Oct 07 18:18:25 2017 xorriso : UPDATE : 3.91% done, estimate finish Sat Oct 07 18:18:21 2017 xorriso : UPDATE : 4.96% done, estimate finish Sat Oct 07 18:18:18 2017 xorriso : UPDATE : 5.55% done, estimate finish Sat Oct 07 18:18:25 2017 xorriso : UPDATE : 6.29% done, estimate finish Sat Oct 07 18:18:27 2017 xorriso : UPDATE : 6.29% done, estimate finish Sat Oct 07 18:18:43 2017 xorriso : UPDATE : 6.29% done, estimate finish Sat Oct 07 18:18:59 2017 xorriso : UPDATE : 6.29% done, estimate finish Sat Oct 07 18:19:15 2017 xorriso : UPDATE : 10.75% done, estimate finish Sat Oct 07 18:18:16 2017 xorriso : UPDATE : 11.56% done, estimate finish Sat Oct 07 18:18:18 2017 xorriso : UPDATE : 12.29% done, estimate finish Sat Oct 07 18:18:17 2017 xorriso : UPDATE : 13.19% done, estimate finish Sat Oct 07 18:18:18 2017 xorriso : UPDATE : 14.00% done, estimate finish Sat Oct 07 18:18:20 2017 xorriso : UPDATE : 14.83% done, estimate finish Sat Oct 07 18:18:20 2017 xorriso : UPDATE : 15.66% done, estimate finish Sat Oct 07 18:18:21 2017 xorriso : UPDATE : 15.79% done, estimate finish Sat Oct 07 18:18:27 2017 xorriso : UPDATE : 17.28% done, estimate finish Sat Oct 07 18:18:22 2017 xorriso : UPDATE : 17.28% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 17.28% done, estimate finish Sat Oct 07 18:18:35 2017 xorriso : UPDATE : 20.24% done, estimate finish Sat Oct 07 18:18:20 2017 xorriso : UPDATE : 21.09% done, estimate finish Sat Oct 07 18:18:22 2017 xorriso : UPDATE : 21.78% done, estimate finish Sat Oct 07 18:18:24 2017 xorriso : UPDATE : 21.78% done, estimate finish Sat Oct 07 18:18:32 2017 xorriso : UPDATE : 23.37% done, estimate finish Sat Oct 07 18:18:26 2017 xorriso : UPDATE : 23.79% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 25.01% done, estimate finish Sat Oct 07 18:18:26 2017 xorriso : UPDATE : 25.74% done, estimate finish Sat Oct 07 18:18:27 2017 xorriso : UPDATE : 25.74% done, estimate finish Sat Oct 07 18:18:32 2017 xorriso : UPDATE : 25.74% done, estimate finish Sat Oct 07 18:18:38 2017 xorriso : UPDATE : 28.67% done, estimate finish Sat Oct 07 18:18:25 2017 xorriso : UPDATE : 29.41% done, estimate finish Sat Oct 07 18:18:27 2017 xorriso : UPDATE : 29.79% done, estimate finish Sat Oct 07 18:18:30 2017 xorriso : UPDATE : 30.84% done, estimate finish Sat Oct 07 18:18:29 2017 xorriso : UPDATE : 31.81% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 32.42% done, estimate finish Sat Oct 07 18:18:29 2017 xorriso : UPDATE : 33.16% done, estimate finish Sat Oct 07 18:18:30 2017 xorriso : UPDATE : 33.42% done, estimate finish Sat Oct 07 18:18:33 2017 xorriso : UPDATE : 34.41% done, estimate finish Sat Oct 07 18:18:32 2017 xorriso : UPDATE : 35.52% done, estimate finish Sat Oct 07 18:18:30 2017 xorriso : UPDATE : 36.64% done, estimate finish Sat Oct 07 18:18:29 2017 xorriso : UPDATE : 37.37% done, estimate finish Sat Oct 07 18:18:30 2017 xorriso : UPDATE : 37.95% done, estimate finish Sat Oct 07 18:18:32 2017 xorriso : UPDATE : 38.50% done, estimate finish Sat Oct 07 18:18:34 2017 xorriso : UPDATE : 39.13% done, estimate finish Sat Oct 07 18:18:35 2017 xorriso : UPDATE : 39.73% done, estimate finish Sat Oct 07 18:18:36 2017 xorriso : UPDATE : 39.73% done, estimate finish Sat Oct 07 18:18:41 2017 xorriso : UPDATE : 41.65% done, estimate finish Sat Oct 07 18:18:34 2017 xorriso : UPDATE : 42.22% done, estimate finish Sat Oct 07 18:18:34 2017 xorriso : UPDATE : 43.24% done, estimate finish Sat Oct 07 18:18:33 2017 xorriso : UPDATE : 44.04% done, estimate finish Sat Oct 07 18:18:33 2017 xorriso : UPDATE : 44.28% done, estimate finish Sat Oct 07 18:18:40 2017 xorriso : UPDATE : 45.77% done, estimate finish Sat Oct 07 18:18:34 2017 xorriso : UPDATE : 46.51% done, estimate finish Sat Oct 07 18:18:34 2017 xorriso : UPDATE : 47.15% done, estimate finish Sat Oct 07 18:18:35 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 18:18:38 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 18:18:43 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 18:18:47 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 18:18:53 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 18:18:58 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 18:19:02 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 18:19:48 2017 xorriso : UPDATE : 54.04% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 55.80% done, estimate finish Sat Oct 07 18:18:24 2017 xorriso : UPDATE : 56.69% done, estimate finish Sat Oct 07 18:18:24 2017 xorriso : UPDATE : 56.77% done, estimate finish Sat Oct 07 18:18:27 2017 xorriso : UPDATE : 56.77% done, estimate finish Sat Oct 07 18:18:30 2017 xorriso : UPDATE : 59.46% done, estimate finish Sat Oct 07 18:18:24 2017 xorriso : UPDATE : 60.04% done, estimate finish Sat Oct 07 18:18:25 2017 xorriso : UPDATE : 60.96% done, estimate finish Sat Oct 07 18:18:25 2017 xorriso : UPDATE : 61.58% done, estimate finish Sat Oct 07 18:18:26 2017 xorriso : UPDATE : 62.04% done, estimate finish Sat Oct 07 18:18:15 2017 xorriso : UPDATE : 63.11% done, estimate finish Sat Oct 07 18:18:15 2017 xorriso : UPDATE : 63.11% done, estimate finish Sat Oct 07 18:18:19 2017 xorriso : UPDATE : 63.11% done, estimate finish Sat Oct 07 18:18:21 2017 xorriso : UPDATE : 66.10% done, estimate finish Sat Oct 07 18:18:17 2017 xorriso : UPDATE : 66.89% done, estimate finish Sat Oct 07 18:18:17 2017 xorriso : UPDATE : 67.29% done, estimate finish Sat Oct 07 18:18:19 2017 xorriso : UPDATE : 68.61% done, estimate finish Sat Oct 07 18:18:19 2017 xorriso : UPDATE : 69.22% done, estimate finish Sat Oct 07 18:18:20 2017 xorriso : UPDATE : 70.40% done, estimate finish Sat Oct 07 18:18:20 2017 xorriso : UPDATE : 70.79% done, estimate finish Sat Oct 07 18:18:21 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 18:18:29 2017 xorriso : UPDATE : 72.36% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 73.31% done, estimate finish Sat Oct 07 18:18:27 2017 xorriso : UPDATE : 73.51% done, estimate finish Sat Oct 07 18:18:30 2017 xorriso : UPDATE : 74.32% done, estimate finish Sat Oct 07 18:18:30 2017 xorriso : UPDATE : 75.33% done, estimate finish Sat Oct 07 18:18:29 2017 xorriso : UPDATE : 76.51% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 76.79% done, estimate finish Sat Oct 07 18:18:30 2017 xorriso : UPDATE : 77.80% done, estimate finish Sat Oct 07 18:18:29 2017 xorriso : UPDATE : 79.03% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 79.80% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 79.80% done, estimate finish Sat Oct 07 18:18:31 2017 xorriso : UPDATE : 79.80% done, estimate finish Sat Oct 07 18:18:33 2017 xorriso : UPDATE : 79.80% done, estimate finish Sat Oct 07 18:18:37 2017 xorriso : UPDATE : 79.80% done, estimate finish Sat Oct 07 18:18:40 2017 xorriso : UPDATE : 80.19% done, estimate finish Sat Oct 07 18:18:41 2017 xorriso : UPDATE : 85.58% done, estimate finish Sat Oct 07 18:18:26 2017 xorriso : UPDATE : 85.99% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 87.10% done, estimate finish Sat Oct 07 18:18:27 2017 xorriso : UPDATE : 87.40% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 88.44% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 89.70% done, estimate finish Sat Oct 07 18:18:27 2017 xorriso : UPDATE : 90.13% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 90.13% done, estimate finish Sat Oct 07 18:18:30 2017 xorriso : UPDATE : 90.13% done, estimate finish Sat Oct 07 18:18:32 2017 xorriso : UPDATE : 90.13% done, estimate finish Sat Oct 07 18:18:34 2017 xorriso : UPDATE : 90.13% done, estimate finish Sat Oct 07 18:18:36 2017 xorriso : UPDATE : 95.11% done, estimate finish Sat Oct 07 18:18:27 2017 xorriso : UPDATE : 95.11% done, estimate finish Sat Oct 07 18:18:28 2017 xorriso : UPDATE : 97.18% done, estimate finish Sat Oct 07 18:18:27 2017 xorriso : UPDATE : 98.59% done xorriso : UPDATE : 99.64% done ISO image produced: 2284854 sectors Written to medium : 2284854 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:18:27 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 3' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-3.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD3 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD3' xorriso : UPDATE : 2062 files added in 1 seconds xorriso : UPDATE : 2062 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.09% done xorriso : UPDATE : 0.09% done xorriso : UPDATE : 0.09% done xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:21:10 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:21:50 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:22:30 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:23:09 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:23:49 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:24:28 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:25:08 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:25:47 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:26:27 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 18:27:06 2017 xorriso : UPDATE : 13.04% done, estimate finish Sat Oct 07 18:20:05 2017 xorriso : UPDATE : 13.04% done, estimate finish Sat Oct 07 18:20:14 2017 xorriso : UPDATE : 14.76% done, estimate finish Sat Oct 07 18:20:08 2017 xorriso : UPDATE : 15.91% done, estimate finish Sat Oct 07 18:20:06 2017 xorriso : UPDATE : 15.91% done, estimate finish Sat Oct 07 18:20:15 2017 xorriso : UPDATE : 18.16% done, estimate finish Sat Oct 07 18:20:06 2017 xorriso : UPDATE : 18.88% done, estimate finish Sat Oct 07 18:20:07 2017 xorriso : UPDATE : 18.94% done, estimate finish Sat Oct 07 18:20:13 2017 xorriso : UPDATE : 18.94% done, estimate finish Sat Oct 07 18:20:19 2017 xorriso : UPDATE : 18.94% done, estimate finish Sat Oct 07 18:20:25 2017 xorriso : UPDATE : 18.94% done, estimate finish Sat Oct 07 18:20:52 2017 xorriso : UPDATE : 23.84% done, estimate finish Sat Oct 07 18:20:10 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 18:20:12 2017 xorriso : UPDATE : 25.04% done, estimate finish Sat Oct 07 18:20:14 2017 xorriso : UPDATE : 25.58% done, estimate finish Sat Oct 07 18:20:17 2017 xorriso : UPDATE : 26.81% done, estimate finish Sat Oct 07 18:20:15 2017 xorriso : UPDATE : 27.74% done, estimate finish Sat Oct 07 18:20:15 2017 xorriso : UPDATE : 28.68% done, estimate finish Sat Oct 07 18:20:15 2017 xorriso : UPDATE : 29.49% done, estimate finish Sat Oct 07 18:20:16 2017 xorriso : UPDATE : 30.20% done, estimate finish Sat Oct 07 18:20:17 2017 xorriso : UPDATE : 31.24% done, estimate finish Sat Oct 07 18:20:04 2017 xorriso : UPDATE : 31.92% done, estimate finish Sat Oct 07 18:20:06 2017 xorriso : UPDATE : 32.98% done, estimate finish Sat Oct 07 18:20:07 2017 xorriso : UPDATE : 33.59% done, estimate finish Sat Oct 07 18:20:08 2017 xorriso : UPDATE : 34.28% done, estimate finish Sat Oct 07 18:20:10 2017 xorriso : UPDATE : 35.84% done, estimate finish Sat Oct 07 18:20:08 2017 xorriso : UPDATE : 35.84% done, estimate finish Sat Oct 07 18:20:12 2017 xorriso : UPDATE : 36.50% done, estimate finish Sat Oct 07 18:20:13 2017 xorriso : UPDATE : 36.79% done, estimate finish Sat Oct 07 18:20:16 2017 xorriso : UPDATE : 38.14% done, estimate finish Sat Oct 07 18:20:14 2017 xorriso : UPDATE : 38.93% done, estimate finish Sat Oct 07 18:20:15 2017 xorriso : UPDATE : 39.60% done, estimate finish Sat Oct 07 18:20:27 2017 xorriso : UPDATE : 40.11% done, estimate finish Sat Oct 07 18:20:30 2017 xorriso : UPDATE : 41.16% done, estimate finish Sat Oct 07 18:20:27 2017 xorriso : UPDATE : 41.19% done, estimate finish Sat Oct 07 18:20:33 2017 xorriso : UPDATE : 42.74% done, estimate finish Sat Oct 07 18:20:27 2017 xorriso : UPDATE : 42.94% done, estimate finish Sat Oct 07 18:20:31 2017 xorriso : UPDATE : 42.97% done, estimate finish Sat Oct 07 18:20:35 2017 xorriso : UPDATE : 44.73% done, estimate finish Sat Oct 07 18:20:29 2017 xorriso : UPDATE : 45.52% done, estimate finish Sat Oct 07 18:20:29 2017 xorriso : UPDATE : 46.61% done, estimate finish Sat Oct 07 18:20:28 2017 xorriso : UPDATE : 46.61% done, estimate finish Sat Oct 07 18:20:34 2017 xorriso : UPDATE : 48.73% done, estimate finish Sat Oct 07 18:20:24 2017 xorriso : UPDATE : 49.35% done, estimate finish Sat Oct 07 18:20:26 2017 xorriso : UPDATE : 50.27% done, estimate finish Sat Oct 07 18:20:25 2017 xorriso : UPDATE : 50.74% done, estimate finish Sat Oct 07 18:20:27 2017 xorriso : UPDATE : 51.52% done, estimate finish Sat Oct 07 18:20:27 2017 xorriso : UPDATE : 51.52% done, estimate finish Sat Oct 07 18:20:31 2017 xorriso : UPDATE : 51.52% done, estimate finish Sat Oct 07 18:20:35 2017 xorriso : UPDATE : 54.16% done, estimate finish Sat Oct 07 18:20:26 2017 xorriso : UPDATE : 55.35% done, estimate finish Sat Oct 07 18:20:24 2017 xorriso : UPDATE : 55.73% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 57.05% done, estimate finish Sat Oct 07 18:20:20 2017 xorriso : UPDATE : 57.06% done, estimate finish Sat Oct 07 18:20:24 2017 xorriso : UPDATE : 59.11% done, estimate finish Sat Oct 07 18:20:19 2017 xorriso : UPDATE : 59.11% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 60.45% done, estimate finish Sat Oct 07 18:20:21 2017 xorriso : UPDATE : 60.74% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 62.50% done, estimate finish Sat Oct 07 18:20:21 2017 xorriso : UPDATE : 63.27% done, estimate finish Sat Oct 07 18:20:21 2017 xorriso : UPDATE : 63.70% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 64.92% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 65.40% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 66.21% done, estimate finish Sat Oct 07 18:20:24 2017 xorriso : UPDATE : 67.50% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 67.50% done, estimate finish Sat Oct 07 18:20:25 2017 xorriso : UPDATE : 69.20% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 69.70% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 70.48% done, estimate finish Sat Oct 07 18:20:24 2017 xorriso : UPDATE : 70.48% done, estimate finish Sat Oct 07 18:20:27 2017 xorriso : UPDATE : 72.72% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 73.19% done, estimate finish Sat Oct 07 18:20:25 2017 xorriso : UPDATE : 74.17% done, estimate finish Sat Oct 07 18:20:24 2017 xorriso : UPDATE : 74.80% done, estimate finish Sat Oct 07 18:20:25 2017 xorriso : UPDATE : 76.17% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 77.11% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 77.77% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 78.82% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 79.59% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 79.83% done, estimate finish Sat Oct 07 18:20:25 2017 xorriso : UPDATE : 81.08% done, estimate finish Sat Oct 07 18:20:24 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 18:20:21 2017 xorriso : UPDATE : 83.57% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 83.98% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 84.74% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 86.11% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 86.82% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 87.36% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 88.46% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 88.87% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 89.75% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 89.75% done, estimate finish Sat Oct 07 18:20:27 2017 xorriso : UPDATE : 89.75% done, estimate finish Sat Oct 07 18:20:30 2017 xorriso : UPDATE : 89.75% done, estimate finish Sat Oct 07 18:20:32 2017 xorriso : UPDATE : 89.75% done, estimate finish Sat Oct 07 18:20:34 2017 xorriso : UPDATE : 92.86% done, estimate finish Sat Oct 07 18:20:26 2017 xorriso : UPDATE : 95.87% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 97.24% done, estimate finish Sat Oct 07 18:20:22 2017 xorriso : UPDATE : 97.24% done, estimate finish Sat Oct 07 18:20:23 2017 xorriso : UPDATE : 99.02% done xorriso : UPDATE : 99.99% done ISO image produced: 2264130 sectors Written to medium : 2264130 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:20:23 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 4' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-4.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-4.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot4 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD4 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' xorriso : UPDATE : 5900 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD4' xorriso : UPDATE : 6167 files added in 1 seconds xorriso : UPDATE : 6167 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.16% done xorriso : UPDATE : 0.32% done xorriso : UPDATE : 1.38% done, estimate finish Sat Oct 07 18:23:34 2017 xorriso : UPDATE : 1.84% done, estimate finish Sat Oct 07 18:23:41 2017 xorriso : UPDATE : 2.72% done, estimate finish Sat Oct 07 18:23:14 2017 xorriso : UPDATE : 4.02% done, estimate finish Sat Oct 07 18:22:45 2017 xorriso : UPDATE : 5.00% done, estimate finish Sat Oct 07 18:22:37 2017 xorriso : UPDATE : 5.94% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 5.94% done, estimate finish Sat Oct 07 18:22:50 2017 xorriso : UPDATE : 8.06% done, estimate finish Sat Oct 07 18:22:24 2017 xorriso : UPDATE : 8.63% done, estimate finish Sat Oct 07 18:22:28 2017 xorriso : UPDATE : 9.18% done, estimate finish Sat Oct 07 18:22:31 2017 xorriso : UPDATE : 10.20% done, estimate finish Sat Oct 07 18:22:19 2017 xorriso : UPDATE : 10.77% done, estimate finish Sat Oct 07 18:22:23 2017 xorriso : UPDATE : 11.55% done, estimate finish Sat Oct 07 18:22:24 2017 xorriso : UPDATE : 12.45% done, estimate finish Sat Oct 07 18:22:23 2017 xorriso : UPDATE : 12.49% done, estimate finish Sat Oct 07 18:22:31 2017 xorriso : UPDATE : 14.37% done, estimate finish Sat Oct 07 18:22:21 2017 xorriso : UPDATE : 15.27% done, estimate finish Sat Oct 07 18:22:20 2017 xorriso : UPDATE : 16.02% done, estimate finish Sat Oct 07 18:22:22 2017 xorriso : UPDATE : 16.92% done, estimate finish Sat Oct 07 18:22:22 2017 xorriso : UPDATE : 17.74% done, estimate finish Sat Oct 07 18:22:21 2017 xorriso : UPDATE : 18.39% done, estimate finish Sat Oct 07 18:22:25 2017 xorriso : UPDATE : 19.51% done, estimate finish Sat Oct 07 18:22:23 2017 xorriso : UPDATE : 20.02% done, estimate finish Sat Oct 07 18:22:25 2017 xorriso : UPDATE : 20.80% done, estimate finish Sat Oct 07 18:22:26 2017 xorriso : UPDATE : 21.49% done, estimate finish Sat Oct 07 18:22:27 2017 xorriso : UPDATE : 22.74% done, estimate finish Sat Oct 07 18:22:23 2017 xorriso : UPDATE : 23.00% done, estimate finish Sat Oct 07 18:22:28 2017 xorriso : UPDATE : 24.61% done, estimate finish Sat Oct 07 18:22:23 2017 xorriso : UPDATE : 25.45% done, estimate finish Sat Oct 07 18:22:23 2017 xorriso : UPDATE : 26.45% done, estimate finish Sat Oct 07 18:22:22 2017 xorriso : UPDATE : 27.10% done, estimate finish Sat Oct 07 18:22:21 2017 xorriso : UPDATE : 27.69% done, estimate finish Sat Oct 07 18:22:23 2017 xorriso : UPDATE : 28.49% done, estimate finish Sat Oct 07 18:22:24 2017 xorriso : UPDATE : 29.15% done, estimate finish Sat Oct 07 18:22:25 2017 xorriso : UPDATE : 29.66% done, estimate finish Sat Oct 07 18:22:27 2017 xorriso : UPDATE : 30.69% done, estimate finish Sat Oct 07 18:22:26 2017 xorriso : UPDATE : 31.29% done, estimate finish Sat Oct 07 18:22:27 2017 xorriso : UPDATE : 32.24% done, estimate finish Sat Oct 07 18:22:27 2017 xorriso : UPDATE : 33.04% done, estimate finish Sat Oct 07 18:22:26 2017 xorriso : UPDATE : 33.55% done, estimate finish Sat Oct 07 18:22:28 2017 xorriso : UPDATE : 34.00% done, estimate finish Sat Oct 07 18:22:37 2017 xorriso : UPDATE : 34.03% done, estimate finish Sat Oct 07 18:22:44 2017 xorriso : UPDATE : 35.87% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 35.94% done, estimate finish Sat Oct 07 18:22:39 2017 xorriso : UPDATE : 35.94% done, estimate finish Sat Oct 07 18:22:45 2017 xorriso : UPDATE : 35.94% done, estimate finish Sat Oct 07 18:22:51 2017 xorriso : UPDATE : 39.45% done, estimate finish Sat Oct 07 18:22:29 2017 xorriso : UPDATE : 40.14% done, estimate finish Sat Oct 07 18:22:30 2017 xorriso : UPDATE : 40.34% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 41.69% done, estimate finish Sat Oct 07 18:22:30 2017 xorriso : UPDATE : 42.47% done, estimate finish Sat Oct 07 18:22:26 2017 xorriso : UPDATE : 43.41% done, estimate finish Sat Oct 07 18:22:25 2017 xorriso : UPDATE : 43.90% done, estimate finish Sat Oct 07 18:22:27 2017 xorriso : UPDATE : 44.53% done, estimate finish Sat Oct 07 18:22:28 2017 xorriso : UPDATE : 45.16% done, estimate finish Sat Oct 07 18:22:29 2017 xorriso : UPDATE : 46.41% done, estimate finish Sat Oct 07 18:22:27 2017 xorriso : UPDATE : 47.09% done, estimate finish Sat Oct 07 18:22:28 2017 xorriso : UPDATE : 47.67% done, estimate finish Sat Oct 07 18:22:28 2017 xorriso : UPDATE : 48.23% done, estimate finish Sat Oct 07 18:22:30 2017 xorriso : UPDATE : 48.90% done, estimate finish Sat Oct 07 18:22:30 2017 xorriso : UPDATE : 49.47% done, estimate finish Sat Oct 07 18:22:31 2017 xorriso : UPDATE : 50.67% done, estimate finish Sat Oct 07 18:22:32 2017 xorriso : UPDATE : 51.52% done, estimate finish Sat Oct 07 18:22:31 2017 xorriso : UPDATE : 52.34% done, estimate finish Sat Oct 07 18:22:31 2017 xorriso : UPDATE : 52.97% done, estimate finish Sat Oct 07 18:22:32 2017 xorriso : UPDATE : 53.59% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 54.21% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 54.92% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 55.81% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 56.40% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 57.06% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 57.61% done, estimate finish Sat Oct 07 18:22:37 2017 xorriso : UPDATE : 58.38% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 59.34% done, estimate finish Sat Oct 07 18:22:35 2017 xorriso : UPDATE : 59.93% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 60.46% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 61.26% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 61.88% done, estimate finish Sat Oct 07 18:22:37 2017 xorriso : UPDATE : 62.67% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 63.20% done, estimate finish Sat Oct 07 18:22:37 2017 xorriso : UPDATE : 63.85% done, estimate finish Sat Oct 07 18:22:37 2017 xorriso : UPDATE : 64.52% done, estimate finish Sat Oct 07 18:22:38 2017 xorriso : UPDATE : 65.48% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 66.34% done, estimate finish Sat Oct 07 18:22:35 2017 xorriso : UPDATE : 66.84% done, estimate finish Sat Oct 07 18:22:37 2017 xorriso : UPDATE : 67.29% done, estimate finish Sat Oct 07 18:22:38 2017 xorriso : UPDATE : 68.05% done, estimate finish Sat Oct 07 18:22:37 2017 xorriso : UPDATE : 69.22% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 69.83% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 70.48% done, estimate finish Sat Oct 07 18:22:37 2017 xorriso : UPDATE : 71.23% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 71.88% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 72.71% done, estimate finish Sat Oct 07 18:22:35 2017 xorriso : UPDATE : 73.48% done, estimate finish Sat Oct 07 18:22:35 2017 xorriso : UPDATE : 74.26% done, estimate finish Sat Oct 07 18:22:35 2017 xorriso : UPDATE : 75.40% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 76.08% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 76.59% done, estimate finish Sat Oct 07 18:22:35 2017 xorriso : UPDATE : 76.59% done, estimate finish Sat Oct 07 18:22:38 2017 xorriso : UPDATE : 78.52% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 78.89% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 79.79% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 80.46% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 81.32% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 82.27% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 82.79% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 83.52% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 85.04% done, estimate finish Sat Oct 07 18:22:32 2017 xorriso : UPDATE : 85.89% done, estimate finish Sat Oct 07 18:22:32 2017 xorriso : UPDATE : 86.56% done, estimate finish Sat Oct 07 18:22:32 2017 xorriso : UPDATE : 87.06% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 87.83% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 88.68% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 89.06% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 90.09% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 90.88% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 92.05% done, estimate finish Sat Oct 07 18:22:32 2017 xorriso : UPDATE : 92.72% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 93.18% done, estimate finish Sat Oct 07 18:22:33 2017 xorriso : UPDATE : 93.54% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 94.25% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 94.25% done, estimate finish Sat Oct 07 18:22:36 2017 xorriso : UPDATE : 96.02% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 96.76% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 97.37% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 97.91% done, estimate finish Sat Oct 07 18:22:34 2017 xorriso : UPDATE : 98.81% done xorriso : UPDATE : 99.61% done ISO image produced: 2289092 sectors Written to medium : 2289092 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:22:35 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 5' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-5.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-5.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot5 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD5 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD5' xorriso : UPDATE : 6384 files added in 1 seconds xorriso : UPDATE : 6384 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.04% done xorriso : UPDATE : 0.29% done xorriso : UPDATE : 0.45% done, estimate finish Sat Oct 07 18:29:58 2017 xorriso : UPDATE : 1.14% done, estimate finish Sat Oct 07 18:27:01 2017 xorriso : UPDATE : 1.94% done, estimate finish Sat Oct 07 18:26:03 2017 xorriso : UPDATE : 2.92% done, estimate finish Sat Oct 07 18:25:28 2017 xorriso : UPDATE : 3.58% done, estimate finish Sat Oct 07 18:25:24 2017 xorriso : UPDATE : 4.23% done, estimate finish Sat Oct 07 18:25:22 2017 xorriso : UPDATE : 4.76% done, estimate finish Sat Oct 07 18:25:25 2017 xorriso : UPDATE : 5.32% done, estimate finish Sat Oct 07 18:25:26 2017 xorriso : UPDATE : 6.13% done, estimate finish Sat Oct 07 18:25:20 2017 xorriso : UPDATE : 6.95% done, estimate finish Sat Oct 07 18:25:15 2017 xorriso : UPDATE : 7.52% done, estimate finish Sat Oct 07 18:25:16 2017 xorriso : UPDATE : 7.52% done, estimate finish Sat Oct 07 18:25:14 2017 xorriso : UPDATE : 8.46% done, estimate finish Sat Oct 07 18:25:07 2017 xorriso : UPDATE : 10.16% done, estimate finish Sat Oct 07 18:24:51 2017 xorriso : UPDATE : 10.66% done, estimate finish Sat Oct 07 18:24:54 2017 xorriso : UPDATE : 11.58% done, estimate finish Sat Oct 07 18:24:51 2017 xorriso : UPDATE : 12.29% done, estimate finish Sat Oct 07 18:24:52 2017 xorriso : UPDATE : 12.87% done, estimate finish Sat Oct 07 18:24:54 2017 xorriso : UPDATE : 13.80% done, estimate finish Sat Oct 07 18:24:51 2017 xorriso : UPDATE : 14.52% done, estimate finish Sat Oct 07 18:24:52 2017 xorriso : UPDATE : 14.88% done, estimate finish Sat Oct 07 18:24:56 2017 xorriso : UPDATE : 15.91% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 16.43% done, estimate finish Sat Oct 07 18:24:49 2017 xorriso : UPDATE : 17.00% done, estimate finish Sat Oct 07 18:24:50 2017 xorriso : UPDATE : 17.83% done, estimate finish Sat Oct 07 18:24:49 2017 xorriso : UPDATE : 18.60% done, estimate finish Sat Oct 07 18:24:49 2017 xorriso : UPDATE : 19.09% done, estimate finish Sat Oct 07 18:24:52 2017 xorriso : UPDATE : 19.72% done, estimate finish Sat Oct 07 18:24:53 2017 xorriso : UPDATE : 20.34% done, estimate finish Sat Oct 07 18:24:54 2017 xorriso : UPDATE : 20.84% done, estimate finish Sat Oct 07 18:24:56 2017 xorriso : UPDATE : 20.84% done, estimate finish Sat Oct 07 18:25:02 2017 xorriso : UPDATE : 20.84% done, estimate finish Sat Oct 07 18:25:08 2017 xorriso : UPDATE : 20.84% done, estimate finish Sat Oct 07 18:25:43 2017 xorriso : UPDATE : 25.52% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 25.81% done, estimate finish Sat Oct 07 18:24:50 2017 xorriso : UPDATE : 27.00% done, estimate finish Sat Oct 07 18:24:46 2017 xorriso : UPDATE : 28.05% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 28.12% done, estimate finish Sat Oct 07 18:24:49 2017 xorriso : UPDATE : 29.88% done, estimate finish Sat Oct 07 18:24:43 2017 xorriso : UPDATE : 30.89% done, estimate finish Sat Oct 07 18:24:41 2017 xorriso : UPDATE : 31.02% done, estimate finish Sat Oct 07 18:24:46 2017 xorriso : UPDATE : 32.03% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 32.45% done, estimate finish Sat Oct 07 18:24:30 2017 xorriso : UPDATE : 32.45% done, estimate finish Sat Oct 07 18:24:36 2017 xorriso : UPDATE : 34.06% done, estimate finish Sat Oct 07 18:24:32 2017 xorriso : UPDATE : 35.47% done, estimate finish Sat Oct 07 18:24:30 2017 xorriso : UPDATE : 36.26% done, estimate finish Sat Oct 07 18:24:30 2017 xorriso : UPDATE : 36.87% done, estimate finish Sat Oct 07 18:24:33 2017 xorriso : UPDATE : 38.06% done, estimate finish Sat Oct 07 18:24:31 2017 xorriso : UPDATE : 38.78% done, estimate finish Sat Oct 07 18:24:33 2017 xorriso : UPDATE : 39.48% done, estimate finish Sat Oct 07 18:24:33 2017 xorriso : UPDATE : 40.05% done, estimate finish Sat Oct 07 18:24:35 2017 xorriso : UPDATE : 40.87% done, estimate finish Sat Oct 07 18:24:42 2017 xorriso : UPDATE : 41.49% done, estimate finish Sat Oct 07 18:24:44 2017 xorriso : UPDATE : 41.68% done, estimate finish Sat Oct 07 18:24:48 2017 xorriso : UPDATE : 41.68% done, estimate finish Sat Oct 07 18:24:54 2017 xorriso : UPDATE : 41.68% done, estimate finish Sat Oct 07 18:24:59 2017 xorriso : UPDATE : 44.98% done, estimate finish Sat Oct 07 18:24:42 2017 xorriso : UPDATE : 45.27% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 46.52% done, estimate finish Sat Oct 07 18:24:43 2017 xorriso : UPDATE : 47.17% done, estimate finish Sat Oct 07 18:24:43 2017 xorriso : UPDATE : 47.77% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 48.60% done, estimate finish Sat Oct 07 18:24:46 2017 xorriso : UPDATE : 49.04% done, estimate finish Sat Oct 07 18:24:48 2017 xorriso : UPDATE : 49.55% done, estimate finish Sat Oct 07 18:24:50 2017 xorriso : UPDATE : 50.10% done, estimate finish Sat Oct 07 18:24:52 2017 xorriso : UPDATE : 50.66% done, estimate finish Sat Oct 07 18:24:52 2017 xorriso : UPDATE : 51.36% done, estimate finish Sat Oct 07 18:24:53 2017 xorriso : UPDATE : 52.59% done, estimate finish Sat Oct 07 18:24:50 2017 xorriso : UPDATE : 53.28% done, estimate finish Sat Oct 07 18:24:50 2017 xorriso : UPDATE : 54.10% done, estimate finish Sat Oct 07 18:24:50 2017 xorriso : UPDATE : 54.79% done, estimate finish Sat Oct 07 18:24:49 2017 xorriso : UPDATE : 55.49% done, estimate finish Sat Oct 07 18:24:52 2017 xorriso : UPDATE : 56.16% done, estimate finish Sat Oct 07 18:24:53 2017 xorriso : UPDATE : 57.11% done, estimate finish Sat Oct 07 18:24:51 2017 xorriso : UPDATE : 57.77% done, estimate finish Sat Oct 07 18:24:51 2017 xorriso : UPDATE : 58.99% done, estimate finish Sat Oct 07 18:24:48 2017 xorriso : UPDATE : 59.64% done, estimate finish Sat Oct 07 18:24:49 2017 xorriso : UPDATE : 60.73% done, estimate finish Sat Oct 07 18:24:47 2017 xorriso : UPDATE : 61.33% done, estimate finish Sat Oct 07 18:24:48 2017 xorriso : UPDATE : 61.93% done, estimate finish Sat Oct 07 18:24:48 2017 xorriso : UPDATE : 62.63% done, estimate finish Sat Oct 07 18:24:49 2017 xorriso : UPDATE : 63.18% done, estimate finish Sat Oct 07 18:24:47 2017 xorriso : UPDATE : 63.44% done, estimate finish Sat Oct 07 18:24:51 2017 xorriso : UPDATE : 63.44% done, estimate finish Sat Oct 07 18:24:55 2017 xorriso : UPDATE : 65.85% done, estimate finish Sat Oct 07 18:24:46 2017 xorriso : UPDATE : 66.46% done, estimate finish Sat Oct 07 18:24:46 2017 xorriso : UPDATE : 67.35% done, estimate finish Sat Oct 07 18:24:46 2017 xorriso : UPDATE : 68.23% done, estimate finish Sat Oct 07 18:24:46 2017 xorriso : UPDATE : 69.25% done, estimate finish Sat Oct 07 18:24:46 2017 xorriso : UPDATE : 69.98% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 70.72% done, estimate finish Sat Oct 07 18:24:46 2017 xorriso : UPDATE : 71.54% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 72.30% done, estimate finish Sat Oct 07 18:24:44 2017 xorriso : UPDATE : 72.36% done, estimate finish Sat Oct 07 18:24:48 2017 xorriso : UPDATE : 74.03% done, estimate finish Sat Oct 07 18:24:44 2017 xorriso : UPDATE : 74.76% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 75.69% done, estimate finish Sat Oct 07 18:24:44 2017 xorriso : UPDATE : 76.37% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 76.90% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 78.18% done, estimate finish Sat Oct 07 18:24:45 2017 xorriso : UPDATE : 78.89% done, estimate finish Sat Oct 07 18:24:44 2017 xorriso : UPDATE : 79.97% done, estimate finish Sat Oct 07 18:24:44 2017 xorriso : UPDATE : 81.36% done, estimate finish Sat Oct 07 18:24:42 2017 xorriso : UPDATE : 82.05% done, estimate finish Sat Oct 07 18:24:43 2017 xorriso : UPDATE : 83.15% done, estimate finish Sat Oct 07 18:24:41 2017 xorriso : UPDATE : 84.34% done, estimate finish Sat Oct 07 18:24:42 2017 xorriso : UPDATE : 85.56% done, estimate finish Sat Oct 07 18:24:40 2017 xorriso : UPDATE : 86.44% done, estimate finish Sat Oct 07 18:24:41 2017 xorriso : UPDATE : 87.48% done, estimate finish Sat Oct 07 18:24:40 2017 xorriso : UPDATE : 88.42% done, estimate finish Sat Oct 07 18:24:40 2017 xorriso : UPDATE : 88.92% done, estimate finish Sat Oct 07 18:24:41 2017 xorriso : UPDATE : 90.01% done, estimate finish Sat Oct 07 18:24:41 2017 xorriso : UPDATE : 90.69% done, estimate finish Sat Oct 07 18:24:41 2017 xorriso : UPDATE : 91.43% done, estimate finish Sat Oct 07 18:24:41 2017 xorriso : UPDATE : 91.73% done, estimate finish Sat Oct 07 18:24:42 2017 xorriso : UPDATE : 93.05% done, estimate finish Sat Oct 07 18:24:41 2017 xorriso : UPDATE : 94.15% done, estimate finish Sat Oct 07 18:24:41 2017 xorriso : UPDATE : 94.83% done, estimate finish Sat Oct 07 18:24:41 2017 xorriso : UPDATE : 95.08% done, estimate finish Sat Oct 07 18:24:42 2017 xorriso : UPDATE : 96.18% done, estimate finish Sat Oct 07 18:24:42 2017 xorriso : UPDATE : 97.04% done, estimate finish Sat Oct 07 18:24:42 2017 xorriso : UPDATE : 97.79% done, estimate finish Sat Oct 07 18:24:42 2017 xorriso : UPDATE : 98.50% done xorriso : UPDATE : 99.42% done xorriso : UPDATE : 99.98% done ISO image produced: 2279554 sectors Written to medium : 2279554 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:24:44 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 6' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-6.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-6.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot6 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD6 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD6' xorriso : UPDATE : 2156 files added in 1 seconds xorriso : UPDATE : 2156 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.3-1_armel.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.66% done xorriso : UPDATE : 2.07% done, estimate finish Sat Oct 07 18:26:36 2017 xorriso : UPDATE : 2.42% done, estimate finish Sat Oct 07 18:27:02 2017 xorriso : UPDATE : 3.74% done, estimate finish Sat Oct 07 18:26:40 2017 xorriso : UPDATE : 4.62% done, estimate finish Sat Oct 07 18:26:40 2017 xorriso : UPDATE : 5.25% done, estimate finish Sat Oct 07 18:26:45 2017 xorriso : UPDATE : 5.98% done, estimate finish Sat Oct 07 18:26:47 2017 xorriso : UPDATE : 6.60% done, estimate finish Sat Oct 07 18:26:51 2017 xorriso : UPDATE : 7.18% done, estimate finish Sat Oct 07 18:26:55 2017 xorriso : UPDATE : 8.16% done, estimate finish Sat Oct 07 18:26:52 2017 xorriso : UPDATE : 9.68% done, estimate finish Sat Oct 07 18:26:42 2017 xorriso : UPDATE : 9.68% done, estimate finish Sat Oct 07 18:26:56 2017 xorriso : UPDATE : 11.93% done, estimate finish Sat Oct 07 18:26:36 2017 xorriso : UPDATE : 12.26% done, estimate finish Sat Oct 07 18:26:42 2017 xorriso : UPDATE : 13.05% done, estimate finish Sat Oct 07 18:26:43 2017 xorriso : UPDATE : 13.76% done, estimate finish Sat Oct 07 18:26:45 2017 xorriso : UPDATE : 14.24% done, estimate finish Sat Oct 07 18:26:47 2017 xorriso : UPDATE : 15.65% done, estimate finish Sat Oct 07 18:26:42 2017 xorriso : UPDATE : 16.81% done, estimate finish Sat Oct 07 18:26:41 2017 xorriso : UPDATE : 17.40% done, estimate finish Sat Oct 07 18:26:42 2017 xorriso : UPDATE : 18.09% done, estimate finish Sat Oct 07 18:26:43 2017 xorriso : UPDATE : 18.90% done, estimate finish Sat Oct 07 18:26:39 2017 xorriso : UPDATE : 19.51% done, estimate finish Sat Oct 07 18:26:42 2017 xorriso : UPDATE : 20.61% done, estimate finish Sat Oct 07 18:26:39 2017 xorriso : UPDATE : 20.61% done, estimate finish Sat Oct 07 18:26:46 2017 xorriso : UPDATE : 22.21% done, estimate finish Sat Oct 07 18:26:41 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 18:26:40 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 18:26:45 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 18:26:51 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 18:26:57 2017 xorriso : UPDATE : 28.32% done, estimate finish Sat Oct 07 18:26:32 2017 xorriso : UPDATE : 28.32% done, estimate finish Sat Oct 07 18:26:36 2017 xorriso : UPDATE : 28.32% done, estimate finish Sat Oct 07 18:26:42 2017 xorriso : UPDATE : 30.73% done, estimate finish Sat Oct 07 18:26:32 2017 xorriso : UPDATE : 30.73% done, estimate finish Sat Oct 07 18:26:38 2017 xorriso : UPDATE : 30.73% done, estimate finish Sat Oct 07 18:26:44 2017 xorriso : UPDATE : 30.73% done, estimate finish Sat Oct 07 18:26:48 2017 xorriso : UPDATE : 30.73% done, estimate finish Sat Oct 07 18:26:54 2017 xorriso : UPDATE : 36.24% done, estimate finish Sat Oct 07 18:26:29 2017 xorriso : UPDATE : 36.24% done, estimate finish Sat Oct 07 18:26:33 2017 xorriso : UPDATE : 36.24% done, estimate finish Sat Oct 07 18:26:37 2017 xorriso : UPDATE : 36.24% done, estimate finish Sat Oct 07 18:26:45 2017 xorriso : UPDATE : 36.24% done, estimate finish Sat Oct 07 18:26:52 2017 xorriso : UPDATE : 36.24% done, estimate finish Sat Oct 07 18:26:59 2017 xorriso : UPDATE : 41.40% done, estimate finish Sat Oct 07 18:26:30 2017 xorriso : UPDATE : 44.72% done, estimate finish Sat Oct 07 18:26:22 2017 xorriso : UPDATE : 45.64% done, estimate finish Sat Oct 07 18:26:22 2017 xorriso : UPDATE : 46.27% done, estimate finish Sat Oct 07 18:26:24 2017 xorriso : UPDATE : 47.00% done, estimate finish Sat Oct 07 18:26:25 2017 xorriso : UPDATE : 47.71% done, estimate finish Sat Oct 07 18:26:25 2017 xorriso : UPDATE : 48.50% done, estimate finish Sat Oct 07 18:26:26 2017 xorriso : UPDATE : 49.99% done, estimate finish Sat Oct 07 18:26:25 2017 xorriso : UPDATE : 50.93% done, estimate finish Sat Oct 07 18:26:19 2017 xorriso : UPDATE : 51.65% done, estimate finish Sat Oct 07 18:26:21 2017 xorriso : UPDATE : 52.62% done, estimate finish Sat Oct 07 18:26:21 2017 xorriso : UPDATE : 53.09% done, estimate finish Sat Oct 07 18:26:23 2017 xorriso : UPDATE : 54.36% done, estimate finish Sat Oct 07 18:26:22 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:26:25 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:26:28 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:26:31 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:26:34 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:26:37 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:27:30 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:27:40 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:27:50 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:28:00 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:28:10 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 18:28:19 2017 xorriso : UPDATE : 64.05% done, estimate finish Sat Oct 07 18:26:36 2017 xorriso : UPDATE : 67.56% done, estimate finish Sat Oct 07 18:26:28 2017 xorriso : UPDATE : 68.37% done, estimate finish Sat Oct 07 18:26:28 2017 xorriso : UPDATE : 69.68% done, estimate finish Sat Oct 07 18:26:27 2017 xorriso : UPDATE : 70.79% done, estimate finish Sat Oct 07 18:26:19 2017 xorriso : UPDATE : 71.53% done, estimate finish Sat Oct 07 18:26:20 2017 xorriso : UPDATE : 72.35% done, estimate finish Sat Oct 07 18:26:20 2017 xorriso : UPDATE : 73.28% done, estimate finish Sat Oct 07 18:26:21 2017 xorriso : UPDATE : 73.75% done, estimate finish Sat Oct 07 18:26:23 2017 xorriso : UPDATE : 74.44% done, estimate finish Sat Oct 07 18:26:23 2017 xorriso : UPDATE : 74.44% done, estimate finish Sat Oct 07 18:26:25 2017 xorriso : UPDATE : 77.28% done, estimate finish Sat Oct 07 18:26:23 2017 xorriso : UPDATE : 78.03% done, estimate finish Sat Oct 07 18:26:24 2017 xorriso : UPDATE : 78.96% done, estimate finish Sat Oct 07 18:26:24 2017 xorriso : UPDATE : 79.41% done, estimate finish Sat Oct 07 18:26:31 2017 xorriso : UPDATE : 80.25% done, estimate finish Sat Oct 07 18:26:32 2017 xorriso : UPDATE : 81.29% done, estimate finish Sat Oct 07 18:26:31 2017 xorriso : UPDATE : 82.25% done, estimate finish Sat Oct 07 18:26:31 2017 xorriso : UPDATE : 82.89% done, estimate finish Sat Oct 07 18:26:31 2017 xorriso : UPDATE : 83.43% done, estimate finish Sat Oct 07 18:26:32 2017 xorriso : UPDATE : 84.36% done, estimate finish Sat Oct 07 18:26:32 2017 xorriso : UPDATE : 84.93% done, estimate finish Sat Oct 07 18:26:33 2017 xorriso : UPDATE : 85.79% done, estimate finish Sat Oct 07 18:26:33 2017 xorriso : UPDATE : 86.55% done, estimate finish Sat Oct 07 18:26:32 2017 xorriso : UPDATE : 86.55% done, estimate finish Sat Oct 07 18:26:35 2017 xorriso : UPDATE : 86.55% done, estimate finish Sat Oct 07 18:26:38 2017 xorriso : UPDATE : 86.55% done, estimate finish Sat Oct 07 18:26:41 2017 xorriso : UPDATE : 86.55% done, estimate finish Sat Oct 07 18:26:44 2017 xorriso : UPDATE : 86.55% done, estimate finish Sat Oct 07 18:26:47 2017 xorriso : UPDATE : 86.55% done, estimate finish Sat Oct 07 18:26:50 2017 xorriso : UPDATE : 86.55% done, estimate finish Sat Oct 07 18:26:53 2017 xorriso : UPDATE : 95.14% done, estimate finish Sat Oct 07 18:26:30 2017 xorriso : UPDATE : 95.85% done, estimate finish Sat Oct 07 18:26:30 2017 xorriso : UPDATE : 96.41% done, estimate finish Sat Oct 07 18:26:31 2017 xorriso : UPDATE : 96.41% done, estimate finish Sat Oct 07 18:26:31 2017 xorriso : UPDATE : 97.68% done, estimate finish Sat Oct 07 18:26:31 2017 xorriso : UPDATE : 99.19% done xorriso : UPDATE : 99.72% done ISO image produced: 2273094 sectors Written to medium : 2273094 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:26:32 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 7' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-7.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-7.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot7 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD7 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD7' xorriso : UPDATE : 979 files added in 1 seconds xorriso : UPDATE : 979 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.37% done xorriso : UPDATE : 0.96% done xorriso : UPDATE : 0.96% done, estimate finish Sat Oct 07 18:31:03 2017 xorriso : UPDATE : 0.96% done, estimate finish Sat Oct 07 18:32:47 2017 xorriso : UPDATE : 0.96% done, estimate finish Sat Oct 07 18:34:31 2017 xorriso : UPDATE : 5.21% done, estimate finish Sat Oct 07 18:28:20 2017 xorriso : UPDATE : 6.70% done, estimate finish Sat Oct 07 18:28:12 2017 xorriso : UPDATE : 6.96% done, estimate finish Sat Oct 07 18:28:22 2017 xorriso : UPDATE : 8.34% done, estimate finish Sat Oct 07 18:28:16 2017 xorriso : UPDATE : 8.57% done, estimate finish Sat Oct 07 18:28:25 2017 xorriso : UPDATE : 8.57% done, estimate finish Sat Oct 07 18:28:37 2017 xorriso : UPDATE : 8.57% done, estimate finish Sat Oct 07 18:28:48 2017 xorriso : UPDATE : 12.42% done, estimate finish Sat Oct 07 18:28:02 2017 xorriso : UPDATE : 12.43% done, estimate finish Sat Oct 07 18:28:10 2017 xorriso : UPDATE : 14.09% done, estimate finish Sat Oct 07 18:28:05 2017 xorriso : UPDATE : 15.05% done, estimate finish Sat Oct 07 18:28:06 2017 xorriso : UPDATE : 15.88% done, estimate finish Sat Oct 07 18:28:08 2017 xorriso : UPDATE : 15.88% done, estimate finish Sat Oct 07 18:28:15 2017 xorriso : UPDATE : 15.88% done, estimate finish Sat Oct 07 18:28:22 2017 xorriso : UPDATE : 15.88% done, estimate finish Sat Oct 07 18:28:28 2017 xorriso : UPDATE : 15.88% done, estimate finish Sat Oct 07 18:28:35 2017 xorriso : UPDATE : 21.44% done, estimate finish Sat Oct 07 18:28:07 2017 xorriso : UPDATE : 21.65% done, estimate finish Sat Oct 07 18:28:16 2017 xorriso : UPDATE : 21.65% done, estimate finish Sat Oct 07 18:28:23 2017 xorriso : UPDATE : 21.65% done, estimate finish Sat Oct 07 18:28:31 2017 xorriso : UPDATE : 24.84% done, estimate finish Sat Oct 07 18:28:14 2017 xorriso : UPDATE : 25.65% done, estimate finish Sat Oct 07 18:28:15 2017 xorriso : UPDATE : 26.54% done, estimate finish Sat Oct 07 18:28:15 2017 xorriso : UPDATE : 27.41% done, estimate finish Sat Oct 07 18:28:16 2017 xorriso : UPDATE : 28.14% done, estimate finish Sat Oct 07 18:28:17 2017 xorriso : UPDATE : 29.74% done, estimate finish Sat Oct 07 18:28:13 2017 xorriso : UPDATE : 30.10% done, estimate finish Sat Oct 07 18:28:16 2017 xorriso : UPDATE : 30.24% done, estimate finish Sat Oct 07 18:28:20 2017 xorriso : UPDATE : 31.86% done, estimate finish Sat Oct 07 18:28:17 2017 xorriso : UPDATE : 31.86% done, estimate finish Sat Oct 07 18:28:22 2017 xorriso : UPDATE : 31.86% done, estimate finish Sat Oct 07 18:28:29 2017 xorriso : UPDATE : 31.86% done, estimate finish Sat Oct 07 18:28:34 2017 xorriso : UPDATE : 33.64% done, estimate finish Sat Oct 07 18:28:28 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:28:15 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:28:19 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:28:23 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:28:27 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:28:31 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:28:57 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:29:06 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:29:15 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:29:24 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:29:33 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:29:42 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:29:51 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:30:00 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:30:09 2017 xorriso : UPDATE : 37.12% done, estimate finish Sat Oct 07 18:30:18 2017 xorriso : UPDATE : 37.12% done xorriso : UPDATE : 37.12% done xorriso : UPDATE : 37.12% done xorriso : UPDATE : 37.12% done xorriso : UPDATE : 37.12% done xorriso : UPDATE : 37.12% done xorriso : UPDATE : 42.59% done, estimate finish Sat Oct 07 18:29:48 2017 xorriso : UPDATE : 58.63% done, estimate finish Sat Oct 07 18:28:08 2017 xorriso : UPDATE : 64.06% done, estimate finish Sat Oct 07 18:28:01 2017 xorriso : UPDATE : 64.06% done, estimate finish Sat Oct 07 18:28:03 2017 xorriso : UPDATE : 66.54% done, estimate finish Sat Oct 07 18:27:52 2017 xorriso : UPDATE : 66.54% done, estimate finish Sat Oct 07 18:27:54 2017 xorriso : UPDATE : 68.59% done, estimate finish Sat Oct 07 18:27:54 2017 xorriso : UPDATE : 69.11% done, estimate finish Sat Oct 07 18:27:55 2017 xorriso : UPDATE : 70.22% done, estimate finish Sat Oct 07 18:27:56 2017 xorriso : UPDATE : 71.09% done, estimate finish Sat Oct 07 18:27:56 2017 xorriso : UPDATE : 71.87% done, estimate finish Sat Oct 07 18:27:57 2017 xorriso : UPDATE : 72.24% done, estimate finish Sat Oct 07 18:27:59 2017 xorriso : UPDATE : 72.24% done, estimate finish Sat Oct 07 18:28:01 2017 xorriso : UPDATE : 74.23% done, estimate finish Sat Oct 07 18:28:01 2017 xorriso : UPDATE : 74.67% done, estimate finish Sat Oct 07 18:28:16 2017 xorriso : UPDATE : 74.67% done, estimate finish Sat Oct 07 18:28:19 2017 xorriso : UPDATE : 77.22% done, estimate finish Sat Oct 07 18:28:12 2017 xorriso : UPDATE : 78.11% done, estimate finish Sat Oct 07 18:28:12 2017 xorriso : UPDATE : 78.88% done, estimate finish Sat Oct 07 18:28:13 2017 xorriso : UPDATE : 80.27% done, estimate finish Sat Oct 07 18:28:12 2017 xorriso : UPDATE : 81.06% done, estimate finish Sat Oct 07 18:28:12 2017 xorriso : UPDATE : 81.09% done, estimate finish Sat Oct 07 18:28:15 2017 xorriso : UPDATE : 81.09% done, estimate finish Sat Oct 07 18:28:16 2017 xorriso : UPDATE : 81.09% done, estimate finish Sat Oct 07 18:28:18 2017 xorriso : UPDATE : 81.09% done, estimate finish Sat Oct 07 18:28:23 2017 xorriso : UPDATE : 81.09% done, estimate finish Sat Oct 07 18:28:27 2017 xorriso : UPDATE : 86.87% done, estimate finish Sat Oct 07 18:28:10 2017 xorriso : UPDATE : 87.70% done, estimate finish Sat Oct 07 18:28:11 2017 xorriso : UPDATE : 88.45% done, estimate finish Sat Oct 07 18:28:11 2017 xorriso : UPDATE : 89.38% done, estimate finish Sat Oct 07 18:28:11 2017 xorriso : UPDATE : 90.17% done, estimate finish Sat Oct 07 18:28:12 2017 xorriso : UPDATE : 91.17% done, estimate finish Sat Oct 07 18:28:12 2017 xorriso : UPDATE : 91.77% done, estimate finish Sat Oct 07 18:28:12 2017 xorriso : UPDATE : 91.77% done, estimate finish Sat Oct 07 18:28:14 2017 xorriso : UPDATE : 91.77% done, estimate finish Sat Oct 07 18:28:13 2017 xorriso : UPDATE : 91.77% done, estimate finish Sat Oct 07 18:28:15 2017 xorriso : UPDATE : 91.77% done, estimate finish Sat Oct 07 18:28:17 2017 xorriso : UPDATE : 96.87% done, estimate finish Sat Oct 07 18:28:11 2017 xorriso : UPDATE : 97.74% done xorriso : UPDATE : 98.84% done xorriso : UPDATE : 99.88% done ISO image produced: 2183239 sectors Written to medium : 2183239 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:28:13 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 8' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-8.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-8.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot8 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD8 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD8' xorriso : UPDATE : 628 files added in 1 seconds xorriso : UPDATE : 628 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.02% done xorriso : UPDATE : 0.02% done xorriso : UPDATE : 1.65% done xorriso : UPDATE : 2.33% done, estimate finish Sat Oct 07 18:30:10 2017 xorriso : UPDATE : 3.27% done, estimate finish Sat Oct 07 18:30:07 2017 xorriso : UPDATE : 4.36% done, estimate finish Sat Oct 07 18:30:02 2017 xorriso : UPDATE : 5.12% done, estimate finish Sat Oct 07 18:30:05 2017 xorriso : UPDATE : 5.82% done, estimate finish Sat Oct 07 18:30:09 2017 xorriso : UPDATE : 6.62% done, estimate finish Sat Oct 07 18:30:10 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:30:17 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:30:31 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:30:45 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:31:00 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:31:42 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:32:03 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:32:24 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:32:45 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:33:05 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:33:25 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:33:47 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:34:07 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:34:27 2017 xorriso : UPDATE : 7.07% done, estimate finish Sat Oct 07 18:34:48 2017 xorriso : UPDATE : 7.07% done xorriso : UPDATE : 7.07% done xorriso : UPDATE : 7.07% done xorriso : UPDATE : 25.37% done, estimate finish Sat Oct 07 18:29:41 2017 xorriso : UPDATE : 26.88% done, estimate finish Sat Oct 07 18:29:40 2017 xorriso : UPDATE : 27.16% done, estimate finish Sat Oct 07 18:29:43 2017 xorriso : UPDATE : 28.94% done, estimate finish Sat Oct 07 18:29:42 2017 xorriso : UPDATE : 29.31% done, estimate finish Sat Oct 07 18:29:44 2017 xorriso : UPDATE : 30.05% done, estimate finish Sat Oct 07 18:29:45 2017 xorriso : UPDATE : 30.05% done, estimate finish Sat Oct 07 18:29:49 2017 xorriso : UPDATE : 30.05% done, estimate finish Sat Oct 07 18:29:35 2017 xorriso : UPDATE : 30.05% done, estimate finish Sat Oct 07 18:29:39 2017 xorriso : UPDATE : 30.05% done, estimate finish Sat Oct 07 18:29:43 2017 xorriso : UPDATE : 30.05% done, estimate finish Sat Oct 07 18:29:47 2017 xorriso : UPDATE : 30.05% done, estimate finish Sat Oct 07 18:29:51 2017 xorriso : UPDATE : 30.05% done, estimate finish Sat Oct 07 18:29:54 2017 xorriso : UPDATE : 30.05% done, estimate finish Sat Oct 07 18:29:58 2017 xorriso : UPDATE : 30.05% done, estimate finish Sat Oct 07 18:30:02 2017 xorriso : UPDATE : 35.50% done, estimate finish Sat Oct 07 18:29:47 2017 xorriso : UPDATE : 41.53% done, estimate finish Sat Oct 07 18:29:37 2017 xorriso : UPDATE : 41.53% done, estimate finish Sat Oct 07 18:29:50 2017 xorriso : UPDATE : 41.53% done, estimate finish Sat Oct 07 18:29:55 2017 xorriso : UPDATE : 41.53% done, estimate finish Sat Oct 07 18:30:00 2017 xorriso : UPDATE : 41.53% done, estimate finish Sat Oct 07 18:30:04 2017 xorriso : UPDATE : 47.55% done, estimate finish Sat Oct 07 18:29:45 2017 xorriso : UPDATE : 47.55% done, estimate finish Sat Oct 07 18:29:48 2017 xorriso : UPDATE : 49.48% done, estimate finish Sat Oct 07 18:29:46 2017 xorriso : UPDATE : 49.82% done, estimate finish Sat Oct 07 18:29:47 2017 xorriso : UPDATE : 49.82% done, estimate finish Sat Oct 07 18:29:51 2017 xorriso : UPDATE : 49.82% done, estimate finish Sat Oct 07 18:29:54 2017 xorriso : UPDATE : 53.46% done, estimate finish Sat Oct 07 18:29:47 2017 xorriso : UPDATE : 54.24% done, estimate finish Sat Oct 07 18:29:48 2017 xorriso : UPDATE : 54.24% done, estimate finish Sat Oct 07 18:29:51 2017 xorriso : UPDATE : 54.24% done, estimate finish Sat Oct 07 18:29:55 2017 xorriso : UPDATE : 54.24% done, estimate finish Sat Oct 07 18:29:59 2017 xorriso : UPDATE : 54.24% done, estimate finish Sat Oct 07 18:30:03 2017 xorriso : UPDATE : 54.24% done, estimate finish Sat Oct 07 18:30:07 2017 xorriso : UPDATE : 61.52% done, estimate finish Sat Oct 07 18:29:47 2017 xorriso : UPDATE : 61.70% done, estimate finish Sat Oct 07 18:29:49 2017 xorriso : UPDATE : 63.68% done, estimate finish Sat Oct 07 18:29:47 2017 xorriso : UPDATE : 63.80% done, estimate finish Sat Oct 07 18:29:49 2017 xorriso : UPDATE : 63.80% done, estimate finish Sat Oct 07 18:29:53 2017 xorriso : UPDATE : 63.80% done, estimate finish Sat Oct 07 18:29:58 2017 xorriso : UPDATE : 63.80% done, estimate finish Sat Oct 07 18:30:02 2017 xorriso : UPDATE : 63.80% done, estimate finish Sat Oct 07 18:30:06 2017 xorriso : UPDATE : 63.80% done, estimate finish Sat Oct 07 18:30:10 2017 xorriso : UPDATE : 63.80% done, estimate finish Sat Oct 07 18:30:14 2017 xorriso : UPDATE : 64.96% done, estimate finish Sat Oct 07 18:30:12 2017 xorriso : UPDATE : 72.17% done, estimate finish Sat Oct 07 18:29:50 2017 xorriso : UPDATE : 72.17% done, estimate finish Sat Oct 07 18:29:52 2017 xorriso : UPDATE : 72.17% done, estimate finish Sat Oct 07 18:29:55 2017 xorriso : UPDATE : 72.17% done, estimate finish Sat Oct 07 18:29:59 2017 xorriso : UPDATE : 72.17% done, estimate finish Sat Oct 07 18:30:02 2017 xorriso : UPDATE : 72.17% done, estimate finish Sat Oct 07 18:30:06 2017 xorriso : UPDATE : 72.17% done, estimate finish Sat Oct 07 18:30:10 2017 xorriso : UPDATE : 79.70% done, estimate finish Sat Oct 07 18:29:48 2017 xorriso : UPDATE : 80.33% done, estimate finish Sat Oct 07 18:29:49 2017 xorriso : UPDATE : 80.33% done, estimate finish Sat Oct 07 18:29:52 2017 xorriso : UPDATE : 80.33% done, estimate finish Sat Oct 07 18:29:54 2017 xorriso : UPDATE : 80.33% done, estimate finish Sat Oct 07 18:29:56 2017 xorriso : UPDATE : 83.81% done, estimate finish Sat Oct 07 18:29:51 2017 xorriso : UPDATE : 85.56% done, estimate finish Sat Oct 07 18:29:48 2017 xorriso : UPDATE : 86.49% done, estimate finish Sat Oct 07 18:29:48 2017 xorriso : UPDATE : 87.57% done, estimate finish Sat Oct 07 18:29:48 2017 xorriso : UPDATE : 88.46% done, estimate finish Sat Oct 07 18:29:49 2017 xorriso : UPDATE : 88.46% done, estimate finish Sat Oct 07 18:29:50 2017 xorriso : UPDATE : 90.30% done, estimate finish Sat Oct 07 18:29:50 2017 xorriso : UPDATE : 90.53% done, estimate finish Sat Oct 07 18:29:51 2017 xorriso : UPDATE : 91.84% done, estimate finish Sat Oct 07 18:29:51 2017 xorriso : UPDATE : 92.59% done, estimate finish Sat Oct 07 18:29:51 2017 xorriso : UPDATE : 92.59% done, estimate finish Sat Oct 07 18:29:52 2017 xorriso : UPDATE : 92.59% done, estimate finish Sat Oct 07 18:29:57 2017 xorriso : UPDATE : 92.59% done, estimate finish Sat Oct 07 18:29:59 2017 xorriso : UPDATE : 92.59% done, estimate finish Sat Oct 07 18:30:01 2017 xorriso : UPDATE : 97.40% done, estimate finish Sat Oct 07 18:29:52 2017 ISO image produced: 2214221 sectors Written to medium : 2214221 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 18:29:51 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 armel 9' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-9.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3armel/debian-9.2.0-armel-DVD-9.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot9 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3armel/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 CD9 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' xorriso : UPDATE : 8500 files added in 1 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3armel/stretch/CD9' xorriso : UPDATE : 8685 files added in 1 seconds xorriso : UPDATE : 8685 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.04% done xorriso : UPDATE : 0.18% done xorriso : UPDATE : 0.49% done xorriso : UPDATE : 0.92% done, estimate finish Sat Oct 07 18:34:36 2017 xorriso : UPDATE : 1.41% done, estimate finish Sat Oct 07 18:34:09 2017 xorriso : UPDATE : 2.03% done, estimate finish Sat Oct 07 18:33:40 2017 xorriso : UPDATE : 2.60% done, estimate finish Sat Oct 07 18:33:29 2017 xorriso : UPDATE : 3.26% done, estimate finish Sat Oct 07 18:33:16 2017 xorriso : UPDATE : 3.76% done, estimate finish Sat Oct 07 18:33:15 2017 xorriso : UPDATE : 4.63% done, estimate finish Sat Oct 07 18:32:59 2017 xorriso : UPDATE : 5.14% done, estimate finish Sat Oct 07 18:33:00 2017 xorriso : UPDATE : 5.51% done, estimate finish Sat Oct 07 18:33:06 2017 xorriso : UPDATE : 7.18% done, estimate finish Sat Oct 07 18:32:35 2017 xorriso : UPDATE : 7.58% done, estimate finish Sat Oct 07 18:32:24 2017 xorriso : UPDATE : 8.24% done, estimate finish Sat Oct 07 18:32:24 2017 xorriso : UPDATE : 8.81% done, estimate finish Sat Oct 07 18:32:26 2017 xorriso : UPDATE : 9.44% done, estimate finish Sat Oct 07 18:32:27 2017 xorriso : UPDATE : 10.10% done, estimate finish Sat Oct 07 18:32:26 2017 xorriso : UPDATE : 10.67% done, estimate finish Sat Oct 07 18:32:28 2017 xorriso : UPDATE : 11.35% done, estimate finish Sat Oct 07 18:32:27 2017 xorriso : UPDATE : 11.80% done, estimate finish Sat Oct 07 18:32:30 2017 xorriso : UPDATE : 12.45% done, estimate finish Sat Oct 07 18:32:29 2017 xorriso : UPDATE : 12.94% done, estimate finish Sat Oct 07 18:32:32 2017 xorriso : UPDATE : 13.39% done, estimate finish Sat Oct 07 18:32:40 2017 xorriso : UPDATE : 13.83% done, estimate finish Sat Oct 07 18:32:42 2017 xorriso : UPDATE : 14.15% done, estimate finish Sat Oct 07 18:32:47 2017 xorriso : UPDATE : 14.15% done, estimate finish Sat Oct 07 18:32:57 2017 xorriso : UPDATE : 14.15% done, estimate finish Sat Oct 07 18:33:08 2017 xorriso : UPDATE : 17.71% done, estimate finish Sat Oct 07 18:32:22 2017 xorriso : UPDATE : 18.48% done, estimate finish Sat Oct 07 18:32:21 2017 xorriso : UPDATE : 19.27% done, estimate finish Sat Oct 07 18:32:19 2017 xorriso : UPDATE : 20.06% done, estimate finish Sat Oct 07 18:32:19 2017 xorriso : UPDATE : 20.72% done, estimate finish Sat Oct 07 18:32:19 2017 xorriso : UPDATE : 21.59% done, estimate finish Sat Oct 07 18:32:18 2017 xorriso : UPDATE : 21.59% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 21.59% done, estimate finish Sat Oct 07 18:32:24 2017 xorriso : UPDATE : 24.26% done, estimate finish Sat Oct 07 18:32:05 2017 xorriso : UPDATE : 24.26% done, estimate finish Sat Oct 07 18:32:11 2017 xorriso : UPDATE : 24.26% done, estimate finish Sat Oct 07 18:32:17 2017 xorriso : UPDATE : 24.26% done, estimate finish Sat Oct 07 18:32:24 2017 xorriso : UPDATE : 28.37% done, estimate finish Sat Oct 07 18:31:59 2017 xorriso : UPDATE : 28.81% done, estimate finish Sat Oct 07 18:32:01 2017 xorriso : UPDATE : 30.02% done, estimate finish Sat Oct 07 18:31:59 2017 xorriso : UPDATE : 30.69% done, estimate finish Sat Oct 07 18:32:00 2017 xorriso : UPDATE : 31.13% done, estimate finish Sat Oct 07 18:31:57 2017 xorriso : UPDATE : 31.53% done, estimate finish Sat Oct 07 18:32:00 2017 xorriso : UPDATE : 32.46% done, estimate finish Sat Oct 07 18:32:00 2017 xorriso : UPDATE : 32.94% done, estimate finish Sat Oct 07 18:32:02 2017 xorriso : UPDATE : 33.39% done, estimate finish Sat Oct 07 18:32:05 2017 xorriso : UPDATE : 34.10% done, estimate finish Sat Oct 07 18:32:05 2017 xorriso : UPDATE : 34.65% done, estimate finish Sat Oct 07 18:32:07 2017 xorriso : UPDATE : 35.37% done, estimate finish Sat Oct 07 18:32:07 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 18:32:08 2017 xorriso : UPDATE : 36.57% done, estimate finish Sat Oct 07 18:32:09 2017 xorriso : UPDATE : 37.08% done, estimate finish Sat Oct 07 18:32:25 2017 xorriso : UPDATE : 37.64% done, estimate finish Sat Oct 07 18:32:26 2017 xorriso : UPDATE : 38.11% done, estimate finish Sat Oct 07 18:32:27 2017 xorriso : UPDATE : 38.95% done, estimate finish Sat Oct 07 18:32:25 2017 xorriso : UPDATE : 39.75% done, estimate finish Sat Oct 07 18:32:23 2017 xorriso : UPDATE : 40.65% done, estimate finish Sat Oct 07 18:32:21 2017 xorriso : UPDATE : 40.65% done, estimate finish Sat Oct 07 18:32:26 2017 xorriso : UPDATE : 40.65% done, estimate finish Sat Oct 07 18:32:32 2017 xorriso : UPDATE : 40.65% done, estimate finish Sat Oct 07 18:32:37 2017 xorriso : UPDATE : 44.27% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 45.03% done, estimate finish Sat Oct 07 18:32:07 2017 xorriso : UPDATE : 45.84% done, estimate finish Sat Oct 07 18:32:08 2017 xorriso : UPDATE : 46.18% done, estimate finish Sat Oct 07 18:32:11 2017 xorriso : UPDATE : 46.81% done, estimate finish Sat Oct 07 18:32:11 2017 xorriso : UPDATE : 47.68% done, estimate finish Sat Oct 07 18:32:11 2017 xorriso : UPDATE : 47.68% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 48.93% done, estimate finish Sat Oct 07 18:32:12 2017 xorriso : UPDATE : 49.27% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 49.68% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 50.36% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 51.12% done, estimate finish Sat Oct 07 18:32:22 2017 xorriso : UPDATE : 51.93% done, estimate finish Sat Oct 07 18:32:20 2017 xorriso : UPDATE : 52.56% done, estimate finish Sat Oct 07 18:32:20 2017 xorriso : UPDATE : 53.04% done, estimate finish Sat Oct 07 18:32:22 2017 xorriso : UPDATE : 53.37% done, estimate finish Sat Oct 07 18:32:25 2017 xorriso : UPDATE : 54.54% done, estimate finish Sat Oct 07 18:32:20 2017 xorriso : UPDATE : 55.25% done, estimate finish Sat Oct 07 18:32:20 2017 xorriso : UPDATE : 55.34% done, estimate finish Sat Oct 07 18:32:23 2017 xorriso : UPDATE : 57.34% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 57.76% done, estimate finish Sat Oct 07 18:32:17 2017 xorriso : UPDATE : 58.32% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 58.99% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 59.49% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 60.14% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 61.14% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 61.89% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 62.32% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 62.82% done, estimate finish Sat Oct 07 18:32:17 2017 xorriso : UPDATE : 63.61% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 64.07% done, estimate finish Sat Oct 07 18:32:17 2017 xorriso : UPDATE : 65.04% done, estimate finish Sat Oct 07 18:32:18 2017 xorriso : UPDATE : 65.67% done, estimate finish Sat Oct 07 18:32:17 2017 xorriso : UPDATE : 66.51% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 67.12% done, estimate finish Sat Oct 07 18:32:17 2017 xorriso : UPDATE : 67.54% done, estimate finish Sat Oct 07 18:32:19 2017 xorriso : UPDATE : 68.28% done, estimate finish Sat Oct 07 18:32:18 2017 xorriso : UPDATE : 68.28% done, estimate finish Sat Oct 07 18:32:22 2017 xorriso : UPDATE : 68.28% done, estimate finish Sat Oct 07 18:32:24 2017 xorriso : UPDATE : 68.28% done, estimate finish Sat Oct 07 18:32:28 2017 xorriso : UPDATE : 68.28% done, estimate finish Sat Oct 07 18:32:32 2017 xorriso : UPDATE : 68.28% done, estimate finish Sat Oct 07 18:32:36 2017 xorriso : UPDATE : 74.37% done, estimate finish Sat Oct 07 18:32:09 2017 xorriso : UPDATE : 74.87% done, estimate finish Sat Oct 07 18:32:09 2017 xorriso : UPDATE : 75.55% done, estimate finish Sat Oct 07 18:32:10 2017 xorriso : UPDATE : 76.18% done, estimate finish Sat Oct 07 18:32:10 2017 xorriso : UPDATE : 76.75% done, estimate finish Sat Oct 07 18:32:11 2017 xorriso : UPDATE : 77.18% done, estimate finish Sat Oct 07 18:32:12 2017 xorriso : UPDATE : 77.18% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 77.18% done, estimate finish Sat Oct 07 18:32:17 2017 xorriso : UPDATE : 79.92% done, estimate finish Sat Oct 07 18:32:10 2017 xorriso : UPDATE : 80.79% done, estimate finish Sat Oct 07 18:32:11 2017 xorriso : UPDATE : 81.57% done, estimate finish Sat Oct 07 18:32:12 2017 xorriso : UPDATE : 82.17% done, estimate finish Sat Oct 07 18:32:13 2017 xorriso : UPDATE : 82.81% done, estimate finish Sat Oct 07 18:32:13 2017 xorriso : UPDATE : 83.32% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 84.07% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 84.76% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 85.37% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 85.88% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 86.47% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 87.21% done, estimate finish Sat Oct 07 18:32:14 2017 xorriso : UPDATE : 87.43% done, estimate finish Sat Oct 07 18:32:18 2017 xorriso : UPDATE : 88.65% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 89.28% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 89.73% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 90.55% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 91.28% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 91.85% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 92.28% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 92.89% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 93.61% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 94.03% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 94.99% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 95.51% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 96.08% done, estimate finish Sat Oct 07 18:32:15 2017 xorriso : UPDATE : 96.45% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 97.24% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 98.00% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 98.47% done, estimate finish Sat Oct 07 18:32:16 2017 xorriso : UPDATE : 99.22% done xorriso : UPDATE : 99.79% done ISO image produced: 2292671 sectors Written to medium : 2292671 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.stretch/debian-cd/tools/imagesums /org/cdbuilder.debian.org/dst/deb-cd/out/3armel 065afec9ff9f594792ae64f9c37d83d6a4d671a8 debian-9.2.0-armel-DVD-1.iso df56f8e372f63b38250ffe11fecf9ba8 debian-9.2.0-armel-DVD-1.iso 37fdce9950d3bebf25af927034014ffcfc78248b4f9cdb7fd5c55fc0ef760be3ff314a725300082ae60e1520c599d3cfa279b91220e036b035d7558b74318d86 debian-9.2.0-armel-DVD-1.iso ffd793601688e5300d0932dbec6c8801ba538f64a8576c636b9d32338aaf2b12 debian-9.2.0-armel-DVD-1.iso b8f1668546e39a7f057c4cc3cd76f99ccaf0859a debian-9.2.0-armel-DVD-10.iso b2fdbb789726feb42a65eff6a1ed1552 debian-9.2.0-armel-DVD-10.iso bdf5ba706ac4e7059178cee762f31f000a67145e35e4f26ba0c27dc65a5c4b19b364a3685b204702ff0b61089ee39fb648f8cac036750bb1c4e112e02c698036 debian-9.2.0-armel-DVD-10.iso 6f48fb7996a35080895f9ef6c818d5ba6119dcc51b999ee946b831a26ed3d875 debian-9.2.0-armel-DVD-10.iso a3456bfc030cd605617b613007640b8407734e4c debian-9.2.0-armel-DVD-11.iso 1d36623e9fa0461fad3f72909c1e91ab debian-9.2.0-armel-DVD-11.iso 57970642efb8ce4e3fc3e3a9777b07ca94159d8558fc6765f176cecde8cd94eac3cb2150895eb2cb7b8c9070db664c2a7636180b2de7a453e72476d031c6eb8e debian-9.2.0-armel-DVD-11.iso ced630c4582fdc0a766b569d40b092780cc2ef15e930a1c34e7231d92d6947a6 debian-9.2.0-armel-DVD-11.iso e18a0400be8c63d277b72fb96c28fe3481ba675a debian-9.2.0-armel-DVD-12.iso 59ef8e9f7de39e903cc71e15f1913ed8 debian-9.2.0-armel-DVD-12.iso 491871cf1d5733bd3c597bce0d2b19344eb5236a90c09f743bb260ffbeac3c9aeee929c282d397da56b38d739f0c6b5b45a36994634214491fc76e8b9971ff41 debian-9.2.0-armel-DVD-12.iso e8669578ccfdf70986b198c70bcb940eeb98a09c31158ac833c25f207b19191e debian-9.2.0-armel-DVD-12.iso b8f566df6d1ffbb766e8dd7158d5d9e775395f61 debian-9.2.0-armel-DVD-2.iso aaec5418a08f7eefe431fa92f8134120 debian-9.2.0-armel-DVD-2.iso 20de0e21294f670fbb5fe80aa13bc6fbb9adb308611bb9e0e3209ef0fc76394c0a03b4570cf65d5f774baab7bc47cf5a2dd4eb0d2c2b8dc7b3c9bdd58cf083f2 debian-9.2.0-armel-DVD-2.iso 4367a38133c9a043795443ee769582a4490b290586eec4d12d7117e04fdc9d5a debian-9.2.0-armel-DVD-2.iso 8ae487959c93645d368a97a7fde7ab101c6ab860 debian-9.2.0-armel-DVD-3.iso c0bc7c938ee5e5c66cfb7de04e3f0540 debian-9.2.0-armel-DVD-3.iso f987c57f3bcec0bd426e83835401be6386cf12f00157af13b0d86818ddb71a1ef493f3cb23c73d863165a7abbe55a1f2bfcd1fe7a6a6368380749679dc810f94 debian-9.2.0-armel-DVD-3.iso 8fd9de8abe4dfdc914c9337ab5f118ad890d60f0fca933c00c344638f5ee23c4 debian-9.2.0-armel-DVD-3.iso f2724101610199e2d305d8e7f32368b715978ced debian-9.2.0-armel-DVD-4.iso 9732990dd89fa0e76f873b2f695f27a9 debian-9.2.0-armel-DVD-4.iso fdd109cac2a9ab6b458969c5c0b48cd09a9115387b76409a10fb3520b01611fc6757d866414e5488f7790eae43e65c5742a1127d2bd8fa0b12596353fb7cae4f debian-9.2.0-armel-DVD-4.iso 691ccb868bad6961e12316ba0f70049400e8e1b3e6a0543e9b5e2b567d59ba4a debian-9.2.0-armel-DVD-4.iso bcc9eeaea6e214f39643ad36d4df5e18f4d414a8 debian-9.2.0-armel-DVD-5.iso b581802f1cf21047555b1602ffa0f215 debian-9.2.0-armel-DVD-5.iso 5ae2c79be16374443a8ef15e3bd38820f675c4ea82482276ce3b9810544371e2cee0570ac90be90eb9bc6f05d9956eeeef3c6444db531547948510155d764150 debian-9.2.0-armel-DVD-5.iso 86aaa383a1707af0310e6e1d81999df0d402f52d72015f49eb166ce0018cba97 debian-9.2.0-armel-DVD-5.iso c64b694258137c658f8e5c5e3c0d9bc77035b21f debian-9.2.0-armel-DVD-6.iso e8e996503961b172dae62a7dc280490e debian-9.2.0-armel-DVD-6.iso 6654a6761b0081b592c5c09d02a2d466cafaba229c631bc849eca23149dd3c224121f656a74da1c4b03bc456c52d49edb74602e39173e459dc647701f94f35be debian-9.2.0-armel-DVD-6.iso eeb6bbfea0fff76dee81a4afdadaf66f46b20bce137de993b9f8be427b337962 debian-9.2.0-armel-DVD-6.iso 94910557373446c33685d77afe78268a0e3837ca debian-9.2.0-armel-DVD-7.iso 11cbee8491deff16e16fbcf35ed6065e debian-9.2.0-armel-DVD-7.iso c3f1032274007ef37f7ddf1dbd1811d1d192845a713f9992e02dbd39890d231ab4700ebe65a04f31a8af48204ee2caf7fb1929eb03c821cf22fd1d596288b5f8 debian-9.2.0-armel-DVD-7.iso 0aaa83601ca5936e2f18a682e34b65bc31d702e759707b2300373d914501264d debian-9.2.0-armel-DVD-7.iso cdefad6af0052f19061216a1dd0f59aa1cb647a1 debian-9.2.0-armel-DVD-8.iso 4decba239c9d9726762205771cf7d6d2 debian-9.2.0-armel-DVD-8.iso 4a65c4caae519e1c33b3098071211873772253de12ebebba7b4c4fc519de73dfe41199c730c4f9515809b06e480a4d6cfe6e9ba999fe51e3f7a23cb47f1935f6 debian-9.2.0-armel-DVD-8.iso 6e1c449cae296f292e5f620a97ede30c2957edfe32b0d8d17fe99c6e29798114 debian-9.2.0-armel-DVD-8.iso cc4650ad867b97305e890a715ec49a2351f58a5c debian-9.2.0-armel-DVD-9.iso f6e5966c6a5a1031efc8a9d76f4eee7f debian-9.2.0-armel-DVD-9.iso 2e16cdf7e26bb5d0334c2db0e88223cbe85f3d4266e383bd41de1d423394f5dfac1caa08fd9eecd79d24014d737e4de3f7a48ff5c0d290d3d51698fd68e69d5b debian-9.2.0-armel-DVD-9.iso 27ac0f2b651498a6943ed2cb26e4f051b5f571457543ed4a82e6a0526329eb89 debian-9.2.0-armel-DVD-9.iso Sat 7 Oct 18:32:18 UTC 2017: Finished.