Sat 9 Dec 16:10:40 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt echo "Updating task files..." Updating task files... mkdir -p /srv/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/* /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/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' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /srv/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 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/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 /srv/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 /srv/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 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/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 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/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 \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /srv/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);' \ >> /srv/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);' \ >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/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 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/archive-keyring for ARCH in mips; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/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 Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main/debian-installer mips Packages [62.0 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/contrib mips Packages [47.6 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main mips Packages [9,211 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "stretch"x != ""x ] && \ [ "stretch"x != "stretch"x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-source/apt/preferences.d ; \ :> /srv/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 --fix-broken install' to correct these. The following packages have unmet dependencies: apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+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.24-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.1~beta3) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.18-8~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+deb9u2) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2+deb9u2) 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 'apt --fix-broken install' with no packages (or specify a solution). make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/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 ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Reading package lists... set -e; \ if [ "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" \ /srv/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" \ /srv/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;" \ >> /srv/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;" \ >> /srv/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 /srv/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-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/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-mips64el/Packages.gz /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-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/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-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/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-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/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/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-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/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-mips64el/Packages.gz /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-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/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-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/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-mips64el/Packages.gz /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-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/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-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/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-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/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/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-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/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-mips64el/Packages.gz /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-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/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+b1/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 /srv/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 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/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 ... Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Reading package lists... if [ ""x != "yes"x ] ; then \ if [ "3"x = "1"x ] ; then \ : ; \ elif [ "3"x = "2"x -o "3"x = "C"x ] ; then \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ echo "exim4-daemon-light" >>/srv/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 \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ rm -rf /srv/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 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/tasks /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/tasks/Debian-all >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list.backports if [ -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list.backports ]; then mv /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list.backports /srv/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 /srv/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 110371268 bytes Adding the rest of the requested packages Now up to 54111435698 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 48914 packages, total size 55836392000 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/grab_source_list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/apt "mips" /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/packages > /srv/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 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips stretch "mips" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso -version says: xorriso 1.4.6 ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program Copyright (C) 2016, Thomas Schmitt , libburnia project. xorriso version : 1.4.6 Version timestamp : 2016.09.16.133001 Build timestamp : -none-given- libisofs in use : 1.4.6 (min. 1.4.6) libjte in use : 1.0.0 (min. 1.0.0) libburn in use : 1.4.6 (min. 1.4.6) libburn OS adapter: internal GNU/Linux SG_IO adapter sg-linux libisoburn in use : 1.4.6 (min. 1.4.6) Provided under GNU GPL version 3 or later, due to libreadline license. There is NO WARRANTY, to the extent permitted by law. Reading in package information for mips: Done: Read details of 48914 packages for mips Reading in translated package descriptions for main: Done: read 202875 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 '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/srv/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 URL transformed to HTTPS due to an HSTS policy --2017-12-09 16:13:09-- https://www.debian.org/releases/stretch/release-notes-mips.tar.gz Resolving www.debian.org (www.debian.org)... 2001:41c8:1000:21::21:4, 2001:67c:2564:a119::148:14, 5.153.231.4, ... Connecting to www.debian.org (www.debian.org)|2001:41c8:1000:21::21:4|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6455113 (6.2M) [application/x-gzip] Saving to: 'release-notes-mips.tar.gz' 0K .......... .......... .......... .......... .......... 0% 8.85M 1s 50K .......... .......... .......... .......... .......... 1% 19.1M 1s 100K .......... .......... .......... .......... .......... 2% 2.47M 1s 150K .......... .......... .......... .......... .......... 3% 23.2M 1s 200K .......... .......... .......... .......... .......... 3% 24.5M 1s 250K .......... .......... .......... .......... .......... 4% 22.3M 1s 300K .......... .......... .......... .......... .......... 5% 26.3M 1s 350K .......... .......... .......... .......... .......... 6% 31.4M 1s 400K .......... .......... .......... .......... .......... 7% 26.8M 1s 450K .......... .......... .......... .......... .......... 7% 33.4M 0s 500K .......... .......... .......... .......... .......... 8% 32.6M 0s 550K .......... .......... .......... .......... .......... 9% 34.7M 0s 600K .......... .......... .......... .......... .......... 10% 26.6M 0s 650K .......... .......... .......... .......... .......... 11% 30.1M 0s 700K .......... .......... .......... .......... .......... 11% 48.6M 0s 750K .......... .......... .......... .......... .......... 12% 43.4M 0s 800K .......... .......... .......... .......... .......... 13% 37.1M 0s 850K .......... .......... .......... .......... .......... 14% 34.3M 0s 900K .......... .......... .......... .......... .......... 15% 45.2M 0s 950K .......... .......... .......... .......... .......... 15% 48.7M 0s 1000K .......... .......... .......... .......... .......... 16% 45.1M 0s 1050K .......... .......... .......... .......... .......... 17% 46.9M 0s 1100K .......... .......... .......... .......... .......... 18% 42.8M 0s 1150K .......... .......... .......... .......... .......... 19% 45.3M 0s 1200K .......... .......... .......... .......... .......... 19% 34.6M 0s 1250K .......... .......... .......... .......... .......... 20% 45.3M 0s 1300K .......... .......... .......... .......... .......... 21% 47.7M 0s 1350K .......... .......... .......... .......... .......... 22% 49.3M 0s 1400K .......... .......... .......... .......... .......... 23% 45.5M 0s 1450K .......... .......... .......... .......... .......... 23% 47.1M 0s 1500K .......... .......... .......... .......... .......... 24% 45.7M 0s 1550K .......... .......... .......... .......... .......... 25% 45.9M 0s 1600K .......... .......... .......... .......... .......... 26% 35.9M 0s 1650K .......... .......... .......... .......... .......... 26% 45.7M 0s 1700K .......... .......... .......... .......... .......... 27% 47.0M 0s 1750K .......... .......... .......... .......... .......... 28% 46.8M 0s 1800K .......... .......... .......... .......... .......... 29% 44.1M 0s 1850K .......... .......... .......... .......... .......... 30% 50.0M 0s 1900K .......... .......... .......... .......... .......... 30% 46.5M 0s 1950K .......... .......... .......... .......... .......... 31% 45.2M 0s 2000K .......... .......... .......... .......... .......... 32% 33.5M 0s 2050K .......... .......... .......... .......... .......... 33% 49.3M 0s 2100K .......... .......... .......... .......... .......... 34% 49.3M 0s 2150K .......... .......... .......... .......... .......... 34% 43.8M 0s 2200K .......... .......... .......... .......... .......... 35% 42.1M 0s 2250K .......... .......... .......... .......... .......... 36% 52.5M 0s 2300K .......... .......... .......... .......... .......... 37% 42.2M 0s 2350K .......... .......... .......... .......... .......... 38% 48.4M 0s 2400K .......... .......... .......... .......... .......... 38% 31.7M 0s 2450K .......... .......... .......... .......... .......... 39% 45.7M 0s 2500K .......... .......... .......... .......... .......... 40% 40.8M 0s 2550K .......... .......... .......... .......... .......... 41% 43.2M 0s 2600K .......... .......... .......... .......... .......... 42% 46.9M 0s 2650K .......... .......... .......... .......... .......... 42% 46.0M 0s 2700K .......... .......... .......... .......... .......... 43% 48.1M 0s 2750K .......... .......... .......... .......... .......... 44% 48.6M 0s 2800K .......... .......... .......... .......... .......... 45% 26.5M 0s 2850K .......... .......... .......... .......... .......... 46% 23.1M 0s 2900K .......... .......... .......... .......... .......... 46% 33.6M 0s 2950K .......... .......... .......... .......... .......... 47% 32.9M 0s 3000K .......... .......... .......... .......... .......... 48% 32.6M 0s 3050K .......... .......... .......... .......... .......... 49% 34.2M 0s 3100K .......... .......... .......... .......... .......... 49% 34.2M 0s 3150K .......... .......... .......... .......... .......... 50% 35.4M 0s 3200K .......... .......... .......... .......... .......... 51% 23.8M 0s 3250K .......... .......... .......... .......... .......... 52% 34.2M 0s 3300K .......... .......... .......... .......... .......... 53% 33.3M 0s 3350K .......... .......... .......... .......... .......... 53% 41.8M 0s 3400K .......... .......... .......... .......... .......... 54% 45.2M 0s 3450K .......... .......... .......... .......... .......... 55% 49.1M 0s 3500K .......... .......... .......... .......... .......... 56% 45.5M 0s 3550K .......... .......... .......... .......... .......... 57% 44.6M 0s 3600K .......... .......... .......... .......... .......... 57% 24.4M 0s 3650K .......... .......... .......... .......... .......... 58% 58.2M 0s 3700K .......... .......... .......... .......... .......... 59% 46.3M 0s 3750K .......... .......... .......... .......... .......... 60% 47.8M 0s 3800K .......... .......... .......... .......... .......... 61% 44.5M 0s 3850K .......... .......... .......... .......... .......... 61% 48.4M 0s 3900K .......... .......... .......... .......... .......... 62% 37.3M 0s 3950K .......... .......... .......... .......... .......... 63% 43.4M 0s 4000K .......... .......... .......... .......... .......... 64% 37.5M 0s 4050K .......... .......... .......... .......... .......... 65% 35.9M 0s 4100K .......... .......... .......... .......... .......... 65% 36.0M 0s 4150K .......... .......... .......... .......... .......... 66% 66.1M 0s 4200K .......... .......... .......... .......... .......... 67% 43.1M 0s 4250K .......... .......... .......... .......... .......... 68% 41.8M 0s 4300K .......... .......... .......... .......... .......... 69% 51.7M 0s 4350K .......... .......... .......... .......... .......... 69% 43.9M 0s 4400K .......... .......... .......... .......... .......... 70% 34.4M 0s 4450K .......... .......... .......... .......... .......... 71% 45.3M 0s 4500K .......... .......... .......... .......... .......... 72% 48.6M 0s 4550K .......... .......... .......... .......... .......... 72% 46.1M 0s 4600K .......... .......... .......... .......... .......... 73% 42.0M 0s 4650K .......... .......... .......... .......... .......... 74% 50.2M 0s 4700K .......... .......... .......... .......... .......... 75% 40.7M 0s 4750K .......... .......... .......... .......... .......... 76% 48.2M 0s 4800K .......... .......... .......... .......... .......... 76% 36.4M 0s 4850K .......... .......... .......... .......... .......... 77% 28.1M 0s 4900K .......... .......... .......... .......... .......... 78% 22.3M 0s 4950K .......... .......... .......... .......... .......... 79% 22.9M 0s 5000K .......... .......... .......... .......... .......... 80% 23.3M 0s 5050K .......... .......... .......... .......... .......... 80% 23.6M 0s 5100K .......... .......... .......... .......... .......... 81% 20.5M 0s 5150K .......... .......... .......... .......... .......... 82% 26.2M 0s 5200K .......... .......... .......... .......... .......... 83% 35.0M 0s 5250K .......... .......... .......... .......... .......... 84% 48.5M 0s 5300K .......... .......... .......... .......... .......... 84% 45.8M 0s 5350K .......... .......... .......... .......... .......... 85% 46.0M 0s 5400K .......... .......... .......... .......... .......... 86% 44.0M 0s 5450K .......... .......... .......... .......... .......... 87% 46.9M 0s 5500K .......... .......... .......... .......... .......... 88% 44.8M 0s 5550K .......... .......... .......... .......... .......... 88% 42.5M 0s 5600K .......... .......... .......... .......... .......... 89% 35.6M 0s 5650K .......... .......... .......... .......... .......... 90% 42.3M 0s 5700K .......... .......... .......... .......... .......... 91% 50.6M 0s 5750K .......... .......... .......... .......... .......... 92% 44.9M 0s 5800K .......... .......... .......... .......... .......... 92% 48.2M 0s 5850K .......... .......... .......... .......... .......... 93% 44.3M 0s 5900K .......... .......... .......... .......... .......... 94% 46.6M 0s 5950K .......... .......... .......... .......... .......... 95% 49.0M 0s 6000K .......... .......... .......... .......... .......... 95% 34.0M 0s 6050K .......... .......... .......... .......... .......... 96% 47.6M 0s 6100K .......... .......... .......... .......... .......... 97% 19.5M 0s 6150K .......... .......... .......... .......... .......... 98% 112M 0s 6200K .......... .......... .......... .......... .......... 99% 115M 0s 6250K .......... .......... .......... .......... .......... 99% 57.8M 0s 6300K ... 100% 7289G=0.2s 2017-12-09 16:13:09 (33.4 MB/s) - 'release-notes-mips.tar.gz' saved [6455113/6455113] 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : 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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 1 filled with 5102 packages, 2179634 blocks, 4463890432 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 2904 packages, 2059740 blocks, 4218347520 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 2750 packages, 2293609 blocks, 4697311232 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 1949 packages, 2201898 blocks, 4509487104 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 3202 packages, 2293578 blocks, 4697247744 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 1410 packages, 2241000 blocks, 4589568000 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 4050 packages, 2278365 blocks, 4666091520 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 4113 packages, 2291892 blocks, 4693794816 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 5718 packages, 2288124 blocks, 4686077952 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 7960 packages, 2287062 blocks, 4683902976 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 5928 packages, 2239305 blocks, 4586096640 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 3423 packages, 2219561 blocks, 4545660928 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 /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 13 (not) filled with 405 packages, 560012 blocks, 1146904576 bytes Finished: 48914 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "mips" stretch stretch /srv/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-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/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-mips64el/Packages.gz /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-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/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-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/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-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/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/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-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/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-mips64el/Packages.gz /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-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/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-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/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-mips64el/Packages.gz /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-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/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-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/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-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/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/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-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/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-mips64el/Packages.gz /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-mipsel/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-mipsel/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+b1/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 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch" "mips" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3mips" "9.3.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.stretch/debian-cd/tools/jigdo_cleanup" Generating the mips iso/jigdo images ... Last-minute updates: README.html README.txt Sat 9 Dec 16:24:39 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 3128g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD1' xorriso : UPDATE : 8318 files added in 1 seconds xorriso : UPDATE : 8318 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/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.46% done xorriso : UPDATE : 1.21% done, estimate finish Sat Dec 09 16:27:59 2017 xorriso : UPDATE : 2.99% done, estimate finish Sat Dec 09 16:26:34 2017 xorriso : UPDATE : 4.46% done, estimate finish Sat Dec 09 16:26:19 2017 xorriso : UPDATE : 6.10% done, estimate finish Sat Dec 09 16:26:09 2017 xorriso : UPDATE : 7.17% done, estimate finish Sat Dec 09 16:26:10 2017 xorriso : UPDATE : 9.64% done, estimate finish Sat Dec 09 16:25:57 2017 xorriso : UPDATE : 11.42% done, estimate finish Sat Dec 09 16:25:54 2017 xorriso : UPDATE : 13.34% done, estimate finish Sat Dec 09 16:25:51 2017 xorriso : UPDATE : 15.11% done, estimate finish Sat Dec 09 16:25:49 2017 xorriso : UPDATE : 17.21% done, estimate finish Sat Dec 09 16:25:46 2017 xorriso : UPDATE : 18.54% done, estimate finish Sat Dec 09 16:25:39 2017 xorriso : UPDATE : 20.36% done, estimate finish Sat Dec 09 16:25:39 2017 xorriso : UPDATE : 22.24% done, estimate finish Sat Dec 09 16:25:38 2017 xorriso : UPDATE : 23.44% done, estimate finish Sat Dec 09 16:25:40 2017 xorriso : UPDATE : 26.10% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 27.89% done, estimate finish Sat Dec 09 16:25:38 2017 xorriso : UPDATE : 27.89% done, estimate finish Sat Dec 09 16:25:41 2017 xorriso : UPDATE : 31.79% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 33.28% done, estimate finish Sat Dec 09 16:25:38 2017 xorriso : UPDATE : 35.38% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 36.81% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 38.93% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 40.78% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 42.76% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 44.70% done, estimate finish Sat Dec 09 16:25:35 2017 xorriso : UPDATE : 46.08% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 48.26% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 49.73% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 51.11% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 53.31% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 55.21% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 56.77% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 58.67% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 60.62% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 62.28% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 63.91% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 65.85% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 67.58% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 69.22% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 71.06% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 72.66% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 73.88% done, estimate finish Sat Dec 09 16:25:38 2017 xorriso : UPDATE : 75.09% done, estimate finish Sat Dec 09 16:25:39 2017 xorriso : UPDATE : 78.48% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 78.48% done, estimate finish Sat Dec 09 16:25:38 2017 xorriso : UPDATE : 78.48% done, estimate finish Sat Dec 09 16:25:40 2017 xorriso : UPDATE : 78.48% done, estimate finish Sat Dec 09 16:25:42 2017 xorriso : UPDATE : 86.88% done, estimate finish Sat Dec 09 16:25:36 2017 xorriso : UPDATE : 86.88% done, estimate finish Sat Dec 09 16:25:37 2017 xorriso : UPDATE : 86.88% done, estimate finish Sat Dec 09 16:25:38 2017 xorriso : UPDATE : 92.99% done, estimate finish Sat Dec 09 16:25:35 2017 xorriso : UPDATE : 95.87% done xorriso : UPDATE : 97.91% done xorriso : UPDATE : 99.91% done ISO image produced: 2179635 sectors Written to medium : 2179635 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:25:36 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-10.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot10 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD10' xorriso : UPDATE : 14116 files added in 1 seconds xorriso : UPDATE : 14116 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. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.47% done xorriso : UPDATE : 0.92% done, estimate finish Sat Dec 09 16:29:46 2017 xorriso : UPDATE : 2.67% done, estimate finish Sat Dec 09 16:27:41 2017 xorriso : UPDATE : 4.90% done, estimate finish Sat Dec 09 16:27:05 2017 xorriso : UPDATE : 6.75% done, estimate finish Sat Dec 09 16:26:56 2017 xorriso : UPDATE : 8.33% done, estimate finish Sat Dec 09 16:26:53 2017 xorriso : UPDATE : 10.92% done, estimate finish Sat Dec 09 16:26:44 2017 xorriso : UPDATE : 12.97% done, estimate finish Sat Dec 09 16:26:41 2017 xorriso : UPDATE : 14.85% done, estimate finish Sat Dec 09 16:26:40 2017 xorriso : UPDATE : 16.75% done, estimate finish Sat Dec 09 16:26:39 2017 xorriso : UPDATE : 18.67% done, estimate finish Sat Dec 09 16:26:38 2017 xorriso : UPDATE : 20.71% done, estimate finish Sat Dec 09 16:26:29 2017 xorriso : UPDATE : 22.61% done, estimate finish Sat Dec 09 16:26:29 2017 xorriso : UPDATE : 23.82% done, estimate finish Sat Dec 09 16:26:31 2017 xorriso : UPDATE : 25.95% done, estimate finish Sat Dec 09 16:26:30 2017 xorriso : UPDATE : 27.40% done, estimate finish Sat Dec 09 16:26:31 2017 xorriso : UPDATE : 29.57% done, estimate finish Sat Dec 09 16:26:30 2017 xorriso : UPDATE : 30.59% done, estimate finish Sat Dec 09 16:26:33 2017 xorriso : UPDATE : 32.32% done, estimate finish Sat Dec 09 16:26:32 2017 xorriso : UPDATE : 33.84% done, estimate finish Sat Dec 09 16:26:33 2017 xorriso : UPDATE : 35.68% done, estimate finish Sat Dec 09 16:26:33 2017 xorriso : UPDATE : 37.09% done, estimate finish Sat Dec 09 16:26:36 2017 xorriso : UPDATE : 38.69% done, estimate finish Sat Dec 09 16:26:36 2017 xorriso : UPDATE : 40.04% done, estimate finish Sat Dec 09 16:26:37 2017 xorriso : UPDATE : 41.53% done, estimate finish Sat Dec 09 16:26:37 2017 xorriso : UPDATE : 43.15% done, estimate finish Sat Dec 09 16:26:37 2017 xorriso : UPDATE : 44.60% done, estimate finish Sat Dec 09 16:26:37 2017 xorriso : UPDATE : 47.13% done, estimate finish Sat Dec 09 16:26:36 2017 xorriso : UPDATE : 48.35% done, estimate finish Sat Dec 09 16:26:37 2017 xorriso : UPDATE : 50.84% done, estimate finish Sat Dec 09 16:26:36 2017 xorriso : UPDATE : 52.99% done, estimate finish Sat Dec 09 16:26:35 2017 xorriso : UPDATE : 54.52% done, estimate finish Sat Dec 09 16:26:35 2017 xorriso : UPDATE : 56.07% done, estimate finish Sat Dec 09 16:26:35 2017 xorriso : UPDATE : 57.44% done, estimate finish Sat Dec 09 16:26:36 2017 xorriso : UPDATE : 59.81% done, estimate finish Sat Dec 09 16:26:35 2017 xorriso : UPDATE : 60.68% done, estimate finish Sat Dec 09 16:26:36 2017 xorriso : UPDATE : 63.55% done, estimate finish Sat Dec 09 16:26:34 2017 xorriso : UPDATE : 65.47% done, estimate finish Sat Dec 09 16:26:34 2017 xorriso : UPDATE : 66.84% done, estimate finish Sat Dec 09 16:26:35 2017 xorriso : UPDATE : 69.34% done, estimate finish Sat Dec 09 16:26:34 2017 xorriso : UPDATE : 71.25% done, estimate finish Sat Dec 09 16:26:34 2017 xorriso : UPDATE : 73.18% done, estimate finish Sat Dec 09 16:26:33 2017 xorriso : UPDATE : 74.75% done, estimate finish Sat Dec 09 16:26:33 2017 xorriso : UPDATE : 74.75% done, estimate finish Sat Dec 09 16:26:35 2017 xorriso : UPDATE : 75.53% done, estimate finish Sat Dec 09 16:26:37 2017 xorriso : UPDATE : 80.79% done, estimate finish Sat Dec 09 16:26:34 2017 xorriso : UPDATE : 82.96% done, estimate finish Sat Dec 09 16:26:32 2017 xorriso : UPDATE : 84.95% done, estimate finish Sat Dec 09 16:26:32 2017 xorriso : UPDATE : 86.78% done, estimate finish Sat Dec 09 16:26:32 2017 xorriso : UPDATE : 88.26% done, estimate finish Sat Dec 09 16:26:33 2017 xorriso : UPDATE : 89.91% done, estimate finish Sat Dec 09 16:26:33 2017 xorriso : UPDATE : 92.47% done, estimate finish Sat Dec 09 16:26:32 2017 xorriso : UPDATE : 94.36% done, estimate finish Sat Dec 09 16:26:32 2017 xorriso : UPDATE : 96.46% done xorriso : UPDATE : 98.36% done ISO image produced: 2287063 sectors Written to medium : 2287063 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:26:33 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-11.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot11 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD11' xorriso : UPDATE : 10371 files added in 1 seconds xorriso : UPDATE : 10371 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.05% done xorriso : UPDATE : 0.43% done xorriso : UPDATE : 1.72% done, estimate finish Sat Dec 09 16:28:48 2017 xorriso : UPDATE : 3.76% done, estimate finish Sat Dec 09 16:28:02 2017 xorriso : UPDATE : 6.09% done, estimate finish Sat Dec 09 16:27:45 2017 xorriso : UPDATE : 7.98% done, estimate finish Sat Dec 09 16:27:41 2017 xorriso : UPDATE : 9.77% done, estimate finish Sat Dec 09 16:27:39 2017 xorriso : UPDATE : 11.07% done, estimate finish Sat Dec 09 16:27:40 2017 xorriso : UPDATE : 11.07% done, estimate finish Sat Dec 09 16:27:49 2017 xorriso : UPDATE : 14.78% done, estimate finish Sat Dec 09 16:27:37 2017 xorriso : UPDATE : 14.78% done, estimate finish Sat Dec 09 16:27:44 2017 xorriso : UPDATE : 18.99% done, estimate finish Sat Dec 09 16:27:34 2017 xorriso : UPDATE : 20.70% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 22.39% done, estimate finish Sat Dec 09 16:27:29 2017 xorriso : UPDATE : 24.38% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 26.11% done, estimate finish Sat Dec 09 16:27:29 2017 xorriso : UPDATE : 27.03% done, estimate finish Sat Dec 09 16:27:30 2017 xorriso : UPDATE : 29.60% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 31.26% done, estimate finish Sat Dec 09 16:27:29 2017 xorriso : UPDATE : 33.05% done, estimate finish Sat Dec 09 16:27:29 2017 xorriso : UPDATE : 34.98% done, estimate finish Sat Dec 09 16:27:29 2017 xorriso : UPDATE : 36.62% done, estimate finish Sat Dec 09 16:27:29 2017 xorriso : UPDATE : 38.22% done, estimate finish Sat Dec 09 16:27:30 2017 xorriso : UPDATE : 40.16% done, estimate finish Sat Dec 09 16:27:30 2017 xorriso : UPDATE : 41.50% done, estimate finish Sat Dec 09 16:27:31 2017 xorriso : UPDATE : 43.79% done, estimate finish Sat Dec 09 16:27:30 2017 xorriso : UPDATE : 45.49% done, estimate finish Sat Dec 09 16:27:30 2017 xorriso : UPDATE : 47.79% done, estimate finish Sat Dec 09 16:27:29 2017 xorriso : UPDATE : 49.62% done, estimate finish Sat Dec 09 16:27:29 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Dec 09 16:27:29 2017 xorriso : UPDATE : 53.99% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 55.81% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 57.36% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 59.26% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 61.37% done, estimate finish Sat Dec 09 16:27:29 2017 xorriso : UPDATE : 62.89% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 65.35% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 67.07% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 69.33% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 70.90% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 73.20% done, estimate finish Sat Dec 09 16:27:27 2017 xorriso : UPDATE : 74.81% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 76.65% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 78.47% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 80.73% done, estimate finish Sat Dec 09 16:27:27 2017 xorriso : UPDATE : 82.85% done, estimate finish Sat Dec 09 16:27:27 2017 xorriso : UPDATE : 83.98% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 86.94% done, estimate finish Sat Dec 09 16:27:27 2017 xorriso : UPDATE : 89.42% done, estimate finish Sat Dec 09 16:27:27 2017 xorriso : UPDATE : 91.55% done, estimate finish Sat Dec 09 16:27:27 2017 xorriso : UPDATE : 93.61% done, estimate finish Sat Dec 09 16:27:27 2017 xorriso : UPDATE : 95.54% done, estimate finish Sat Dec 09 16:27:27 2017 xorriso : UPDATE : 95.54% done, estimate finish Sat Dec 09 16:27:28 2017 xorriso : UPDATE : 99.97% done ISO image produced: 2239306 sectors Written to medium : 2239306 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:27:28 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-12.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot12 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD12' xorriso : UPDATE : 5825 files added in 1 seconds xorriso : UPDATE : 5825 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.05% done xorriso : UPDATE : 0.18% done xorriso : UPDATE : 0.89% done xorriso : UPDATE : 2.91% done, estimate finish Sat Dec 09 16:28:55 2017 xorriso : UPDATE : 4.59% done, estimate finish Sat Dec 09 16:28:45 2017 xorriso : UPDATE : 4.92% done, estimate finish Sat Dec 09 16:29:01 2017 xorriso : UPDATE : 8.17% done, estimate finish Sat Dec 09 16:28:36 2017 xorriso : UPDATE : 9.97% done, estimate finish Sat Dec 09 16:28:34 2017 xorriso : UPDATE : 10.90% done, estimate finish Sat Dec 09 16:28:38 2017 xorriso : UPDATE : 10.90% done, estimate finish Sat Dec 09 16:28:47 2017 xorriso : UPDATE : 14.43% done, estimate finish Sat Dec 09 16:28:35 2017 xorriso : UPDATE : 17.22% done, estimate finish Sat Dec 09 16:28:30 2017 xorriso : UPDATE : 18.88% done, estimate finish Sat Dec 09 16:28:30 2017 xorriso : UPDATE : 20.70% done, estimate finish Sat Dec 09 16:28:26 2017 xorriso : UPDATE : 22.72% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 24.52% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 25.79% done, estimate finish Sat Dec 09 16:28:26 2017 xorriso : UPDATE : 28.11% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 29.96% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 31.51% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 33.35% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 35.06% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 35.94% done, estimate finish Sat Dec 09 16:28:26 2017 xorriso : UPDATE : 37.96% done, estimate finish Sat Dec 09 16:28:26 2017 xorriso : UPDATE : 40.48% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 42.34% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 43.63% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 43.63% done, estimate finish Sat Dec 09 16:28:29 2017 xorriso : UPDATE : 43.63% done, estimate finish Sat Dec 09 16:28:32 2017 xorriso : UPDATE : 43.63% done, estimate finish Sat Dec 09 16:28:35 2017 xorriso : UPDATE : 51.46% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 53.02% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 54.62% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 56.32% done, estimate finish Sat Dec 09 16:28:24 2017 xorriso : UPDATE : 58.05% done, estimate finish Sat Dec 09 16:28:24 2017 xorriso : UPDATE : 59.89% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 60.24% done, estimate finish Sat Dec 09 16:28:27 2017 xorriso : UPDATE : 60.24% done, estimate finish Sat Dec 09 16:28:30 2017 xorriso : UPDATE : 60.24% done, estimate finish Sat Dec 09 16:28:32 2017 xorriso : UPDATE : 66.79% done, estimate finish Sat Dec 09 16:28:26 2017 xorriso : UPDATE : 68.78% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 70.24% done, estimate finish Sat Dec 09 16:28:26 2017 xorriso : UPDATE : 70.24% done, estimate finish Sat Dec 09 16:28:27 2017 xorriso : UPDATE : 74.02% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 76.01% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 78.11% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 79.45% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 81.53% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 82.24% done, estimate finish Sat Dec 09 16:28:26 2017 xorriso : UPDATE : 84.75% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 86.07% done, estimate finish Sat Dec 09 16:28:26 2017 xorriso : UPDATE : 88.72% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 90.91% done, estimate finish Sat Dec 09 16:28:24 2017 xorriso : UPDATE : 92.51% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 93.67% done, estimate finish Sat Dec 09 16:28:25 2017 xorriso : UPDATE : 93.67% done, estimate finish Sat Dec 09 16:28:26 2017 xorriso : UPDATE : 98.93% done ISO image produced: 2219562 sectors Written to medium : 2219562 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:28:25 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-13.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot13 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD13' xorriso : UPDATE : 722 files added in 1 seconds xorriso : UPDATE : 722 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.11% done xorriso : UPDATE : 2.22% done xorriso : UPDATE : 14.45% done xorriso : UPDATE : 22.31% done, estimate finish Sat Dec 09 16:28:38 2017 xorriso : UPDATE : 22.31% done, estimate finish Sat Dec 09 16:28:43 2017 xorriso : UPDATE : 22.31% done, estimate finish Sat Dec 09 16:28:47 2017 xorriso : UPDATE : 22.31% done, estimate finish Sat Dec 09 16:28:52 2017 xorriso : UPDATE : 57.28% done, estimate finish Sat Dec 09 16:28:38 2017 xorriso : UPDATE : 57.28% done, estimate finish Sat Dec 09 16:28:39 2017 xorriso : UPDATE : 57.28% done, estimate finish Sat Dec 09 16:28:41 2017 xorriso : UPDATE : 63.66% done, estimate finish Sat Dec 09 16:28:41 2017 xorriso : UPDATE : 87.05% done, estimate finish Sat Dec 09 16:28:38 2017 xorriso : UPDATE : 98.58% done ISO image produced: 560013 sectors Written to medium : 560013 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:28:38 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD2' xorriso : UPDATE : 5031 files added in 1 seconds xorriso : UPDATE : 5031 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/firmware-b43-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 1.64% done xorriso : UPDATE : 3.40% done, estimate finish Sat Dec 09 16:29:55 2017 xorriso : UPDATE : 5.11% done, estimate finish Sat Dec 09 16:29:49 2017 xorriso : UPDATE : 7.06% done, estimate finish Sat Dec 09 16:29:44 2017 xorriso : UPDATE : 9.01% done, estimate finish Sat Dec 09 16:29:41 2017 xorriso : UPDATE : 10.31% done, estimate finish Sat Dec 09 16:29:43 2017 xorriso : UPDATE : 12.98% done, estimate finish Sat Dec 09 16:29:37 2017 xorriso : UPDATE : 14.89% done, estimate finish Sat Dec 09 16:29:37 2017 xorriso : UPDATE : 15.32% done, estimate finish Sat Dec 09 16:29:42 2017 xorriso : UPDATE : 18.82% done, estimate finish Sat Dec 09 16:29:35 2017 xorriso : UPDATE : 20.83% done, estimate finish Sat Dec 09 16:29:35 2017 xorriso : UPDATE : 22.87% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 25.09% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 26.98% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 28.20% done, estimate finish Sat Dec 09 16:29:32 2017 xorriso : UPDATE : 30.30% done, estimate finish Sat Dec 09 16:29:31 2017 xorriso : UPDATE : 33.16% done, estimate finish Sat Dec 09 16:29:29 2017 xorriso : UPDATE : 36.00% done, estimate finish Sat Dec 09 16:29:29 2017 xorriso : UPDATE : 38.26% done, estimate finish Sat Dec 09 16:29:28 2017 xorriso : UPDATE : 39.00% done, estimate finish Sat Dec 09 16:29:29 2017 xorriso : UPDATE : 42.82% done, estimate finish Sat Dec 09 16:29:27 2017 xorriso : UPDATE : 44.48% done, estimate finish Sat Dec 09 16:29:27 2017 xorriso : UPDATE : 45.83% done, estimate finish Sat Dec 09 16:29:28 2017 xorriso : UPDATE : 47.38% done, estimate finish Sat Dec 09 16:29:28 2017 xorriso : UPDATE : 48.85% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 49.21% done, estimate finish Sat Dec 09 16:29:32 2017 xorriso : UPDATE : 52.52% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 54.53% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 58.02% done, estimate finish Sat Dec 09 16:29:31 2017 xorriso : UPDATE : 58.21% done, estimate finish Sat Dec 09 16:29:32 2017 xorriso : UPDATE : 62.02% done, estimate finish Sat Dec 09 16:29:32 2017 xorriso : UPDATE : 63.78% done, estimate finish Sat Dec 09 16:29:32 2017 xorriso : UPDATE : 65.79% done, estimate finish Sat Dec 09 16:29:32 2017 xorriso : UPDATE : 66.26% done, estimate finish Sat Dec 09 16:29:33 2017 xorriso : UPDATE : 69.66% done, estimate finish Sat Dec 09 16:29:31 2017 xorriso : UPDATE : 71.88% done, estimate finish Sat Dec 09 16:29:31 2017 xorriso : UPDATE : 73.87% done, estimate finish Sat Dec 09 16:29:31 2017 xorriso : UPDATE : 74.91% done, estimate finish Sat Dec 09 16:29:32 2017 xorriso : UPDATE : 76.86% done, estimate finish Sat Dec 09 16:29:31 2017 xorriso : UPDATE : 76.86% done, estimate finish Sat Dec 09 16:29:33 2017 xorriso : UPDATE : 76.86% done, estimate finish Sat Dec 09 16:29:34 2017 xorriso : UPDATE : 83.68% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 84.36% done, estimate finish Sat Dec 09 16:29:31 2017 xorriso : UPDATE : 87.78% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 89.46% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 92.08% done, estimate finish Sat Dec 09 16:29:29 2017 xorriso : UPDATE : 93.27% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 95.76% done, estimate finish Sat Dec 09 16:29:30 2017 xorriso : UPDATE : 98.38% done ISO image produced: 2059741 sectors Written to medium : 2059741 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:29:30 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 3' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-3.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD3' xorriso : UPDATE : 4823 files added in 1 seconds xorriso : UPDATE : 4823 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/alsa-firmware-loaders_1.1.3-1_mips.deb 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.41% done xorriso : UPDATE : 0.41% done, estimate finish Sat Dec 09 16:40:26 2017 xorriso : UPDATE : 0.41% done, estimate finish Sat Dec 09 16:44:28 2017 xorriso : UPDATE : 0.41% done, estimate finish Sat Dec 09 16:48:31 2017 xorriso : UPDATE : 0.41% done, estimate finish Sat Dec 09 16:52:33 2017 xorriso : UPDATE : 0.41% done, estimate finish Sat Dec 09 16:56:36 2017 xorriso : UPDATE : 13.42% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 15.16% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 16.74% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 18.37% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 20.21% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 22.05% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 23.76% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 25.58% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 27.11% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 27.11% done, estimate finish Sat Dec 09 16:30:32 2017 xorriso : UPDATE : 30.90% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 32.60% done, estimate finish Sat Dec 09 16:30:27 2017 xorriso : UPDATE : 34.35% done, estimate finish Sat Dec 09 16:30:27 2017 xorriso : UPDATE : 35.95% done, estimate finish Sat Dec 09 16:30:27 2017 xorriso : UPDATE : 37.20% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 39.18% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 40.79% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 42.51% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 43.77% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 45.27% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 47.54% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 49.03% done, estimate finish Sat Dec 09 16:30:30 2017 xorriso : UPDATE : 50.72% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 51.82% done, estimate finish Sat Dec 09 16:30:31 2017 xorriso : UPDATE : 54.83% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 56.15% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 58.30% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 60.31% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 62.57% done, estimate finish Sat Dec 09 16:30:27 2017 xorriso : UPDATE : 65.11% done, estimate finish Sat Dec 09 16:30:26 2017 xorriso : UPDATE : 67.07% done, estimate finish Sat Dec 09 16:30:27 2017 xorriso : UPDATE : 69.18% done, estimate finish Sat Dec 09 16:30:25 2017 xorriso : UPDATE : 70.36% done, estimate finish Sat Dec 09 16:30:25 2017 xorriso : UPDATE : 72.35% done, estimate finish Sat Dec 09 16:30:26 2017 xorriso : UPDATE : 74.12% done, estimate finish Sat Dec 09 16:30:25 2017 xorriso : UPDATE : 74.12% done, estimate finish Sat Dec 09 16:30:27 2017 xorriso : UPDATE : 74.12% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 74.12% done, estimate finish Sat Dec 09 16:30:31 2017 xorriso : UPDATE : 74.12% done, estimate finish Sat Dec 09 16:30:33 2017 xorriso : UPDATE : 79.32% done, estimate finish Sat Dec 09 16:30:29 2017 xorriso : UPDATE : 85.74% done, estimate finish Sat Dec 09 16:30:26 2017 xorriso : UPDATE : 86.47% done, estimate finish Sat Dec 09 16:30:27 2017 xorriso : UPDATE : 86.47% done, estimate finish Sat Dec 09 16:30:28 2017 xorriso : UPDATE : 90.91% done, estimate finish Sat Dec 09 16:30:26 2017 xorriso : UPDATE : 91.74% done, estimate finish Sat Dec 09 16:30:26 2017 xorriso : UPDATE : 94.27% done, estimate finish Sat Dec 09 16:30:26 2017 xorriso : UPDATE : 94.27% done, estimate finish Sat Dec 09 16:30:27 2017 xorriso : UPDATE : 98.70% done ISO image produced: 2293610 sectors Written to medium : 2293610 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:30:26 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-4.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot4 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD4' xorriso : UPDATE : 3632 files added in 1 seconds xorriso : UPDATE : 3632 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/firmware-b43legacy-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.27% done xorriso : UPDATE : 2.23% done xorriso : UPDATE : 4.22% done, estimate finish Sat Dec 09 16:31:31 2017 xorriso : UPDATE : 6.10% done, estimate finish Sat Dec 09 16:31:27 2017 xorriso : UPDATE : 8.53% done, estimate finish Sat Dec 09 16:31:22 2017 xorriso : UPDATE : 9.36% done, estimate finish Sat Dec 09 16:31:28 2017 xorriso : UPDATE : 9.36% done, estimate finish Sat Dec 09 16:31:38 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:31:20 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:31:27 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:31:33 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:31:40 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:31:47 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:32:01 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:32:11 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:32:20 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:32:29 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:32:38 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Dec 09 16:32:47 2017 xorriso : UPDATE : 37.97% done, estimate finish Sat Dec 09 16:31:15 2017 xorriso : UPDATE : 41.28% done, estimate finish Sat Dec 09 16:31:12 2017 xorriso : UPDATE : 45.37% done, estimate finish Sat Dec 09 16:31:11 2017 xorriso : UPDATE : 46.78% done, estimate finish Sat Dec 09 16:31:11 2017 xorriso : UPDATE : 49.84% done, estimate finish Sat Dec 09 16:31:06 2017 xorriso : UPDATE : 51.60% done, estimate finish Sat Dec 09 16:31:07 2017 xorriso : UPDATE : 53.42% done, estimate finish Sat Dec 09 16:31:07 2017 xorriso : UPDATE : 54.48% done, estimate finish Sat Dec 09 16:31:08 2017 xorriso : UPDATE : 57.34% done, estimate finish Sat Dec 09 16:31:08 2017 xorriso : UPDATE : 59.48% done, estimate finish Sat Dec 09 16:31:09 2017 xorriso : UPDATE : 61.55% done, estimate finish Sat Dec 09 16:31:09 2017 xorriso : UPDATE : 62.39% done, estimate finish Sat Dec 09 16:31:10 2017 xorriso : UPDATE : 65.25% done, estimate finish Sat Dec 09 16:31:10 2017 xorriso : UPDATE : 67.44% done, estimate finish Sat Dec 09 16:31:10 2017 xorriso : UPDATE : 67.44% done, estimate finish Sat Dec 09 16:31:12 2017 xorriso : UPDATE : 67.44% done, estimate finish Sat Dec 09 16:31:19 2017 xorriso : UPDATE : 67.44% done, estimate finish Sat Dec 09 16:31:22 2017 xorriso : UPDATE : 67.44% done, estimate finish Sat Dec 09 16:31:24 2017 xorriso : UPDATE : 79.41% done, estimate finish Sat Dec 09 16:31:12 2017 xorriso : UPDATE : 81.47% done, estimate finish Sat Dec 09 16:31:12 2017 xorriso : UPDATE : 83.53% done, estimate finish Sat Dec 09 16:31:12 2017 xorriso : UPDATE : 85.70% done, estimate finish Sat Dec 09 16:31:12 2017 xorriso : UPDATE : 87.52% done, estimate finish Sat Dec 09 16:31:12 2017 xorriso : UPDATE : 87.52% done, estimate finish Sat Dec 09 16:31:14 2017 xorriso : UPDATE : 92.35% done, estimate finish Sat Dec 09 16:31:12 2017 xorriso : UPDATE : 94.53% done, estimate finish Sat Dec 09 16:31:12 2017 xorriso : UPDATE : 94.53% done, estimate finish Sat Dec 09 16:31:13 2017 xorriso : UPDATE : 98.88% done ISO image produced: 2201899 sectors Written to medium : 2201899 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:31:13 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-5.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot5 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD5' xorriso : UPDATE : 5731 files added in 1 seconds xorriso : UPDATE : 5731 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.20% done xorriso : UPDATE : 1.29% done xorriso : UPDATE : 2.35% done, estimate finish Sat Dec 09 16:33:05 2017 xorriso : UPDATE : 3.45% done, estimate finish Sat Dec 09 16:32:58 2017 xorriso : UPDATE : 5.57% done, estimate finish Sat Dec 09 16:32:37 2017 xorriso : UPDATE : 7.34% done, estimate finish Sat Dec 09 16:32:30 2017 xorriso : UPDATE : 9.29% done, estimate finish Sat Dec 09 16:32:25 2017 xorriso : UPDATE : 11.32% done, estimate finish Sat Dec 09 16:32:21 2017 xorriso : UPDATE : 13.36% done, estimate finish Sat Dec 09 16:32:18 2017 xorriso : UPDATE : 15.03% done, estimate finish Sat Dec 09 16:32:18 2017 xorriso : UPDATE : 16.41% done, estimate finish Sat Dec 09 16:32:19 2017 xorriso : UPDATE : 18.51% done, estimate finish Sat Dec 09 16:32:17 2017 xorriso : UPDATE : 20.09% done, estimate finish Sat Dec 09 16:32:12 2017 xorriso : UPDATE : 20.53% done, estimate finish Sat Dec 09 16:32:15 2017 xorriso : UPDATE : 20.73% done, estimate finish Sat Dec 09 16:32:20 2017 xorriso : UPDATE : 25.95% done, estimate finish Sat Dec 09 16:32:10 2017 xorriso : UPDATE : 28.05% done, estimate finish Sat Dec 09 16:32:09 2017 xorriso : UPDATE : 28.16% done, estimate finish Sat Dec 09 16:32:13 2017 xorriso : UPDATE : 31.96% done, estimate finish Sat Dec 09 16:32:09 2017 xorriso : UPDATE : 34.46% done, estimate finish Sat Dec 09 16:32:07 2017 xorriso : UPDATE : 36.20% done, estimate finish Sat Dec 09 16:32:07 2017 xorriso : UPDATE : 37.98% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 40.51% done, estimate finish Sat Dec 09 16:32:06 2017 xorriso : UPDATE : 42.18% done, estimate finish Sat Dec 09 16:32:06 2017 xorriso : UPDATE : 43.49% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 45.41% done, estimate finish Sat Dec 09 16:32:07 2017 xorriso : UPDATE : 47.02% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 48.60% done, estimate finish Sat Dec 09 16:32:09 2017 xorriso : UPDATE : 49.52% done, estimate finish Sat Dec 09 16:32:10 2017 xorriso : UPDATE : 49.52% done, estimate finish Sat Dec 09 16:32:12 2017 xorriso : UPDATE : 52.16% done, estimate finish Sat Dec 09 16:32:10 2017 xorriso : UPDATE : 56.10% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 56.10% done, estimate finish Sat Dec 09 16:32:13 2017 xorriso : UPDATE : 56.10% done, estimate finish Sat Dec 09 16:32:17 2017 xorriso : UPDATE : 61.91% done, estimate finish Sat Dec 09 16:32:09 2017 xorriso : UPDATE : 64.54% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 66.42% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 68.18% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 70.31% done, estimate finish Sat Dec 09 16:32:07 2017 xorriso : UPDATE : 72.10% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 72.50% done, estimate finish Sat Dec 09 16:32:09 2017 xorriso : UPDATE : 76.07% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 77.34% done, estimate finish Sat Dec 09 16:32:06 2017 xorriso : UPDATE : 79.82% done, estimate finish Sat Dec 09 16:32:07 2017 xorriso : UPDATE : 81.33% done, estimate finish Sat Dec 09 16:32:06 2017 xorriso : UPDATE : 83.63% done, estimate finish Sat Dec 09 16:32:06 2017 xorriso : UPDATE : 85.52% done, estimate finish Sat Dec 09 16:32:07 2017 xorriso : UPDATE : 87.29% done, estimate finish Sat Dec 09 16:32:07 2017 xorriso : UPDATE : 88.30% done, estimate finish Sat Dec 09 16:32:07 2017 xorriso : UPDATE : 90.82% done, estimate finish Sat Dec 09 16:32:07 2017 xorriso : UPDATE : 90.82% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 95.06% done, estimate finish Sat Dec 09 16:32:07 2017 xorriso : UPDATE : 95.30% done, estimate finish Sat Dec 09 16:32:08 2017 xorriso : UPDATE : 98.74% done ISO image produced: 2293579 sectors Written to medium : 2293579 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:32:08 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-6.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot6 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD6' xorriso : UPDATE : 2626 files added in 1 seconds xorriso : UPDATE : 2626 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/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.51% done xorriso : UPDATE : 2.23% done xorriso : UPDATE : 3.44% done, estimate finish Sat Dec 09 16:33:27 2017 xorriso : UPDATE : 5.84% done, estimate finish Sat Dec 09 16:33:12 2017 xorriso : UPDATE : 8.08% done, estimate finish Sat Dec 09 16:33:07 2017 xorriso : UPDATE : 9.93% done, estimate finish Sat Dec 09 16:33:06 2017 xorriso : UPDATE : 11.03% done, estimate finish Sat Dec 09 16:33:10 2017 xorriso : UPDATE : 11.03% done, estimate finish Sat Dec 09 16:33:19 2017 xorriso : UPDATE : 11.03% done, estimate finish Sat Dec 09 16:33:28 2017 xorriso : UPDATE : 17.28% done, estimate finish Sat Dec 09 16:33:05 2017 xorriso : UPDATE : 19.61% done, estimate finish Sat Dec 09 16:33:03 2017 xorriso : UPDATE : 20.34% done, estimate finish Sat Dec 09 16:33:06 2017 xorriso : UPDATE : 20.34% done, estimate finish Sat Dec 09 16:33:11 2017 xorriso : UPDATE : 25.76% done, estimate finish Sat Dec 09 16:32:58 2017 xorriso : UPDATE : 27.09% done, estimate finish Sat Dec 09 16:32:59 2017 xorriso : UPDATE : 29.53% done, estimate finish Sat Dec 09 16:32:59 2017 xorriso : UPDATE : 29.69% done, estimate finish Sat Dec 09 16:33:02 2017 xorriso : UPDATE : 33.70% done, estimate finish Sat Dec 09 16:32:58 2017 xorriso : UPDATE : 35.48% done, estimate finish Sat Dec 09 16:32:59 2017 xorriso : UPDATE : 35.70% done, estimate finish Sat Dec 09 16:33:01 2017 xorriso : UPDATE : 35.70% done, estimate finish Sat Dec 09 16:33:04 2017 xorriso : UPDATE : 40.23% done, estimate finish Sat Dec 09 16:33:01 2017 xorriso : UPDATE : 43.76% done, estimate finish Sat Dec 09 16:32:58 2017 xorriso : UPDATE : 45.66% done, estimate finish Sat Dec 09 16:32:59 2017 xorriso : UPDATE : 47.19% done, estimate finish Sat Dec 09 16:33:00 2017 xorriso : UPDATE : 49.44% done, estimate finish Sat Dec 09 16:32:59 2017 xorriso : UPDATE : 50.31% done, estimate finish Sat Dec 09 16:33:01 2017 xorriso : UPDATE : 50.31% done, estimate finish Sat Dec 09 16:33:04 2017 xorriso : UPDATE : 50.31% done, estimate finish Sat Dec 09 16:33:06 2017 xorriso : UPDATE : 50.31% done, estimate finish Sat Dec 09 16:33:09 2017 xorriso : UPDATE : 50.31% done, estimate finish Sat Dec 09 16:33:12 2017 xorriso : UPDATE : 50.31% done, estimate finish Sat Dec 09 16:33:15 2017 xorriso : UPDATE : 50.31% done, estimate finish Sat Dec 09 16:33:17 2017 xorriso : UPDATE : 50.31% done, estimate finish Sat Dec 09 16:34:05 2017 xorriso : UPDATE : 53.46% done, estimate finish Sat Dec 09 16:33:37 2017 xorriso : UPDATE : 69.72% done, estimate finish Sat Dec 09 16:32:59 2017 xorriso : UPDATE : 70.67% done, estimate finish Sat Dec 09 16:33:00 2017 xorriso : UPDATE : 73.43% done, estimate finish Sat Dec 09 16:32:59 2017 xorriso : UPDATE : 75.09% done, estimate finish Sat Dec 09 16:33:00 2017 xorriso : UPDATE : 75.14% done, estimate finish Sat Dec 09 16:33:01 2017 xorriso : UPDATE : 75.14% done, estimate finish Sat Dec 09 16:33:03 2017 xorriso : UPDATE : 75.14% done, estimate finish Sat Dec 09 16:33:05 2017 xorriso : UPDATE : 81.95% done, estimate finish Sat Dec 09 16:33:00 2017 xorriso : UPDATE : 81.95% done, estimate finish Sat Dec 09 16:32:58 2017 xorriso : UPDATE : 81.95% done, estimate finish Sat Dec 09 16:32:59 2017 xorriso : UPDATE : 81.95% done, estimate finish Sat Dec 09 16:33:00 2017 xorriso : UPDATE : 90.22% done, estimate finish Sat Dec 09 16:32:58 2017 xorriso : UPDATE : 90.22% done, estimate finish Sat Dec 09 16:32:59 2017 xorriso : UPDATE : 90.22% done, estimate finish Sat Dec 09 16:33:00 2017 xorriso : UPDATE : 93.00% done, estimate finish Sat Dec 09 16:33:00 2017 xorriso : UPDATE : 99.02% done ISO image produced: 2241001 sectors Written to medium : 2241001 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:33:00 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-7.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot7 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD7' xorriso : UPDATE : 7363 files added in 1 seconds xorriso : UPDATE : 7363 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.20% done xorriso : UPDATE : 0.93% done xorriso : UPDATE : 2.84% done, estimate finish Sat Dec 09 16:34:32 2017 xorriso : UPDATE : 4.40% done, estimate finish Sat Dec 09 16:34:23 2017 xorriso : UPDATE : 5.19% done, estimate finish Sat Dec 09 16:34:30 2017 xorriso : UPDATE : 5.19% done, estimate finish Sat Dec 09 16:34:49 2017 xorriso : UPDATE : 5.19% done, estimate finish Sat Dec 09 16:35:08 2017 xorriso : UPDATE : 5.19% done, estimate finish Sat Dec 09 16:35:27 2017 xorriso : UPDATE : 14.46% done, estimate finish Sat Dec 09 16:34:00 2017 xorriso : UPDATE : 16.10% done, estimate finish Sat Dec 09 16:34:01 2017 xorriso : UPDATE : 17.28% done, estimate finish Sat Dec 09 16:34:02 2017 xorriso : UPDATE : 19.81% done, estimate finish Sat Dec 09 16:33:59 2017 xorriso : UPDATE : 21.70% done, estimate finish Sat Dec 09 16:33:59 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Dec 09 16:33:55 2017 xorriso : UPDATE : 25.16% done, estimate finish Sat Dec 09 16:33:54 2017 xorriso : UPDATE : 27.08% done, estimate finish Sat Dec 09 16:33:55 2017 xorriso : UPDATE : 29.03% done, estimate finish Sat Dec 09 16:33:54 2017 xorriso : UPDATE : 30.44% done, estimate finish Sat Dec 09 16:33:56 2017 xorriso : UPDATE : 32.96% done, estimate finish Sat Dec 09 16:33:54 2017 xorriso : UPDATE : 34.92% done, estimate finish Sat Dec 09 16:33:54 2017 xorriso : UPDATE : 37.10% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 39.09% done, estimate finish Sat Dec 09 16:33:54 2017 xorriso : UPDATE : 40.76% done, estimate finish Sat Dec 09 16:33:54 2017 xorriso : UPDATE : 43.07% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 45.15% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 47.17% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 48.81% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 50.68% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 52.53% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 54.50% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 55.13% done, estimate finish Sat Dec 09 16:33:55 2017 xorriso : UPDATE : 57.24% done, estimate finish Sat Dec 09 16:33:54 2017 xorriso : UPDATE : 60.60% done, estimate finish Sat Dec 09 16:33:54 2017 xorriso : UPDATE : 62.32% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 64.13% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 66.18% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 68.26% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 70.30% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 72.27% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 73.96% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 75.98% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 77.66% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 79.49% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 79.96% done, estimate finish Sat Dec 09 16:33:55 2017 xorriso : UPDATE : 79.96% done, estimate finish Sat Dec 09 16:33:57 2017 xorriso : UPDATE : 79.96% done, estimate finish Sat Dec 09 16:33:59 2017 xorriso : UPDATE : 86.79% done, estimate finish Sat Dec 09 16:33:54 2017 xorriso : UPDATE : 88.63% done, estimate finish Sat Dec 09 16:33:54 2017 xorriso : UPDATE : 90.75% done, estimate finish Sat Dec 09 16:33:53 2017 xorriso : UPDATE : 90.75% done, estimate finish Sat Dec 09 16:33:55 2017 xorriso : UPDATE : 90.75% done, estimate finish Sat Dec 09 16:33:56 2017 xorriso : UPDATE : 96.29% done xorriso : UPDATE : 97.96% done xorriso : UPDATE : 98.33% done ISO image produced: 2278366 sectors Written to medium : 2278366 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:33:55 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-8.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot8 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD8' xorriso : UPDATE : 7591 files added in 1 seconds xorriso : UPDATE : 7591 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. 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.57% done xorriso : UPDATE : 2.11% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 3.89% done, estimate finish Sat Dec 09 16:35:26 2017 xorriso : UPDATE : 5.65% done, estimate finish Sat Dec 09 16:35:16 2017 xorriso : UPDATE : 6.27% done, estimate finish Sat Dec 09 16:35:24 2017 xorriso : UPDATE : 9.07% done, estimate finish Sat Dec 09 16:35:08 2017 xorriso : UPDATE : 10.14% done, estimate finish Sat Dec 09 16:35:10 2017 xorriso : UPDATE : 10.14% done, estimate finish Sat Dec 09 16:35:20 2017 xorriso : UPDATE : 14.40% done, estimate finish Sat Dec 09 16:35:02 2017 xorriso : UPDATE : 15.40% done, estimate finish Sat Dec 09 16:35:04 2017 xorriso : UPDATE : 17.52% done, estimate finish Sat Dec 09 16:35:02 2017 xorriso : UPDATE : 19.49% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 20.69% done, estimate finish Sat Dec 09 16:34:56 2017 xorriso : UPDATE : 22.01% done, estimate finish Sat Dec 09 16:34:57 2017 xorriso : UPDATE : 22.01% done, estimate finish Sat Dec 09 16:35:02 2017 xorriso : UPDATE : 26.22% done, estimate finish Sat Dec 09 16:34:55 2017 xorriso : UPDATE : 27.85% done, estimate finish Sat Dec 09 16:34:55 2017 xorriso : UPDATE : 29.86% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 31.62% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 32.21% done, estimate finish Sat Dec 09 16:34:56 2017 xorriso : UPDATE : 34.96% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 37.10% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 38.69% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 39.61% done, estimate finish Sat Dec 09 16:34:55 2017 xorriso : UPDATE : 42.13% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 43.74% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 45.76% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 47.21% done, estimate finish Sat Dec 09 16:34:55 2017 xorriso : UPDATE : 48.59% done, estimate finish Sat Dec 09 16:34:55 2017 xorriso : UPDATE : 50.20% done, estimate finish Sat Dec 09 16:34:55 2017 xorriso : UPDATE : 51.76% done, estimate finish Sat Dec 09 16:34:55 2017 xorriso : UPDATE : 51.76% done, estimate finish Sat Dec 09 16:34:58 2017 xorriso : UPDATE : 56.23% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 56.23% done, estimate finish Sat Dec 09 16:34:57 2017 xorriso : UPDATE : 56.23% done, estimate finish Sat Dec 09 16:34:59 2017 xorriso : UPDATE : 62.11% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 63.74% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 65.53% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 66.33% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 68.72% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 70.63% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 72.10% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 74.10% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 75.64% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 77.01% done, estimate finish Sat Dec 09 16:34:55 2017 xorriso : UPDATE : 79.18% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 81.05% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 82.91% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 83.69% done, estimate finish Sat Dec 09 16:34:54 2017 xorriso : UPDATE : 83.69% done, estimate finish Sat Dec 09 16:34:56 2017 xorriso : UPDATE : 83.69% done, estimate finish Sat Dec 09 16:34:57 2017 xorriso : UPDATE : 87.58% done, estimate finish Sat Dec 09 16:34:55 2017 xorriso : UPDATE : 91.96% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 93.12% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 95.51% done, estimate finish Sat Dec 09 16:34:53 2017 xorriso : UPDATE : 97.26% done xorriso : UPDATE : 99.07% done ISO image produced: 2291893 sectors Written to medium : 2291893 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 9 Dec 16:34:54 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.3.0 mips 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips/debian-9.3.0-mips-DVD-9.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot9 -md5-list /srv/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 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3mips/stretch/CD9' xorriso : UPDATE : 10241 files added in 1 seconds xorriso : UPDATE : 10241 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/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/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/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/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.43% done xorriso : UPDATE : 1.66% done, estimate finish Sat Dec 09 16:37:20 2017 xorriso : UPDATE : 3.34% done, estimate finish Sat Dec 09 16:36:37 2017 xorriso : UPDATE : 5.23% done, estimate finish Sat Dec 09 16:36:19 2017 xorriso : UPDATE : 6.11% done, estimate finish Sat Dec 09 16:36:24 2017 xorriso : UPDATE : 8.64% done, estimate finish Sat Dec 09 16:36:09 2017 xorriso : UPDATE : 10.29% done, estimate finish Sat Dec 09 16:36:07 2017 xorriso : UPDATE : 10.29% done, estimate finish Sat Dec 09 16:36:17 2017 xorriso : UPDATE : 10.29% done, estimate finish Sat Dec 09 16:36:27 2017 xorriso : UPDATE : 15.37% done, estimate finish Sat Dec 09 16:36:03 2017 xorriso : UPDATE : 17.25% done, estimate finish Sat Dec 09 16:36:01 2017 xorriso : UPDATE : 19.08% done, estimate finish Sat Dec 09 16:35:53 2017 xorriso : UPDATE : 20.40% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 22.35% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 24.30% done, estimate finish Sat Dec 09 16:35:53 2017 xorriso : UPDATE : 24.90% done, estimate finish Sat Dec 09 16:35:57 2017 xorriso : UPDATE : 24.90% done, estimate finish Sat Dec 09 16:36:00 2017 xorriso : UPDATE : 26.02% done, estimate finish Sat Dec 09 16:36:02 2017 xorriso : UPDATE : 30.29% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 33.25% done, estimate finish Sat Dec 09 16:35:53 2017 xorriso : UPDATE : 34.13% done, estimate finish Sat Dec 09 16:35:54 2017 xorriso : UPDATE : 36.98% done, estimate finish Sat Dec 09 16:35:52 2017 xorriso : UPDATE : 38.43% done, estimate finish Sat Dec 09 16:35:53 2017 xorriso : UPDATE : 39.94% done, estimate finish Sat Dec 09 16:35:53 2017 xorriso : UPDATE : 41.14% done, estimate finish Sat Dec 09 16:35:54 2017 xorriso : UPDATE : 43.55% done, estimate finish Sat Dec 09 16:35:53 2017 xorriso : UPDATE : 45.38% done, estimate finish Sat Dec 09 16:35:54 2017 xorriso : UPDATE : 46.85% done, estimate finish Sat Dec 09 16:35:54 2017 xorriso : UPDATE : 48.40% done, estimate finish Sat Dec 09 16:35:54 2017 xorriso : UPDATE : 49.98% done, estimate finish Sat Dec 09 16:35:54 2017 xorriso : UPDATE : 51.49% done, estimate finish Sat Dec 09 16:35:54 2017 xorriso : UPDATE : 53.69% done, estimate finish Sat Dec 09 16:35:54 2017 xorriso : UPDATE : 54.80% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 56.73% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 58.11% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 59.61% done, estimate finish Sat Dec 09 16:35:56 2017 xorriso : UPDATE : 61.20% done, estimate finish Sat Dec 09 16:35:56 2017 xorriso : UPDATE : 62.79% done, estimate finish Sat Dec 09 16:35:56 2017 xorriso : UPDATE : 62.79% done, estimate finish Sat Dec 09 16:35:58 2017 xorriso : UPDATE : 66.08% done, estimate finish Sat Dec 09 16:35:56 2017 xorriso : UPDATE : 66.91% done, estimate finish Sat Dec 09 16:35:56 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 70.94% done, estimate finish Sat Dec 09 16:35:56 2017 xorriso : UPDATE : 72.89% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 74.50% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 75.55% done, estimate finish Sat Dec 09 16:35:56 2017 xorriso : UPDATE : 75.55% done, estimate finish Sat Dec 09 16:35:58 2017 xorriso : UPDATE : 79.62% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 80.79% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 83.35% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 84.74% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 86.45% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 88.17% done, estimate finish Sat Dec 09 16:35:54 2017 xorriso : UPDATE : 89.83% done, estimate finish Sat Dec 09 16:35:54 2017 xorriso : UPDATE : 91.18% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 92.68% done, estimate finish Sat Dec 09 16:35:55 2017 xorriso : UPDATE : 92.68% done, estimate finish Sat Dec 09 16:35:56 2017 xorriso : UPDATE : 96.80% done xorriso : UPDATE : 98.00% done xorriso : UPDATE : Thank you for being patient. Working since 60 seconds. ISO image produced: 2288125 sectors Written to medium : 2288125 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.stretch/debian-cd/tools/imagesums /srv/cdbuilder.debian.org/dst/deb-cd/out/3mips 812f9a5bdfa1e500a900cf42371fd58cf6e8e6bd debian-9.3.0-mips-DVD-1.iso 8cba86c128255168893dcf7919b10066 debian-9.3.0-mips-DVD-1.iso 36ef964b72c8af049bc56985d3e16e031cf3d430bab59a92d4b21cf93ccf8cd04b78040321dfb900f77a9df9cfcec3b9f30256ec51759599ae0b13f770e37679 debian-9.3.0-mips-DVD-1.iso 27bc9430e86ea829c052451dfea8fd6b0d666c7815e407e0462ab25afcd29d31 debian-9.3.0-mips-DVD-1.iso c9544920bfc71a62fd74a58b0e2a834a8d44ae23 debian-9.3.0-mips-DVD-10.iso 3d52ea13ba05863bea5662c51518306c debian-9.3.0-mips-DVD-10.iso 8e5d9775bc7ce54dc3c583e2838df468e9d4f5adbcc4d1da8bef91cc9bbf8145ff783ddbc83634bac8e69f06dbe2891a3699510dc7a737f5e2419d301ac1753f debian-9.3.0-mips-DVD-10.iso 6fc8a812676752a5d16f8f45749c5566cc0e25f2790507084e65859333b37a93 debian-9.3.0-mips-DVD-10.iso 2fd327fc4bc9c8bc7b0226e27edb25184d1ec095 debian-9.3.0-mips-DVD-11.iso f0730f57a48c93f16ece0279c6b70d47 debian-9.3.0-mips-DVD-11.iso 3861ad79e985b893fd5a1cf5c6cb1a9ad99eb3b2ec5b4485feae2875158416fb2c8d1676ff0fdd1ed445d93854454ad92b8bb7fd6a6136899991b30a6f0f4db2 debian-9.3.0-mips-DVD-11.iso 819a6513bfcea5a471296daa26256676b6221e56c8782e30a00e544676eea477 debian-9.3.0-mips-DVD-11.iso fb46068e7985ffbc7cb22143e87d645fc40a5c2e debian-9.3.0-mips-DVD-12.iso 5f58b74153b07fe1388521a8ce8afede debian-9.3.0-mips-DVD-12.iso 86d86b3446cf5c97c22f2784253fa8a61444766e9df50cf3196d878a5b3a94ba60ad73743c3bcdd498ae69c053ca9c03ad70fd7bbd3ec5451d315cfc1308d921 debian-9.3.0-mips-DVD-12.iso 0db4dfaf39e127fa17bc7733293dadc14edcc80e73151f8c4d6dfc85fd3193b9 debian-9.3.0-mips-DVD-12.iso 7e4def277800e291050d68511363fe4d84f23eff debian-9.3.0-mips-DVD-13.iso b332b02caffc3c94d4141b20976b93bc debian-9.3.0-mips-DVD-13.iso aace7c8ae7f459fc701eda890095463395b90dda253da50b55657826305ad8c1a8dd105747381bc0077ecc620f6ec1e1c9a7afa260f238dbf650e80b79f48aca debian-9.3.0-mips-DVD-13.iso c38105cc9dfec5e69f3781e838e39c1992a61cf9ac8a774ee63cbbe8928b41dc debian-9.3.0-mips-DVD-13.iso aea00a9c856fe0ec44c9bda1d01845fa9da3e876 debian-9.3.0-mips-DVD-2.iso 55ef01d3053a5847553a203292c17b59 debian-9.3.0-mips-DVD-2.iso 93be50751065e9c4eb5be6a2f8d3bfb92e915ac1c5c30d8a1fc585cc42dda929c4b1f2d4483db9a22144437d2349822c793f3fb24bacce517bb450d6a657cd18 debian-9.3.0-mips-DVD-2.iso 98972d387e493f1154fa53973a72fbe572d3f492bff185539a714c800a49f414 debian-9.3.0-mips-DVD-2.iso d2fab8ddd64ef1f14b234ccaae14f1a5445af383 debian-9.3.0-mips-DVD-3.iso 01a564ae5708a03157f1963fdaf162c6 debian-9.3.0-mips-DVD-3.iso 1e1f3e353423e4c4325b11f167fb3f774224c4116737840c4a8b1dc495128af3fc1aea513f99e86fbe2a015552d719f2e2edb12c576a592111c5f08ac67028e6 debian-9.3.0-mips-DVD-3.iso 676eef7dba1487149d90460e7058f39b3dff7e52d6265d4fec67e010a6ab2e51 debian-9.3.0-mips-DVD-3.iso 3f65a188c8ce2db05ad7e625bfb6355f947aef81 debian-9.3.0-mips-DVD-4.iso 3da7894013205e61bd4b4d3692038508 debian-9.3.0-mips-DVD-4.iso f7bd6658569c4bc745e34920eea3508a3847c008b0ad0ff61a2bd82a6515f30ddf3f497e96f052fee97dc64eba9ebb7978386eb6b15353153d4327735b28726d debian-9.3.0-mips-DVD-4.iso c218fc1e262bb894a19e3f9bc96c6c65765f35ba1d5d57a37850d24b0556f274 debian-9.3.0-mips-DVD-4.iso 673d2d80499235cab2f4ddfc3093161d37e79ee8 debian-9.3.0-mips-DVD-5.iso c628f9e06e738dda208ba43605493649 debian-9.3.0-mips-DVD-5.iso 079128c594039ee315e8e13bca0bf850b6448ac8ecabce4b654a66184a46cdd4b8915775974101fb6d6f52c2eacf9ff6705449076684f2a5f12c0fc93520af83 debian-9.3.0-mips-DVD-5.iso 98d29c87819189413eb1bac4f4dc86f1c27800ae20b7a4c90f4f7800cc6ab959 debian-9.3.0-mips-DVD-5.iso 8d283003c3cfcdcef0e0ff822f8b248a4a264046 debian-9.3.0-mips-DVD-6.iso 7906f0a911c860cda8bd7a2666272015 debian-9.3.0-mips-DVD-6.iso d86b3cd927f11984ea58953cdb7417cca581b1a98237066d90d93a492ac06984f12eb6e1393dc28e5a524f092813712cac2216ef6297d35a0e0c7ff39872311e debian-9.3.0-mips-DVD-6.iso 57add80d3a5e3b682eb90445428c7007dbd1502830fa757c54eee34295ed009e debian-9.3.0-mips-DVD-6.iso 2e281dbffa217f2f23559892eb2b25d25deb2a26 debian-9.3.0-mips-DVD-7.iso e28eb71092a3fc955fd296bee5bb5256 debian-9.3.0-mips-DVD-7.iso 8359ba56c2ad876a079a43f2f90ad9da687af31d4f7a3fc256bd0a27a6fb6fc2ed8bf776258373e7dae928a9aad92b2fbb68ab4a46b3af287863db8384a86c06 debian-9.3.0-mips-DVD-7.iso 7aeecef84c701a53b4a009500ea6985f503b1a5a247a8bb5bb036dae9f345719 debian-9.3.0-mips-DVD-7.iso 5d6fa61bf895a97035157783427f546c3f8f3277 debian-9.3.0-mips-DVD-8.iso 6e8c6d5353ecaeb9cd0702f75749652b debian-9.3.0-mips-DVD-8.iso 4e9ae03930a3f40fa3fc59028134c8b1e8bfd0cf357dd231a421d0d59b3bbf0fb3514c093de0c1a0a4377b0eca5dcd29c9058b3a7815199291484e6080b26691 debian-9.3.0-mips-DVD-8.iso c439dc3b762f77df102f59f711781ab272c7e37e8caa1c77f88519e5fdf6a765 debian-9.3.0-mips-DVD-8.iso a7822a244a718dd471ed0ac7849ee2e2a0c4a11d debian-9.3.0-mips-DVD-9.iso 42ea19d0055cb8fab11e431159dc3b1d debian-9.3.0-mips-DVD-9.iso 624a918a17608503880ae0aa5848599ebea9f46b6df6dc356440af1ff1ba593460f73bca3b975940a602e0686c131311046203c2ee6b2f5e9fa11d30c99cf267 debian-9.3.0-mips-DVD-9.iso ce217140946876789df114f0eeab68cb9bf301f14e4dfe61fb7eb6ee66f3255e debian-9.3.0-mips-DVD-9.iso Sat 9 Dec 16:35:56 UTC 2017: Finished.