Sat 7 Oct 20:43:40 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD[1234567890]* rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/tasks rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/*.filelist* rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/upgrade-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt echo "Updating task files..." Updating task files... mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 mips; 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/3mips/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/3mips/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-mips ... 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/3mips/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 mips; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/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/3mips/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips/archive-keyring for ARCH in mips; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in mips; 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/3mips/apt/stretch-source/apt/preferences.d ; \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 mips; 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/3mips/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 [ "mips" != "source" ] ; then \ for ARCH in mips; 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 [ "mips" != "source" ] ; then \ for ARCH in mips; 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/3mips/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/3mips/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "mips" != "source" ] ; then \ for ARCH in mips; 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/3mips/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/3mips/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi mips:ca-certificates mips:dh-python mips:dmsetup mips:gnupg-agent mips:libapparmor1 mips:libassuan0 mips:libaudit-common mips:libaudit1 mips:libbsd0 mips:libcap-ng0 mips:libcryptsetup4 mips:libcurl3-gnutls mips:libdbus-1-3 mips:libdebconfclient0 mips:libdevmapper1.02.1 mips:libdns-export162 mips:libelf1 mips:libev4 mips:libexpat1 mips:libfastjson4 mips:libffi6 mips:libgeoip1 mips:libgmp10 mips:libhogweed4 mips:libicu57 mips:libidn2-0 mips:libip4tc0 mips:libip6tc0 mips:libiptc0 mips:libisc-export160 mips:libisccc140 mips:libisccfg140 mips:libksba8 mips:liblocale-gettext-perl mips:liblognorm5 mips:liblz4-1 mips:libmnl0 mips:libmpdec2 mips:libncurses5 mips:libnetfilter-conntrack3 mips:libnettle6 mips:libnfnetlink0 mips:libnghttp2-14 mips:libnpth0 mips:libperl5.24 mips:libpsl5 mips:libpython-stdlib mips:libpython2.7-minimal mips:libpython2.7-stdlib mips:libpython3-stdlib mips:libpython3.5-minimal mips:libpython3.5-stdlib mips:librtmp1 mips:libseccomp2 mips:libsemanage-common mips:libsemanage1 mips:libssh2-1 mips:libsystemd0 mips:libtext-charwidth-perl mips:libtext-iconv-perl mips:libtext-wrapi18n-perl mips:libunistring0 mips:libustr-1.0-1 mips:libverto-libev1 mips:libverto1 mips:libxtables12 mips:openssl mips:pinentry-curses mips:python-apt-common mips:python2.7-minimal mips:python3 mips:python3-apt mips:python3-chardet mips:python3-debian mips:python3-debianbts mips:python3-httplib2 mips:python3-minimal mips:python3-pkg-resources mips:python3-pycurl mips:python3-pysimplesoap mips:python3-requests mips:python3-six mips:python3-urllib3 mips:python3.5 mips:python3.5-minimal mips:xxd for ARCH in mips; 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 "mips" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-mips/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-mips/20170615+deb9u2/images/MD5SUMS for ARCH in mips; 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/3mips/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and up to 1 isos for mips 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/3mips/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 [ "mips" != "source" ] ; then \ for ARCH in mips; 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/3mips/stretch/rawlist; \ else \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ echo "exim4-daemon-light" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in mips; 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/3mips/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap-list; \ cat /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap-list >>/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in mips; 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/3mips/stretch/tasks /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/tasks/Debian-all >> /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ fi Generating the complete list of packages to be included in /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist \ > /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list.backports if [ -f /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list.backports ]; then mv /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list.backports /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list; fi for ARCH in mips; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list; \ done Running sort_deps to sort packages for mips: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 110369562 bytes Adding the rest of the requested packages Now up to 2666462198 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 48694 packages, total size 55420546318 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/3mips/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt "mips" /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages > /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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/3mips stretch "mips" "/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 mips: Done: Read details of 48694 packages for mips 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_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/mips_udeb_exclude Adding docs to CD1 removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.vi.txt' Extracting FAQ on CD1 Adding installtools ERROR: package installation-guide-mips not found. Downloading most recent release notes for mips converted 'http://www.debian.org/releases/stretch/release-notes-mips.tar.gz' (ANSI_X3.4-1968) -> 'http://www.debian.org/releases/stretch/release-notes-mips.tar.gz' (UTF-8) --2017-10-07 20:48:51-- http://www.debian.org/releases/stretch/release-notes-mips.tar.gz Resolving www.debian.org (www.debian.org)... 2001:67c:2564:a119::148:14, 2001:41c8:1000:21::21:4, 130.89.148.14, ... Connecting to www.debian.org (www.debian.org)|2001:67c:2564:a119::148:14|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6439075 (6.1M) [application/x-gzip] Saving to: 'release-notes-mips.tar.gz' 0K .......... .......... .......... .......... .......... 0% 336K 19s 50K .......... .......... .......... .......... .......... 1% 335K 18s 100K .......... .......... .......... .......... .......... 2% 358K 18s 150K .......... .......... .......... .......... .......... 3% 501K 16s 200K .......... .......... .......... .......... .......... 3% 503K 15s 250K .......... .......... .......... .......... .......... 4% 503K 15s 300K .......... .......... .......... .......... .......... 5% 508K 14s 350K .......... .......... .......... .......... .......... 6% 826K 13s 400K .......... .......... .......... .......... .......... 7% 562K 13s 450K .......... .......... .......... .......... .......... 7% 237K 14s 500K .......... .......... .......... .......... .......... 8% 999K 13s 550K .......... .......... .......... .......... .......... 9% 997K 12s 600K .......... .......... .......... .......... .......... 10% 1002K 12s 650K .......... .......... .......... .......... .......... 11% 102K 15s 700K .......... .......... .......... .......... .......... 11% 1007K 14s 750K .......... .......... .......... .......... .......... 12% 1002K 13s 800K .......... .......... .......... .......... .......... 13% 1009K 13s 850K .......... .......... .......... .......... .......... 14% 1015K 12s 900K .......... .......... .......... .......... .......... 15% 279K 12s 950K .......... .......... .......... .......... .......... 15% 1013K 12s 1000K .......... .......... .......... .......... .......... 16% 35.7M 11s 1050K .......... .......... .......... .......... .......... 17% 415K 11s 1100K .......... .......... .......... .......... .......... 18% 1.00M 11s 1150K .......... .......... .......... .......... .......... 19% 1.02M 11s 1200K .......... .......... .......... .......... .......... 19% 15.6M 10s 1250K .......... .......... .......... .......... .......... 20% 1.01M 10s 1300K .......... .......... .......... .......... .......... 21% 172K 10s 1350K .......... .......... .......... .......... .......... 22% 36.5M 10s 1400K .......... .......... .......... .......... .......... 23% 1022K 10s 1450K .......... .......... .......... .......... .......... 23% 31.9M 9s 1500K .......... .......... .......... .......... .......... 24% 1.00M 9s 1550K .......... .......... .......... .......... .......... 25% 1.01M 9s 1600K .......... .......... .......... .......... .......... 26% 2.63M 8s 1650K .......... .......... .......... .......... .......... 27% 1.56M 8s 1700K .......... .......... .......... .......... .......... 27% 2.64M 8s 1750K .......... .......... .......... .......... .......... 28% 1.57M 8s 1800K .......... .......... .......... .......... .......... 29% 2.57M 7s 1850K .......... .......... .......... .......... .......... 30% 682K 7s 1900K .......... .......... .......... .......... .......... 31% 36.1M 7s 1950K .......... .......... .......... .......... .......... 31% 1.00M 7s 2000K .......... .......... .......... .......... .......... 32% 33.3M 7s 2050K .......... .......... .......... .......... .......... 33% 1.02M 7s 2100K .......... .......... .......... .......... .......... 34% 32.9M 6s 2150K .......... .......... .......... .......... .......... 34% 1.03M 6s 2200K .......... .......... .......... .......... .......... 35% 1.54M 6s 2250K .......... .......... .......... .......... .......... 36% 28.4M 6s 2300K .......... .......... .......... .......... .......... 37% 2.77M 6s 2350K .......... .......... .......... .......... .......... 38% 1.55M 5s 2400K .......... .......... .......... .......... .......... 38% 2.84M 5s 2450K .......... .......... .......... .......... .......... 39% 1.53M 5s 2500K .......... .......... .......... .......... .......... 40% 613K 5s 2550K .......... .......... .......... .......... .......... 41% 975K 5s 2600K .......... .......... .......... .......... .......... 42% 37.3M 5s 2650K .......... .......... .......... .......... .......... 42% 1.03M 5s 2700K .......... .......... .......... .......... .......... 43% 35.0M 5s 2750K .......... .......... .......... .......... .......... 44% 42.6M 5s 2800K .......... .......... .......... .......... .......... 45% 1.03M 4s 2850K .......... .......... .......... .......... .......... 46% 36.6M 4s 2900K .......... .......... .......... .......... .......... 46% 43.1M 4s 2950K .......... .......... .......... .......... .......... 47% 1.03M 4s 3000K .......... .......... .......... .......... .......... 48% 142K 4s 3050K .......... .......... .......... .......... .......... 49% 36.0M 4s 3100K .......... .......... .......... .......... .......... 50% 32.1M 4s 3150K .......... .......... .......... .......... .......... 50% 1.05M 4s 3200K .......... .......... .......... .......... .......... 51% 37.6M 4s 3250K .......... .......... .......... .......... .......... 52% 31.8M 4s 3300K .......... .......... .......... .......... .......... 53% 1.05M 4s 3350K .......... .......... .......... .......... .......... 54% 33.3M 4s 3400K .......... .......... .......... .......... .......... 54% 37.6M 3s 3450K .......... .......... .......... .......... .......... 55% 31.8M 3s 3500K .......... .......... .......... .......... .......... 56% 182K 3s 3550K .......... .......... .......... .......... .......... 57% 37.1M 3s 3600K .......... .......... .......... .......... .......... 58% 32.4M 3s 3650K .......... .......... .......... .......... .......... 58% 35.5M 3s 3700K .......... .......... .......... .......... .......... 59% 1.06M 3s 3750K .......... .......... .......... .......... .......... 60% 42.5M 3s 3800K .......... .......... .......... .......... .......... 61% 31.7M 3s 3850K .......... .......... .......... .......... .......... 62% 42.3M 3s 3900K .......... .......... .......... .......... .......... 62% 1.06M 3s 3950K .......... .......... .......... .......... .......... 63% 45.0M 3s 4000K .......... .......... .......... .......... .......... 64% 34.2M 3s 4050K .......... .......... .......... .......... .......... 65% 260K 3s 4100K .......... .......... .......... .......... .......... 65% 32.0M 2s 4150K .......... .......... .......... .......... .......... 66% 36.9M 2s 4200K .......... .......... .......... .......... .......... 67% 37.3M 2s 4250K .......... .......... .......... .......... .......... 68% 1.08M 2s 4300K .......... .......... .......... .......... .......... 69% 30.9M 2s 4350K .......... .......... .......... .......... .......... 69% 49.5M 2s 4400K .......... .......... .......... .......... .......... 70% 32.9M 2s 4450K .......... .......... .......... .......... .......... 71% 41.3M 2s 4500K .......... .......... .......... .......... .......... 72% 1.08M 2s 4550K .......... .......... .......... .......... .......... 73% 36.5M 2s 4600K .......... .......... .......... .......... .......... 73% 42.4M 2s 4650K .......... .......... .......... .......... .......... 74% 317K 2s 4700K .......... .......... .......... .......... .......... 75% 43.3M 2s 4750K .......... .......... .......... .......... .......... 76% 49.9M 2s 4800K .......... .......... .......... .......... .......... 77% 53.3M 1s 4850K .......... .......... .......... .......... .......... 77% 46.4M 1s 4900K .......... .......... .......... .......... .......... 78% 1.06M 1s 4950K .......... .......... .......... .......... .......... 79% 44.0M 1s 5000K .......... .......... .......... .......... .......... 80% 43.4M 1s 5050K .......... .......... .......... .......... .......... 81% 61.2M 1s 5100K .......... .......... .......... .......... .......... 81% 62.1M 1s 5150K .......... .......... .......... .......... .......... 82% 1.07M 1s 5200K .......... .......... .......... .......... .......... 83% 41.9M 1s 5250K .......... .......... .......... .......... .......... 84% 51.6M 1s 5300K .......... .......... .......... .......... .......... 85% 64.5M 1s 5350K .......... .......... .......... .......... .......... 85% 159K 1s 5400K .......... .......... .......... .......... .......... 86% 51.5M 1s 5450K .......... .......... .......... .......... .......... 87% 39.7M 1s 5500K .......... .......... .......... .......... .......... 88% 44.4M 1s 5550K .......... .......... .......... .......... .......... 89% 42.2M 1s 5600K .......... .......... .......... .......... .......... 89% 52.5M 1s 5650K .......... .......... .......... .......... .......... 90% 1.09M 1s 5700K .......... .......... .......... .......... .......... 91% 36.4M 1s 5750K .......... .......... .......... .......... .......... 92% 41.8M 0s 5800K .......... .......... .......... .......... .......... 93% 50.1M 0s 5850K .......... .......... .......... .......... .......... 93% 51.3M 0s 5900K .......... .......... .......... .......... .......... 94% 1.09M 0s 5950K .......... .......... .......... .......... .......... 95% 48.4M 0s 6000K .......... .......... .......... .......... .......... 96% 35.4M 0s 6050K .......... .......... .......... .......... .......... 97% 59.8M 0s 6100K .......... .......... .......... .......... .......... 97% 62.5M 0s 6150K .......... .......... .......... .......... .......... 98% 45.0M 0s 6200K .......... .......... .......... .......... .......... 99% 1.10M 0s 6250K .......... .......... .......... ........ 100% 44.6M=5.6s 2017-10-07 20:48:58 (1.10 MB/s) - 'release-notes-mips.tar.gz' saved [6439075/6439075] 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 mips: Running tools/boot/stretch/boot-mips 1 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1 Starting new "mips" 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 mips 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 7125 packages, 2277906 blocks, 4665151488 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 mips: Running tools/boot/stretch/boot-mips 2 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD2 Starting new "mips" 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. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 1693 packages, 2281166 blocks, 4671827968 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 mips: Running tools/boot/stretch/boot-mips 3 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3 Starting new "mips" 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 1081 packages, 2064082 blocks, 4227239936 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 mips: Running tools/boot/stretch/boot-mips 4 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4 Starting new "mips" 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 3378 packages, 2293089 blocks, 4696246272 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 mips: Running tools/boot/stretch/boot-mips 5 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5 Starting new "mips" 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 2967 packages, 2293903 blocks, 4697913344 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 mips: Running tools/boot/stretch/boot-mips 6 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD6 Starting new "mips" 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 1711 packages, 2025837 blocks, 4148914176 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 mips: Running tools/boot/stretch/boot-mips 7 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD7 Starting new "mips" 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 329 packages, 2217165 blocks, 4540753920 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 mips: Running tools/boot/stretch/boot-mips 8 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8 Starting new "mips" 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 630 packages, 2177484 blocks, 4459487232 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 mips: Running tools/boot/stretch/boot-mips 9 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9 Starting new "mips" 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. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 1734 packages, 2294256 blocks, 4698636288 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 mips: Running tools/boot/stretch/boot-mips 10 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10 Starting new "mips" DVD 10 at /home/debian-cd/build.stretch/debian-cd/stretch/CD10 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 10 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 10793 packages, 2290534 blocks, 4691013632 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 mips: Running tools/boot/stretch/boot-mips 11 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11 Starting new "mips" DVD 11 at /home/debian-cd/build.stretch/debian-cd/stretch/CD11 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 11 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 11904 packages, 2276698 blocks, 4662677504 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 mips: Running tools/boot/stretch/boot-mips 12 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD12 Starting new "mips" DVD 12 at /home/debian-cd/build.stretch/debian-cd/stretch/CD12 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 12 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 2961 packages, 2293681 blocks, 4697458688 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD13 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for mips: Running tools/boot/stretch/boot-mips 13 /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD13 Starting new "mips" DVD 13 at /home/debian-cd/build.stretch/debian-cd/stretch/CD13 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 13 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 13 (not) filled with 2388 packages, 435073 blocks, 891029504 bytes Finished: 48694 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "mips" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-mips64el/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-mips/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-mips/20170615+deb9u2/images/MD5SUMS for ARCH in mips; 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/3mips/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch" "mips" "/org/cdbuilder.debian.org/dst/deb-cd/out/3mips" "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 mips iso/jigdo images ... Last-minute updates: README.html README.txt Sat 7 Oct 21:17:02 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 1' -o /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-1.iso -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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/3mips/debian-9.2.0-mips-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 410g 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/3mips/stretch/CD1' xorriso : UPDATE : 11702 files added in 1 seconds xorriso : UPDATE : 11702 files added in 1 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.1.3-1_mips.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_mips.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. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.41% done xorriso : UPDATE : 0.83% done, estimate finish Sat Oct 07 21:21:53 2017 xorriso : UPDATE : 1.21% done, estimate finish Sat Oct 07 21:21:44 2017 xorriso : UPDATE : 1.65% done, estimate finish Sat Oct 07 21:21:30 2017 xorriso : UPDATE : 2.07% done, estimate finish Sat Oct 07 21:21:25 2017 xorriso : UPDATE : 2.56% done, estimate finish Sat Oct 07 21:21:13 2017 xorriso : UPDATE : 3.04% done, estimate finish Sat Oct 07 21:21:06 2017 xorriso : UPDATE : 3.57% done, estimate finish Sat Oct 07 21:20:59 2017 xorriso : UPDATE : 4.16% done, estimate finish Sat Oct 07 21:20:49 2017 xorriso : UPDATE : 4.28% done, estimate finish Sat Oct 07 21:21:07 2017 xorriso : UPDATE : 4.28% done, estimate finish Sat Oct 07 21:21:30 2017 xorriso : UPDATE : 4.28% done, estimate finish Sat Oct 07 21:21:52 2017 xorriso : UPDATE : 4.28% done, estimate finish Sat Oct 07 21:22:22 2017 xorriso : UPDATE : 7.18% done, estimate finish Sat Oct 07 21:20:12 2017 xorriso : UPDATE : 9.08% done, estimate finish Sat Oct 07 21:19:41 2017 xorriso : UPDATE : 9.65% done, estimate finish Sat Oct 07 21:19:42 2017 xorriso : UPDATE : 10.10% done, estimate finish Sat Oct 07 21:19:45 2017 xorriso : UPDATE : 10.84% done, estimate finish Sat Oct 07 21:19:44 2017 xorriso : UPDATE : 11.47% done, estimate finish Sat Oct 07 21:19:44 2017 xorriso : UPDATE : 11.73% done, estimate finish Sat Oct 07 21:19:49 2017 xorriso : UPDATE : 12.59% done, estimate finish Sat Oct 07 21:19:45 2017 xorriso : UPDATE : 13.17% done, estimate finish Sat Oct 07 21:19:23 2017 xorriso : UPDATE : 13.60% done, estimate finish Sat Oct 07 21:19:27 2017 xorriso : UPDATE : 14.02% done, estimate finish Sat Oct 07 21:19:31 2017 xorriso : UPDATE : 14.54% done, estimate finish Sat Oct 07 21:19:33 2017 xorriso : UPDATE : 14.94% done, estimate finish Sat Oct 07 21:19:36 2017 xorriso : UPDATE : 15.39% done, estimate finish Sat Oct 07 21:19:39 2017 xorriso : UPDATE : 15.66% done, estimate finish Sat Oct 07 21:19:43 2017 xorriso : UPDATE : 16.08% done, estimate finish Sat Oct 07 21:19:45 2017 xorriso : UPDATE : 16.34% done, estimate finish Sat Oct 07 21:19:50 2017 xorriso : UPDATE : 16.70% done, estimate finish Sat Oct 07 21:19:53 2017 xorriso : UPDATE : 17.31% done, estimate finish Sat Oct 07 21:20:33 2017 xorriso : UPDATE : 17.63% done, estimate finish Sat Oct 07 21:20:36 2017 xorriso : UPDATE : 17.98% done, estimate finish Sat Oct 07 21:20:39 2017 xorriso : UPDATE : 19.22% done, estimate finish Sat Oct 07 21:20:19 2017 xorriso : UPDATE : 19.22% done, estimate finish Sat Oct 07 21:20:29 2017 xorriso : UPDATE : 20.65% done, estimate finish Sat Oct 07 21:20:11 2017 xorriso : UPDATE : 21.19% done, estimate finish Sat Oct 07 21:20:10 2017 xorriso : UPDATE : 21.39% done, estimate finish Sat Oct 07 21:20:15 2017 xorriso : UPDATE : 21.77% done, estimate finish Sat Oct 07 21:20:18 2017 xorriso : UPDATE : 22.17% done, estimate finish Sat Oct 07 21:20:19 2017 xorriso : UPDATE : 22.32% done, estimate finish Sat Oct 07 21:20:24 2017 xorriso : UPDATE : 22.82% done, estimate finish Sat Oct 07 21:20:14 2017 xorriso : UPDATE : 23.24% done, estimate finish Sat Oct 07 21:20:17 2017 xorriso : UPDATE : 23.51% done, estimate finish Sat Oct 07 21:20:21 2017 xorriso : UPDATE : 24.24% done, estimate finish Sat Oct 07 21:20:17 2017 xorriso : UPDATE : 24.59% done, estimate finish Sat Oct 07 21:20:19 2017 xorriso : UPDATE : 25.22% done, estimate finish Sat Oct 07 21:20:17 2017 xorriso : UPDATE : 25.79% done, estimate finish Sat Oct 07 21:20:17 2017 xorriso : UPDATE : 26.29% done, estimate finish Sat Oct 07 21:20:17 2017 xorriso : UPDATE : 27.10% done, estimate finish Sat Oct 07 21:20:13 2017 xorriso : UPDATE : 27.57% done, estimate finish Sat Oct 07 21:20:14 2017 xorriso : UPDATE : 28.51% done, estimate finish Sat Oct 07 21:20:04 2017 xorriso : UPDATE : 29.39% done, estimate finish Sat Oct 07 21:19:59 2017 xorriso : UPDATE : 30.00% done, estimate finish Sat Oct 07 21:19:59 2017 xorriso : UPDATE : 30.93% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 31.64% done, estimate finish Sat Oct 07 21:19:54 2017 xorriso : UPDATE : 32.51% done, estimate finish Sat Oct 07 21:19:51 2017 xorriso : UPDATE : 33.10% done, estimate finish Sat Oct 07 21:19:52 2017 xorriso : UPDATE : 33.81% done, estimate finish Sat Oct 07 21:19:51 2017 xorriso : UPDATE : 34.34% done, estimate finish Sat Oct 07 21:19:51 2017 xorriso : UPDATE : 34.78% done, estimate finish Sat Oct 07 21:19:53 2017 xorriso : UPDATE : 35.29% done, estimate finish Sat Oct 07 21:19:49 2017 xorriso : UPDATE : 36.24% done, estimate finish Sat Oct 07 21:19:46 2017 xorriso : UPDATE : 36.98% done, estimate finish Sat Oct 07 21:19:45 2017 xorriso : UPDATE : 37.85% done, estimate finish Sat Oct 07 21:19:43 2017 xorriso : UPDATE : 38.39% done, estimate finish Sat Oct 07 21:19:45 2017 xorriso : UPDATE : 39.39% done, estimate finish Sat Oct 07 21:19:42 2017 xorriso : UPDATE : 39.52% done, estimate finish Sat Oct 07 21:19:47 2017 xorriso : UPDATE : 40.54% done, estimate finish Sat Oct 07 21:19:44 2017 xorriso : UPDATE : 40.95% done, estimate finish Sat Oct 07 21:19:45 2017 xorriso : UPDATE : 41.35% done, estimate finish Sat Oct 07 21:19:47 2017 xorriso : UPDATE : 41.67% done, estimate finish Sat Oct 07 21:19:51 2017 xorriso : UPDATE : 41.97% done, estimate finish Sat Oct 07 21:19:54 2017 xorriso : UPDATE : 42.11% done, estimate finish Sat Oct 07 21:20:00 2017 xorriso : UPDATE : 43.48% done, estimate finish Sat Oct 07 21:19:52 2017 xorriso : UPDATE : 44.13% done, estimate finish Sat Oct 07 21:19:52 2017 xorriso : UPDATE : 44.59% done, estimate finish Sat Oct 07 21:19:53 2017 xorriso : UPDATE : 44.95% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 45.44% done, estimate finish Sat Oct 07 21:19:56 2017 xorriso : UPDATE : 46.08% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 46.08% done, estimate finish Sat Oct 07 21:20:00 2017 xorriso : UPDATE : 46.26% done, estimate finish Sat Oct 07 21:20:16 2017 xorriso : UPDATE : 46.72% done, estimate finish Sat Oct 07 21:20:16 2017 xorriso : UPDATE : 47.15% done, estimate finish Sat Oct 07 21:20:16 2017 xorriso : UPDATE : 47.88% done, estimate finish Sat Oct 07 21:20:13 2017 xorriso : UPDATE : 48.37% done, estimate finish Sat Oct 07 21:20:13 2017 xorriso : UPDATE : 48.46% done, estimate finish Sat Oct 07 21:20:18 2017 xorriso : UPDATE : 48.46% done, estimate finish Sat Oct 07 21:20:24 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 21:20:00 2017 xorriso : UPDATE : 51.38% done, estimate finish Sat Oct 07 21:20:03 2017 xorriso : UPDATE : 52.04% done, estimate finish Sat Oct 07 21:20:02 2017 xorriso : UPDATE : 52.63% done, estimate finish Sat Oct 07 21:19:53 2017 xorriso : UPDATE : 53.15% done, estimate finish Sat Oct 07 21:19:54 2017 xorriso : UPDATE : 53.67% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 54.09% done, estimate finish Sat Oct 07 21:19:57 2017 xorriso : UPDATE : 54.64% done, estimate finish Sat Oct 07 21:19:57 2017 xorriso : UPDATE : 55.02% done, estimate finish Sat Oct 07 21:19:59 2017 xorriso : UPDATE : 55.38% done, estimate finish Sat Oct 07 21:20:01 2017 xorriso : UPDATE : 55.92% done, estimate finish Sat Oct 07 21:20:01 2017 xorriso : UPDATE : 56.45% done, estimate finish Sat Oct 07 21:20:00 2017 xorriso : UPDATE : 56.97% done, estimate finish Sat Oct 07 21:20:01 2017 xorriso : UPDATE : 57.45% done, estimate finish Sat Oct 07 21:20:11 2017 xorriso : UPDATE : 58.11% done, estimate finish Sat Oct 07 21:20:09 2017 xorriso : UPDATE : 58.33% done, estimate finish Sat Oct 07 21:20:12 2017 xorriso : UPDATE : 59.66% done, estimate finish Sat Oct 07 21:20:02 2017 xorriso : UPDATE : 60.06% done, estimate finish Sat Oct 07 21:20:04 2017 xorriso : UPDATE : 60.78% done, estimate finish Sat Oct 07 21:20:03 2017 xorriso : UPDATE : 61.36% done, estimate finish Sat Oct 07 21:20:02 2017 xorriso : UPDATE : 61.82% done, estimate finish Sat Oct 07 21:20:02 2017 xorriso : UPDATE : 62.64% done, estimate finish Sat Oct 07 21:20:00 2017 xorriso : UPDATE : 63.21% done, estimate finish Sat Oct 07 21:20:00 2017 xorriso : UPDATE : 63.61% done, estimate finish Sat Oct 07 21:20:02 2017 xorriso : UPDATE : 64.22% done, estimate finish Sat Oct 07 21:19:56 2017 xorriso : UPDATE : 64.66% done, estimate finish Sat Oct 07 21:19:58 2017 xorriso : UPDATE : 64.97% done, estimate finish Sat Oct 07 21:19:59 2017 xorriso : UPDATE : 65.39% done, estimate finish Sat Oct 07 21:20:01 2017 xorriso : UPDATE : 65.89% done, estimate finish Sat Oct 07 21:20:01 2017 xorriso : UPDATE : 66.19% done, estimate finish Sat Oct 07 21:20:03 2017 xorriso : UPDATE : 66.71% done, estimate finish Sat Oct 07 21:20:03 2017 xorriso : UPDATE : 67.22% done, estimate finish Sat Oct 07 21:20:04 2017 xorriso : UPDATE : 67.86% done, estimate finish Sat Oct 07 21:20:03 2017 xorriso : UPDATE : 68.49% done, estimate finish Sat Oct 07 21:20:02 2017 xorriso : UPDATE : 69.02% done, estimate finish Sat Oct 07 21:20:09 2017 xorriso : UPDATE : 69.91% done, estimate finish Sat Oct 07 21:20:05 2017 xorriso : UPDATE : 70.84% done, estimate finish Sat Oct 07 21:20:01 2017 xorriso : UPDATE : 71.42% done, estimate finish Sat Oct 07 21:20:01 2017 xorriso : UPDATE : 72.28% done, estimate finish Sat Oct 07 21:19:59 2017 xorriso : UPDATE : 73.20% done, estimate finish Sat Oct 07 21:19:57 2017 xorriso : UPDATE : 73.79% done, estimate finish Sat Oct 07 21:19:57 2017 xorriso : UPDATE : 74.11% done, estimate finish Sat Oct 07 21:19:58 2017 xorriso : UPDATE : 74.93% done, estimate finish Sat Oct 07 21:19:58 2017 xorriso : UPDATE : 75.72% done, estimate finish Sat Oct 07 21:19:57 2017 xorriso : UPDATE : 76.07% done, estimate finish Sat Oct 07 21:19:53 2017 xorriso : UPDATE : 76.21% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 76.21% done, estimate finish Sat Oct 07 21:19:59 2017 xorriso : UPDATE : 78.52% done, estimate finish Sat Oct 07 21:19:51 2017 xorriso : UPDATE : 79.12% done, estimate finish Sat Oct 07 21:19:50 2017 xorriso : UPDATE : 79.84% done, estimate finish Sat Oct 07 21:19:51 2017 xorriso : UPDATE : 80.38% done, estimate finish Sat Oct 07 21:19:51 2017 xorriso : UPDATE : 81.27% done, estimate finish Sat Oct 07 21:19:51 2017 xorriso : UPDATE : 81.64% done, estimate finish Sat Oct 07 21:19:52 2017 xorriso : UPDATE : 81.91% done, estimate finish Sat Oct 07 21:19:53 2017 xorriso : UPDATE : 82.82% done, estimate finish Sat Oct 07 21:19:53 2017 xorriso : UPDATE : 83.37% done, estimate finish Sat Oct 07 21:19:53 2017 xorriso : UPDATE : 83.75% done, estimate finish Sat Oct 07 21:19:54 2017 xorriso : UPDATE : 84.57% done, estimate finish Sat Oct 07 21:19:54 2017 xorriso : UPDATE : 84.87% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 85.84% done, estimate finish Sat Oct 07 21:19:54 2017 xorriso : UPDATE : 86.36% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 86.72% done, estimate finish Sat Oct 07 21:19:56 2017 xorriso : UPDATE : 87.03% done, estimate finish Sat Oct 07 21:19:56 2017 xorriso : UPDATE : 87.61% done, estimate finish Sat Oct 07 21:19:56 2017 xorriso : UPDATE : 87.99% done, estimate finish Sat Oct 07 21:20:00 2017 xorriso : UPDATE : 89.03% done, estimate finish Sat Oct 07 21:19:57 2017 xorriso : UPDATE : 89.95% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 90.63% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 91.09% done, estimate finish Sat Oct 07 21:19:56 2017 xorriso : UPDATE : 91.63% done, estimate finish Sat Oct 07 21:19:56 2017 xorriso : UPDATE : 91.68% done, estimate finish Sat Oct 07 21:19:58 2017 xorriso : UPDATE : 93.33% done, estimate finish Sat Oct 07 21:19:54 2017 xorriso : UPDATE : 93.49% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 93.94% done, estimate finish Sat Oct 07 21:19:56 2017 xorriso : UPDATE : 94.70% done, estimate finish Sat Oct 07 21:19:54 2017 xorriso : UPDATE : 95.30% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 95.83% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 96.71% done, estimate finish Sat Oct 07 21:19:54 2017 xorriso : UPDATE : 96.91% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 97.58% done, estimate finish Sat Oct 07 21:19:55 2017 xorriso : UPDATE : 98.00% done, estimate finish Sat Oct 07 21:19:56 2017 xorriso : UPDATE : 98.26% done, estimate finish Sat Oct 07 21:19:56 2017 xorriso : UPDATE : 99.30% done xorriso : UPDATE : 99.62% done xorriso : UPDATE : 99.95% done ISO image produced: 2277907 sectors Written to medium : 2277907 sectors at LBA 0 Writing to 'stdio:/org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:19:58 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 10' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-10.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3mips/stretch/CD10' xorriso : UPDATE : 17031 files added in 1 seconds xorriso : UPDATE : 17031 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.22% done xorriso : UPDATE : 0.51% done xorriso : UPDATE : 0.79% done, estimate finish Sat Oct 07 21:25:43 2017 xorriso : UPDATE : 0.83% done, estimate finish Sat Oct 07 21:27:26 2017 xorriso : UPDATE : 1.02% done, estimate finish Sat Oct 07 21:27:42 2017 xorriso : UPDATE : 1.16% done, estimate finish Sat Oct 07 21:28:14 2017 xorriso : UPDATE : 1.48% done, estimate finish Sat Oct 07 21:27:33 2017 xorriso : UPDATE : 1.89% done, estimate finish Sat Oct 07 21:26:47 2017 xorriso : UPDATE : 2.17% done, estimate finish Sat Oct 07 21:26:41 2017 xorriso : UPDATE : 3.11% done, estimate finish Sat Oct 07 21:25:12 2017 xorriso : UPDATE : 3.29% done, estimate finish Sat Oct 07 21:25:26 2017 xorriso : UPDATE : 4.43% done, estimate finish Sat Oct 07 21:24:24 2017 xorriso : UPDATE : 4.90% done, estimate finish Sat Oct 07 21:24:04 2017 xorriso : UPDATE : 5.24% done, estimate finish Sat Oct 07 21:24:07 2017 xorriso : UPDATE : 5.63% done, estimate finish Sat Oct 07 21:24:08 2017 xorriso : UPDATE : 6.13% done, estimate finish Sat Oct 07 21:24:03 2017 xorriso : UPDATE : 6.81% done, estimate finish Sat Oct 07 21:23:53 2017 xorriso : UPDATE : 7.25% done, estimate finish Sat Oct 07 21:23:52 2017 xorriso : UPDATE : 7.80% done, estimate finish Sat Oct 07 21:23:49 2017 xorriso : UPDATE : 7.82% done, estimate finish Sat Oct 07 21:24:02 2017 xorriso : UPDATE : 8.12% done, estimate finish Sat Oct 07 21:24:06 2017 xorriso : UPDATE : 8.34% done, estimate finish Sat Oct 07 21:24:12 2017 xorriso : UPDATE : 8.64% done, estimate finish Sat Oct 07 21:24:21 2017 xorriso : UPDATE : 9.17% done, estimate finish Sat Oct 07 21:24:15 2017 xorriso : UPDATE : 9.56% done, estimate finish Sat Oct 07 21:24:14 2017 xorriso : UPDATE : 10.11% done, estimate finish Sat Oct 07 21:24:08 2017 xorriso : UPDATE : 10.41% done, estimate finish Sat Oct 07 21:24:12 2017 xorriso : UPDATE : 11.14% done, estimate finish Sat Oct 07 21:24:01 2017 xorriso : UPDATE : 11.52% done, estimate finish Sat Oct 07 21:24:02 2017 xorriso : UPDATE : 11.91% done, estimate finish Sat Oct 07 21:24:03 2017 xorriso : UPDATE : 12.52% done, estimate finish Sat Oct 07 21:23:57 2017 xorriso : UPDATE : 13.17% done, estimate finish Sat Oct 07 21:23:52 2017 xorriso : UPDATE : 13.42% done, estimate finish Sat Oct 07 21:23:45 2017 xorriso : UPDATE : 13.99% done, estimate finish Sat Oct 07 21:23:41 2017 xorriso : UPDATE : 14.62% done, estimate finish Sat Oct 07 21:23:37 2017 xorriso : UPDATE : 15.17% done, estimate finish Sat Oct 07 21:23:36 2017 xorriso : UPDATE : 15.51% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 15.96% done, estimate finish Sat Oct 07 21:23:40 2017 xorriso : UPDATE : 16.21% done, estimate finish Sat Oct 07 21:23:44 2017 xorriso : UPDATE : 16.57% done, estimate finish Sat Oct 07 21:23:46 2017 xorriso : UPDATE : 17.39% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 17.60% done, estimate finish Sat Oct 07 21:23:44 2017 xorriso : UPDATE : 18.63% done, estimate finish Sat Oct 07 21:23:30 2017 xorriso : UPDATE : 18.95% done, estimate finish Sat Oct 07 21:23:34 2017 xorriso : UPDATE : 19.55% done, estimate finish Sat Oct 07 21:23:32 2017 xorriso : UPDATE : 19.65% done, estimate finish Sat Oct 07 21:23:40 2017 xorriso : UPDATE : 20.51% done, estimate finish Sat Oct 07 21:23:33 2017 xorriso : UPDATE : 21.57% done, estimate finish Sat Oct 07 21:23:23 2017 xorriso : UPDATE : 22.02% done, estimate finish Sat Oct 07 21:23:24 2017 xorriso : UPDATE : 22.31% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 22.69% done, estimate finish Sat Oct 07 21:23:29 2017 xorriso : UPDATE : 23.35% done, estimate finish Sat Oct 07 21:23:26 2017 xorriso : UPDATE : 23.61% done, estimate finish Sat Oct 07 21:23:32 2017 xorriso : UPDATE : 23.96% done, estimate finish Sat Oct 07 21:23:35 2017 xorriso : UPDATE : 24.54% done, estimate finish Sat Oct 07 21:23:32 2017 xorriso : UPDATE : 25.10% done, estimate finish Sat Oct 07 21:23:31 2017 xorriso : UPDATE : 25.38% done, estimate finish Sat Oct 07 21:23:35 2017 xorriso : UPDATE : 25.78% done, estimate finish Sat Oct 07 21:23:36 2017 xorriso : UPDATE : 26.03% done, estimate finish Sat Oct 07 21:23:40 2017 xorriso : UPDATE : 26.26% done, estimate finish Sat Oct 07 21:23:44 2017 xorriso : UPDATE : 27.37% done, estimate finish Sat Oct 07 21:23:33 2017 xorriso : UPDATE : 27.81% done, estimate finish Sat Oct 07 21:23:34 2017 xorriso : UPDATE : 28.23% done, estimate finish Sat Oct 07 21:23:38 2017 xorriso : UPDATE : 28.57% done, estimate finish Sat Oct 07 21:23:40 2017 xorriso : UPDATE : 28.94% done, estimate finish Sat Oct 07 21:23:42 2017 xorriso : UPDATE : 30.03% done, estimate finish Sat Oct 07 21:23:30 2017 xorriso : UPDATE : 30.22% done, estimate finish Sat Oct 07 21:23:34 2017 xorriso : UPDATE : 30.55% done, estimate finish Sat Oct 07 21:23:37 2017 xorriso : UPDATE : 31.06% done, estimate finish Sat Oct 07 21:23:36 2017 xorriso : UPDATE : 31.46% done, estimate finish Sat Oct 07 21:23:37 2017 xorriso : UPDATE : 31.86% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 32.17% done, estimate finish Sat Oct 07 21:23:41 2017 xorriso : UPDATE : 32.66% done, estimate finish Sat Oct 07 21:23:40 2017 xorriso : UPDATE : 33.09% done, estimate finish Sat Oct 07 21:23:42 2017 xorriso : UPDATE : 33.42% done, estimate finish Sat Oct 07 21:23:45 2017 xorriso : UPDATE : 33.99% done, estimate finish Sat Oct 07 21:23:42 2017 xorriso : UPDATE : 34.37% done, estimate finish Sat Oct 07 21:23:43 2017 xorriso : UPDATE : 35.19% done, estimate finish Sat Oct 07 21:23:37 2017 xorriso : UPDATE : 35.77% done, estimate finish Sat Oct 07 21:23:35 2017 xorriso : UPDATE : 35.98% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 36.43% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 36.98% done, estimate finish Sat Oct 07 21:23:38 2017 xorriso : UPDATE : 37.36% done, estimate finish Sat Oct 07 21:23:38 2017 xorriso : UPDATE : 37.64% done, estimate finish Sat Oct 07 21:23:40 2017 xorriso : UPDATE : 38.02% done, estimate finish Sat Oct 07 21:23:42 2017 xorriso : UPDATE : 38.35% done, estimate finish Sat Oct 07 21:23:43 2017 xorriso : UPDATE : 38.71% done, estimate finish Sat Oct 07 21:23:46 2017 xorriso : UPDATE : 39.81% done, estimate finish Sat Oct 07 21:23:34 2017 xorriso : UPDATE : 40.21% done, estimate finish Sat Oct 07 21:23:36 2017 xorriso : UPDATE : 40.43% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 40.78% done, estimate finish Sat Oct 07 21:23:41 2017 xorriso : UPDATE : 41.35% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 21:23:42 2017 xorriso : UPDATE : 42.48% done, estimate finish Sat Oct 07 21:23:35 2017 xorriso : UPDATE : 43.03% done, estimate finish Sat Oct 07 21:23:33 2017 xorriso : UPDATE : 43.17% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 43.27% done, estimate finish Sat Oct 07 21:23:45 2017 xorriso : UPDATE : 43.57% done, estimate finish Sat Oct 07 21:23:47 2017 xorriso : UPDATE : 44.16% done, estimate finish Sat Oct 07 21:23:45 2017 xorriso : UPDATE : 44.60% done, estimate finish Sat Oct 07 21:23:44 2017 xorriso : UPDATE : 44.60% done, estimate finish Sat Oct 07 21:23:51 2017 xorriso : UPDATE : 45.94% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 46.33% done, estimate finish Sat Oct 07 21:23:40 2017 xorriso : UPDATE : 46.60% done, estimate finish Sat Oct 07 21:23:48 2017 xorriso : UPDATE : 46.90% done, estimate finish Sat Oct 07 21:23:51 2017 xorriso : UPDATE : 47.31% done, estimate finish Sat Oct 07 21:23:51 2017 xorriso : UPDATE : 47.64% done, estimate finish Sat Oct 07 21:23:52 2017 xorriso : UPDATE : 47.75% done, estimate finish Sat Oct 07 21:23:58 2017 xorriso : UPDATE : 47.75% done, estimate finish Sat Oct 07 21:24:06 2017 xorriso : UPDATE : 49.89% done, estimate finish Sat Oct 07 21:23:37 2017 xorriso : UPDATE : 50.29% done, estimate finish Sat Oct 07 21:23:38 2017 xorriso : UPDATE : 51.20% done, estimate finish Sat Oct 07 21:23:33 2017 xorriso : UPDATE : 51.75% done, estimate finish Sat Oct 07 21:23:33 2017 xorriso : UPDATE : 52.34% done, estimate finish Sat Oct 07 21:23:22 2017 xorriso : UPDATE : 52.79% done, estimate finish Sat Oct 07 21:23:24 2017 xorriso : UPDATE : 53.27% done, estimate finish Sat Oct 07 21:23:25 2017 xorriso : UPDATE : 53.66% done, estimate finish Sat Oct 07 21:23:26 2017 xorriso : UPDATE : 54.15% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 54.61% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 55.00% done, estimate finish Sat Oct 07 21:23:28 2017 xorriso : UPDATE : 55.44% done, estimate finish Sat Oct 07 21:23:28 2017 xorriso : UPDATE : 55.62% done, estimate finish Sat Oct 07 21:23:32 2017 xorriso : UPDATE : 55.83% done, estimate finish Sat Oct 07 21:23:35 2017 xorriso : UPDATE : 56.24% done, estimate finish Sat Oct 07 21:23:50 2017 xorriso : UPDATE : 56.61% done, estimate finish Sat Oct 07 21:23:51 2017 xorriso : UPDATE : 56.78% done, estimate finish Sat Oct 07 21:23:55 2017 xorriso : UPDATE : 57.28% done, estimate finish Sat Oct 07 21:23:53 2017 xorriso : UPDATE : 57.86% done, estimate finish Sat Oct 07 21:23:49 2017 xorriso : UPDATE : 58.59% done, estimate finish Sat Oct 07 21:23:45 2017 xorriso : UPDATE : 59.17% done, estimate finish Sat Oct 07 21:23:43 2017 xorriso : UPDATE : 59.55% done, estimate finish Sat Oct 07 21:23:43 2017 xorriso : UPDATE : 59.97% done, estimate finish Sat Oct 07 21:23:43 2017 xorriso : UPDATE : 60.27% done, estimate finish Sat Oct 07 21:23:45 2017 xorriso : UPDATE : 60.69% done, estimate finish Sat Oct 07 21:23:44 2017 xorriso : UPDATE : 61.11% done, estimate finish Sat Oct 07 21:23:41 2017 xorriso : UPDATE : 61.70% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 62.02% done, estimate finish Sat Oct 07 21:23:40 2017 xorriso : UPDATE : 62.58% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 63.12% done, estimate finish Sat Oct 07 21:23:37 2017 xorriso : UPDATE : 63.62% done, estimate finish Sat Oct 07 21:23:37 2017 xorriso : UPDATE : 64.15% done, estimate finish Sat Oct 07 21:23:36 2017 xorriso : UPDATE : 64.69% done, estimate finish Sat Oct 07 21:23:36 2017 xorriso : UPDATE : 64.98% done, estimate finish Sat Oct 07 21:23:37 2017 xorriso : UPDATE : 65.42% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 65.83% done, estimate finish Sat Oct 07 21:23:37 2017 xorriso : UPDATE : 66.18% done, estimate finish Sat Oct 07 21:23:39 2017 xorriso : UPDATE : 66.18% done, estimate finish Sat Oct 07 21:23:45 2017 xorriso : UPDATE : 68.72% done, estimate finish Sat Oct 07 21:23:23 2017 xorriso : UPDATE : 68.93% done, estimate finish Sat Oct 07 21:23:26 2017 xorriso : UPDATE : 69.77% done, estimate finish Sat Oct 07 21:23:24 2017 xorriso : UPDATE : 69.77% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 71.41% done, estimate finish Sat Oct 07 21:23:21 2017 xorriso : UPDATE : 72.02% done, estimate finish Sat Oct 07 21:23:21 2017 xorriso : UPDATE : 72.14% done, estimate finish Sat Oct 07 21:23:24 2017 xorriso : UPDATE : 73.63% done, estimate finish Sat Oct 07 21:23:12 2017 xorriso : UPDATE : 74.24% done, estimate finish Sat Oct 07 21:23:12 2017 xorriso : UPDATE : 74.68% done, estimate finish Sat Oct 07 21:23:14 2017 xorriso : UPDATE : 75.03% done, estimate finish Sat Oct 07 21:23:16 2017 xorriso : UPDATE : 75.75% done, estimate finish Sat Oct 07 21:23:16 2017 xorriso : UPDATE : 76.23% done, estimate finish Sat Oct 07 21:23:16 2017 xorriso : UPDATE : 76.80% done, estimate finish Sat Oct 07 21:23:16 2017 xorriso : UPDATE : 77.15% done, estimate finish Sat Oct 07 21:23:17 2017 xorriso : UPDATE : 77.66% done, estimate finish Sat Oct 07 21:23:18 2017 xorriso : UPDATE : 77.91% done, estimate finish Sat Oct 07 21:23:20 2017 xorriso : UPDATE : 78.53% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 78.84% done, estimate finish Sat Oct 07 21:23:29 2017 xorriso : UPDATE : 79.11% done, estimate finish Sat Oct 07 21:23:31 2017 xorriso : UPDATE : 79.59% done, estimate finish Sat Oct 07 21:23:31 2017 xorriso : UPDATE : 80.62% done, estimate finish Sat Oct 07 21:23:26 2017 xorriso : UPDATE : 80.87% done, estimate finish Sat Oct 07 21:23:28 2017 xorriso : UPDATE : 81.35% done, estimate finish Sat Oct 07 21:23:28 2017 xorriso : UPDATE : 81.94% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 82.33% done, estimate finish Sat Oct 07 21:23:28 2017 xorriso : UPDATE : 83.00% done, estimate finish Sat Oct 07 21:23:28 2017 xorriso : UPDATE : 83.25% done, estimate finish Sat Oct 07 21:23:29 2017 xorriso : UPDATE : 83.53% done, estimate finish Sat Oct 07 21:23:31 2017 xorriso : UPDATE : 84.14% done, estimate finish Sat Oct 07 21:23:29 2017 xorriso : UPDATE : 84.71% done, estimate finish Sat Oct 07 21:23:29 2017 xorriso : UPDATE : 84.77% done, estimate finish Sat Oct 07 21:23:31 2017 xorriso : UPDATE : 86.20% done, estimate finish Sat Oct 07 21:23:26 2017 xorriso : UPDATE : 86.48% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 87.27% done, estimate finish Sat Oct 07 21:23:25 2017 xorriso : UPDATE : 88.11% done, estimate finish Sat Oct 07 21:23:24 2017 xorriso : UPDATE : 88.11% done, estimate finish Sat Oct 07 21:23:26 2017 xorriso : UPDATE : 90.45% done, estimate finish Sat Oct 07 21:23:17 2017 xorriso : UPDATE : 90.85% done, estimate finish Sat Oct 07 21:23:18 2017 xorriso : UPDATE : 91.34% done, estimate finish Sat Oct 07 21:23:18 2017 xorriso : UPDATE : 91.73% done, estimate finish Sat Oct 07 21:23:20 2017 xorriso : UPDATE : 92.39% done, estimate finish Sat Oct 07 21:23:20 2017 xorriso : UPDATE : 92.78% done, estimate finish Sat Oct 07 21:23:21 2017 xorriso : UPDATE : 93.12% done, estimate finish Sat Oct 07 21:23:21 2017 xorriso : UPDATE : 93.60% done, estimate finish Sat Oct 07 21:23:21 2017 xorriso : UPDATE : 94.28% done, estimate finish Sat Oct 07 21:23:21 2017 xorriso : UPDATE : 94.53% done, estimate finish Sat Oct 07 21:23:22 2017 xorriso : UPDATE : 94.93% done, estimate finish Sat Oct 07 21:23:25 2017 xorriso : UPDATE : 95.38% done, estimate finish Sat Oct 07 21:23:25 2017 xorriso : UPDATE : 95.61% done, estimate finish Sat Oct 07 21:23:26 2017 xorriso : UPDATE : 95.81% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 96.03% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 96.94% done, estimate finish Sat Oct 07 21:23:26 2017 xorriso : UPDATE : 97.25% done, estimate finish Sat Oct 07 21:23:26 2017 xorriso : UPDATE : 97.44% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 97.78% done, estimate finish Sat Oct 07 21:23:27 2017 xorriso : UPDATE : 97.98% done, estimate finish Sat Oct 07 21:23:28 2017 xorriso : UPDATE : 98.31% done, estimate finish Sat Oct 07 21:23:28 2017 xorriso : UPDATE : 98.78% done, estimate finish Sat Oct 07 21:23:28 2017 xorriso : UPDATE : 98.94% done, estimate finish Sat Oct 07 21:23:29 2017 xorriso : UPDATE : 99.38% done xorriso : UPDATE : 99.84% done ISO image produced: 2290535 sectors Written to medium : 2290535 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:23:29 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 11' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-11.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3mips/stretch/CD11' xorriso : UPDATE : 20787 files added in 1 seconds xorriso : UPDATE : 20787 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.05% done xorriso : UPDATE : 0.42% done xorriso : UPDATE : 0.74% done, estimate finish Sat Oct 07 21:29:08 2017 xorriso : UPDATE : 0.93% done, estimate finish Sat Oct 07 21:29:48 2017 xorriso : UPDATE : 1.13% done, estimate finish Sat Oct 07 21:30:09 2017 xorriso : UPDATE : 1.60% done, estimate finish Sat Oct 07 21:29:15 2017 xorriso : UPDATE : 1.91% done, estimate finish Sat Oct 07 21:29:12 2017 xorriso : UPDATE : 2.26% done, estimate finish Sat Oct 07 21:29:03 2017 xorriso : UPDATE : 2.42% done, estimate finish Sat Oct 07 21:29:23 2017 xorriso : UPDATE : 2.76% done, estimate finish Sat Oct 07 21:29:13 2017 xorriso : UPDATE : 3.06% done, estimate finish Sat Oct 07 21:29:12 2017 xorriso : UPDATE : 3.48% done, estimate finish Sat Oct 07 21:28:59 2017 xorriso : UPDATE : 3.73% done, estimate finish Sat Oct 07 21:29:04 2017 xorriso : UPDATE : 4.13% done, estimate finish Sat Oct 07 21:28:52 2017 xorriso : UPDATE : 4.30% done, estimate finish Sat Oct 07 21:29:05 2017 xorriso : UPDATE : 4.72% done, estimate finish Sat Oct 07 21:28:55 2017 xorriso : UPDATE : 4.91% done, estimate finish Sat Oct 07 21:29:05 2017 xorriso : UPDATE : 5.36% done, estimate finish Sat Oct 07 21:28:54 2017 xorriso : UPDATE : 5.59% done, estimate finish Sat Oct 07 21:28:59 2017 xorriso : UPDATE : 6.53% done, estimate finish Sat Oct 07 21:28:23 2017 xorriso : UPDATE : 7.10% done, estimate finish Sat Oct 07 21:28:13 2017 xorriso : UPDATE : 7.70% done, estimate finish Sat Oct 07 21:28:03 2017 xorriso : UPDATE : 8.77% done, estimate finish Sat Oct 07 21:27:39 2017 xorriso : UPDATE : 9.86% done, estimate finish Sat Oct 07 21:26:55 2017 xorriso : UPDATE : 9.86% done, estimate finish Sat Oct 07 21:27:09 2017 xorriso : UPDATE : 11.70% done, estimate finish Sat Oct 07 21:26:37 2017 xorriso : UPDATE : 11.70% done, estimate finish Sat Oct 07 21:26:48 2017 xorriso : UPDATE : 13.59% done, estimate finish Sat Oct 07 21:26:24 2017 xorriso : UPDATE : 13.85% done, estimate finish Sat Oct 07 21:26:29 2017 xorriso : UPDATE : 14.02% done, estimate finish Sat Oct 07 21:26:35 2017 xorriso : UPDATE : 14.25% done, estimate finish Sat Oct 07 21:26:41 2017 xorriso : UPDATE : 15.23% done, estimate finish Sat Oct 07 21:26:34 2017 xorriso : UPDATE : 15.52% done, estimate finish Sat Oct 07 21:26:38 2017 xorriso : UPDATE : 15.69% done, estimate finish Sat Oct 07 21:26:42 2017 xorriso : UPDATE : 15.90% done, estimate finish Sat Oct 07 21:26:50 2017 xorriso : UPDATE : 16.47% done, estimate finish Sat Oct 07 21:26:48 2017 xorriso : UPDATE : 16.67% done, estimate finish Sat Oct 07 21:26:55 2017 xorriso : UPDATE : 17.51% done, estimate finish Sat Oct 07 21:26:49 2017 xorriso : UPDATE : 17.80% done, estimate finish Sat Oct 07 21:26:53 2017 xorriso : UPDATE : 18.16% done, estimate finish Sat Oct 07 21:26:55 2017 xorriso : UPDATE : 18.47% done, estimate finish Sat Oct 07 21:26:58 2017 xorriso : UPDATE : 19.01% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 19.31% done, estimate finish Sat Oct 07 21:27:01 2017 xorriso : UPDATE : 20.17% done, estimate finish Sat Oct 07 21:27:08 2017 xorriso : UPDATE : 20.46% done, estimate finish Sat Oct 07 21:27:12 2017 xorriso : UPDATE : 20.73% done, estimate finish Sat Oct 07 21:27:17 2017 xorriso : UPDATE : 20.97% done, estimate finish Sat Oct 07 21:27:21 2017 xorriso : UPDATE : 21.29% done, estimate finish Sat Oct 07 21:27:24 2017 xorriso : UPDATE : 21.68% done, estimate finish Sat Oct 07 21:27:25 2017 xorriso : UPDATE : 22.06% done, estimate finish Sat Oct 07 21:27:25 2017 xorriso : UPDATE : 22.34% done, estimate finish Sat Oct 07 21:27:28 2017 xorriso : UPDATE : 22.75% done, estimate finish Sat Oct 07 21:27:28 2017 xorriso : UPDATE : 22.94% done, estimate finish Sat Oct 07 21:27:33 2017 xorriso : UPDATE : 23.30% done, estimate finish Sat Oct 07 21:27:58 2017 xorriso : UPDATE : 23.64% done, estimate finish Sat Oct 07 21:27:58 2017 xorriso : UPDATE : 23.96% done, estimate finish Sat Oct 07 21:27:57 2017 xorriso : UPDATE : 24.67% done, estimate finish Sat Oct 07 21:27:44 2017 xorriso : UPDATE : 25.00% done, estimate finish Sat Oct 07 21:27:45 2017 xorriso : UPDATE : 25.17% done, estimate finish Sat Oct 07 21:27:51 2017 xorriso : UPDATE : 25.55% done, estimate finish Sat Oct 07 21:27:50 2017 xorriso : UPDATE : 25.67% done, estimate finish Sat Oct 07 21:27:56 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 21:27:46 2017 xorriso : UPDATE : 26.68% done, estimate finish Sat Oct 07 21:27:49 2017 xorriso : UPDATE : 26.96% done, estimate finish Sat Oct 07 21:27:41 2017 xorriso : UPDATE : 27.28% done, estimate finish Sat Oct 07 21:27:43 2017 xorriso : UPDATE : 27.74% done, estimate finish Sat Oct 07 21:27:40 2017 xorriso : UPDATE : 28.32% done, estimate finish Sat Oct 07 21:27:35 2017 xorriso : UPDATE : 29.06% done, estimate finish Sat Oct 07 21:27:26 2017 xorriso : UPDATE : 29.24% done, estimate finish Sat Oct 07 21:27:31 2017 xorriso : UPDATE : 29.89% done, estimate finish Sat Oct 07 21:27:26 2017 xorriso : UPDATE : 30.22% done, estimate finish Sat Oct 07 21:27:28 2017 xorriso : UPDATE : 31.19% done, estimate finish Sat Oct 07 21:27:19 2017 xorriso : UPDATE : 31.69% done, estimate finish Sat Oct 07 21:27:17 2017 xorriso : UPDATE : 31.91% done, estimate finish Sat Oct 07 21:27:08 2017 xorriso : UPDATE : 32.14% done, estimate finish Sat Oct 07 21:27:14 2017 xorriso : UPDATE : 32.47% done, estimate finish Sat Oct 07 21:27:16 2017 xorriso : UPDATE : 32.47% done, estimate finish Sat Oct 07 21:27:26 2017 xorriso : UPDATE : 34.23% done, estimate finish Sat Oct 07 21:27:02 2017 xorriso : UPDATE : 34.78% done, estimate finish Sat Oct 07 21:27:02 2017 xorriso : UPDATE : 34.78% done, estimate finish Sat Oct 07 21:27:09 2017 xorriso : UPDATE : 34.78% done, estimate finish Sat Oct 07 21:27:16 2017 xorriso : UPDATE : 38.22% done, estimate finish Sat Oct 07 21:26:43 2017 xorriso : UPDATE : 38.76% done, estimate finish Sat Oct 07 21:26:43 2017 xorriso : UPDATE : 38.76% done, estimate finish Sat Oct 07 21:26:47 2017 xorriso : UPDATE : 40.46% done, estimate finish Sat Oct 07 21:26:29 2017 xorriso : UPDATE : 40.46% done, estimate finish Sat Oct 07 21:26:35 2017 xorriso : UPDATE : 42.10% done, estimate finish Sat Oct 07 21:26:27 2017 xorriso : UPDATE : 43.17% done, estimate finish Sat Oct 07 21:26:24 2017 xorriso : UPDATE : 44.79% done, estimate finish Sat Oct 07 21:26:18 2017 xorriso : UPDATE : 45.37% done, estimate finish Sat Oct 07 21:26:19 2017 xorriso : UPDATE : 45.85% done, estimate finish Sat Oct 07 21:26:21 2017 xorriso : UPDATE : 47.14% done, estimate finish Sat Oct 07 21:26:18 2017 xorriso : UPDATE : 47.37% done, estimate finish Sat Oct 07 21:26:20 2017 xorriso : UPDATE : 49.44% done, estimate finish Sat Oct 07 21:26:14 2017 xorriso : UPDATE : 49.74% done, estimate finish Sat Oct 07 21:26:13 2017 xorriso : UPDATE : 50.26% done, estimate finish Sat Oct 07 21:26:14 2017 xorriso : UPDATE : 51.89% done, estimate finish Sat Oct 07 21:26:10 2017 xorriso : UPDATE : 52.50% done, estimate finish Sat Oct 07 21:26:11 2017 xorriso : UPDATE : 53.75% done, estimate finish Sat Oct 07 21:26:08 2017 xorriso : UPDATE : 54.15% done, estimate finish Sat Oct 07 21:26:11 2017 xorriso : UPDATE : 55.29% done, estimate finish Sat Oct 07 21:26:09 2017 xorriso : UPDATE : 55.38% done, estimate finish Sat Oct 07 21:26:12 2017 xorriso : UPDATE : 55.87% done, estimate finish Sat Oct 07 21:26:13 2017 xorriso : UPDATE : 56.32% done, estimate finish Sat Oct 07 21:26:14 2017 xorriso : UPDATE : 57.14% done, estimate finish Sat Oct 07 21:26:19 2017 xorriso : UPDATE : 57.41% done, estimate finish Sat Oct 07 21:26:22 2017 xorriso : UPDATE : 57.41% done, estimate finish Sat Oct 07 21:26:27 2017 xorriso : UPDATE : 58.46% done, estimate finish Sat Oct 07 21:26:24 2017 xorriso : UPDATE : 59.55% done, estimate finish Sat Oct 07 21:26:21 2017 xorriso : UPDATE : 59.80% done, estimate finish Sat Oct 07 21:26:24 2017 xorriso : UPDATE : 60.02% done, estimate finish Sat Oct 07 21:26:27 2017 xorriso : UPDATE : 60.58% done, estimate finish Sat Oct 07 21:26:26 2017 xorriso : UPDATE : 60.85% done, estimate finish Sat Oct 07 21:26:29 2017 xorriso : UPDATE : 61.01% done, estimate finish Sat Oct 07 21:26:31 2017 xorriso : UPDATE : 61.23% done, estimate finish Sat Oct 07 21:26:53 2017 xorriso : UPDATE : 61.56% done, estimate finish Sat Oct 07 21:26:55 2017 xorriso : UPDATE : 61.93% done, estimate finish Sat Oct 07 21:26:56 2017 xorriso : UPDATE : 62.07% done, estimate finish Sat Oct 07 21:27:00 2017 xorriso : UPDATE : 62.26% done, estimate finish Sat Oct 07 21:27:03 2017 xorriso : UPDATE : 62.65% done, estimate finish Sat Oct 07 21:27:03 2017 xorriso : UPDATE : 62.83% done, estimate finish Sat Oct 07 21:27:06 2017 xorriso : UPDATE : 62.87% done, estimate finish Sat Oct 07 21:27:12 2017 xorriso : UPDATE : 64.15% done, estimate finish Sat Oct 07 21:26:59 2017 xorriso : UPDATE : 64.48% done, estimate finish Sat Oct 07 21:26:59 2017 xorriso : UPDATE : 64.83% done, estimate finish Sat Oct 07 21:27:04 2017 xorriso : UPDATE : 65.07% done, estimate finish Sat Oct 07 21:27:08 2017 xorriso : UPDATE : 65.56% done, estimate finish Sat Oct 07 21:27:05 2017 xorriso : UPDATE : 65.78% done, estimate finish Sat Oct 07 21:27:07 2017 xorriso : UPDATE : 66.11% done, estimate finish Sat Oct 07 21:27:08 2017 xorriso : UPDATE : 66.12% done, estimate finish Sat Oct 07 21:27:15 2017 xorriso : UPDATE : 67.81% done, estimate finish Sat Oct 07 21:26:55 2017 xorriso : UPDATE : 68.05% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 68.14% done, estimate finish Sat Oct 07 21:27:01 2017 xorriso : UPDATE : 68.54% done, estimate finish Sat Oct 07 21:27:01 2017 xorriso : UPDATE : 69.02% done, estimate finish Sat Oct 07 21:26:55 2017 xorriso : UPDATE : 69.35% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 69.51% done, estimate finish Sat Oct 07 21:27:01 2017 xorriso : UPDATE : 69.63% done, estimate finish Sat Oct 07 21:27:05 2017 xorriso : UPDATE : 70.63% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 71.03% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 71.29% done, estimate finish Sat Oct 07 21:26:59 2017 xorriso : UPDATE : 71.73% done, estimate finish Sat Oct 07 21:26:58 2017 xorriso : UPDATE : 72.26% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 72.43% done, estimate finish Sat Oct 07 21:26:59 2017 xorriso : UPDATE : 73.11% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 73.83% done, estimate finish Sat Oct 07 21:26:54 2017 xorriso : UPDATE : 74.18% done, estimate finish Sat Oct 07 21:26:55 2017 xorriso : UPDATE : 74.52% done, estimate finish Sat Oct 07 21:26:55 2017 xorriso : UPDATE : 74.88% done, estimate finish Sat Oct 07 21:26:56 2017 xorriso : UPDATE : 75.36% done, estimate finish Sat Oct 07 21:26:56 2017 xorriso : UPDATE : 75.75% done, estimate finish Sat Oct 07 21:26:56 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 76.24% done, estimate finish Sat Oct 07 21:27:00 2017 xorriso : UPDATE : 76.94% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 77.29% done, estimate finish Sat Oct 07 21:26:58 2017 xorriso : UPDATE : 77.47% done, estimate finish Sat Oct 07 21:27:05 2017 xorriso : UPDATE : 77.70% done, estimate finish Sat Oct 07 21:27:06 2017 xorriso : UPDATE : 78.05% done, estimate finish Sat Oct 07 21:27:07 2017 xorriso : UPDATE : 78.86% done, estimate finish Sat Oct 07 21:27:01 2017 xorriso : UPDATE : 79.31% done, estimate finish Sat Oct 07 21:27:00 2017 xorriso : UPDATE : 79.86% done, estimate finish Sat Oct 07 21:27:00 2017 xorriso : UPDATE : 80.07% done, estimate finish Sat Oct 07 21:27:01 2017 xorriso : UPDATE : 80.57% done, estimate finish Sat Oct 07 21:27:00 2017 xorriso : UPDATE : 81.08% done, estimate finish Sat Oct 07 21:27:00 2017 xorriso : UPDATE : 81.70% done, estimate finish Sat Oct 07 21:26:58 2017 xorriso : UPDATE : 82.16% done, estimate finish Sat Oct 07 21:26:54 2017 xorriso : UPDATE : 82.41% done, estimate finish Sat Oct 07 21:26:56 2017 xorriso : UPDATE : 82.74% done, estimate finish Sat Oct 07 21:26:56 2017 xorriso : UPDATE : 82.96% done, estimate finish Sat Oct 07 21:26:58 2017 xorriso : UPDATE : 83.13% done, estimate finish Sat Oct 07 21:27:00 2017 xorriso : UPDATE : 83.43% done, estimate finish Sat Oct 07 21:27:01 2017 xorriso : UPDATE : 83.69% done, estimate finish Sat Oct 07 21:27:02 2017 xorriso : UPDATE : 83.83% done, estimate finish Sat Oct 07 21:27:05 2017 xorriso : UPDATE : 84.24% done, estimate finish Sat Oct 07 21:27:04 2017 xorriso : UPDATE : 84.55% done, estimate finish Sat Oct 07 21:27:04 2017 xorriso : UPDATE : 84.79% done, estimate finish Sat Oct 07 21:27:19 2017 xorriso : UPDATE : 85.71% done, estimate finish Sat Oct 07 21:27:09 2017 xorriso : UPDATE : 86.15% done, estimate finish Sat Oct 07 21:27:07 2017 xorriso : UPDATE : 86.73% done, estimate finish Sat Oct 07 21:27:05 2017 xorriso : UPDATE : 87.09% done, estimate finish Sat Oct 07 21:27:05 2017 xorriso : UPDATE : 87.33% done, estimate finish Sat Oct 07 21:27:06 2017 xorriso : UPDATE : 87.47% done, estimate finish Sat Oct 07 21:27:08 2017 xorriso : UPDATE : 87.69% done, estimate finish Sat Oct 07 21:27:09 2017 xorriso : UPDATE : 88.15% done, estimate finish Sat Oct 07 21:27:08 2017 xorriso : UPDATE : 88.36% done, estimate finish Sat Oct 07 21:27:09 2017 xorriso : UPDATE : 88.56% done, estimate finish Sat Oct 07 21:27:05 2017 xorriso : UPDATE : 88.76% done, estimate finish Sat Oct 07 21:27:07 2017 xorriso : UPDATE : 89.25% done, estimate finish Sat Oct 07 21:27:06 2017 xorriso : UPDATE : 89.72% done, estimate finish Sat Oct 07 21:27:06 2017 xorriso : UPDATE : 89.93% done, estimate finish Sat Oct 07 21:27:07 2017 xorriso : UPDATE : 90.81% done, estimate finish Sat Oct 07 21:27:03 2017 xorriso : UPDATE : 91.06% done, estimate finish Sat Oct 07 21:27:04 2017 xorriso : UPDATE : 91.06% done, estimate finish Sat Oct 07 21:27:06 2017 xorriso : UPDATE : 93.72% done, estimate finish Sat Oct 07 21:26:56 2017 xorriso : UPDATE : 94.24% done, estimate finish Sat Oct 07 21:26:56 2017 xorriso : UPDATE : 94.77% done, estimate finish Sat Oct 07 21:26:54 2017 xorriso : UPDATE : 95.07% done, estimate finish Sat Oct 07 21:26:55 2017 xorriso : UPDATE : 95.34% done, estimate finish Sat Oct 07 21:26:56 2017 xorriso : UPDATE : 95.81% done, estimate finish Sat Oct 07 21:26:56 2017 xorriso : UPDATE : 96.05% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 96.26% done, estimate finish Sat Oct 07 21:26:58 2017 xorriso : UPDATE : 96.80% done, estimate finish Sat Oct 07 21:26:58 2017 xorriso : UPDATE : 96.88% done, estimate finish Sat Oct 07 21:26:59 2017 xorriso : UPDATE : 98.10% done, estimate finish Sat Oct 07 21:26:57 2017 xorriso : UPDATE : 98.30% done, estimate finish Sat Oct 07 21:26:58 2017 xorriso : UPDATE : 98.60% done, estimate finish Sat Oct 07 21:26:59 2017 xorriso : UPDATE : 98.75% done, estimate finish Sat Oct 07 21:27:00 2017 xorriso : UPDATE : 98.98% done, estimate finish Sat Oct 07 21:27:00 2017 xorriso : UPDATE : 99.44% done xorriso : UPDATE : 99.67% done ISO image produced: 2276699 sectors Written to medium : 2276699 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:27:01 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 12' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-12.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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/3mips/stretch/CD12' xorriso : UPDATE : 5166 files added in 1 seconds xorriso : UPDATE : 5166 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.04% done xorriso : UPDATE : 0.60% done xorriso : UPDATE : 1.01% done, estimate finish Sat Oct 07 21:30:59 2017 xorriso : UPDATE : 1.46% done, estimate finish Sat Oct 07 21:30:56 2017 xorriso : UPDATE : 2.19% done, estimate finish Sat Oct 07 21:30:24 2017 xorriso : UPDATE : 2.37% done, estimate finish Sat Oct 07 21:30:50 2017 xorriso : UPDATE : 2.37% done, estimate finish Sat Oct 07 21:31:33 2017 xorriso : UPDATE : 2.37% done, estimate finish Sat Oct 07 21:32:15 2017 xorriso : UPDATE : 6.08% done, estimate finish Sat Oct 07 21:29:21 2017 xorriso : UPDATE : 6.62% done, estimate finish Sat Oct 07 21:29:24 2017 xorriso : UPDATE : 7.37% done, estimate finish Sat Oct 07 21:29:23 2017 xorriso : UPDATE : 8.07% done, estimate finish Sat Oct 07 21:29:24 2017 xorriso : UPDATE : 9.23% done, estimate finish Sat Oct 07 21:29:05 2017 xorriso : UPDATE : 10.36% done, estimate finish Sat Oct 07 21:29:00 2017 xorriso : UPDATE : 11.10% done, estimate finish Sat Oct 07 21:29:02 2017 xorriso : UPDATE : 11.15% done, estimate finish Sat Oct 07 21:29:11 2017 xorriso : UPDATE : 12.97% done, estimate finish Sat Oct 07 21:29:00 2017 xorriso : UPDATE : 13.44% done, estimate finish Sat Oct 07 21:29:02 2017 xorriso : UPDATE : 14.11% done, estimate finish Sat Oct 07 21:29:04 2017 xorriso : UPDATE : 14.68% done, estimate finish Sat Oct 07 21:29:07 2017 xorriso : UPDATE : 14.68% done, estimate finish Sat Oct 07 21:29:14 2017 xorriso : UPDATE : 16.39% done, estimate finish Sat Oct 07 21:29:06 2017 xorriso : UPDATE : 16.68% done, estimate finish Sat Oct 07 21:29:10 2017 xorriso : UPDATE : 17.66% done, estimate finish Sat Oct 07 21:29:10 2017 xorriso : UPDATE : 18.46% done, estimate finish Sat Oct 07 21:29:10 2017 xorriso : UPDATE : 18.82% done, estimate finish Sat Oct 07 21:29:14 2017 xorriso : UPDATE : 20.07% done, estimate finish Sat Oct 07 21:29:10 2017 xorriso : UPDATE : 20.46% done, estimate finish Sat Oct 07 21:29:13 2017 xorriso : UPDATE : 21.14% done, estimate finish Sat Oct 07 21:29:14 2017 xorriso : UPDATE : 21.85% done, estimate finish Sat Oct 07 21:29:14 2017 xorriso : UPDATE : 22.09% done, estimate finish Sat Oct 07 21:29:18 2017 xorriso : UPDATE : 22.09% done, estimate finish Sat Oct 07 21:29:24 2017 xorriso : UPDATE : 24.29% done, estimate finish Sat Oct 07 21:29:13 2017 xorriso : UPDATE : 24.29% done, estimate finish Sat Oct 07 21:29:24 2017 xorriso : UPDATE : 24.29% done, estimate finish Sat Oct 07 21:29:32 2017 xorriso : UPDATE : 24.29% done, estimate finish Sat Oct 07 21:29:42 2017 xorriso : UPDATE : 24.29% done, estimate finish Sat Oct 07 21:29:50 2017 xorriso : UPDATE : 29.06% done, estimate finish Sat Oct 07 21:29:07 2017 xorriso : UPDATE : 31.07% done, estimate finish Sat Oct 07 21:28:59 2017 xorriso : UPDATE : 31.16% done, estimate finish Sat Oct 07 21:29:04 2017 xorriso : UPDATE : 32.50% done, estimate finish Sat Oct 07 21:29:01 2017 xorriso : UPDATE : 33.06% done, estimate finish Sat Oct 07 21:29:03 2017 xorriso : UPDATE : 33.09% done, estimate finish Sat Oct 07 21:29:07 2017 xorriso : UPDATE : 33.09% done, estimate finish Sat Oct 07 21:29:05 2017 xorriso : UPDATE : 35.75% done, estimate finish Sat Oct 07 21:28:53 2017 xorriso : UPDATE : 35.99% done, estimate finish Sat Oct 07 21:28:58 2017 xorriso : UPDATE : 37.34% done, estimate finish Sat Oct 07 21:28:56 2017 xorriso : UPDATE : 37.95% done, estimate finish Sat Oct 07 21:28:57 2017 xorriso : UPDATE : 39.09% done, estimate finish Sat Oct 07 21:28:56 2017 xorriso : UPDATE : 39.53% done, estimate finish Sat Oct 07 21:28:58 2017 xorriso : UPDATE : 40.62% done, estimate finish Sat Oct 07 21:28:57 2017 xorriso : UPDATE : 41.27% done, estimate finish Sat Oct 07 21:28:58 2017 xorriso : UPDATE : 41.89% done, estimate finish Sat Oct 07 21:29:00 2017 xorriso : UPDATE : 42.60% done, estimate finish Sat Oct 07 21:28:59 2017 xorriso : UPDATE : 43.48% done, estimate finish Sat Oct 07 21:28:59 2017 xorriso : UPDATE : 44.25% done, estimate finish Sat Oct 07 21:29:00 2017 xorriso : UPDATE : 44.37% done, estimate finish Sat Oct 07 21:29:04 2017 xorriso : UPDATE : 44.37% done, estimate finish Sat Oct 07 21:29:09 2017 xorriso : UPDATE : 44.37% done, estimate finish Sat Oct 07 21:29:13 2017 xorriso : UPDATE : 48.23% done, estimate finish Sat Oct 07 21:28:58 2017 xorriso : UPDATE : 48.80% done, estimate finish Sat Oct 07 21:28:59 2017 xorriso : UPDATE : 49.08% done, estimate finish Sat Oct 07 21:29:02 2017 xorriso : UPDATE : 50.11% done, estimate finish Sat Oct 07 21:29:01 2017 xorriso : UPDATE : 50.46% done, estimate finish Sat Oct 07 21:29:08 2017 xorriso : UPDATE : 51.46% done, estimate finish Sat Oct 07 21:29:06 2017 xorriso : UPDATE : 52.15% done, estimate finish Sat Oct 07 21:29:07 2017 xorriso : UPDATE : 52.27% done, estimate finish Sat Oct 07 21:29:11 2017 xorriso : UPDATE : 53.34% done, estimate finish Sat Oct 07 21:29:09 2017 xorriso : UPDATE : 53.95% done, estimate finish Sat Oct 07 21:29:09 2017 xorriso : UPDATE : 55.61% done, estimate finish Sat Oct 07 21:29:06 2017 xorriso : UPDATE : 56.03% done, estimate finish Sat Oct 07 21:29:07 2017 xorriso : UPDATE : 56.57% done, estimate finish Sat Oct 07 21:29:09 2017 xorriso : UPDATE : 57.06% done, estimate finish Sat Oct 07 21:29:10 2017 xorriso : UPDATE : 57.79% done, estimate finish Sat Oct 07 21:29:11 2017 xorriso : UPDATE : 58.43% done, estimate finish Sat Oct 07 21:29:12 2017 xorriso : UPDATE : 59.05% done, estimate finish Sat Oct 07 21:29:13 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 21:29:14 2017 xorriso : UPDATE : 59.87% done, estimate finish Sat Oct 07 21:29:16 2017 xorriso : UPDATE : 60.78% done, estimate finish Sat Oct 07 21:29:15 2017 xorriso : UPDATE : 61.44% done, estimate finish Sat Oct 07 21:29:15 2017 xorriso : UPDATE : 62.40% done, estimate finish Sat Oct 07 21:29:13 2017 xorriso : UPDATE : 63.00% done, estimate finish Sat Oct 07 21:29:15 2017 xorriso : UPDATE : 63.54% done, estimate finish Sat Oct 07 21:29:16 2017 xorriso : UPDATE : 64.22% done, estimate finish Sat Oct 07 21:29:18 2017 xorriso : UPDATE : 65.29% done, estimate finish Sat Oct 07 21:29:15 2017 xorriso : UPDATE : 65.29% done, estimate finish Sat Oct 07 21:29:19 2017 xorriso : UPDATE : 65.29% done, estimate finish Sat Oct 07 21:29:24 2017 xorriso : UPDATE : 65.29% done, estimate finish Sat Oct 07 21:29:28 2017 xorriso : UPDATE : 65.94% done, estimate finish Sat Oct 07 21:29:28 2017 xorriso : UPDATE : 70.56% done, estimate finish Sat Oct 07 21:29:07 2017 xorriso : UPDATE : 70.91% done, estimate finish Sat Oct 07 21:29:09 2017 xorriso : UPDATE : 70.91% done, estimate finish Sat Oct 07 21:29:11 2017 xorriso : UPDATE : 70.91% done, estimate finish Sat Oct 07 21:29:14 2017 xorriso : UPDATE : 73.92% done, estimate finish Sat Oct 07 21:29:07 2017 xorriso : UPDATE : 74.60% done, estimate finish Sat Oct 07 21:29:04 2017 xorriso : UPDATE : 75.08% done, estimate finish Sat Oct 07 21:29:05 2017 xorriso : UPDATE : 75.66% done, estimate finish Sat Oct 07 21:29:06 2017 xorriso : UPDATE : 77.13% done, estimate finish Sat Oct 07 21:29:04 2017 xorriso : UPDATE : 77.44% done, estimate finish Sat Oct 07 21:29:06 2017 xorriso : UPDATE : 77.44% done, estimate finish Sat Oct 07 21:29:08 2017 xorriso : UPDATE : 77.44% done, estimate finish Sat Oct 07 21:29:10 2017 xorriso : UPDATE : 80.59% done, estimate finish Sat Oct 07 21:29:04 2017 xorriso : UPDATE : 81.65% done, estimate finish Sat Oct 07 21:29:04 2017 xorriso : UPDATE : 82.12% done, estimate finish Sat Oct 07 21:29:04 2017 xorriso : UPDATE : 83.02% done, estimate finish Sat Oct 07 21:29:06 2017 xorriso : UPDATE : 83.69% done, estimate finish Sat Oct 07 21:29:06 2017 xorriso : UPDATE : 84.02% done, estimate finish Sat Oct 07 21:29:08 2017 xorriso : UPDATE : 84.02% done, estimate finish Sat Oct 07 21:29:11 2017 xorriso : UPDATE : 86.05% done, estimate finish Sat Oct 07 21:29:07 2017 xorriso : UPDATE : 87.42% done, estimate finish Sat Oct 07 21:29:05 2017 xorriso : UPDATE : 88.14% done, estimate finish Sat Oct 07 21:29:06 2017 xorriso : UPDATE : 88.78% done, estimate finish Sat Oct 07 21:29:06 2017 xorriso : UPDATE : 89.32% done, estimate finish Sat Oct 07 21:29:07 2017 xorriso : UPDATE : 89.94% done, estimate finish Sat Oct 07 21:29:07 2017 xorriso : UPDATE : 90.33% done, estimate finish Sat Oct 07 21:29:09 2017 xorriso : UPDATE : 90.64% done, estimate finish Sat Oct 07 21:29:10 2017 xorriso : UPDATE : 92.06% done, estimate finish Sat Oct 07 21:29:08 2017 xorriso : UPDATE : 92.62% done, estimate finish Sat Oct 07 21:29:09 2017 xorriso : UPDATE : 93.10% done, estimate finish Sat Oct 07 21:29:09 2017 xorriso : UPDATE : 93.66% done, estimate finish Sat Oct 07 21:29:09 2017 xorriso : UPDATE : 94.15% done, estimate finish Sat Oct 07 21:29:10 2017 xorriso : UPDATE : 94.45% done, estimate finish Sat Oct 07 21:29:11 2017 xorriso : UPDATE : 95.06% done, estimate finish Sat Oct 07 21:29:11 2017 xorriso : UPDATE : 96.03% done, estimate finish Sat Oct 07 21:29:10 2017 xorriso : UPDATE : 96.83% done, estimate finish Sat Oct 07 21:29:10 2017 xorriso : UPDATE : 97.28% done, estimate finish Sat Oct 07 21:29:11 2017 xorriso : UPDATE : 97.28% done, estimate finish Sat Oct 07 21:29:12 2017 xorriso : UPDATE : 99.44% done xorriso : UPDATE : 99.83% done ISO image produced: 2293682 sectors Written to medium : 2293682 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:29:11 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 13' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-13.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-13.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot13 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/3mips/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 CD13 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3mips/stretch/CD13' xorriso : UPDATE : 4246 files added in 1 seconds xorriso : UPDATE : 4246 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.24% done xorriso : UPDATE : 0.82% done xorriso : UPDATE : 2.94% done xorriso : UPDATE : 6.96% done, estimate finish Sat Oct 07 21:29:48 2017 xorriso : UPDATE : 9.04% done, estimate finish Sat Oct 07 21:29:51 2017 xorriso : UPDATE : 11.50% done, estimate finish Sat Oct 07 21:29:51 2017 xorriso : UPDATE : 13.28% done, estimate finish Sat Oct 07 21:29:53 2017 xorriso : UPDATE : 15.13% done, estimate finish Sat Oct 07 21:29:55 2017 xorriso : UPDATE : 17.57% done, estimate finish Sat Oct 07 21:29:55 2017 xorriso : UPDATE : 19.09% done, estimate finish Sat Oct 07 21:29:57 2017 xorriso : UPDATE : 20.53% done, estimate finish Sat Oct 07 21:29:58 2017 xorriso : UPDATE : 23.36% done, estimate finish Sat Oct 07 21:29:57 2017 xorriso : UPDATE : 24.60% done, estimate finish Sat Oct 07 21:29:59 2017 xorriso : UPDATE : 28.45% done, estimate finish Sat Oct 07 21:29:57 2017 xorriso : UPDATE : 30.89% done, estimate finish Sat Oct 07 21:29:56 2017 xorriso : UPDATE : 33.96% done, estimate finish Sat Oct 07 21:29:55 2017 xorriso : UPDATE : 35.97% done, estimate finish Sat Oct 07 21:29:56 2017 xorriso : UPDATE : 39.54% done, estimate finish Sat Oct 07 21:29:54 2017 xorriso : UPDATE : 42.11% done, estimate finish Sat Oct 07 21:29:54 2017 xorriso : UPDATE : 44.86% done, estimate finish Sat Oct 07 21:29:53 2017 xorriso : UPDATE : 48.19% done, estimate finish Sat Oct 07 21:29:53 2017 xorriso : UPDATE : 49.20% done, estimate finish Sat Oct 07 21:29:54 2017 xorriso : UPDATE : 52.60% done, estimate finish Sat Oct 07 21:29:52 2017 xorriso : UPDATE : 53.91% done, estimate finish Sat Oct 07 21:29:53 2017 xorriso : UPDATE : 57.07% done, estimate finish Sat Oct 07 21:29:52 2017 xorriso : UPDATE : 59.31% done, estimate finish Sat Oct 07 21:29:51 2017 xorriso : UPDATE : 61.78% done, estimate finish Sat Oct 07 21:29:52 2017 xorriso : UPDATE : 64.30% done, estimate finish Sat Oct 07 21:29:52 2017 xorriso : UPDATE : 65.39% done, estimate finish Sat Oct 07 21:29:54 2017 xorriso : UPDATE : 67.14% done, estimate finish Sat Oct 07 21:29:53 2017 xorriso : UPDATE : 70.23% done, estimate finish Sat Oct 07 21:29:53 2017 xorriso : UPDATE : 73.94% done, estimate finish Sat Oct 07 21:29:52 2017 xorriso : UPDATE : 76.73% done, estimate finish Sat Oct 07 21:29:52 2017 xorriso : UPDATE : 78.17% done, estimate finish Sat Oct 07 21:29:54 2017 xorriso : UPDATE : 80.58% done, estimate finish Sat Oct 07 21:29:53 2017 xorriso : UPDATE : 80.88% done, estimate finish Sat Oct 07 21:29:54 2017 xorriso : UPDATE : 89.63% done, estimate finish Sat Oct 07 21:29:50 2017 xorriso : UPDATE : 91.88% done, estimate finish Sat Oct 07 21:29:50 2017 xorriso : UPDATE : 94.33% done, estimate finish Sat Oct 07 21:29:51 2017 xorriso : UPDATE : 97.71% done xorriso : UPDATE : 99.64% done ISO image produced: 435074 sectors Written to medium : 435074 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:29:52 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 2' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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/3mips/stretch/CD2' xorriso : UPDATE : 2635 files added in 1 seconds xorriso : UPDATE : 2635 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.51% done xorriso : UPDATE : 0.51% done, estimate finish Sat Oct 07 21:37:46 2017 xorriso : UPDATE : 3.01% done, estimate finish Sat Oct 07 21:31:46 2017 xorriso : UPDATE : 3.10% done, estimate finish Sat Oct 07 21:32:15 2017 xorriso : UPDATE : 4.48% done, estimate finish Sat Oct 07 21:31:54 2017 xorriso : UPDATE : 4.90% done, estimate finish Sat Oct 07 21:32:04 2017 xorriso : UPDATE : 6.02% done, estimate finish Sat Oct 07 21:31:56 2017 xorriso : UPDATE : 6.81% done, estimate finish Sat Oct 07 21:31:57 2017 xorriso : UPDATE : 7.52% done, estimate finish Sat Oct 07 21:31:58 2017 xorriso : UPDATE : 8.52% done, estimate finish Sat Oct 07 21:31:55 2017 xorriso : UPDATE : 9.00% done, estimate finish Sat Oct 07 21:32:00 2017 xorriso : UPDATE : 10.09% done, estimate finish Sat Oct 07 21:31:56 2017 xorriso : UPDATE : 11.19% done, estimate finish Sat Oct 07 21:31:55 2017 xorriso : UPDATE : 11.97% done, estimate finish Sat Oct 07 21:31:55 2017 xorriso : UPDATE : 12.75% done, estimate finish Sat Oct 07 21:31:55 2017 xorriso : UPDATE : 13.87% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 14.07% done, estimate finish Sat Oct 07 21:31:59 2017 xorriso : UPDATE : 14.07% done, estimate finish Sat Oct 07 21:32:08 2017 xorriso : UPDATE : 14.07% done, estimate finish Sat Oct 07 21:32:16 2017 xorriso : UPDATE : 17.39% done, estimate finish Sat Oct 07 21:31:50 2017 xorriso : UPDATE : 18.44% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 19.09% done, estimate finish Sat Oct 07 21:31:51 2017 xorriso : UPDATE : 19.09% done, estimate finish Sat Oct 07 21:31:58 2017 xorriso : UPDATE : 21.27% done, estimate finish Sat Oct 07 21:31:45 2017 xorriso : UPDATE : 22.44% done, estimate finish Sat Oct 07 21:31:43 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 21:31:44 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 21:31:50 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 21:31:57 2017 xorriso : UPDATE : 26.35% done, estimate finish Sat Oct 07 21:31:41 2017 xorriso : UPDATE : 27.21% done, estimate finish Sat Oct 07 21:31:42 2017 xorriso : UPDATE : 27.74% done, estimate finish Sat Oct 07 21:31:44 2017 xorriso : UPDATE : 28.57% done, estimate finish Sat Oct 07 21:31:44 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 21:31:40 2017 xorriso : UPDATE : 30.32% done, estimate finish Sat Oct 07 21:31:40 2017 xorriso : UPDATE : 31.04% done, estimate finish Sat Oct 07 21:31:41 2017 xorriso : UPDATE : 31.61% done, estimate finish Sat Oct 07 21:31:44 2017 xorriso : UPDATE : 31.70% done, estimate finish Sat Oct 07 21:31:48 2017 xorriso : UPDATE : 32.97% done, estimate finish Sat Oct 07 21:31:46 2017 xorriso : UPDATE : 34.17% done, estimate finish Sat Oct 07 21:31:44 2017 xorriso : UPDATE : 34.56% done, estimate finish Sat Oct 07 21:31:47 2017 xorriso : UPDATE : 35.79% done, estimate finish Sat Oct 07 21:31:45 2017 xorriso : UPDATE : 36.30% done, estimate finish Sat Oct 07 21:31:47 2017 xorriso : UPDATE : 36.48% done, estimate finish Sat Oct 07 21:32:00 2017 xorriso : UPDATE : 38.16% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 38.20% done, estimate finish Sat Oct 07 21:31:58 2017 xorriso : UPDATE : 39.73% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 39.93% done, estimate finish Sat Oct 07 21:31:55 2017 xorriso : UPDATE : 40.58% done, estimate finish Sat Oct 07 21:31:57 2017 xorriso : UPDATE : 41.28% done, estimate finish Sat Oct 07 21:31:57 2017 xorriso : UPDATE : 42.29% done, estimate finish Sat Oct 07 21:31:56 2017 xorriso : UPDATE : 43.14% done, estimate finish Sat Oct 07 21:31:55 2017 xorriso : UPDATE : 43.54% done, estimate finish Sat Oct 07 21:31:58 2017 xorriso : UPDATE : 43.93% done, estimate finish Sat Oct 07 21:32:00 2017 xorriso : UPDATE : 45.42% done, estimate finish Sat Oct 07 21:31:53 2017 xorriso : UPDATE : 45.74% done, estimate finish Sat Oct 07 21:31:56 2017 xorriso : UPDATE : 46.80% done, estimate finish Sat Oct 07 21:31:55 2017 xorriso : UPDATE : 47.26% done, estimate finish Sat Oct 07 21:31:57 2017 xorriso : UPDATE : 47.26% done, estimate finish Sat Oct 07 21:32:02 2017 xorriso : UPDATE : 47.26% done, estimate finish Sat Oct 07 21:32:06 2017 xorriso : UPDATE : 47.26% done, estimate finish Sat Oct 07 21:32:10 2017 xorriso : UPDATE : 47.26% done, estimate finish Sat Oct 07 21:32:15 2017 xorriso : UPDATE : 47.26% done, estimate finish Sat Oct 07 21:32:20 2017 xorriso : UPDATE : 47.26% done, estimate finish Sat Oct 07 21:32:24 2017 xorriso : UPDATE : 54.40% done, estimate finish Sat Oct 07 21:31:48 2017 xorriso : UPDATE : 55.06% done, estimate finish Sat Oct 07 21:31:50 2017 xorriso : UPDATE : 55.97% done, estimate finish Sat Oct 07 21:31:50 2017 xorriso : UPDATE : 56.01% done, estimate finish Sat Oct 07 21:31:54 2017 xorriso : UPDATE : 56.01% done, estimate finish Sat Oct 07 21:31:58 2017 xorriso : UPDATE : 58.72% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 59.33% done, estimate finish Sat Oct 07 21:31:50 2017 xorriso : UPDATE : 59.93% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 60.78% done, estimate finish Sat Oct 07 21:31:51 2017 xorriso : UPDATE : 61.60% done, estimate finish Sat Oct 07 21:31:51 2017 xorriso : UPDATE : 61.93% done, estimate finish Sat Oct 07 21:31:56 2017 xorriso : UPDATE : 63.06% done, estimate finish Sat Oct 07 21:31:54 2017 xorriso : UPDATE : 63.21% done, estimate finish Sat Oct 07 21:31:58 2017 xorriso : UPDATE : 63.21% done, estimate finish Sat Oct 07 21:32:02 2017 xorriso : UPDATE : 65.86% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 66.62% done, estimate finish Sat Oct 07 21:31:53 2017 xorriso : UPDATE : 67.03% done, estimate finish Sat Oct 07 21:31:54 2017 xorriso : UPDATE : 67.03% done, estimate finish Sat Oct 07 21:31:57 2017 xorriso : UPDATE : 67.03% done, estimate finish Sat Oct 07 21:32:01 2017 xorriso : UPDATE : 70.02% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 70.29% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 71.76% done, estimate finish Sat Oct 07 21:31:50 2017 xorriso : UPDATE : 72.06% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 73.44% done, estimate finish Sat Oct 07 21:31:51 2017 xorriso : UPDATE : 73.67% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 74.42% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 75.41% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 75.78% done, estimate finish Sat Oct 07 21:31:53 2017 xorriso : UPDATE : 76.96% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 77.89% done, estimate finish Sat Oct 07 21:31:52 2017 xorriso : UPDATE : 79.08% done, estimate finish Sat Oct 07 21:31:51 2017 xorriso : UPDATE : 79.08% done, estimate finish Sat Oct 07 21:31:54 2017 xorriso : UPDATE : 81.28% done, estimate finish Sat Oct 07 21:31:50 2017 xorriso : UPDATE : 82.26% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 83.09% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 83.17% done, estimate finish Sat Oct 07 21:31:51 2017 xorriso : UPDATE : 83.17% done, estimate finish Sat Oct 07 21:31:53 2017 xorriso : UPDATE : 83.17% done, estimate finish Sat Oct 07 21:31:56 2017 xorriso : UPDATE : 83.17% done, estimate finish Sat Oct 07 21:31:58 2017 xorriso : UPDATE : 83.17% done, estimate finish Sat Oct 07 21:32:00 2017 xorriso : UPDATE : 89.03% done, estimate finish Sat Oct 07 21:31:48 2017 xorriso : UPDATE : 89.59% done, estimate finish Sat Oct 07 21:31:48 2017 xorriso : UPDATE : 90.67% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 91.36% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 92.32% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 93.11% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 93.97% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 94.35% done, estimate finish Sat Oct 07 21:31:50 2017 xorriso : UPDATE : 95.77% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 95.77% done, estimate finish Sat Oct 07 21:31:50 2017 xorriso : UPDATE : 97.79% done, estimate finish Sat Oct 07 21:31:49 2017 xorriso : UPDATE : 98.09% done, estimate finish Sat Oct 07 21:31:50 2017 xorriso : UPDATE : 98.09% done, estimate finish Sat Oct 07 21:31:51 2017 xorriso : UPDATE : 99.47% done ISO image produced: 2281167 sectors Written to medium : 2281167 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:31:51 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 3' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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/3mips/stretch/CD3' xorriso : UPDATE : 1644 files added in 1 seconds xorriso : UPDATE : 1644 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.06% done xorriso : UPDATE : 0.06% done xorriso : UPDATE : 3.16% done, estimate finish Sat Oct 07 21:33:40 2017 xorriso : UPDATE : 4.45% done, estimate finish Sat Oct 07 21:33:31 2017 xorriso : UPDATE : 4.45% done, estimate finish Sat Oct 07 21:33:54 2017 xorriso : UPDATE : 7.10% done, estimate finish Sat Oct 07 21:33:22 2017 xorriso : UPDATE : 7.36% done, estimate finish Sat Oct 07 21:33:33 2017 xorriso : UPDATE : 7.36% done, estimate finish Sat Oct 07 21:33:46 2017 xorriso : UPDATE : 7.36% done, estimate finish Sat Oct 07 21:34:00 2017 xorriso : UPDATE : 7.36% done, estimate finish Sat Oct 07 21:34:14 2017 xorriso : UPDATE : 7.36% done, estimate finish Sat Oct 07 21:34:27 2017 xorriso : UPDATE : 9.06% done, estimate finish Sat Oct 07 21:34:09 2017 xorriso : UPDATE : 12.55% done, estimate finish Sat Oct 07 21:33:38 2017 xorriso : UPDATE : 12.97% done, estimate finish Sat Oct 07 21:33:43 2017 xorriso : UPDATE : 13.83% done, estimate finish Sat Oct 07 21:33:43 2017 xorriso : UPDATE : 14.45% done, estimate finish Sat Oct 07 21:33:46 2017 xorriso : UPDATE : 15.46% done, estimate finish Sat Oct 07 21:33:44 2017 xorriso : UPDATE : 15.50% done, estimate finish Sat Oct 07 21:33:52 2017 xorriso : UPDATE : 17.35% done, estimate finish Sat Oct 07 21:33:43 2017 xorriso : UPDATE : 17.97% done, estimate finish Sat Oct 07 21:33:45 2017 xorriso : UPDATE : 18.58% done, estimate finish Sat Oct 07 21:33:48 2017 xorriso : UPDATE : 19.69% done, estimate finish Sat Oct 07 21:33:45 2017 xorriso : UPDATE : 20.37% done, estimate finish Sat Oct 07 21:33:47 2017 xorriso : UPDATE : 21.10% done, estimate finish Sat Oct 07 21:33:51 2017 xorriso : UPDATE : 22.01% done, estimate finish Sat Oct 07 21:33:50 2017 xorriso : UPDATE : 22.04% done, estimate finish Sat Oct 07 21:33:57 2017 xorriso : UPDATE : 23.56% done, estimate finish Sat Oct 07 21:33:51 2017 xorriso : UPDATE : 23.56% done, estimate finish Sat Oct 07 21:33:58 2017 xorriso : UPDATE : 25.64% done, estimate finish Sat Oct 07 21:33:48 2017 xorriso : UPDATE : 26.50% done, estimate finish Sat Oct 07 21:33:48 2017 xorriso : UPDATE : 26.94% done, estimate finish Sat Oct 07 21:33:51 2017 xorriso : UPDATE : 27.20% done, estimate finish Sat Oct 07 21:33:54 2017 xorriso : UPDATE : 27.34% done, estimate finish Sat Oct 07 21:33:59 2017 xorriso : UPDATE : 29.14% done, estimate finish Sat Oct 07 21:33:53 2017 xorriso : UPDATE : 29.21% done, estimate finish Sat Oct 07 21:33:59 2017 xorriso : UPDATE : 29.93% done, estimate finish Sat Oct 07 21:34:00 2017 xorriso : UPDATE : 31.18% done, estimate finish Sat Oct 07 21:33:55 2017 xorriso : UPDATE : 32.70% done, estimate finish Sat Oct 07 21:33:51 2017 xorriso : UPDATE : 33.78% done, estimate finish Sat Oct 07 21:33:49 2017 xorriso : UPDATE : 34.21% done, estimate finish Sat Oct 07 21:33:52 2017 xorriso : UPDATE : 34.21% done, estimate finish Sat Oct 07 21:33:56 2017 xorriso : UPDATE : 35.99% done, estimate finish Sat Oct 07 21:33:51 2017 xorriso : UPDATE : 37.23% done, estimate finish Sat Oct 07 21:33:49 2017 xorriso : UPDATE : 37.24% done, estimate finish Sat Oct 07 21:33:53 2017 xorriso : UPDATE : 37.24% done, estimate finish Sat Oct 07 21:33:59 2017 xorriso : UPDATE : 39.53% done, estimate finish Sat Oct 07 21:33:48 2017 xorriso : UPDATE : 41.24% done, estimate finish Sat Oct 07 21:33:44 2017 xorriso : UPDATE : 42.33% done, estimate finish Sat Oct 07 21:33:43 2017 xorriso : UPDATE : 42.34% done, estimate finish Sat Oct 07 21:33:47 2017 xorriso : UPDATE : 42.34% done, estimate finish Sat Oct 07 21:33:51 2017 xorriso : UPDATE : 44.84% done, estimate finish Sat Oct 07 21:33:44 2017 xorriso : UPDATE : 45.86% done, estimate finish Sat Oct 07 21:33:44 2017 xorriso : UPDATE : 45.98% done, estimate finish Sat Oct 07 21:33:47 2017 xorriso : UPDATE : 47.75% done, estimate finish Sat Oct 07 21:33:39 2017 xorriso : UPDATE : 48.68% done, estimate finish Sat Oct 07 21:33:40 2017 xorriso : UPDATE : 48.98% done, estimate finish Sat Oct 07 21:33:43 2017 xorriso : UPDATE : 50.40% done, estimate finish Sat Oct 07 21:33:41 2017 xorriso : UPDATE : 50.40% done, estimate finish Sat Oct 07 21:33:44 2017 xorriso : UPDATE : 52.26% done, estimate finish Sat Oct 07 21:33:40 2017 xorriso : UPDATE : 52.69% done, estimate finish Sat Oct 07 21:33:43 2017 xorriso : UPDATE : 53.53% done, estimate finish Sat Oct 07 21:33:43 2017 xorriso : UPDATE : 53.53% done, estimate finish Sat Oct 07 21:33:46 2017 xorriso : UPDATE : 55.77% done, estimate finish Sat Oct 07 21:33:42 2017 xorriso : UPDATE : 56.37% done, estimate finish Sat Oct 07 21:33:46 2017 xorriso : UPDATE : 57.42% done, estimate finish Sat Oct 07 21:33:45 2017 xorriso : UPDATE : 58.03% done, estimate finish Sat Oct 07 21:33:47 2017 xorriso : UPDATE : 59.38% done, estimate finish Sat Oct 07 21:33:44 2017 xorriso : UPDATE : 59.71% done, estimate finish Sat Oct 07 21:33:47 2017 xorriso : UPDATE : 60.96% done, estimate finish Sat Oct 07 21:33:45 2017 xorriso : UPDATE : 61.63% done, estimate finish Sat Oct 07 21:33:46 2017 xorriso : UPDATE : 62.35% done, estimate finish Sat Oct 07 21:33:46 2017 xorriso : UPDATE : 63.80% done, estimate finish Sat Oct 07 21:33:44 2017 xorriso : UPDATE : 64.17% done, estimate finish Sat Oct 07 21:33:46 2017 xorriso : UPDATE : 65.28% done, estimate finish Sat Oct 07 21:33:45 2017 xorriso : UPDATE : 66.03% done, estimate finish Sat Oct 07 21:33:46 2017 xorriso : UPDATE : 67.10% done, estimate finish Sat Oct 07 21:33:45 2017 xorriso : UPDATE : 68.22% done, estimate finish Sat Oct 07 21:33:44 2017 xorriso : UPDATE : 68.45% done, estimate finish Sat Oct 07 21:33:46 2017 xorriso : UPDATE : 69.83% done, estimate finish Sat Oct 07 21:33:45 2017 xorriso : UPDATE : 69.83% done, estimate finish Sat Oct 07 21:33:47 2017 xorriso : UPDATE : 69.83% done, estimate finish Sat Oct 07 21:33:50 2017 xorriso : UPDATE : 69.83% done, estimate finish Sat Oct 07 21:33:53 2017 xorriso : UPDATE : 69.83% done, estimate finish Sat Oct 07 21:33:55 2017 xorriso : UPDATE : 69.83% done, estimate finish Sat Oct 07 21:34:16 2017 xorriso : UPDATE : 69.83% done, estimate finish Sat Oct 07 21:34:22 2017 xorriso : UPDATE : 71.44% done, estimate finish Sat Oct 07 21:34:08 2017 xorriso : UPDATE : 78.25% done, estimate finish Sat Oct 07 21:33:41 2017 xorriso : UPDATE : 78.25% done, estimate finish Sat Oct 07 21:33:43 2017 xorriso : UPDATE : 78.25% done, estimate finish Sat Oct 07 21:33:46 2017 xorriso : UPDATE : 78.25% done, estimate finish Sat Oct 07 21:33:48 2017 xorriso : UPDATE : 78.25% done, estimate finish Sat Oct 07 21:33:51 2017 xorriso : UPDATE : 78.25% done, estimate finish Sat Oct 07 21:33:53 2017 xorriso : UPDATE : 78.25% done, estimate finish Sat Oct 07 21:33:55 2017 xorriso : UPDATE : 78.25% done, estimate finish Sat Oct 07 21:33:58 2017 xorriso : UPDATE : 86.96% done, estimate finish Sat Oct 07 21:33:35 2017 xorriso : UPDATE : 86.96% done, estimate finish Sat Oct 07 21:33:37 2017 xorriso : UPDATE : 86.96% done, estimate finish Sat Oct 07 21:33:38 2017 xorriso : UPDATE : 86.96% done, estimate finish Sat Oct 07 21:33:40 2017 xorriso : UPDATE : 86.96% done, estimate finish Sat Oct 07 21:33:42 2017 xorriso : UPDATE : 86.96% done, estimate finish Sat Oct 07 21:33:44 2017 xorriso : UPDATE : 86.96% done, estimate finish Sat Oct 07 21:33:45 2017 xorriso : UPDATE : 94.42% done, estimate finish Sat Oct 07 21:33:38 2017 xorriso : UPDATE : 96.06% done, estimate finish Sat Oct 07 21:33:37 2017 xorriso : UPDATE : 97.04% done, estimate finish Sat Oct 07 21:33:38 2017 xorriso : UPDATE : 97.07% done, estimate finish Sat Oct 07 21:33:39 2017 xorriso : UPDATE : 99.11% done ISO image produced: 2064083 sectors Written to medium : 2064083 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:33:39 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 4' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-4.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3mips/stretch/CD4' xorriso : UPDATE : 5413 files added in 1 seconds xorriso : UPDATE : 5413 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.23% done xorriso : UPDATE : 0.85% done, estimate finish Sat Oct 07 21:37:36 2017 xorriso : UPDATE : 0.85% done, estimate finish Sat Oct 07 21:39:33 2017 xorriso : UPDATE : 0.85% done, estimate finish Sat Oct 07 21:41:31 2017 xorriso : UPDATE : 0.85% done, estimate finish Sat Oct 07 21:43:29 2017 xorriso : UPDATE : 0.85% done, estimate finish Sat Oct 07 21:45:26 2017 xorriso : UPDATE : 0.85% done, estimate finish Sat Oct 07 21:47:24 2017 xorriso : UPDATE : 0.85% done, estimate finish Sat Oct 07 21:49:22 2017 xorriso : UPDATE : 0.85% done, estimate finish Sat Oct 07 21:51:20 2017 xorriso : UPDATE : 0.85% done, estimate finish Sat Oct 07 21:53:17 2017 xorriso : UPDATE : 11.22% done, estimate finish Sat Oct 07 21:35:19 2017 xorriso : UPDATE : 11.22% done, estimate finish Sat Oct 07 21:35:18 2017 xorriso : UPDATE : 13.14% done, estimate finish Sat Oct 07 21:35:11 2017 xorriso : UPDATE : 13.59% done, estimate finish Sat Oct 07 21:35:16 2017 xorriso : UPDATE : 13.59% done, estimate finish Sat Oct 07 21:35:23 2017 xorriso : UPDATE : 15.76% done, estimate finish Sat Oct 07 21:35:15 2017 xorriso : UPDATE : 16.50% done, estimate finish Sat Oct 07 21:35:17 2017 xorriso : UPDATE : 17.45% done, estimate finish Sat Oct 07 21:35:17 2017 xorriso : UPDATE : 17.45% done, estimate finish Sat Oct 07 21:35:23 2017 xorriso : UPDATE : 19.81% done, estimate finish Sat Oct 07 21:35:17 2017 xorriso : UPDATE : 20.32% done, estimate finish Sat Oct 07 21:35:19 2017 xorriso : UPDATE : 21.09% done, estimate finish Sat Oct 07 21:35:21 2017 xorriso : UPDATE : 21.96% done, estimate finish Sat Oct 07 21:35:22 2017 xorriso : UPDATE : 22.13% done, estimate finish Sat Oct 07 21:35:27 2017 xorriso : UPDATE : 23.80% done, estimate finish Sat Oct 07 21:35:23 2017 xorriso : UPDATE : 24.58% done, estimate finish Sat Oct 07 21:35:23 2017 xorriso : UPDATE : 25.58% done, estimate finish Sat Oct 07 21:35:23 2017 xorriso : UPDATE : 26.33% done, estimate finish Sat Oct 07 21:35:25 2017 xorriso : UPDATE : 26.85% done, estimate finish Sat Oct 07 21:35:27 2017 xorriso : UPDATE : 27.72% done, estimate finish Sat Oct 07 21:35:27 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 21:35:29 2017 xorriso : UPDATE : 28.97% done, estimate finish Sat Oct 07 21:35:30 2017 xorriso : UPDATE : 29.80% done, estimate finish Sat Oct 07 21:35:35 2017 xorriso : UPDATE : 30.51% done, estimate finish Sat Oct 07 21:35:36 2017 xorriso : UPDATE : 31.40% done, estimate finish Sat Oct 07 21:35:36 2017 xorriso : UPDATE : 31.40% done, estimate finish Sat Oct 07 21:35:42 2017 xorriso : UPDATE : 33.36% done, estimate finish Sat Oct 07 21:35:34 2017 xorriso : UPDATE : 34.13% done, estimate finish Sat Oct 07 21:35:34 2017 xorriso : UPDATE : 34.69% done, estimate finish Sat Oct 07 21:35:36 2017 xorriso : UPDATE : 35.30% done, estimate finish Sat Oct 07 21:35:38 2017 xorriso : UPDATE : 35.61% done, estimate finish Sat Oct 07 21:35:40 2017 xorriso : UPDATE : 36.22% done, estimate finish Sat Oct 07 21:35:41 2017 xorriso : UPDATE : 36.85% done, estimate finish Sat Oct 07 21:35:46 2017 xorriso : UPDATE : 37.94% done, estimate finish Sat Oct 07 21:35:43 2017 xorriso : UPDATE : 38.51% done, estimate finish Sat Oct 07 21:35:44 2017 xorriso : UPDATE : 38.51% done, estimate finish Sat Oct 07 21:35:50 2017 xorriso : UPDATE : 40.62% done, estimate finish Sat Oct 07 21:35:40 2017 xorriso : UPDATE : 41.25% done, estimate finish Sat Oct 07 21:35:42 2017 xorriso : UPDATE : 41.73% done, estimate finish Sat Oct 07 21:35:43 2017 xorriso : UPDATE : 42.26% done, estimate finish Sat Oct 07 21:35:44 2017 xorriso : UPDATE : 42.36% done, estimate finish Sat Oct 07 21:35:48 2017 xorriso : UPDATE : 42.36% done, estimate finish Sat Oct 07 21:35:52 2017 xorriso : UPDATE : 42.36% done, estimate finish Sat Oct 07 21:36:05 2017 xorriso : UPDATE : 46.01% done, estimate finish Sat Oct 07 21:35:37 2017 xorriso : UPDATE : 46.39% done, estimate finish Sat Oct 07 21:35:41 2017 xorriso : UPDATE : 47.67% done, estimate finish Sat Oct 07 21:35:38 2017 xorriso : UPDATE : 47.69% done, estimate finish Sat Oct 07 21:35:42 2017 xorriso : UPDATE : 47.69% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 50.07% done, estimate finish Sat Oct 07 21:35:38 2017 xorriso : UPDATE : 51.50% done, estimate finish Sat Oct 07 21:35:36 2017 xorriso : UPDATE : 52.16% done, estimate finish Sat Oct 07 21:35:37 2017 xorriso : UPDATE : 52.31% done, estimate finish Sat Oct 07 21:35:39 2017 xorriso : UPDATE : 54.26% done, estimate finish Sat Oct 07 21:35:25 2017 xorriso : UPDATE : 54.93% done, estimate finish Sat Oct 07 21:35:27 2017 xorriso : UPDATE : 55.83% done, estimate finish Sat Oct 07 21:35:28 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 21:35:28 2017 xorriso : UPDATE : 57.21% done, estimate finish Sat Oct 07 21:35:30 2017 xorriso : UPDATE : 58.19% done, estimate finish Sat Oct 07 21:35:30 2017 xorriso : UPDATE : 59.12% done, estimate finish Sat Oct 07 21:35:31 2017 xorriso : UPDATE : 59.13% done, estimate finish Sat Oct 07 21:35:33 2017 xorriso : UPDATE : 60.70% done, estimate finish Sat Oct 07 21:35:31 2017 xorriso : UPDATE : 61.44% done, estimate finish Sat Oct 07 21:35:32 2017 xorriso : UPDATE : 62.20% done, estimate finish Sat Oct 07 21:35:39 2017 xorriso : UPDATE : 62.40% done, estimate finish Sat Oct 07 21:35:42 2017 xorriso : UPDATE : 62.40% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 62.40% done, estimate finish Sat Oct 07 21:35:52 2017 xorriso : UPDATE : 66.33% done, estimate finish Sat Oct 07 21:35:36 2017 xorriso : UPDATE : 67.00% done, estimate finish Sat Oct 07 21:35:36 2017 xorriso : UPDATE : 67.57% done, estimate finish Sat Oct 07 21:35:38 2017 xorriso : UPDATE : 68.17% done, estimate finish Sat Oct 07 21:35:38 2017 xorriso : UPDATE : 69.08% done, estimate finish Sat Oct 07 21:35:38 2017 xorriso : UPDATE : 69.67% done, estimate finish Sat Oct 07 21:35:39 2017 xorriso : UPDATE : 70.15% done, estimate finish Sat Oct 07 21:35:40 2017 xorriso : UPDATE : 70.95% done, estimate finish Sat Oct 07 21:35:39 2017 xorriso : UPDATE : 71.81% done, estimate finish Sat Oct 07 21:35:40 2017 xorriso : UPDATE : 72.52% done, estimate finish Sat Oct 07 21:35:39 2017 xorriso : UPDATE : 73.10% done, estimate finish Sat Oct 07 21:35:41 2017 xorriso : UPDATE : 73.24% done, estimate finish Sat Oct 07 21:35:43 2017 xorriso : UPDATE : 74.25% done, estimate finish Sat Oct 07 21:35:42 2017 xorriso : UPDATE : 74.71% done, estimate finish Sat Oct 07 21:35:43 2017 xorriso : UPDATE : 75.28% done, estimate finish Sat Oct 07 21:35:44 2017 xorriso : UPDATE : 75.99% done, estimate finish Sat Oct 07 21:35:44 2017 xorriso : UPDATE : 76.82% done, estimate finish Sat Oct 07 21:35:46 2017 xorriso : UPDATE : 77.56% done, estimate finish Sat Oct 07 21:35:46 2017 xorriso : UPDATE : 78.25% done, estimate finish Sat Oct 07 21:35:46 2017 xorriso : UPDATE : 78.62% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 79.25% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 79.87% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 80.34% done, estimate finish Sat Oct 07 21:35:48 2017 xorriso : UPDATE : 80.92% done, estimate finish Sat Oct 07 21:35:48 2017 xorriso : UPDATE : 81.58% done, estimate finish Sat Oct 07 21:35:49 2017 xorriso : UPDATE : 82.05% done, estimate finish Sat Oct 07 21:35:49 2017 xorriso : UPDATE : 82.54% done, estimate finish Sat Oct 07 21:35:50 2017 xorriso : UPDATE : 83.22% done, estimate finish Sat Oct 07 21:35:51 2017 xorriso : UPDATE : 83.74% done, estimate finish Sat Oct 07 21:35:51 2017 xorriso : UPDATE : 84.67% done, estimate finish Sat Oct 07 21:35:50 2017 xorriso : UPDATE : 85.26% done, estimate finish Sat Oct 07 21:35:50 2017 xorriso : UPDATE : 85.78% done, estimate finish Sat Oct 07 21:35:50 2017 xorriso : UPDATE : 87.07% done, estimate finish Sat Oct 07 21:35:49 2017 xorriso : UPDATE : 87.75% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 88.78% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 89.48% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 90.22% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 91.06% done, estimate finish Sat Oct 07 21:35:45 2017 xorriso : UPDATE : 91.89% done, estimate finish Sat Oct 07 21:35:45 2017 xorriso : UPDATE : 92.66% done, estimate finish Sat Oct 07 21:35:45 2017 xorriso : UPDATE : 93.55% done, estimate finish Sat Oct 07 21:35:45 2017 xorriso : UPDATE : 94.29% done, estimate finish Sat Oct 07 21:35:45 2017 xorriso : UPDATE : 94.80% done, estimate finish Sat Oct 07 21:35:45 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 96.50% done, estimate finish Sat Oct 07 21:35:45 2017 xorriso : UPDATE : 96.66% done, estimate finish Sat Oct 07 21:35:46 2017 xorriso : UPDATE : 97.60% done, estimate finish Sat Oct 07 21:35:46 2017 xorriso : UPDATE : 98.25% done, estimate finish Sat Oct 07 21:35:46 2017 xorriso : UPDATE : 98.40% done, estimate finish Sat Oct 07 21:35:47 2017 xorriso : UPDATE : 99.77% done ISO image produced: 2293090 sectors Written to medium : 2293090 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:35:47 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 5' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-5.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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/3mips/stretch/CD5' xorriso : UPDATE : 5780 files added in 1 seconds xorriso : UPDATE : 5780 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.32% done xorriso : UPDATE : 0.74% done, estimate finish Sat Oct 07 21:40:46 2017 xorriso : UPDATE : 1.54% done, estimate finish Sat Oct 07 21:39:16 2017 xorriso : UPDATE : 2.06% done, estimate finish Sat Oct 07 21:39:12 2017 xorriso : UPDATE : 2.85% done, estimate finish Sat Oct 07 21:38:51 2017 xorriso : UPDATE : 3.47% done, estimate finish Sat Oct 07 21:38:47 2017 xorriso : UPDATE : 4.07% done, estimate finish Sat Oct 07 21:38:46 2017 xorriso : UPDATE : 5.10% done, estimate finish Sat Oct 07 21:38:29 2017 xorriso : UPDATE : 5.60% done, estimate finish Sat Oct 07 21:38:33 2017 xorriso : UPDATE : 6.43% done, estimate finish Sat Oct 07 21:38:27 2017 xorriso : UPDATE : 7.39% done, estimate finish Sat Oct 07 21:38:20 2017 xorriso : UPDATE : 7.85% done, estimate finish Sat Oct 07 21:38:10 2017 xorriso : UPDATE : 8.02% done, estimate finish Sat Oct 07 21:38:21 2017 xorriso : UPDATE : 8.02% done, estimate finish Sat Oct 07 21:38:34 2017 xorriso : UPDATE : 10.30% done, estimate finish Sat Oct 07 21:38:05 2017 xorriso : UPDATE : 11.05% done, estimate finish Sat Oct 07 21:38:05 2017 xorriso : UPDATE : 11.75% done, estimate finish Sat Oct 07 21:38:06 2017 xorriso : UPDATE : 12.45% done, estimate finish Sat Oct 07 21:38:05 2017 xorriso : UPDATE : 13.62% done, estimate finish Sat Oct 07 21:38:01 2017 xorriso : UPDATE : 14.14% done, estimate finish Sat Oct 07 21:38:04 2017 xorriso : UPDATE : 15.06% done, estimate finish Sat Oct 07 21:38:01 2017 xorriso : UPDATE : 15.59% done, estimate finish Sat Oct 07 21:38:03 2017 xorriso : UPDATE : 16.00% done, estimate finish Sat Oct 07 21:38:05 2017 xorriso : UPDATE : 17.17% done, estimate finish Sat Oct 07 21:38:00 2017 xorriso : UPDATE : 17.78% done, estimate finish Sat Oct 07 21:38:01 2017 xorriso : UPDATE : 18.42% done, estimate finish Sat Oct 07 21:38:03 2017 xorriso : UPDATE : 19.11% done, estimate finish Sat Oct 07 21:38:03 2017 xorriso : UPDATE : 19.41% done, estimate finish Sat Oct 07 21:38:07 2017 xorriso : UPDATE : 20.76% done, estimate finish Sat Oct 07 21:38:02 2017 xorriso : UPDATE : 21.33% done, estimate finish Sat Oct 07 21:38:03 2017 xorriso : UPDATE : 21.77% done, estimate finish Sat Oct 07 21:38:06 2017 xorriso : UPDATE : 22.66% done, estimate finish Sat Oct 07 21:38:05 2017 xorriso : UPDATE : 22.98% done, estimate finish Sat Oct 07 21:38:10 2017 xorriso : UPDATE : 22.98% done, estimate finish Sat Oct 07 21:38:19 2017 xorriso : UPDATE : 22.98% done, estimate finish Sat Oct 07 21:38:27 2017 xorriso : UPDATE : 22.98% done, estimate finish Sat Oct 07 21:38:36 2017 xorriso : UPDATE : 27.44% done, estimate finish Sat Oct 07 21:37:56 2017 xorriso : UPDATE : 28.11% done, estimate finish Sat Oct 07 21:37:57 2017 xorriso : UPDATE : 28.46% done, estimate finish Sat Oct 07 21:38:00 2017 xorriso : UPDATE : 29.29% done, estimate finish Sat Oct 07 21:38:00 2017 xorriso : UPDATE : 30.08% done, estimate finish Sat Oct 07 21:38:00 2017 xorriso : UPDATE : 30.83% done, estimate finish Sat Oct 07 21:38:00 2017 xorriso : UPDATE : 30.93% done, estimate finish Sat Oct 07 21:38:00 2017 xorriso : UPDATE : 32.53% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 33.46% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 34.52% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 35.58% done, estimate finish Sat Oct 07 21:37:51 2017 xorriso : UPDATE : 36.04% done, estimate finish Sat Oct 07 21:37:53 2017 xorriso : UPDATE : 36.74% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 38.22% done, estimate finish Sat Oct 07 21:37:55 2017 xorriso : UPDATE : 38.22% done, estimate finish Sat Oct 07 21:37:59 2017 xorriso : UPDATE : 38.22% done, estimate finish Sat Oct 07 21:38:05 2017 xorriso : UPDATE : 41.29% done, estimate finish Sat Oct 07 21:37:49 2017 xorriso : UPDATE : 41.86% done, estimate finish Sat Oct 07 21:37:51 2017 xorriso : UPDATE : 42.81% done, estimate finish Sat Oct 07 21:37:50 2017 xorriso : UPDATE : 43.38% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 44.09% done, estimate finish Sat Oct 07 21:37:53 2017 xorriso : UPDATE : 44.67% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 45.18% done, estimate finish Sat Oct 07 21:37:56 2017 xorriso : UPDATE : 46.05% done, estimate finish Sat Oct 07 21:37:55 2017 xorriso : UPDATE : 46.61% done, estimate finish Sat Oct 07 21:37:56 2017 xorriso : UPDATE : 47.18% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 47.87% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 49.11% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 50.17% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 50.82% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 51.42% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 52.10% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 52.82% done, estimate finish Sat Oct 07 21:37:56 2017 xorriso : UPDATE : 53.73% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 54.96% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 55.74% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 56.52% done, estimate finish Sat Oct 07 21:37:55 2017 xorriso : UPDATE : 57.09% done, estimate finish Sat Oct 07 21:37:56 2017 xorriso : UPDATE : 57.80% done, estimate finish Sat Oct 07 21:37:57 2017 xorriso : UPDATE : 58.46% done, estimate finish Sat Oct 07 21:37:57 2017 xorriso : UPDATE : 58.91% done, estimate finish Sat Oct 07 21:37:59 2017 xorriso : UPDATE : 59.92% done, estimate finish Sat Oct 07 21:37:57 2017 xorriso : UPDATE : 60.27% done, estimate finish Sat Oct 07 21:37:59 2017 xorriso : UPDATE : 60.27% done, estimate finish Sat Oct 07 21:38:02 2017 xorriso : UPDATE : 62.66% done, estimate finish Sat Oct 07 21:37:56 2017 xorriso : UPDATE : 62.94% done, estimate finish Sat Oct 07 21:38:01 2017 xorriso : UPDATE : 63.99% done, estimate finish Sat Oct 07 21:38:00 2017 xorriso : UPDATE : 64.88% done, estimate finish Sat Oct 07 21:37:59 2017 xorriso : UPDATE : 65.77% done, estimate finish Sat Oct 07 21:37:58 2017 xorriso : UPDATE : 66.34% done, estimate finish Sat Oct 07 21:37:59 2017 xorriso : UPDATE : 67.31% done, estimate finish Sat Oct 07 21:37:58 2017 xorriso : UPDATE : 68.04% done, estimate finish Sat Oct 07 21:37:58 2017 xorriso : UPDATE : 68.97% done, estimate finish Sat Oct 07 21:37:57 2017 xorriso : UPDATE : 70.13% done, estimate finish Sat Oct 07 21:37:56 2017 xorriso : UPDATE : 71.22% done, estimate finish Sat Oct 07 21:37:55 2017 xorriso : UPDATE : 72.24% done, estimate finish Sat Oct 07 21:37:51 2017 xorriso : UPDATE : 73.12% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 73.40% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 74.89% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 75.21% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 75.21% done, estimate finish Sat Oct 07 21:37:56 2017 xorriso : UPDATE : 77.20% done, estimate finish Sat Oct 07 21:37:53 2017 xorriso : UPDATE : 77.37% done, estimate finish Sat Oct 07 21:37:55 2017 xorriso : UPDATE : 78.67% done, estimate finish Sat Oct 07 21:37:53 2017 xorriso : UPDATE : 79.26% done, estimate finish Sat Oct 07 21:37:55 2017 xorriso : UPDATE : 80.16% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 80.81% done, estimate finish Sat Oct 07 21:37:56 2017 xorriso : UPDATE : 81.86% done, estimate finish Sat Oct 07 21:37:56 2017 xorriso : UPDATE : 82.65% done, estimate finish Sat Oct 07 21:37:55 2017 xorriso : UPDATE : 83.91% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 85.22% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 86.43% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 86.95% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 88.23% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 89.36% done, estimate finish Sat Oct 07 21:37:51 2017 xorriso : UPDATE : 90.13% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 91.09% done, estimate finish Sat Oct 07 21:37:50 2017 xorriso : UPDATE : 91.67% done, estimate finish Sat Oct 07 21:37:51 2017 xorriso : UPDATE : 92.60% done, estimate finish Sat Oct 07 21:37:51 2017 xorriso : UPDATE : 93.14% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 93.94% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 93.94% done, estimate finish Sat Oct 07 21:37:53 2017 xorriso : UPDATE : 95.73% done, estimate finish Sat Oct 07 21:37:52 2017 xorriso : UPDATE : 96.24% done, estimate finish Sat Oct 07 21:37:53 2017 xorriso : UPDATE : 97.24% done, estimate finish Sat Oct 07 21:37:53 2017 xorriso : UPDATE : 97.69% done, estimate finish Sat Oct 07 21:37:53 2017 xorriso : UPDATE : 98.37% done, estimate finish Sat Oct 07 21:37:54 2017 xorriso : UPDATE : 99.20% done xorriso : UPDATE : 99.83% done ISO image produced: 2293904 sectors Written to medium : 2293904 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:37:55 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 6' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-6.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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/3mips/stretch/CD6' xorriso : UPDATE : 3106 files added in 1 seconds xorriso : UPDATE : 3106 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_mips.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.75% done xorriso : UPDATE : 1.48% done, estimate finish Sat Oct 07 21:40:32 2017 xorriso : UPDATE : 2.61% done, estimate finish Sat Oct 07 21:40:03 2017 xorriso : UPDATE : 3.38% done, estimate finish Sat Oct 07 21:40:04 2017 xorriso : UPDATE : 3.99% done, estimate finish Sat Oct 07 21:40:09 2017 xorriso : UPDATE : 4.80% done, estimate finish Sat Oct 07 21:40:08 2017 xorriso : UPDATE : 5.41% done, estimate finish Sat Oct 07 21:40:11 2017 xorriso : UPDATE : 5.90% done, estimate finish Sat Oct 07 21:40:17 2017 xorriso : UPDATE : 7.00% done, estimate finish Sat Oct 07 21:40:09 2017 xorriso : UPDATE : 8.52% done, estimate finish Sat Oct 07 21:39:57 2017 xorriso : UPDATE : 9.35% done, estimate finish Sat Oct 07 21:39:57 2017 xorriso : UPDATE : 9.35% done, estimate finish Sat Oct 07 21:40:03 2017 xorriso : UPDATE : 11.87% done, estimate finish Sat Oct 07 21:39:43 2017 xorriso : UPDATE : 11.96% done, estimate finish Sat Oct 07 21:39:50 2017 xorriso : UPDATE : 12.90% done, estimate finish Sat Oct 07 21:39:50 2017 xorriso : UPDATE : 13.77% done, estimate finish Sat Oct 07 21:39:50 2017 xorriso : UPDATE : 14.51% done, estimate finish Sat Oct 07 21:39:52 2017 xorriso : UPDATE : 15.23% done, estimate finish Sat Oct 07 21:39:52 2017 xorriso : UPDATE : 16.47% done, estimate finish Sat Oct 07 21:39:50 2017 xorriso : UPDATE : 17.07% done, estimate finish Sat Oct 07 21:39:52 2017 xorriso : UPDATE : 17.79% done, estimate finish Sat Oct 07 21:39:52 2017 xorriso : UPDATE : 18.77% done, estimate finish Sat Oct 07 21:39:48 2017 xorriso : UPDATE : 19.96% done, estimate finish Sat Oct 07 21:39:46 2017 xorriso : UPDATE : 20.54% done, estimate finish Sat Oct 07 21:39:48 2017 xorriso : UPDATE : 21.28% done, estimate finish Sat Oct 07 21:39:49 2017 xorriso : UPDATE : 21.96% done, estimate finish Sat Oct 07 21:39:51 2017 xorriso : UPDATE : 22.11% done, estimate finish Sat Oct 07 21:39:56 2017 xorriso : UPDATE : 24.17% done, estimate finish Sat Oct 07 21:39:48 2017 xorriso : UPDATE : 24.17% done, estimate finish Sat Oct 07 21:39:53 2017 xorriso : UPDATE : 25.97% done, estimate finish Sat Oct 07 21:39:48 2017 xorriso : UPDATE : 27.08% done, estimate finish Sat Oct 07 21:39:47 2017 xorriso : UPDATE : 27.08% done, estimate finish Sat Oct 07 21:39:51 2017 xorriso : UPDATE : 27.08% done, estimate finish Sat Oct 07 21:40:01 2017 xorriso : UPDATE : 27.08% done, estimate finish Sat Oct 07 21:40:09 2017 xorriso : UPDATE : 32.18% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 32.82% done, estimate finish Sat Oct 07 21:39:41 2017 xorriso : UPDATE : 35.38% done, estimate finish Sat Oct 07 21:39:35 2017 xorriso : UPDATE : 35.53% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 37.52% done, estimate finish Sat Oct 07 21:39:35 2017 xorriso : UPDATE : 37.52% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 37.52% done, estimate finish Sat Oct 07 21:39:42 2017 xorriso : UPDATE : 37.52% done, estimate finish Sat Oct 07 21:39:46 2017 xorriso : UPDATE : 37.52% done, estimate finish Sat Oct 07 21:39:43 2017 xorriso : UPDATE : 44.16% done, estimate finish Sat Oct 07 21:39:23 2017 xorriso : UPDATE : 44.16% done, estimate finish Sat Oct 07 21:39:26 2017 xorriso : UPDATE : 44.16% done, estimate finish Sat Oct 07 21:39:30 2017 xorriso : UPDATE : 44.16% done, estimate finish Sat Oct 07 21:39:33 2017 xorriso : UPDATE : 44.16% done, estimate finish Sat Oct 07 21:39:37 2017 xorriso : UPDATE : 44.16% done, estimate finish Sat Oct 07 21:39:41 2017 xorriso : UPDATE : 44.16% done, estimate finish Sat Oct 07 21:39:44 2017 xorriso : UPDATE : 45.67% done, estimate finish Sat Oct 07 21:39:42 2017 xorriso : UPDATE : 53.47% done, estimate finish Sat Oct 07 21:39:25 2017 xorriso : UPDATE : 54.39% done, estimate finish Sat Oct 07 21:39:22 2017 xorriso : UPDATE : 55.23% done, estimate finish Sat Oct 07 21:39:22 2017 xorriso : UPDATE : 56.11% done, estimate finish Sat Oct 07 21:39:23 2017 xorriso : UPDATE : 57.01% done, estimate finish Sat Oct 07 21:39:24 2017 xorriso : UPDATE : 57.74% done, estimate finish Sat Oct 07 21:39:26 2017 xorriso : UPDATE : 58.39% done, estimate finish Sat Oct 07 21:39:27 2017 xorriso : UPDATE : 59.39% done, estimate finish Sat Oct 07 21:39:28 2017 xorriso : UPDATE : 60.27% done, estimate finish Sat Oct 07 21:39:28 2017 xorriso : UPDATE : 61.02% done, estimate finish Sat Oct 07 21:39:29 2017 xorriso : UPDATE : 62.02% done, estimate finish Sat Oct 07 21:39:30 2017 xorriso : UPDATE : 62.87% done, estimate finish Sat Oct 07 21:39:40 2017 xorriso : UPDATE : 63.75% done, estimate finish Sat Oct 07 21:39:41 2017 xorriso : UPDATE : 63.93% done, estimate finish Sat Oct 07 21:39:44 2017 xorriso : UPDATE : 65.34% done, estimate finish Sat Oct 07 21:39:42 2017 xorriso : UPDATE : 66.35% done, estimate finish Sat Oct 07 21:39:41 2017 xorriso : UPDATE : 67.35% done, estimate finish Sat Oct 07 21:39:40 2017 xorriso : UPDATE : 68.34% done, estimate finish Sat Oct 07 21:39:40 2017 xorriso : UPDATE : 69.72% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 70.43% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 71.38% done, estimate finish Sat Oct 07 21:39:40 2017 xorriso : UPDATE : 72.06% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 73.12% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 73.79% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 74.64% done, estimate finish Sat Oct 07 21:39:40 2017 xorriso : UPDATE : 74.64% done, estimate finish Sat Oct 07 21:39:42 2017 xorriso : UPDATE : 74.64% done, estimate finish Sat Oct 07 21:39:45 2017 xorriso : UPDATE : 77.89% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 78.89% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 79.45% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 80.33% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 81.40% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 82.50% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 83.48% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 84.27% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 85.24% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 86.17% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 86.85% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 87.87% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 88.62% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 89.51% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 90.42% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 91.11% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 92.47% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 93.06% done, estimate finish Sat Oct 07 21:39:39 2017 xorriso : UPDATE : 94.48% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 95.73% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 96.94% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 98.02% done, estimate finish Sat Oct 07 21:39:38 2017 xorriso : UPDATE : 98.75% done xorriso : UPDATE : 99.61% done ISO image produced: 2025838 sectors Written to medium : 2025838 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:39:39 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 7' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-7.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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/3mips/stretch/CD7' xorriso : UPDATE : 662 files added in 1 seconds xorriso : UPDATE : 662 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.03% done xorriso : UPDATE : 0.46% done xorriso : UPDATE : 0.46% done xorriso : UPDATE : 2.15% done, estimate finish Sat Oct 07 21:41:41 2017 xorriso : UPDATE : 3.58% done, estimate finish Sat Oct 07 21:41:21 2017 xorriso : UPDATE : 4.22% done, estimate finish Sat Oct 07 21:41:29 2017 xorriso : UPDATE : 4.22% done, estimate finish Sat Oct 07 21:41:53 2017 xorriso : UPDATE : 4.22% done, estimate finish Sat Oct 07 21:42:17 2017 xorriso : UPDATE : 7.29% done, estimate finish Sat Oct 07 21:41:24 2017 xorriso : UPDATE : 8.71% done, estimate finish Sat Oct 07 21:41:19 2017 xorriso : UPDATE : 9.74% done, estimate finish Sat Oct 07 21:41:19 2017 xorriso : UPDATE : 10.02% done, estimate finish Sat Oct 07 21:41:26 2017 xorriso : UPDATE : 10.02% done, estimate finish Sat Oct 07 21:41:36 2017 xorriso : UPDATE : 10.02% done, estimate finish Sat Oct 07 21:41:47 2017 xorriso : UPDATE : 13.81% done, estimate finish Sat Oct 07 21:41:15 2017 xorriso : UPDATE : 15.26% done, estimate finish Sat Oct 07 21:41:11 2017 xorriso : UPDATE : 15.77% done, estimate finish Sat Oct 07 21:41:15 2017 xorriso : UPDATE : 17.29% done, estimate finish Sat Oct 07 21:41:13 2017 xorriso : UPDATE : 18.39% done, estimate finish Sat Oct 07 21:41:12 2017 xorriso : UPDATE : 18.97% done, estimate finish Sat Oct 07 21:41:15 2017 xorriso : UPDATE : 20.55% done, estimate finish Sat Oct 07 21:41:13 2017 xorriso : UPDATE : 20.55% done, estimate finish Sat Oct 07 21:41:17 2017 xorriso : UPDATE : 22.32% done, estimate finish Sat Oct 07 21:41:14 2017 xorriso : UPDATE : 22.32% done, estimate finish Sat Oct 07 21:41:11 2017 xorriso : UPDATE : 22.32% done, estimate finish Sat Oct 07 21:41:17 2017 xorriso : UPDATE : 22.32% done, estimate finish Sat Oct 07 21:41:23 2017 xorriso : UPDATE : 24.59% done, estimate finish Sat Oct 07 21:41:17 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:41:09 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:41:13 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:41:18 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:41:23 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:41:27 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:41:31 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:42:10 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:42:20 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:42:30 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:42:40 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:42:51 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:43:01 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:43:11 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:43:22 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:43:32 2017 xorriso : UPDATE : 27.49% done, estimate finish Sat Oct 07 21:43:43 2017 xorriso : UPDATE : 27.49% done xorriso : UPDATE : 27.49% done xorriso : UPDATE : 27.49% done xorriso : UPDATE : 27.49% done xorriso : UPDATE : 27.49% done xorriso : UPDATE : 27.49% done xorriso : UPDATE : 27.49% done xorriso : UPDATE : 34.15% done, estimate finish Sat Oct 07 21:42:49 2017 xorriso : UPDATE : 53.13% done, estimate finish Sat Oct 07 21:41:06 2017 xorriso : UPDATE : 54.02% done, estimate finish Sat Oct 07 21:41:07 2017 xorriso : UPDATE : 54.02% done, estimate finish Sat Oct 07 21:40:58 2017 xorriso : UPDATE : 56.91% done, estimate finish Sat Oct 07 21:40:57 2017 xorriso : UPDATE : 58.25% done, estimate finish Sat Oct 07 21:40:57 2017 xorriso : UPDATE : 59.00% done, estimate finish Sat Oct 07 21:40:57 2017 xorriso : UPDATE : 59.89% done, estimate finish Sat Oct 07 21:40:59 2017 xorriso : UPDATE : 61.56% done, estimate finish Sat Oct 07 21:40:58 2017 xorriso : UPDATE : 62.49% done, estimate finish Sat Oct 07 21:41:00 2017 xorriso : UPDATE : 63.36% done, estimate finish Sat Oct 07 21:41:01 2017 xorriso : UPDATE : 63.61% done, estimate finish Sat Oct 07 21:41:02 2017 xorriso : UPDATE : 64.45% done, estimate finish Sat Oct 07 21:41:03 2017 xorriso : UPDATE : 65.90% done, estimate finish Sat Oct 07 21:41:11 2017 xorriso : UPDATE : 65.90% done, estimate finish Sat Oct 07 21:41:15 2017 xorriso : UPDATE : 65.90% done, estimate finish Sat Oct 07 21:41:18 2017 xorriso : UPDATE : 65.90% done, estimate finish Sat Oct 07 21:41:21 2017 xorriso : UPDATE : 65.90% done, estimate finish Sat Oct 07 21:41:25 2017 xorriso : UPDATE : 65.90% done, estimate finish Sat Oct 07 21:41:28 2017 xorriso : UPDATE : 65.90% done, estimate finish Sat Oct 07 21:41:32 2017 xorriso : UPDATE : 65.90% done, estimate finish Sat Oct 07 21:41:34 2017 xorriso : UPDATE : 65.90% done, estimate finish Sat Oct 07 21:41:37 2017 xorriso : UPDATE : 65.90% done, estimate finish Sat Oct 07 21:41:41 2017 xorriso : UPDATE : 67.40% done, estimate finish Sat Oct 07 21:43:44 2017 xorriso : UPDATE : 79.05% done, estimate finish Sat Oct 07 21:41:11 2017 xorriso : UPDATE : 79.55% done, estimate finish Sat Oct 07 21:41:11 2017 xorriso : UPDATE : 80.99% done, estimate finish Sat Oct 07 21:41:11 2017 xorriso : UPDATE : 81.29% done, estimate finish Sat Oct 07 21:41:13 2017 xorriso : UPDATE : 81.29% done, estimate finish Sat Oct 07 21:41:15 2017 xorriso : UPDATE : 81.29% done, estimate finish Sat Oct 07 21:41:17 2017 xorriso : UPDATE : 81.29% done, estimate finish Sat Oct 07 21:41:19 2017 xorriso : UPDATE : 86.98% done, estimate finish Sat Oct 07 21:41:11 2017 xorriso : UPDATE : 87.79% done, estimate finish Sat Oct 07 21:41:11 2017 xorriso : UPDATE : 88.49% done, estimate finish Sat Oct 07 21:41:12 2017 xorriso : UPDATE : 89.35% done, estimate finish Sat Oct 07 21:41:09 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 21:41:09 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 21:41:10 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 21:41:11 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 21:41:13 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 21:41:14 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 21:41:16 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 21:41:17 2017 xorriso : UPDATE : 90.19% done, estimate finish Sat Oct 07 21:41:19 2017 xorriso : UPDATE : 98.30% done xorriso : UPDATE : 99.61% done ISO image produced: 2217166 sectors Written to medium : 2217166 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:41:14 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 8' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-8.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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/3mips/stretch/CD8' xorriso : UPDATE : 1178 files added in 1 seconds xorriso : UPDATE : 1178 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.05% done xorriso : UPDATE : 1.74% done xorriso : UPDATE : 2.78% done, estimate finish Sat Oct 07 21:42:52 2017 xorriso : UPDATE : 3.34% done, estimate finish Sat Oct 07 21:43:06 2017 xorriso : UPDATE : 3.72% done, estimate finish Sat Oct 07 21:43:21 2017 xorriso : UPDATE : 5.86% done, estimate finish Sat Oct 07 21:42:52 2017 xorriso : UPDATE : 6.94% done, estimate finish Sat Oct 07 21:42:51 2017 xorriso : UPDATE : 7.83% done, estimate finish Sat Oct 07 21:42:53 2017 xorriso : UPDATE : 8.90% done, estimate finish Sat Oct 07 21:42:53 2017 xorriso : UPDATE : 9.45% done, estimate finish Sat Oct 07 21:42:58 2017 xorriso : UPDATE : 10.43% done, estimate finish Sat Oct 07 21:42:58 2017 xorriso : UPDATE : 10.73% done, estimate finish Sat Oct 07 21:43:04 2017 xorriso : UPDATE : 10.73% done, estimate finish Sat Oct 07 21:43:20 2017 xorriso : UPDATE : 10.73% done, estimate finish Sat Oct 07 21:43:32 2017 xorriso : UPDATE : 10.73% done, estimate finish Sat Oct 07 21:43:44 2017 xorriso : UPDATE : 12.75% done, estimate finish Sat Oct 07 21:43:24 2017 xorriso : UPDATE : 16.48% done, estimate finish Sat Oct 07 21:42:55 2017 xorriso : UPDATE : 17.48% done, estimate finish Sat Oct 07 21:42:56 2017 xorriso : UPDATE : 17.48% done, estimate finish Sat Oct 07 21:43:02 2017 xorriso : UPDATE : 17.48% done, estimate finish Sat Oct 07 21:43:09 2017 xorriso : UPDATE : 20.74% done, estimate finish Sat Oct 07 21:42:54 2017 xorriso : UPDATE : 21.08% done, estimate finish Sat Oct 07 21:42:58 2017 xorriso : UPDATE : 22.73% done, estimate finish Sat Oct 07 21:42:54 2017 xorriso : UPDATE : 22.84% done, estimate finish Sat Oct 07 21:42:52 2017 xorriso : UPDATE : 22.84% done, estimate finish Sat Oct 07 21:42:59 2017 xorriso : UPDATE : 22.84% done, estimate finish Sat Oct 07 21:43:05 2017 xorriso : UPDATE : 22.84% done, estimate finish Sat Oct 07 21:43:11 2017 xorriso : UPDATE : 22.84% done, estimate finish Sat Oct 07 21:43:18 2017 xorriso : UPDATE : 22.84% done, estimate finish Sat Oct 07 21:43:23 2017 xorriso : UPDATE : 22.84% done, estimate finish Sat Oct 07 21:43:29 2017 xorriso : UPDATE : 22.84% done, estimate finish Sat Oct 07 21:43:36 2017 xorriso : UPDATE : 22.84% done, estimate finish Sat Oct 07 21:43:42 2017 xorriso : UPDATE : 22.84% done, estimate finish Sat Oct 07 21:43:49 2017 xorriso : UPDATE : 22.84% done xorriso : UPDATE : 22.84% done xorriso : UPDATE : 22.84% done xorriso : UPDATE : 22.84% done xorriso : UPDATE : 22.84% done xorriso : UPDATE : 22.84% done xorriso : UPDATE : 27.74% done, estimate finish Sat Oct 07 21:44:56 2017 xorriso : UPDATE : 42.29% done, estimate finish Sat Oct 07 21:42:47 2017 xorriso : UPDATE : 42.95% done, estimate finish Sat Oct 07 21:42:49 2017 xorriso : UPDATE : 42.95% done, estimate finish Sat Oct 07 21:42:52 2017 xorriso : UPDATE : 45.02% done, estimate finish Sat Oct 07 21:42:33 2017 xorriso : UPDATE : 46.14% done, estimate finish Sat Oct 07 21:42:34 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 21:42:34 2017 xorriso : UPDATE : 47.97% done, estimate finish Sat Oct 07 21:42:36 2017 xorriso : UPDATE : 48.75% done, estimate finish Sat Oct 07 21:42:37 2017 xorriso : UPDATE : 48.75% done, estimate finish Sat Oct 07 21:42:40 2017 xorriso : UPDATE : 48.75% done, estimate finish Sat Oct 07 21:42:42 2017 xorriso : UPDATE : 48.75% done, estimate finish Sat Oct 07 21:42:45 2017 xorriso : UPDATE : 48.75% done, estimate finish Sat Oct 07 21:42:47 2017 xorriso : UPDATE : 48.75% done, estimate finish Sat Oct 07 21:42:50 2017 xorriso : UPDATE : 48.75% done, estimate finish Sat Oct 07 21:43:58 2017 xorriso : UPDATE : 48.75% done, estimate finish Sat Oct 07 21:44:09 2017 xorriso : UPDATE : 48.75% done, estimate finish Sat Oct 07 21:44:19 2017 xorriso : UPDATE : 48.75% done, estimate finish Sat Oct 07 21:44:29 2017 xorriso : UPDATE : 60.42% done, estimate finish Sat Oct 07 21:42:48 2017 xorriso : UPDATE : 60.42% done, estimate finish Sat Oct 07 21:42:51 2017 xorriso : UPDATE : 60.42% done, estimate finish Sat Oct 07 21:42:55 2017 xorriso : UPDATE : 60.42% done, estimate finish Sat Oct 07 21:42:57 2017 xorriso : UPDATE : 60.42% done, estimate finish Sat Oct 07 21:43:01 2017 xorriso : UPDATE : 60.42% done, estimate finish Sat Oct 07 21:43:03 2017 xorriso : UPDATE : 66.54% done, estimate finish Sat Oct 07 21:42:39 2017 xorriso : UPDATE : 66.54% done, estimate finish Sat Oct 07 21:42:42 2017 xorriso : UPDATE : 68.72% done, estimate finish Sat Oct 07 21:42:41 2017 xorriso : UPDATE : 69.12% done, estimate finish Sat Oct 07 21:42:43 2017 xorriso : UPDATE : 69.12% done, estimate finish Sat Oct 07 21:42:45 2017 xorriso : UPDATE : 69.12% done, estimate finish Sat Oct 07 21:42:47 2017 xorriso : UPDATE : 72.28% done, estimate finish Sat Oct 07 21:42:44 2017 xorriso : UPDATE : 72.60% done, estimate finish Sat Oct 07 21:42:46 2017 xorriso : UPDATE : 73.29% done, estimate finish Sat Oct 07 21:42:46 2017 xorriso : UPDATE : 73.29% done, estimate finish Sat Oct 07 21:42:49 2017 xorriso : UPDATE : 73.29% done, estimate finish Sat Oct 07 21:43:05 2017 xorriso : UPDATE : 76.99% done, estimate finish Sat Oct 07 21:42:53 2017 xorriso : UPDATE : 77.89% done, estimate finish Sat Oct 07 21:42:53 2017 xorriso : UPDATE : 78.73% done, estimate finish Sat Oct 07 21:42:53 2017 xorriso : UPDATE : 79.18% done, estimate finish Sat Oct 07 21:42:55 2017 xorriso : UPDATE : 79.18% done, estimate finish Sat Oct 07 21:42:57 2017 xorriso : UPDATE : 81.67% done, estimate finish Sat Oct 07 21:42:53 2017 xorriso : UPDATE : 82.64% done, estimate finish Sat Oct 07 21:42:53 2017 xorriso : UPDATE : 83.27% done, estimate finish Sat Oct 07 21:42:54 2017 xorriso : UPDATE : 84.28% done, estimate finish Sat Oct 07 21:42:53 2017 xorriso : UPDATE : 85.48% done, estimate finish Sat Oct 07 21:42:50 2017 xorriso : UPDATE : 86.43% done, estimate finish Sat Oct 07 21:42:50 2017 xorriso : UPDATE : 87.28% done, estimate finish Sat Oct 07 21:42:50 2017 xorriso : UPDATE : 87.66% done, estimate finish Sat Oct 07 21:42:52 2017 xorriso : UPDATE : 87.66% done, estimate finish Sat Oct 07 21:42:54 2017 xorriso : UPDATE : 89.51% done, estimate finish Sat Oct 07 21:42:53 2017 xorriso : UPDATE : 89.52% done, estimate finish Sat Oct 07 21:42:54 2017 xorriso : UPDATE : 89.52% done, estimate finish Sat Oct 07 21:42:55 2017 xorriso : UPDATE : 89.52% done, estimate finish Sat Oct 07 21:42:57 2017 xorriso : UPDATE : 94.46% done, estimate finish Sat Oct 07 21:42:51 2017 xorriso : UPDATE : 94.63% done, estimate finish Sat Oct 07 21:42:53 2017 xorriso : UPDATE : 96.72% done, estimate finish Sat Oct 07 21:42:52 2017 xorriso : UPDATE : 97.33% done, estimate finish Sat Oct 07 21:42:52 2017 xorriso : UPDATE : 98.22% done xorriso : UPDATE : 98.98% done ISO image produced: 2177485 sectors Written to medium : 2177485 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 21:42:53 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 mips 9' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-DVD-9.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.2.0-mips-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/3mips/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' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/3mips/stretch/CD9' xorriso : UPDATE : 3251 files added in 1 seconds xorriso : UPDATE : 3251 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.15% done xorriso : UPDATE : 0.78% done xorriso : UPDATE : 1.47% done, estimate finish Sat Oct 07 21:45:44 2017 xorriso : UPDATE : 2.21% done, estimate finish Sat Oct 07 21:45:33 2017 xorriso : UPDATE : 2.75% done, estimate finish Sat Oct 07 21:45:38 2017 xorriso : UPDATE : 4.28% done, estimate finish Sat Oct 07 21:45:03 2017 xorriso : UPDATE : 4.68% done, estimate finish Sat Oct 07 21:45:13 2017 xorriso : UPDATE : 5.34% done, estimate finish Sat Oct 07 21:45:15 2017 xorriso : UPDATE : 5.96% done, estimate finish Sat Oct 07 21:45:17 2017 xorriso : UPDATE : 6.39% done, estimate finish Sat Oct 07 21:45:23 2017 xorriso : UPDATE : 6.99% done, estimate finish Sat Oct 07 21:45:24 2017 xorriso : UPDATE : 7.28% done, estimate finish Sat Oct 07 21:45:32 2017 xorriso : UPDATE : 7.28% done, estimate finish Sat Oct 07 21:45:46 2017 xorriso : UPDATE : 7.28% done, estimate finish Sat Oct 07 21:46:03 2017 xorriso : UPDATE : 11.00% done, estimate finish Sat Oct 07 21:45:00 2017 xorriso : UPDATE : 12.10% done, estimate finish Sat Oct 07 21:44:56 2017 xorriso : UPDATE : 13.03% done, estimate finish Sat Oct 07 21:44:55 2017 xorriso : UPDATE : 13.03% done, estimate finish Sat Oct 07 21:45:04 2017 xorriso : UPDATE : 15.59% done, estimate finish Sat Oct 07 21:44:47 2017 xorriso : UPDATE : 15.97% done, estimate finish Sat Oct 07 21:44:51 2017 xorriso : UPDATE : 15.97% done, estimate finish Sat Oct 07 21:44:58 2017 xorriso : UPDATE : 15.97% done, estimate finish Sat Oct 07 21:45:05 2017 xorriso : UPDATE : 19.68% done, estimate finish Sat Oct 07 21:44:31 2017 xorriso : UPDATE : 20.80% done, estimate finish Sat Oct 07 21:44:31 2017 xorriso : UPDATE : 21.54% done, estimate finish Sat Oct 07 21:44:33 2017 xorriso : UPDATE : 22.29% done, estimate finish Sat Oct 07 21:44:34 2017 xorriso : UPDATE : 22.97% done, estimate finish Sat Oct 07 21:44:36 2017 xorriso : UPDATE : 23.57% done, estimate finish Sat Oct 07 21:44:39 2017 xorriso : UPDATE : 24.18% done, estimate finish Sat Oct 07 21:44:40 2017 xorriso : UPDATE : 24.79% done, estimate finish Sat Oct 07 21:44:42 2017 xorriso : UPDATE : 25.16% done, estimate finish Sat Oct 07 21:44:45 2017 xorriso : UPDATE : 26.15% done, estimate finish Sat Oct 07 21:44:45 2017 xorriso : UPDATE : 26.44% done, estimate finish Sat Oct 07 21:45:07 2017 xorriso : UPDATE : 26.44% done, estimate finish Sat Oct 07 21:45:15 2017 xorriso : UPDATE : 29.62% done, estimate finish Sat Oct 07 21:44:51 2017 xorriso : UPDATE : 30.49% done, estimate finish Sat Oct 07 21:44:51 2017 xorriso : UPDATE : 31.18% done, estimate finish Sat Oct 07 21:44:52 2017 xorriso : UPDATE : 32.00% done, estimate finish Sat Oct 07 21:44:52 2017 xorriso : UPDATE : 33.26% done, estimate finish Sat Oct 07 21:44:49 2017 xorriso : UPDATE : 34.12% done, estimate finish Sat Oct 07 21:44:49 2017 xorriso : UPDATE : 34.88% done, estimate finish Sat Oct 07 21:44:50 2017 xorriso : UPDATE : 35.45% done, estimate finish Sat Oct 07 21:44:51 2017 xorriso : UPDATE : 35.92% done, estimate finish Sat Oct 07 21:44:46 2017 xorriso : UPDATE : 35.92% done, estimate finish Sat Oct 07 21:44:52 2017 xorriso : UPDATE : 38.22% done, estimate finish Sat Oct 07 21:44:43 2017 xorriso : UPDATE : 39.09% done, estimate finish Sat Oct 07 21:44:44 2017 xorriso : UPDATE : 40.13% done, estimate finish Sat Oct 07 21:44:43 2017 xorriso : UPDATE : 40.13% done, estimate finish Sat Oct 07 21:44:48 2017 xorriso : UPDATE : 40.13% done, estimate finish Sat Oct 07 21:44:52 2017 xorriso : UPDATE : 40.13% done, estimate finish Sat Oct 07 21:44:57 2017 xorriso : UPDATE : 40.13% done, estimate finish Sat Oct 07 21:45:01 2017 xorriso : UPDATE : 40.13% done, estimate finish Sat Oct 07 21:45:05 2017 xorriso : UPDATE : 46.79% done, estimate finish Sat Oct 07 21:44:41 2017 xorriso : UPDATE : 47.64% done, estimate finish Sat Oct 07 21:44:39 2017 xorriso : UPDATE : 48.32% done, estimate finish Sat Oct 07 21:44:40 2017 xorriso : UPDATE : 49.25% done, estimate finish Sat Oct 07 21:44:41 2017 xorriso : UPDATE : 49.84% done, estimate finish Sat Oct 07 21:44:42 2017 xorriso : UPDATE : 49.84% done, estimate finish Sat Oct 07 21:44:45 2017 xorriso : UPDATE : 49.84% done, estimate finish Sat Oct 07 21:44:50 2017 xorriso : UPDATE : 49.84% done, estimate finish Sat Oct 07 21:44:53 2017 xorriso : UPDATE : 49.84% done, estimate finish Sat Oct 07 21:44:57 2017 xorriso : UPDATE : 49.84% done, estimate finish Sat Oct 07 21:45:01 2017 xorriso : UPDATE : 49.84% done, estimate finish Sat Oct 07 21:45:04 2017 xorriso : UPDATE : 57.91% done, estimate finish Sat Oct 07 21:44:40 2017 xorriso : UPDATE : 57.91% done, estimate finish Sat Oct 07 21:44:44 2017 xorriso : UPDATE : 57.91% done, estimate finish Sat Oct 07 21:44:47 2017 xorriso : UPDATE : 57.91% done, estimate finish Sat Oct 07 21:44:52 2017 xorriso : UPDATE : 57.91% done, estimate finish Sat Oct 07 21:44:56 2017 xorriso : UPDATE : 57.91% done, estimate finish Sat Oct 07 21:45:00 2017 xorriso : UPDATE : 57.91% done, estimate finish Sat Oct 07 21:45:04 2017 xorriso : UPDATE : 65.13% done, estimate finish Sat Oct 07 21:44:38 2017 xorriso : UPDATE : 65.67% done, estimate finish Sat Oct 07 21:44:40 2017 xorriso : UPDATE : 66.22% done, estimate finish Sat Oct 07 21:44:41 2017 xorriso : UPDATE : 66.31% done, estimate finish Sat Oct 07 21:44:46 2017 xorriso : UPDATE : 66.31% done, estimate finish Sat Oct 07 21:44:50 2017 xorriso : UPDATE : 66.31% done, estimate finish Sat Oct 07 21:44:54 2017 xorriso : UPDATE : 66.31% done, estimate finish Sat Oct 07 21:44:58 2017 xorriso : UPDATE : 66.31% done, estimate finish Sat Oct 07 21:45:03 2017 xorriso : UPDATE : 72.57% done, estimate finish Sat Oct 07 21:44:41 2017 xorriso : UPDATE : 73.00% done, estimate finish Sat Oct 07 21:44:41 2017 xorriso : UPDATE : 73.00% done, estimate finish Sat Oct 07 21:44:44 2017 xorriso : UPDATE : 73.00% done, estimate finish Sat Oct 07 21:44:47 2017 xorriso : UPDATE : 73.00% done, estimate finish Sat Oct 07 21:44:50 2017 xorriso : UPDATE : 77.87% done, estimate finish Sat Oct 07 21:44:37 2017 xorriso : UPDATE : 78.50% done, estimate finish Sat Oct 07 21:44:37 2017 xorriso : UPDATE : 79.22% done, estimate finish Sat Oct 07 21:44:39 2017 xorriso : UPDATE : 79.22% done, estimate finish Sat Oct 07 21:44:40 2017 xorriso : UPDATE : 79.22% done, estimate finish Sat Oct 07 21:44:43 2017 xorriso : UPDATE : 81.96% done, estimate finish Sat Oct 07 21:44:39 2017 xorriso : UPDATE : 83.38% done, estimate finish Sat Oct 07 21:44:38 2017 xorriso : UPDATE : 84.13% done, estimate finish Sat Oct 07 21:44:39 2017 xorriso : UPDATE : 84.76% done, estimate finish Sat Oct 07 21:44:39 2017 xorriso : UPDATE : 85.32% done, estimate finish Sat Oct 07 21:44:40 2017 xorriso : UPDATE : 85.88% done, estimate finish Sat Oct 07 21:44:44 2017 xorriso : UPDATE : 86.90% done, estimate finish Sat Oct 07 21:44:43 2017 xorriso : UPDATE : 87.34% done, estimate finish Sat Oct 07 21:44:45 2017 xorriso : UPDATE : 88.35% done, estimate finish Sat Oct 07 21:44:44 2017 xorriso : UPDATE : 89.18% done, estimate finish Sat Oct 07 21:44:44 2017 xorriso : UPDATE : 89.55% done, estimate finish Sat Oct 07 21:44:45 2017 xorriso : UPDATE : 89.55% done, estimate finish Sat Oct 07 21:44:47 2017 xorriso : UPDATE : 89.55% done, estimate finish Sat Oct 07 21:44:49 2017 xorriso : UPDATE : 89.55% done, estimate finish Sat Oct 07 21:44:51 2017 xorriso : UPDATE : 89.55% done, estimate finish Sat Oct 07 21:44:53 2017 xorriso : UPDATE : 89.55% done, estimate finish Sat Oct 07 21:45:04 2017 xorriso : UPDATE : 96.13% done, estimate finish Sat Oct 07 21:44:42 2017 xorriso : UPDATE : 97.19% done, estimate finish Sat Oct 07 21:44:41 2017 xorriso : UPDATE : 98.06% done, estimate finish Sat Oct 07 21:44:42 2017 xorriso : UPDATE : 98.93% done xorriso : UPDATE : 99.64% done ISO image produced: 2294257 sectors Written to medium : 2294257 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/3mips b3a9fa7cf544c84f7573e2587b65b3b1b447db82 debian-9.2.0-mips-DVD-1.iso 6b2f4dc8a52e5f82b41455ec77f482ef debian-9.2.0-mips-DVD-1.iso e392e144a7b67684ee97d2ce42339ad5f245d7e1dfca4dca89d51696346d524bc2c10f5ab0e387e162bb9f934ac2640eff72265699625e3fca45ccd23b7dfb39 debian-9.2.0-mips-DVD-1.iso d23c8a7a0a64634eee6f6fa1b756bc3a6c1133ba0cbb7e8e23647ab917528eab debian-9.2.0-mips-DVD-1.iso 54492b80585bf2f498d3783e5540eb81450299c0 debian-9.2.0-mips-DVD-10.iso 860c69b8d1c20917cbac13c4b388f1aa debian-9.2.0-mips-DVD-10.iso d6260a3d2e130fd7805f95cb2fde8b898838fb4cdb3aad800c8cca33e751fe87f3fd878144c63ae098c92da0f6d56d0a4ba965529998d1e86bd8c11b2e82e240 debian-9.2.0-mips-DVD-10.iso 244fad43f0e71852157f8000fe89106e09ae99593f26f0c9d02d94191772531a debian-9.2.0-mips-DVD-10.iso 8452466a50f4ab08e9ba8483cf857c02f0f3ac3d debian-9.2.0-mips-DVD-11.iso 625566c3c1b7b87a8b9f4c8eead8049f debian-9.2.0-mips-DVD-11.iso f77d079fcc18609aa0e60bdc6a9d609650da26feb8844b066222535d5293c73128425a4f88517ad8b5f14d8d66b36e89163e0661172982409a67e44ca12f6b1d debian-9.2.0-mips-DVD-11.iso 49d3fce6ce353bdfe7d01ebdf66c6d0b3476ebe783a766fdcee819d61dc1fc08 debian-9.2.0-mips-DVD-11.iso ca1ce74464db06f6573123ea56c51394bfb0633f debian-9.2.0-mips-DVD-12.iso 9389a748f69f47fb0e7a6b16f148cbb5 debian-9.2.0-mips-DVD-12.iso fbdc0aedf5963b44630ec96bffe89704d767fe420fc6a99e9c5327f923121cd97cf9b3ce24e6f712f770be2defc43cbb275e7e21d1edb01e789e257597e1bc86 debian-9.2.0-mips-DVD-12.iso d1c7cc271ae1485332fc2fbd99f140df0c46614eadf83d05e120b8d1aeaa16f5 debian-9.2.0-mips-DVD-12.iso 11defec111c6bcac16003a4e14690c070ed60e4a debian-9.2.0-mips-DVD-13.iso 8003a25b9c097ef48dea43ba38fa84a3 debian-9.2.0-mips-DVD-13.iso 2e3526c244a6e0cb8f3ac44528b4143cad43b1f36b68c73cd42c60f73a14ac42986088882e0875614feccab3186afece72e04f9a9f03f397e7b20b0e3124eed9 debian-9.2.0-mips-DVD-13.iso ec6632b0bfd83b2f28f04d3caf542427ae65122763b508e46ad34cc64fe134f9 debian-9.2.0-mips-DVD-13.iso 5d7b5fe8998e9dd61fbc1421b3923d267b960209 debian-9.2.0-mips-DVD-2.iso d7e53bbf01011b2afda1ed126efd690a debian-9.2.0-mips-DVD-2.iso 769c3381907634bde45146857bf03df83eaf35801d21a76ae41656ba89eee097e6b7ae0e76f164c86b603dbb83c274f058b8695f15cf3e18e424fdf37f3a4691 debian-9.2.0-mips-DVD-2.iso 176023981a9373858350aaa927c33e5d85da0dd5fe36d743caeffab37b9ffbd4 debian-9.2.0-mips-DVD-2.iso 9d4bbc9035f02a5b00dcf8bf5977c59382eb76dc debian-9.2.0-mips-DVD-3.iso 29c77ffa53010c1972d591eaba4af849 debian-9.2.0-mips-DVD-3.iso 9992d3600ee8e12b3c8da1d6466be6e411fc7b8195a635dc3a72cf51c12f8bf378d6115be31bb58d8dac77698a91bc589d5487d3066cd396f8c77c2db58a151f debian-9.2.0-mips-DVD-3.iso 3737203a2aa661c1093b6dc9ef47bc8230636b3e0a30ac771645a2dbd03b5cd9 debian-9.2.0-mips-DVD-3.iso 89cbb3768d8ffc99b684eb0de50b021ae6f96877 debian-9.2.0-mips-DVD-4.iso 44a387571aae20aafaa99a04f84b6bb2 debian-9.2.0-mips-DVD-4.iso c693bcb06090241fc117391e5efedc43e721768e027ecdecb50307b6c27f5ff2bb942675cf2445dde9b9ff18c7eea53bb9e38a90296d87e75892c2292c17bf23 debian-9.2.0-mips-DVD-4.iso 07b52d826c52337ffb0ab61657586ef4c49408a0da6b2284edd5ca73d45ce49d debian-9.2.0-mips-DVD-4.iso 930aae069bdc7d603ea57847f90854db1b8caa50 debian-9.2.0-mips-DVD-5.iso 4c9f5c21f1655a23cb95e82bf2f7a73b debian-9.2.0-mips-DVD-5.iso fb8281bde6468db07e7f91ac86269aebb384460b354a2d29718dc7d870d3833cf01f05d7c2ad398f3b615785b4d0b72a0c30c1c92a08907a3442590bad673814 debian-9.2.0-mips-DVD-5.iso 927a1faec657cb2bc6a00dcf6ea202d2f6dcaf43c8ffd790940c6d9b12a9fa65 debian-9.2.0-mips-DVD-5.iso 1741979edb99c4d9d1ac43a9b1385e4b71fa4d57 debian-9.2.0-mips-DVD-6.iso cc91d6266928fdf069e060018d3e1ac1 debian-9.2.0-mips-DVD-6.iso ef5fa50d594bcf6235a99f2c5df6510d85c43e8f8967836ccbbd8d9b817fc44b3e8d04ad22bfc96bcdc3ffd825a8623ccf2592bfb1d61d3dc9a776f1db441506 debian-9.2.0-mips-DVD-6.iso e7f2f0465dea671cbc1c175a55d955332d0f45307b3df510e42830c4c30038d2 debian-9.2.0-mips-DVD-6.iso f60d4c81ea2f7e86b37b2108fcdb9e981545dae6 debian-9.2.0-mips-DVD-7.iso 0fe37a29286ba48ef5b747fd218c0cb3 debian-9.2.0-mips-DVD-7.iso 36ac0e38dd6fd085dbc7d68557bd031402edbe92c3420cf85c1adb22977d5da6cb79f6c5eb15970e2717b9069c47f9edb80d6d00c3037fa9364e0e69276654a7 debian-9.2.0-mips-DVD-7.iso 455306e552ab20052b402cbeee15aba4db0fb7ee4cc14a49eed311a37c8cf179 debian-9.2.0-mips-DVD-7.iso c781e94c33946232315f9ed8ef35049190d154c1 debian-9.2.0-mips-DVD-8.iso 5f3e6c16c3ff3f2af9990c035651e781 debian-9.2.0-mips-DVD-8.iso 611d0c6a2228911d347eec8321e1a016697186a5f12ee10238771a48ce0efcc1de5045384ee62d55e49ef4c8745fbd2c6023b257e6f6c52a3ac7c99f0807e624 debian-9.2.0-mips-DVD-8.iso 836392302f979bf85ba7430d9229775ed455950918e9e7732f5186881178f29d debian-9.2.0-mips-DVD-8.iso 749287c018466e67478089f191afc7949b91d625 debian-9.2.0-mips-DVD-9.iso 8f72e73a128cb06185bf66bb2ae15548 debian-9.2.0-mips-DVD-9.iso 58cf6c0fdecc3d2096c47de46929eef27bb27b608963a685280e87c196b95ee121e3c038540098aab6c71800a41864c21413a78ba5e586d5d7b3960f7b8d64af debian-9.2.0-mips-DVD-9.iso 49595b3ac6f9a81a919fa88fd173c9e7a8f00544c4648c593130a6bd07785e7a debian-9.2.0-mips-DVD-9.iso Sat 7 Oct 21:44:44 UTC 2017: Finished.