Sat 16 Feb 12:50:46 UTC 2019: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386 mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386 mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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/9i386/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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/9i386/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' --date tomorrow > /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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/9i386/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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 i386; 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/9i386/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/9i386/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-i386 ... 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/9i386/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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 i386; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "9" = "1" -o "9" = "2" -o "9" = "C" -o "9" = "F" ];then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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/9i386/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/9i386/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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/9i386/archive-keyring for ARCH in i386; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in i386; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Ign:1 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch InRelease Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release [118 kB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch Release.gpg [2,434 B] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/contrib i386 Packages [57.0 kB] Get:5 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main i386 Packages [9,451 kB] Get:6 file:/srv/cdbuilder.debian.org/src/ftp/debian stretch/main/debian-installer i386 Packages [65.0 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/9i386/apt/stretch-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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 i386; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ fi; \ done Reading package lists... Building dependency tree... You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+deb9u4) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.26-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.1~beta3) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.18-8~deb9u4) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-3+deb9u5) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-2) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2+deb9u3) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2+deb9u3) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed Depends: python3-apt but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed systemd : Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: liblz4-1 (>= 0.0~r127) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 232-25+deb9u8) 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/9i386/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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 [ "i386" != "source" ] ; then \ for ARCH in i386; 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 [ "i386" != "source" ] ; then \ for ARCH in i386; 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/9i386/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/9i386/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "i386" != "source" ] ; then \ for ARCH in i386; 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/9i386/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/9i386/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi i386:ca-certificates i386:dh-python i386:dmsetup i386:gnupg-agent i386:libapparmor1 i386:libassuan0 i386:libaudit-common i386:libaudit1 i386:libbsd0 i386:libcap-ng0 i386:libcryptsetup4 i386:libcurl3-gnutls i386:libdbus-1-3 i386:libdebconfclient0 i386:libdevmapper1.02.1 i386:libdns-export162 i386:libelf1 i386:libev4 i386:libexpat1 i386:libfastjson4 i386:libffi6 i386:libgeoip1 i386:libgmp10 i386:libhogweed4 i386:libicu57 i386:libidn2-0 i386:libip4tc0 i386:libip6tc0 i386:libiptc0 i386:libisc-export160 i386:libisccc140 i386:libisccfg140 i386:libksba8 i386:liblocale-gettext-perl i386:liblognorm5 i386:liblz4-1 i386:libmnl0 i386:libmpdec2 i386:libncurses5 i386:libnetfilter-conntrack3 i386:libnettle6 i386:libnfnetlink0 i386:libnghttp2-14 i386:libnpth0 i386:libperl5.24 i386:libpsl5 i386:libpython-stdlib i386:libpython2.7-minimal i386:libpython2.7-stdlib i386:libpython3-stdlib i386:libpython3.5-minimal i386:libpython3.5-stdlib i386:librtmp1 i386:libseccomp2 i386:libsemanage-common i386:libsemanage1 i386:libssh2-1 i386:libsystemd0 i386:libtext-charwidth-perl i386:libtext-iconv-perl i386:libtext-wrapi18n-perl i386:libunistring0 i386:libustr-1.0-1 i386:libverto-libev1 i386:libverto1 i386:libxtables12 i386:openssl i386:pinentry-curses i386:python-apt-common i386:python2.7-minimal i386:python3 i386:python3-apt i386:python3-chardet i386:python3-debian i386:python3-debianbts i386:python3-httplib2 i386:python3-minimal i386:python3-pkg-resources i386:python3-pycurl i386:python3-pysimplesoap i386:python3-requests i386:python3-six i386:python3-urllib3 i386:python3.5 i386:python3.5-minimal i386:xxd for ARCH in i386; 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 "i386" stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615+deb9u5+b2/images/MD5SUMS for ARCH in i386; 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/9i386/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and no isos for i386 BD 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/9i386/stretch/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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 [ "i386" != "source" ] ; then \ for ARCH in i386; 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 [ "9"x = "1"x ] ; then \ : ; \ elif [ "9"x = "2"x -o "9"x = "C"x ] ; then \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _9 != _1 ]; then \ for ARCH in i386; do \ BINCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BINCLUDE" ] || BINCLUDE="--include=$BINCLUDE"; \ BEXCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BEXCLUDE" ] || BEXCLUDE="--exclude=$BEXCLUDE"; \ debootstrap --no-check-gpg --arch $ARCH \ --print-debs \ $BINCLUDE $BEXCLUDE \ stretch \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in i386; do \ ARCHDEFS="$ARCHDEFS -D ARCH_`echo $ARCH | sed 's/-/_/'`"; \ ARCHUNDEFS="$ARCHUNDEFS -U $ARCH"; \ done; \ for VARIANT in xen; do \ VARIANTDEFS="$VARIANTDEFS -D VARIANT_$VARIANT"; \ done; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DFORCE_FIRMWARE"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_486_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_586_KERNEL"; \ fi; \ if [ ""x = "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/9i386/stretch/tasks /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/tasks/Debian-all >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list.backports if [ -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list.backports ]; then mv /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list.backports /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list; fi for ARCH in i386; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list; \ done Running sort_deps to sort packages for i386: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 118200610 bytes Adding the rest of the requested packages Now up to 59315082722 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 51145 packages, total size 60556629146 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/9i386/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt "i386" /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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/9i386 stretch "i386" "xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso -version says: xorriso 1.4.6 ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program Copyright (C) 2016, Thomas Schmitt , libburnia project. xorriso version : 1.4.6 Version timestamp : 2016.09.16.133001 Build timestamp : -none-given- libisofs in use : 1.4.6 (min. 1.4.6) libjte in use : 1.0.0 (min. 1.0.0) libburn in use : 1.4.6 (min. 1.4.6) libburn OS adapter: internal GNU/Linux SG_IO adapter sg-linux libisoburn in use : 1.4.6 (min. 1.4.6) Provided under GNU GPL version 3 or later, due to libreadline license. There is NO WARRANTY, to the extent permitted by law. Reading in package information for i386: Done: Read details of 51145 packages for i386 Reading in translated package descriptions for main: Done: read 202894 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/i386_udeb_exclude Adding docs to CD1 Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for i386 URL transformed to HTTPS due to an HSTS policy --2019-02-16 12:53:57-- https://www.debian.org/releases/stretch/release-notes-i386.tar.gz Resolving www.debian.org (www.debian.org)... 2001:41c8:1000:21::21:4, 2001:67c:2564:a119::148:14, 5.153.231.4, ... Connecting to www.debian.org (www.debian.org)|2001:41c8:1000:21::21:4|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6654283 (6.3M) [application/x-gzip] Saving to: 'release-notes-i386.tar.gz' 0K .......... .......... .......... .......... .......... 0% 42.3M 0s 50K .......... .......... .......... .......... .......... 1% 42.6M 0s 100K .......... .......... .......... .......... .......... 2% 43.2M 0s 150K .......... .......... .......... .......... .......... 3% 5.47M 0s 200K .......... .......... .......... .......... .......... 3% 9.10M 0s 250K .......... .......... .......... .......... .......... 4% 41.9M 0s 300K .......... .......... .......... .......... .......... 5% 16.0M 0s 350K .......... .......... .......... .......... .......... 6% 10.1M 0s 400K .......... .......... .......... .......... .......... 6% 5.71M 0s 450K .......... .......... .......... .......... .......... 7% 23.6M 0s 500K .......... .......... .......... .......... .......... 8% 23.5M 0s 550K .......... .......... .......... .......... .......... 9% 24.2M 0s 600K .......... .......... .......... .......... .......... 10% 20.3M 0s 650K .......... .......... .......... .......... .......... 10% 45.4M 0s 700K .......... .......... .......... .......... .......... 11% 44.0M 0s 750K .......... .......... .......... .......... .......... 12% 46.6M 0s 800K .......... .......... .......... .......... .......... 13% 35.8M 0s 850K .......... .......... .......... .......... .......... 13% 48.4M 0s 900K .......... .......... .......... .......... .......... 14% 45.2M 0s 950K .......... .......... .......... .......... .......... 15% 40.8M 0s 1000K .......... .......... .......... .......... .......... 16% 46.7M 0s 1050K .......... .......... .......... .......... .......... 16% 41.4M 0s 1100K .......... .......... .......... .......... .......... 17% 47.1M 0s 1150K .......... .......... .......... .......... .......... 18% 39.9M 0s 1200K .......... .......... .......... .......... .......... 19% 10.7M 0s 1250K .......... .......... .......... .......... .......... 20% 46.0M 0s 1300K .......... .......... .......... .......... .......... 20% 48.0M 0s 1350K .......... .......... .......... .......... .......... 21% 47.6M 0s 1400K .......... .......... .......... .......... .......... 22% 44.9M 0s 1450K .......... .......... .......... .......... .......... 23% 47.5M 0s 1500K .......... .......... .......... .......... .......... 23% 36.1M 0s 1550K .......... .......... .......... .......... .......... 24% 34.0M 0s 1600K .......... .......... .......... .......... .......... 25% 25.1M 0s 1650K .......... .......... .......... .......... .......... 26% 22.2M 0s 1700K .......... .......... .......... .......... .......... 26% 39.8M 0s 1750K .......... .......... .......... .......... .......... 27% 34.4M 0s 1800K .......... .......... .......... .......... .......... 28% 33.2M 0s 1850K .......... .......... .......... .......... .......... 29% 32.2M 0s 1900K .......... .......... .......... .......... .......... 30% 34.2M 0s 1950K .......... .......... .......... .......... .......... 30% 47.4M 0s 2000K .......... .......... .......... .......... .......... 31% 34.8M 0s 2050K .......... .......... .......... .......... .......... 32% 47.7M 0s 2100K .......... .......... .......... .......... .......... 33% 37.3M 0s 2150K .......... .......... .......... .......... .......... 33% 30.1M 0s 2200K .......... .......... .......... .......... .......... 34% 21.9M 0s 2250K .......... .......... .......... .......... .......... 35% 27.5M 0s 2300K .......... .......... .......... .......... .......... 36% 32.4M 0s 2350K .......... .......... .......... .......... .......... 36% 32.4M 0s 2400K .......... .......... .......... .......... .......... 37% 24.4M 0s 2450K .......... .......... .......... .......... .......... 38% 30.5M 0s 2500K .......... .......... .......... .......... .......... 39% 30.7M 0s 2550K .......... .......... .......... .......... .......... 40% 27.9M 0s 2600K .......... .......... .......... .......... .......... 40% 30.8M 0s 2650K .......... .......... .......... .......... .......... 41% 33.5M 0s 2700K .......... .......... .......... .......... .......... 42% 41.0M 0s 2750K .......... .......... .......... .......... .......... 43% 41.0M 0s 2800K .......... .......... .......... .......... .......... 43% 30.8M 0s 2850K .......... .......... .......... .......... .......... 44% 31.8M 0s 2900K .......... .......... .......... .......... .......... 45% 42.3M 0s 2950K .......... .......... .......... .......... .......... 46% 43.0M 0s 3000K .......... .......... .......... .......... .......... 46% 33.1M 0s 3050K .......... .......... .......... .......... .......... 47% 40.3M 0s 3100K .......... .......... .......... .......... .......... 48% 42.8M 0s 3150K .......... .......... .......... .......... .......... 49% 42.0M 0s 3200K .......... .......... .......... .......... .......... 50% 32.3M 0s 3250K .......... .......... .......... .......... .......... 50% 41.9M 0s 3300K .......... .......... .......... .......... .......... 51% 34.8M 0s 3350K .......... .......... .......... .......... .......... 52% 40.0M 0s 3400K .......... .......... .......... .......... .......... 53% 34.5M 0s 3450K .......... .......... .......... .......... .......... 53% 36.4M 0s 3500K .......... .......... .......... .......... .......... 54% 43.2M 0s 3550K .......... .......... .......... .......... .......... 55% 30.2M 0s 3600K .......... .......... .......... .......... .......... 56% 30.9M 0s 3650K .......... .......... .......... .......... .......... 56% 40.8M 0s 3700K .......... .......... .......... .......... .......... 57% 42.4M 0s 3750K .......... .......... .......... .......... .......... 58% 40.0M 0s 3800K .......... .......... .......... .......... .......... 59% 41.3M 0s 3850K .......... .......... .......... .......... .......... 60% 40.4M 0s 3900K .......... .......... .......... .......... .......... 60% 43.6M 0s 3950K .......... .......... .......... .......... .......... 61% 41.8M 0s 4000K .......... .......... .......... .......... .......... 62% 31.3M 0s 4050K .......... .......... .......... .......... .......... 63% 30.4M 0s 4100K .......... .......... .......... .......... .......... 63% 43.2M 0s 4150K .......... .......... .......... .......... .......... 64% 41.2M 0s 4200K .......... .......... .......... .......... .......... 65% 40.9M 0s 4250K .......... .......... .......... .......... .......... 66% 13.6M 0s 4300K .......... .......... .......... .......... .......... 66% 10.7M 0s 4350K .......... .......... .......... .......... .......... 67% 14.7M 0s 4400K .......... .......... .......... .......... .......... 68% 10.8M 0s 4450K .......... .......... .......... .......... .......... 69% 46.6M 0s 4500K .......... .......... .......... .......... .......... 70% 47.4M 0s 4550K .......... .......... .......... .......... .......... 70% 45.6M 0s 4600K .......... .......... .......... .......... .......... 71% 43.5M 0s 4650K .......... .......... .......... .......... .......... 72% 43.3M 0s 4700K .......... .......... .......... .......... .......... 73% 45.5M 0s 4750K .......... .......... .......... .......... .......... 73% 31.6M 0s 4800K .......... .......... .......... .......... .......... 74% 31.2M 0s 4850K .......... .......... .......... .......... .......... 75% 39.3M 0s 4900K .......... .......... .......... .......... .......... 76% 36.8M 0s 4950K .......... .......... .......... .......... .......... 76% 47.7M 0s 5000K .......... .......... .......... .......... .......... 77% 44.3M 0s 5050K .......... .......... .......... .......... .......... 78% 47.0M 0s 5100K .......... .......... .......... .......... .......... 79% 46.6M 0s 5150K .......... .......... .......... .......... .......... 80% 47.9M 0s 5200K .......... .......... .......... .......... .......... 80% 36.8M 0s 5250K .......... .......... .......... .......... .......... 81% 47.9M 0s 5300K .......... .......... .......... .......... .......... 82% 36.7M 0s 5350K .......... .......... .......... .......... .......... 83% 47.3M 0s 5400K .......... .......... .......... .......... .......... 83% 41.3M 0s 5450K .......... .......... .......... .......... .......... 84% 49.4M 0s 5500K .......... .......... .......... .......... .......... 85% 22.7M 0s 5550K .......... .......... .......... .......... .......... 86% 46.9M 0s 5600K .......... .......... .......... .......... .......... 86% 36.1M 0s 5650K .......... .......... .......... .......... .......... 87% 48.1M 0s 5700K .......... .......... .......... .......... .......... 88% 28.5M 0s 5750K .......... .......... .......... .......... .......... 89% 46.6M 0s 5800K .......... .......... .......... .......... .......... 90% 45.2M 0s 5850K .......... .......... .......... .......... .......... 90% 46.7M 0s 5900K .......... .......... .......... .......... .......... 91% 49.2M 0s 5950K .......... .......... .......... .......... .......... 92% 47.0M 0s 6000K .......... .......... .......... .......... .......... 93% 29.1M 0s 6050K .......... .......... .......... .......... .......... 93% 69.7M 0s 6100K .......... .......... .......... .......... .......... 94% 45.1M 0s 6150K .......... .......... .......... .......... .......... 95% 47.9M 0s 6200K .......... .......... .......... .......... .......... 96% 44.8M 0s 6250K .......... .......... .......... .......... .......... 96% 44.7M 0s 6300K .......... .......... .......... .......... .......... 97% 40.9M 0s 6350K .......... .......... .......... .......... .......... 98% 47.1M 0s 6400K .......... .......... .......... .......... .......... 99% 36.0M 0s 6450K .......... .......... .......... .......... ........ 100% 51.5M=0.2s 2019-02-16 12:53:57 (30.6 MB/s) - 'release-notes-i386.tar.gz' saved [6654283/6654283] 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 i386: Running tools/boot/stretch/boot-i386 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1 Adding tools to CD1 'boot1/isolinux/g2ldr' -> 'CD1/g2ldr' 'boot1/isolinux/g2ldr.mbr' -> 'CD1/g2ldr.mbr' 'boot1/isolinux/setup.exe' -> 'CD1/setup.exe' 'boot1/isolinux/win32-loader.ini' -> 'CD1/win32-loader.ini' Adding BIOS boot code for i386 on CD1 gtk/vmlinuz identical to ../vmlinuz. Linking Adding EFI boot code for i386 on CD1 CD1/boot/grub/grub.cfg has 12 boot entries defined Using newer EFI support in xorriso 10406 Adding README.source Starting new "i386" BD 1 at /home/debian-cd/build.stretch/debian-cd/stretch/CD1 Specified size for this image: 25GB BD, 11230000 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-uk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-ru already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1/dists/stretch/main/i18n/Translation-fr already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for i386 Found all files needed for debootstrap for all binary arches Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 1 filled with 15815 packages, 11198423 blocks, 22934370304 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD2 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/stretch/boot-i386 2 /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2 Starting new "i386" BD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/CD2 Specified size for this image: 25GB BD, 11230000 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. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-es already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pt already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-ko already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-hu already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-cs already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-fi already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-de already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-fr already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-ja already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pt_BR already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pt already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-fr already exists; not overwritten xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-pl already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-it already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-en already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-da already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-sk already exists; not overwritten gzip: /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2/dists/stretch/main/i18n/Translation-fr already exists; not overwritten 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 20305 packages, 11197525 blocks, 22932531200 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 i386: Running tools/boot/stretch/boot-i386 3 /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD3 Starting new "i386" BD 3 at /home/debian-cd/build.stretch/debian-cd/stretch/CD3 Specified size for this image: 25GB BD, 11230000 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 3 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 (not) filled with 15025 packages, 7367286 blocks, 15088201728 bytes Finished: 51145 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "i386" stretch stretch /srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/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-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615+deb9u5+b2/images/MD5SUMS for ARCH in i386; 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/9i386/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch" "i386" "/srv/cdbuilder.debian.org/dst/deb-cd/out/9i386" "9.8.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 i386 iso/jigdo images ... Last-minute updates: README.html README.txt Sat 16 Feb 13:17:18 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 i386 1' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.8.0-i386-BD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.8.0-i386-BD-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/9i386/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long -cache-inodes -isohybrid-mbr syslinux/usr/lib/ISOLINUX/isohdpfx.bin -b isolinux/isolinux.bin -c isolinux/boot.cat -boot-load-size 4 -boot-info-table -no-emul-boot -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat -isohybrid-apm-hfsplus boot1 CD1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/boot1' xorriso : UPDATE : 31 files added in 1 seconds xorriso : UPDATE : 16000 files added in 1 seconds Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1' xorriso : UPDATE : 26887 files added in 2 seconds xorriso : NOTE : Copying to System Area: 432 bytes from file '/srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/syslinux/usr/lib/ISOLINUX/isohdpfx.bin' libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.1.3-1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: NOTE : Automatically adjusted MBR geometry to 2789/255/63 libisofs: WARNING : Image size exceeds 1024 cylinders. Cannot align partition. libisofs: WARNING : There are said to be BIOSes which will not boot this via MBR. xorriso : UPDATE : 0.00% done xorriso : UPDATE : 0.08% done xorriso : UPDATE : 0.13% done, estimate finish Sat Feb 16 13:47:33 2019 xorriso : UPDATE : 0.18% done, estimate finish Sat Feb 16 13:49:35 2019 xorriso : UPDATE : 0.24% done, estimate finish Sat Feb 16 13:47:53 2019 xorriso : UPDATE : 0.30% done, estimate finish Sat Feb 16 13:47:10 2019 xorriso : UPDATE : 0.35% done, estimate finish Sat Feb 16 13:47:50 2019 xorriso : UPDATE : 0.41% done, estimate finish Sat Feb 16 13:47:50 2019 xorriso : UPDATE : 0.46% done, estimate finish Sat Feb 16 13:47:31 2019 xorriso : UPDATE : 0.67% done, estimate finish Sat Feb 16 13:40:52 2019 xorriso : UPDATE : 0.98% done, estimate finish Sat Feb 16 13:35:09 2019 xorriso : UPDATE : 1.03% done, estimate finish Sat Feb 16 13:35:46 2019 xorriso : UPDATE : 1.03% done, estimate finish Sat Feb 16 13:37:23 2019 xorriso : UPDATE : 1.03% done, estimate finish Sat Feb 16 13:36:49 2019 xorriso : UPDATE : 1.03% done, estimate finish Sat Feb 16 13:38:47 2019 xorriso : UPDATE : 1.03% done, estimate finish Sat Feb 16 13:40:43 2019 xorriso : UPDATE : 1.03% done, estimate finish Sat Feb 16 13:42:40 2019 xorriso : UPDATE : 1.03% done, estimate finish Sat Feb 16 13:44:36 2019 xorriso : UPDATE : 1.47% done, estimate finish Sat Feb 16 13:36:45 2019 xorriso : UPDATE : 3.63% done, estimate finish Sat Feb 16 13:25:08 2019 xorriso : UPDATE : 3.94% done, estimate finish Sat Feb 16 13:24:55 2019 xorriso : UPDATE : 4.19% done, estimate finish Sat Feb 16 13:24:51 2019 xorriso : UPDATE : 4.40% done, estimate finish Sat Feb 16 13:24:53 2019 xorriso : UPDATE : 4.67% done, estimate finish Sat Feb 16 13:23:25 2019 xorriso : UPDATE : 4.93% done, estimate finish Sat Feb 16 13:23:27 2019 xorriso : UPDATE : 5.15% done, estimate finish Sat Feb 16 13:23:32 2019 xorriso : UPDATE : 5.35% done, estimate finish Sat Feb 16 13:23:38 2019 xorriso : UPDATE : 5.51% done, estimate finish Sat Feb 16 13:23:47 2019 xorriso : UPDATE : 5.87% done, estimate finish Sat Feb 16 13:23:40 2019 xorriso : UPDATE : 6.05% done, estimate finish Sat Feb 16 13:23:47 2019 xorriso : UPDATE : 6.42% done, estimate finish Sat Feb 16 13:23:40 2019 xorriso : UPDATE : 6.52% done, estimate finish Sat Feb 16 13:23:51 2019 xorriso : UPDATE : 6.99% done, estimate finish Sat Feb 16 13:23:38 2019 xorriso : UPDATE : 7.29% done, estimate finish Sat Feb 16 13:24:07 2019 xorriso : UPDATE : 7.50% done, estimate finish Sat Feb 16 13:24:10 2019 xorriso : UPDATE : 7.90% done, estimate finish Sat Feb 16 13:23:57 2019 xorriso : UPDATE : 8.19% done, estimate finish Sat Feb 16 13:23:55 2019 xorriso : UPDATE : 8.51% done, estimate finish Sat Feb 16 13:23:50 2019 xorriso : UPDATE : 8.78% done, estimate finish Sat Feb 16 13:23:50 2019 xorriso : UPDATE : 9.03% done, estimate finish Sat Feb 16 13:23:51 2019 xorriso : UPDATE : 9.38% done, estimate finish Sat Feb 16 13:23:46 2019 xorriso : UPDATE : 9.63% done, estimate finish Sat Feb 16 13:23:47 2019 xorriso : UPDATE : 9.85% done, estimate finish Sat Feb 16 13:23:49 2019 xorriso : UPDATE : 10.04% done, estimate finish Sat Feb 16 13:23:49 2019 xorriso : UPDATE : 10.38% done, estimate finish Sat Feb 16 13:23:44 2019 xorriso : UPDATE : 10.61% done, estimate finish Sat Feb 16 13:23:47 2019 xorriso : UPDATE : 10.80% done, estimate finish Sat Feb 16 13:23:52 2019 xorriso : UPDATE : 11.10% done, estimate finish Sat Feb 16 13:23:49 2019 xorriso : UPDATE : 11.33% done, estimate finish Sat Feb 16 13:23:52 2019 xorriso : UPDATE : 11.63% done, estimate finish Sat Feb 16 13:23:50 2019 xorriso : UPDATE : 11.89% done, estimate finish Sat Feb 16 13:23:50 2019 xorriso : UPDATE : 12.07% done, estimate finish Sat Feb 16 13:23:55 2019 xorriso : UPDATE : 12.41% done, estimate finish Sat Feb 16 13:23:50 2019 xorriso : UPDATE : 12.67% done, estimate finish Sat Feb 16 13:23:55 2019 xorriso : UPDATE : 12.76% done, estimate finish Sat Feb 16 13:24:08 2019 xorriso : UPDATE : 13.25% done, estimate finish Sat Feb 16 13:23:48 2019 xorriso : UPDATE : 13.60% done, estimate finish Sat Feb 16 13:23:43 2019 xorriso : UPDATE : 13.87% done, estimate finish Sat Feb 16 13:23:43 2019 xorriso : UPDATE : 14.03% done, estimate finish Sat Feb 16 13:23:50 2019 xorriso : UPDATE : 14.38% done, estimate finish Sat Feb 16 13:23:45 2019 xorriso : UPDATE : 14.76% done, estimate finish Sat Feb 16 13:23:39 2019 xorriso : UPDATE : 15.09% done, estimate finish Sat Feb 16 13:23:37 2019 xorriso : UPDATE : 15.44% done, estimate finish Sat Feb 16 13:23:33 2019 xorriso : UPDATE : 15.73% done, estimate finish Sat Feb 16 13:23:32 2019 xorriso : UPDATE : 15.94% done, estimate finish Sat Feb 16 13:23:26 2019 xorriso : UPDATE : 16.23% done, estimate finish Sat Feb 16 13:23:26 2019 xorriso : UPDATE : 16.23% done, estimate finish Sat Feb 16 13:23:42 2019 xorriso : UPDATE : 16.23% done, estimate finish Sat Feb 16 13:23:58 2019 xorriso : UPDATE : 16.23% done, estimate finish Sat Feb 16 13:24:15 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:23:32 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:23:45 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:23:58 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:24:11 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:24:24 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:26:56 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:27:34 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:28:12 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:28:49 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:29:27 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:30:05 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:30:42 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:31:20 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:31:58 2019 xorriso : UPDATE : 17.26% done, estimate finish Sat Feb 16 13:32:35 2019 xorriso : UPDATE : 18.99% done, estimate finish Sat Feb 16 13:25:40 2019 xorriso : UPDATE : 22.51% done, estimate finish Sat Feb 16 13:22:22 2019 xorriso : UPDATE : 22.51% done, estimate finish Sat Feb 16 13:22:33 2019 xorriso : UPDATE : 22.99% done, estimate finish Sat Feb 16 13:22:30 2019 xorriso : UPDATE : 23.31% done, estimate finish Sat Feb 16 13:22:32 2019 xorriso : UPDATE : 23.31% done, estimate finish Sat Feb 16 13:22:41 2019 xorriso : UPDATE : 24.04% done, estimate finish Sat Feb 16 13:22:33 2019 xorriso : UPDATE : 24.41% done, estimate finish Sat Feb 16 13:22:32 2019 xorriso : UPDATE : 24.70% done, estimate finish Sat Feb 16 13:22:34 2019 xorriso : UPDATE : 25.15% done, estimate finish Sat Feb 16 13:22:32 2019 xorriso : UPDATE : 25.52% done, estimate finish Sat Feb 16 13:21:55 2019 xorriso : UPDATE : 25.79% done, estimate finish Sat Feb 16 13:21:58 2019 xorriso : UPDATE : 26.10% done, estimate finish Sat Feb 16 13:22:01 2019 xorriso : UPDATE : 26.19% done, estimate finish Sat Feb 16 13:22:08 2019 xorriso : UPDATE : 26.19% done, estimate finish Sat Feb 16 13:22:16 2019 xorriso : UPDATE : 26.96% done, estimate finish Sat Feb 16 13:22:10 2019 xorriso : UPDATE : 27.19% done, estimate finish Sat Feb 16 13:22:14 2019 xorriso : UPDATE : 27.44% done, estimate finish Sat Feb 16 13:22:17 2019 xorriso : UPDATE : 27.74% done, estimate finish Sat Feb 16 13:22:18 2019 xorriso : UPDATE : 27.86% done, estimate finish Sat Feb 16 13:22:23 2019 xorriso : UPDATE : 28.30% done, estimate finish Sat Feb 16 13:23:23 2019 xorriso : UPDATE : 28.62% done, estimate finish Sat Feb 16 13:23:20 2019 xorriso : UPDATE : 28.86% done, estimate finish Sat Feb 16 13:23:22 2019 xorriso : UPDATE : 29.26% done, estimate finish Sat Feb 16 13:23:16 2019 xorriso : UPDATE : 29.46% done, estimate finish Sat Feb 16 13:23:20 2019 xorriso : UPDATE : 29.46% done, estimate finish Sat Feb 16 13:23:33 2019 xorriso : UPDATE : 30.23% done, estimate finish Sat Feb 16 13:23:13 2019 xorriso : UPDATE : 30.48% done, estimate finish Sat Feb 16 13:23:14 2019 xorriso : UPDATE : 30.66% done, estimate finish Sat Feb 16 13:23:18 2019 xorriso : UPDATE : 31.05% done, estimate finish Sat Feb 16 13:23:15 2019 xorriso : UPDATE : 31.20% done, estimate finish Sat Feb 16 13:23:16 2019 xorriso : UPDATE : 31.46% done, estimate finish Sat Feb 16 13:23:17 2019 xorriso : UPDATE : 31.87% done, estimate finish Sat Feb 16 13:23:12 2019 xorriso : UPDATE : 32.10% done, estimate finish Sat Feb 16 13:23:14 2019 xorriso : UPDATE : 32.34% done, estimate finish Sat Feb 16 13:23:16 2019 xorriso : UPDATE : 32.45% done, estimate finish Sat Feb 16 13:23:24 2019 xorriso : UPDATE : 32.82% done, estimate finish Sat Feb 16 13:23:20 2019 xorriso : UPDATE : 33.07% done, estimate finish Sat Feb 16 13:23:21 2019 xorriso : UPDATE : 33.23% done, estimate finish Sat Feb 16 13:23:25 2019 xorriso : UPDATE : 33.54% done, estimate finish Sat Feb 16 13:23:24 2019 xorriso : UPDATE : 33.73% done, estimate finish Sat Feb 16 13:23:37 2019 xorriso : UPDATE : 33.73% done, estimate finish Sat Feb 16 13:23:55 2019 xorriso : UPDATE : 34.38% done, estimate finish Sat Feb 16 13:23:30 2019 xorriso : UPDATE : 34.61% done, estimate finish Sat Feb 16 13:23:32 2019 xorriso : UPDATE : 34.70% done, estimate finish Sat Feb 16 13:23:41 2019 xorriso : UPDATE : 34.97% done, estimate finish Sat Feb 16 13:23:40 2019 xorriso : UPDATE : 35.50% done, estimate finish Sat Feb 16 13:23:28 2019 xorriso : UPDATE : 35.78% done, estimate finish Sat Feb 16 13:23:28 2019 xorriso : UPDATE : 35.99% done, estimate finish Sat Feb 16 13:23:29 2019 xorriso : UPDATE : 36.22% done, estimate finish Sat Feb 16 13:23:31 2019 xorriso : UPDATE : 36.50% done, estimate finish Sat Feb 16 13:23:24 2019 xorriso : UPDATE : 36.74% done, estimate finish Sat Feb 16 13:23:26 2019 xorriso : UPDATE : 36.96% done, estimate finish Sat Feb 16 13:23:29 2019 xorriso : UPDATE : 37.21% done, estimate finish Sat Feb 16 13:23:29 2019 xorriso : UPDATE : 37.41% done, estimate finish Sat Feb 16 13:23:33 2019 xorriso : UPDATE : 37.63% done, estimate finish Sat Feb 16 13:23:35 2019 xorriso : UPDATE : 37.69% done, estimate finish Sat Feb 16 13:23:44 2019 xorriso : UPDATE : 37.69% done, estimate finish Sat Feb 16 13:23:55 2019 xorriso : UPDATE : 38.39% done, estimate finish Sat Feb 16 13:23:36 2019 xorriso : UPDATE : 38.59% done, estimate finish Sat Feb 16 13:23:38 2019 xorriso : UPDATE : 38.86% done, estimate finish Sat Feb 16 13:23:51 2019 xorriso : UPDATE : 39.16% done, estimate finish Sat Feb 16 13:23:46 2019 xorriso : UPDATE : 39.42% done, estimate finish Sat Feb 16 13:23:45 2019 xorriso : UPDATE : 39.62% done, estimate finish Sat Feb 16 13:23:48 2019 xorriso : UPDATE : 39.79% done, estimate finish Sat Feb 16 13:23:52 2019 xorriso : UPDATE : 39.98% done, estimate finish Sat Feb 16 13:23:55 2019 xorriso : UPDATE : 40.22% done, estimate finish Sat Feb 16 13:23:54 2019 xorriso : UPDATE : 40.22% done, estimate finish Sat Feb 16 13:24:06 2019 xorriso : UPDATE : 40.83% done, estimate finish Sat Feb 16 13:23:47 2019 xorriso : UPDATE : 41.05% done, estimate finish Sat Feb 16 13:23:49 2019 xorriso : UPDATE : 41.21% done, estimate finish Sat Feb 16 13:23:52 2019 xorriso : UPDATE : 41.53% done, estimate finish Sat Feb 16 13:23:46 2019 xorriso : UPDATE : 41.85% done, estimate finish Sat Feb 16 13:23:43 2019 xorriso : UPDATE : 42.05% done, estimate finish Sat Feb 16 13:23:45 2019 xorriso : UPDATE : 42.38% done, estimate finish Sat Feb 16 13:23:41 2019 xorriso : UPDATE : 42.60% done, estimate finish Sat Feb 16 13:23:42 2019 xorriso : UPDATE : 42.94% done, estimate finish Sat Feb 16 13:23:39 2019 xorriso : UPDATE : 43.23% done, estimate finish Sat Feb 16 13:23:37 2019 xorriso : UPDATE : 43.58% done, estimate finish Sat Feb 16 13:23:34 2019 xorriso : UPDATE : 43.85% done, estimate finish Sat Feb 16 13:23:35 2019 xorriso : UPDATE : 44.09% done, estimate finish Sat Feb 16 13:23:35 2019 xorriso : UPDATE : 44.33% done, estimate finish Sat Feb 16 13:23:26 2019 xorriso : UPDATE : 44.56% done, estimate finish Sat Feb 16 13:23:29 2019 xorriso : UPDATE : 44.80% done, estimate finish Sat Feb 16 13:23:30 2019 xorriso : UPDATE : 45.08% done, estimate finish Sat Feb 16 13:23:30 2019 xorriso : UPDATE : 45.34% done, estimate finish Sat Feb 16 13:23:30 2019 xorriso : UPDATE : 45.57% done, estimate finish Sat Feb 16 13:23:32 2019 xorriso : UPDATE : 45.89% done, estimate finish Sat Feb 16 13:23:30 2019 xorriso : UPDATE : 46.07% done, estimate finish Sat Feb 16 13:23:34 2019 xorriso : UPDATE : 46.55% done, estimate finish Sat Feb 16 13:23:27 2019 xorriso : UPDATE : 46.85% done, estimate finish Sat Feb 16 13:23:26 2019 xorriso : UPDATE : 47.12% done, estimate finish Sat Feb 16 13:23:27 2019 xorriso : UPDATE : 47.36% done, estimate finish Sat Feb 16 13:23:29 2019 xorriso : UPDATE : 47.65% done, estimate finish Sat Feb 16 13:23:28 2019 xorriso : UPDATE : 47.97% done, estimate finish Sat Feb 16 13:23:27 2019 xorriso : UPDATE : 48.15% done, estimate finish Sat Feb 16 13:23:30 2019 xorriso : UPDATE : 48.39% done, estimate finish Sat Feb 16 13:23:31 2019 xorriso : UPDATE : 48.71% done, estimate finish Sat Feb 16 13:23:30 2019 xorriso : UPDATE : 49.02% done, estimate finish Sat Feb 16 13:23:29 2019 xorriso : UPDATE : 49.27% done, estimate finish Sat Feb 16 13:23:30 2019 xorriso : UPDATE : 49.47% done, estimate finish Sat Feb 16 13:23:32 2019 xorriso : UPDATE : 49.69% done, estimate finish Sat Feb 16 13:23:39 2019 xorriso : UPDATE : 49.89% done, estimate finish Sat Feb 16 13:23:41 2019 xorriso : UPDATE : 50.19% done, estimate finish Sat Feb 16 13:23:39 2019 xorriso : UPDATE : 50.43% done, estimate finish Sat Feb 16 13:23:40 2019 xorriso : UPDATE : 50.65% done, estimate finish Sat Feb 16 13:23:41 2019 xorriso : UPDATE : 50.86% done, estimate finish Sat Feb 16 13:23:43 2019 xorriso : UPDATE : 50.92% done, estimate finish Sat Feb 16 13:23:50 2019 xorriso : UPDATE : 51.39% done, estimate finish Sat Feb 16 13:23:42 2019 xorriso : UPDATE : 51.56% done, estimate finish Sat Feb 16 13:23:44 2019 xorriso : UPDATE : 51.91% done, estimate finish Sat Feb 16 13:23:42 2019 xorriso : UPDATE : 52.14% done, estimate finish Sat Feb 16 13:23:45 2019 xorriso : UPDATE : 52.43% done, estimate finish Sat Feb 16 13:23:43 2019 xorriso : UPDATE : 52.65% done, estimate finish Sat Feb 16 13:23:44 2019 xorriso : UPDATE : 52.99% done, estimate finish Sat Feb 16 13:23:40 2019 xorriso : UPDATE : 53.24% done, estimate finish Sat Feb 16 13:23:40 2019 xorriso : UPDATE : 53.43% done, estimate finish Sat Feb 16 13:23:43 2019 xorriso : UPDATE : 53.43% done, estimate finish Sat Feb 16 13:23:53 2019 xorriso : UPDATE : 53.43% done, estimate finish Sat Feb 16 13:24:03 2019 xorriso : UPDATE : 53.43% done, estimate finish Sat Feb 16 13:24:13 2019 xorriso : UPDATE : 54.55% done, estimate finish Sat Feb 16 13:23:39 2019 xorriso : UPDATE : 54.80% done, estimate finish Sat Feb 16 13:23:35 2019 xorriso : UPDATE : 55.02% done, estimate finish Sat Feb 16 13:23:37 2019 xorriso : UPDATE : 55.25% done, estimate finish Sat Feb 16 13:23:39 2019 xorriso : UPDATE : 55.52% done, estimate finish Sat Feb 16 13:23:38 2019 xorriso : UPDATE : 55.73% done, estimate finish Sat Feb 16 13:23:40 2019 xorriso : UPDATE : 55.94% done, estimate finish Sat Feb 16 13:23:42 2019 xorriso : UPDATE : 56.17% done, estimate finish Sat Feb 16 13:23:43 2019 xorriso : UPDATE : 56.40% done, estimate finish Sat Feb 16 13:23:43 2019 xorriso : UPDATE : 56.63% done, estimate finish Sat Feb 16 13:23:44 2019 xorriso : UPDATE : 56.81% done, estimate finish Sat Feb 16 13:23:46 2019 xorriso : UPDATE : 57.05% done, estimate finish Sat Feb 16 13:23:58 2019 xorriso : UPDATE : 57.05% done, estimate finish Sat Feb 16 13:24:13 2019 xorriso : UPDATE : 57.05% done, estimate finish Sat Feb 16 13:24:27 2019 xorriso : UPDATE : 57.05% done, estimate finish Sat Feb 16 13:24:41 2019 xorriso : UPDATE : 57.05% done, estimate finish Sat Feb 16 13:24:56 2019 xorriso : UPDATE : 58.24% done, estimate finish Sat Feb 16 13:23:56 2019 xorriso : UPDATE : 58.49% done, estimate finish Sat Feb 16 13:23:55 2019 xorriso : UPDATE : 58.62% done, estimate finish Sat Feb 16 13:23:59 2019 xorriso : UPDATE : 58.62% done, estimate finish Sat Feb 16 13:24:08 2019 xorriso : UPDATE : 58.62% done, estimate finish Sat Feb 16 13:24:16 2019 xorriso : UPDATE : 58.62% done, estimate finish Sat Feb 16 13:24:59 2019 xorriso : UPDATE : 58.62% done, estimate finish Sat Feb 16 13:25:18 2019 xorriso : UPDATE : 58.62% done, estimate finish Sat Feb 16 13:25:38 2019 xorriso : UPDATE : 58.62% done, estimate finish Sat Feb 16 13:25:57 2019 xorriso : UPDATE : 58.75% done, estimate finish Sat Feb 16 13:25:57 2019 xorriso : UPDATE : 60.96% done, estimate finish Sat Feb 16 13:23:39 2019 xorriso : UPDATE : 61.21% done, estimate finish Sat Feb 16 13:23:40 2019 xorriso : UPDATE : 61.54% done, estimate finish Sat Feb 16 13:23:38 2019 xorriso : UPDATE : 61.79% done, estimate finish Sat Feb 16 13:23:38 2019 xorriso : UPDATE : 62.11% done, estimate finish Sat Feb 16 13:23:37 2019 xorriso : UPDATE : 62.47% done, estimate finish Sat Feb 16 13:23:05 2019 xorriso : UPDATE : 62.74% done, estimate finish Sat Feb 16 13:23:07 2019 xorriso : UPDATE : 63.19% done, estimate finish Sat Feb 16 13:23:05 2019 xorriso : UPDATE : 63.40% done, estimate finish Sat Feb 16 13:23:08 2019 xorriso : UPDATE : 63.72% done, estimate finish Sat Feb 16 13:23:08 2019 xorriso : UPDATE : 63.72% done, estimate finish Sat Feb 16 13:23:15 2019 xorriso : UPDATE : 64.47% done, estimate finish Sat Feb 16 13:23:08 2019 xorriso : UPDATE : 64.64% done, estimate finish Sat Feb 16 13:23:11 2019 xorriso : UPDATE : 64.84% done, estimate finish Sat Feb 16 13:23:13 2019 xorriso : UPDATE : 65.05% done, estimate finish Sat Feb 16 13:23:15 2019 xorriso : UPDATE : 65.33% done, estimate finish Sat Feb 16 13:23:29 2019 xorriso : UPDATE : 65.48% done, estimate finish Sat Feb 16 13:23:33 2019 xorriso : UPDATE : 65.76% done, estimate finish Sat Feb 16 13:23:33 2019 xorriso : UPDATE : 65.94% done, estimate finish Sat Feb 16 13:23:36 2019 xorriso : UPDATE : 66.18% done, estimate finish Sat Feb 16 13:23:36 2019 xorriso : UPDATE : 66.37% done, estimate finish Sat Feb 16 13:23:39 2019 xorriso : UPDATE : 66.71% done, estimate finish Sat Feb 16 13:23:37 2019 xorriso : UPDATE : 66.95% done, estimate finish Sat Feb 16 13:23:37 2019 xorriso : UPDATE : 67.18% done, estimate finish Sat Feb 16 13:23:38 2019 xorriso : UPDATE : 67.40% done, estimate finish Sat Feb 16 13:23:39 2019 xorriso : UPDATE : 67.53% done, estimate finish Sat Feb 16 13:23:43 2019 xorriso : UPDATE : 67.91% done, estimate finish Sat Feb 16 13:23:48 2019 xorriso : UPDATE : 68.11% done, estimate finish Sat Feb 16 13:23:50 2019 xorriso : UPDATE : 68.33% done, estimate finish Sat Feb 16 13:23:51 2019 xorriso : UPDATE : 68.56% done, estimate finish Sat Feb 16 13:23:51 2019 xorriso : UPDATE : 68.78% done, estimate finish Sat Feb 16 13:23:51 2019 xorriso : UPDATE : 69.01% done, estimate finish Sat Feb 16 13:23:51 2019 xorriso : UPDATE : 69.24% done, estimate finish Sat Feb 16 13:23:52 2019 xorriso : UPDATE : 69.38% done, estimate finish Sat Feb 16 13:23:55 2019 xorriso : UPDATE : 69.69% done, estimate finish Sat Feb 16 13:23:52 2019 xorriso : UPDATE : 69.91% done, estimate finish Sat Feb 16 13:23:53 2019 xorriso : UPDATE : 70.20% done, estimate finish Sat Feb 16 13:23:53 2019 xorriso : UPDATE : 70.48% done, estimate finish Sat Feb 16 13:23:50 2019 xorriso : UPDATE : 70.68% done, estimate finish Sat Feb 16 13:23:52 2019 xorriso : UPDATE : 71.27% done, estimate finish Sat Feb 16 13:23:40 2019 xorriso : UPDATE : 71.72% done, estimate finish Sat Feb 16 13:23:34 2019 xorriso : UPDATE : 72.13% done, estimate finish Sat Feb 16 13:23:32 2019 xorriso : UPDATE : 72.47% done, estimate finish Sat Feb 16 13:23:31 2019 xorriso : UPDATE : 72.74% done, estimate finish Sat Feb 16 13:23:30 2019 xorriso : UPDATE : 73.09% done, estimate finish Sat Feb 16 13:23:29 2019 xorriso : UPDATE : 73.56% done, estimate finish Sat Feb 16 13:23:26 2019 xorriso : UPDATE : 73.78% done, estimate finish Sat Feb 16 13:23:15 2019 xorriso : UPDATE : 74.20% done, estimate finish Sat Feb 16 13:23:14 2019 xorriso : UPDATE : 74.46% done, estimate finish Sat Feb 16 13:23:15 2019 xorriso : UPDATE : 74.69% done, estimate finish Sat Feb 16 13:23:17 2019 xorriso : UPDATE : 75.15% done, estimate finish Sat Feb 16 13:23:15 2019 xorriso : UPDATE : 75.53% done, estimate finish Sat Feb 16 13:23:16 2019 xorriso : UPDATE : 75.88% done, estimate finish Sat Feb 16 13:23:15 2019 xorriso : UPDATE : 76.30% done, estimate finish Sat Feb 16 13:23:14 2019 xorriso : UPDATE : 76.66% done, estimate finish Sat Feb 16 13:23:14 2019 xorriso : UPDATE : 77.00% done, estimate finish Sat Feb 16 13:23:14 2019 xorriso : UPDATE : 77.24% done, estimate finish Sat Feb 16 13:23:16 2019 xorriso : UPDATE : 77.49% done, estimate finish Sat Feb 16 13:23:17 2019 xorriso : UPDATE : 77.87% done, estimate finish Sat Feb 16 13:23:16 2019 xorriso : UPDATE : 78.24% done, estimate finish Sat Feb 16 13:23:16 2019 xorriso : UPDATE : 78.24% done, estimate finish Sat Feb 16 13:23:21 2019 xorriso : UPDATE : 78.24% done, estimate finish Sat Feb 16 13:23:26 2019 xorriso : UPDATE : 78.24% done, estimate finish Sat Feb 16 13:23:32 2019 xorriso : UPDATE : 78.24% done, estimate finish Sat Feb 16 13:23:36 2019 xorriso : UPDATE : 80.43% done, estimate finish Sat Feb 16 13:23:11 2019 xorriso : UPDATE : 80.48% done, estimate finish Sat Feb 16 13:23:13 2019 xorriso : UPDATE : 81.18% done, estimate finish Sat Feb 16 13:23:07 2019 xorriso : UPDATE : 81.51% done, estimate finish Sat Feb 16 13:23:08 2019 xorriso : UPDATE : 81.79% done, estimate finish Sat Feb 16 13:23:09 2019 xorriso : UPDATE : 82.27% done, estimate finish Sat Feb 16 13:23:08 2019 xorriso : UPDATE : 82.41% done, estimate finish Sat Feb 16 13:23:11 2019 xorriso : UPDATE : 82.96% done, estimate finish Sat Feb 16 13:23:09 2019 xorriso : UPDATE : 83.24% done, estimate finish Sat Feb 16 13:23:10 2019 xorriso : UPDATE : 83.60% done, estimate finish Sat Feb 16 13:23:09 2019 xorriso : UPDATE : 83.60% done, estimate finish Sat Feb 16 13:23:13 2019 xorriso : UPDATE : 84.15% done, estimate finish Sat Feb 16 13:23:11 2019 xorriso : UPDATE : 84.92% done, estimate finish Sat Feb 16 13:23:09 2019 xorriso : UPDATE : 84.92% done, estimate finish Sat Feb 16 13:23:14 2019 xorriso : UPDATE : 84.92% done, estimate finish Sat Feb 16 13:23:18 2019 xorriso : UPDATE : 84.92% done, estimate finish Sat Feb 16 13:23:23 2019 xorriso : UPDATE : 86.66% done, estimate finish Sat Feb 16 13:23:07 2019 xorriso : UPDATE : 86.68% done, estimate finish Sat Feb 16 13:23:10 2019 xorriso : UPDATE : 86.68% done, estimate finish Sat Feb 16 13:23:12 2019 xorriso : UPDATE : 87.83% done, estimate finish Sat Feb 16 13:23:07 2019 xorriso : UPDATE : 88.32% done, estimate finish Sat Feb 16 13:23:05 2019 xorriso : UPDATE : 88.67% done, estimate finish Sat Feb 16 13:23:05 2019 xorriso : UPDATE : 88.98% done, estimate finish Sat Feb 16 13:23:05 2019 xorriso : UPDATE : 89.46% done, estimate finish Sat Feb 16 13:23:04 2019 xorriso : UPDATE : 89.69% done, estimate finish Sat Feb 16 13:23:06 2019 xorriso : UPDATE : 90.14% done, estimate finish Sat Feb 16 13:23:05 2019 xorriso : UPDATE : 90.63% done, estimate finish Sat Feb 16 13:23:04 2019 xorriso : UPDATE : 90.97% done, estimate finish Sat Feb 16 13:23:05 2019 xorriso : UPDATE : 91.04% done, estimate finish Sat Feb 16 13:23:06 2019 xorriso : UPDATE : 91.04% done, estimate finish Sat Feb 16 13:23:08 2019 xorriso : UPDATE : 91.91% done, estimate finish Sat Feb 16 13:23:06 2019 xorriso : UPDATE : 92.25% done, estimate finish Sat Feb 16 13:23:07 2019 xorriso : UPDATE : 92.25% done, estimate finish Sat Feb 16 13:23:11 2019 xorriso : UPDATE : 93.04% done, estimate finish Sat Feb 16 13:23:06 2019 xorriso : UPDATE : 93.19% done, estimate finish Sat Feb 16 13:23:08 2019 xorriso : UPDATE : 93.19% done, estimate finish Sat Feb 16 13:23:11 2019 xorriso : UPDATE : 94.15% done, estimate finish Sat Feb 16 13:23:07 2019 xorriso : UPDATE : 94.47% done, estimate finish Sat Feb 16 13:23:08 2019 xorriso : UPDATE : 94.66% done, estimate finish Sat Feb 16 13:23:08 2019 xorriso : UPDATE : 95.09% done, estimate finish Sat Feb 16 13:23:07 2019 xorriso : UPDATE : 95.60% done, estimate finish Sat Feb 16 13:23:07 2019 xorriso : UPDATE : 95.75% done, estimate finish Sat Feb 16 13:23:07 2019 xorriso : UPDATE : 96.32% done, estimate finish Sat Feb 16 13:23:06 2019 xorriso : UPDATE : 96.44% done, estimate finish Sat Feb 16 13:23:07 2019 xorriso : UPDATE : 97.08% done, estimate finish Sat Feb 16 13:23:06 2019 xorriso : UPDATE : 97.33% done, estimate finish Sat Feb 16 13:23:06 2019 xorriso : UPDATE : 97.33% done, estimate finish Sat Feb 16 13:23:08 2019 xorriso : UPDATE : 98.16% done, estimate finish Sat Feb 16 13:23:06 2019 xorriso : UPDATE : 98.56% done, estimate finish Sat Feb 16 13:23:06 2019 xorriso : UPDATE : 98.87% done, estimate finish Sat Feb 16 13:23:06 2019 xorriso : UPDATE : 99.22% done xorriso : UPDATE : 99.58% done xorriso : UPDATE : 99.91% done ISO image produced: 11198424 sectors Written to medium : 11198424 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 13:23:08 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 i386 2' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.8.0-i386-BD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.8.0-i386-BD-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/9i386/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -joliet-long CD2 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 22700 files added in 1 seconds Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2' xorriso : UPDATE : 33991 files added in 1 seconds xorriso : UPDATE : 33991 files added in 2 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_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_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/grub-firmware-qemu_2.02~beta3-5+deb9u1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/hdmi2usb-fx2-firmware_0.0.0~git20151225-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/isight-firmware-tools_1.6-2+b2_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.3-1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.01% done xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.11% done xorriso : UPDATE : 0.14% done, estimate finish Sat Feb 16 13:54:48 2019 xorriso : UPDATE : 0.21% done, estimate finish Sat Feb 16 13:51:44 2019 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 16 13:52:43 2019 xorriso : UPDATE : 0.31% done, estimate finish Sat Feb 16 13:53:40 2019 xorriso : UPDATE : 0.36% done, estimate finish Sat Feb 16 13:53:27 2019 xorriso : UPDATE : 0.78% done, estimate finish Sat Feb 16 13:39:22 2019 xorriso : UPDATE : 1.16% done, estimate finish Sat Feb 16 13:35:35 2019 xorriso : UPDATE : 1.47% done, estimate finish Sat Feb 16 13:34:03 2019 xorriso : UPDATE : 1.91% done, estimate finish Sat Feb 16 13:32:28 2019 xorriso : UPDATE : 2.11% done, estimate finish Sat Feb 16 13:32:21 2019 xorriso : UPDATE : 2.52% done, estimate finish Sat Feb 16 13:31:31 2019 xorriso : UPDATE : 2.89% done, estimate finish Sat Feb 16 13:29:26 2019 xorriso : UPDATE : 3.25% done, estimate finish Sat Feb 16 13:29:16 2019 xorriso : UPDATE : 3.55% done, estimate finish Sat Feb 16 13:29:13 2019 xorriso : UPDATE : 3.96% done, estimate finish Sat Feb 16 13:29:01 2019 xorriso : UPDATE : 4.32% done, estimate finish Sat Feb 16 13:28:55 2019 xorriso : UPDATE : 4.60% done, estimate finish Sat Feb 16 13:28:55 2019 xorriso : UPDATE : 5.05% done, estimate finish Sat Feb 16 13:28:44 2019 xorriso : UPDATE : 5.40% done, estimate finish Sat Feb 16 13:28:41 2019 xorriso : UPDATE : 5.48% done, estimate finish Sat Feb 16 13:28:55 2019 xorriso : UPDATE : 5.48% done, estimate finish Sat Feb 16 13:29:14 2019 xorriso : UPDATE : 5.48% done, estimate finish Sat Feb 16 13:29:36 2019 xorriso : UPDATE : 5.48% done, estimate finish Sat Feb 16 13:30:05 2019 xorriso : UPDATE : 7.24% done, estimate finish Sat Feb 16 13:28:09 2019 xorriso : UPDATE : 7.59% done, estimate finish Sat Feb 16 13:28:08 2019 xorriso : UPDATE : 7.67% done, estimate finish Sat Feb 16 13:28:21 2019 xorriso : UPDATE : 7.67% done, estimate finish Sat Feb 16 13:28:39 2019 xorriso : UPDATE : 8.62% done, estimate finish Sat Feb 16 13:28:09 2019 xorriso : UPDATE : 8.81% done, estimate finish Sat Feb 16 13:28:15 2019 xorriso : UPDATE : 9.17% done, estimate finish Sat Feb 16 13:28:14 2019 xorriso : UPDATE : 9.68% done, estimate finish Sat Feb 16 13:28:08 2019 xorriso : UPDATE : 9.80% done, estimate finish Sat Feb 16 13:27:47 2019 xorriso : UPDATE : 10.40% done, estimate finish Sat Feb 16 13:27:40 2019 xorriso : UPDATE : 10.77% done, estimate finish Sat Feb 16 13:27:41 2019 xorriso : UPDATE : 11.13% done, estimate finish Sat Feb 16 13:27:42 2019 xorriso : UPDATE : 11.50% done, estimate finish Sat Feb 16 13:27:43 2019 xorriso : UPDATE : 11.86% done, estimate finish Sat Feb 16 13:27:43 2019 xorriso : UPDATE : 12.02% done, estimate finish Sat Feb 16 13:27:50 2019 xorriso : UPDATE : 12.60% done, estimate finish Sat Feb 16 13:27:44 2019 xorriso : UPDATE : 12.95% done, estimate finish Sat Feb 16 13:27:46 2019 xorriso : UPDATE : 13.21% done, estimate finish Sat Feb 16 13:27:49 2019 xorriso : UPDATE : 13.69% done, estimate finish Sat Feb 16 13:27:52 2019 xorriso : UPDATE : 14.09% done, estimate finish Sat Feb 16 13:27:51 2019 xorriso : UPDATE : 14.47% done, estimate finish Sat Feb 16 13:27:50 2019 xorriso : UPDATE : 14.84% done, estimate finish Sat Feb 16 13:27:51 2019 xorriso : UPDATE : 15.12% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 15.12% done, estimate finish Sat Feb 16 13:28:06 2019 xorriso : UPDATE : 15.95% done, estimate finish Sat Feb 16 13:27:51 2019 xorriso : UPDATE : 16.26% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 16.68% done, estimate finish Sat Feb 16 13:27:52 2019 xorriso : UPDATE : 17.00% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 17.36% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 17.78% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 18.15% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 18.53% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 18.89% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 19.23% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 19.57% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 19.88% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 20.23% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 20.23% done, estimate finish Sat Feb 16 13:28:06 2019 xorriso : UPDATE : 20.23% done, estimate finish Sat Feb 16 13:28:34 2019 xorriso : UPDATE : 21.02% done, estimate finish Sat Feb 16 13:28:10 2019 xorriso : UPDATE : 21.61% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 22.00% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 22.30% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 22.30% done, estimate finish Sat Feb 16 13:28:11 2019 xorriso : UPDATE : 22.30% done, estimate finish Sat Feb 16 13:28:22 2019 xorriso : UPDATE : 22.31% done, estimate finish Sat Feb 16 13:28:33 2019 xorriso : UPDATE : 23.79% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 23.95% done, estimate finish Sat Feb 16 13:28:03 2019 xorriso : UPDATE : 24.38% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 24.75% done, estimate finish Sat Feb 16 13:27:42 2019 xorriso : UPDATE : 24.75% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 25.60% done, estimate finish Sat Feb 16 13:27:41 2019 xorriso : UPDATE : 25.85% done, estimate finish Sat Feb 16 13:27:44 2019 xorriso : UPDATE : 26.31% done, estimate finish Sat Feb 16 13:27:42 2019 xorriso : UPDATE : 26.31% done, estimate finish Sat Feb 16 13:27:52 2019 xorriso : UPDATE : 26.93% done, estimate finish Sat Feb 16 13:27:46 2019 xorriso : UPDATE : 27.40% done, estimate finish Sat Feb 16 13:27:45 2019 xorriso : UPDATE : 27.69% done, estimate finish Sat Feb 16 13:27:47 2019 xorriso : UPDATE : 28.09% done, estimate finish Sat Feb 16 13:27:46 2019 xorriso : UPDATE : 28.48% done, estimate finish Sat Feb 16 13:27:52 2019 xorriso : UPDATE : 28.80% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 29.12% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 29.40% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 29.40% done, estimate finish Sat Feb 16 13:28:09 2019 xorriso : UPDATE : 29.40% done, estimate finish Sat Feb 16 13:28:19 2019 xorriso : UPDATE : 30.55% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 30.89% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 31.26% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 31.64% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 31.78% done, estimate finish Sat Feb 16 13:28:08 2019 xorriso : UPDATE : 32.38% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 32.79% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 33.18% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 33.54% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 33.92% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 34.29% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 34.44% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 35.03% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 35.16% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 35.67% done, estimate finish Sat Feb 16 13:27:47 2019 xorriso : UPDATE : 36.07% done, estimate finish Sat Feb 16 13:27:47 2019 xorriso : UPDATE : 36.48% done, estimate finish Sat Feb 16 13:27:46 2019 xorriso : UPDATE : 36.81% done, estimate finish Sat Feb 16 13:27:48 2019 xorriso : UPDATE : 37.11% done, estimate finish Sat Feb 16 13:27:50 2019 xorriso : UPDATE : 37.55% done, estimate finish Sat Feb 16 13:27:48 2019 xorriso : UPDATE : 37.90% done, estimate finish Sat Feb 16 13:27:49 2019 xorriso : UPDATE : 38.06% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 38.60% done, estimate finish Sat Feb 16 13:27:50 2019 xorriso : UPDATE : 38.91% done, estimate finish Sat Feb 16 13:27:51 2019 xorriso : UPDATE : 39.26% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 39.61% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 39.93% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 40.27% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 40.64% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 40.80% done, estimate finish Sat Feb 16 13:28:02 2019 xorriso : UPDATE : 40.86% done, estimate finish Sat Feb 16 13:28:09 2019 xorriso : UPDATE : 41.72% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 42.09% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 42.45% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 42.85% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 43.08% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 43.59% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 43.87% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 44.27% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 44.66% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 45.10% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 45.47% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 45.82% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 46.10% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 46.56% done, estimate finish Sat Feb 16 13:27:51 2019 xorriso : UPDATE : 46.84% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 47.23% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 47.54% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 47.88% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 48.04% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 48.58% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 48.88% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 49.20% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 49.51% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 49.83% done, estimate finish Sat Feb 16 13:28:05 2019 xorriso : UPDATE : 50.16% done, estimate finish Sat Feb 16 13:28:05 2019 xorriso : UPDATE : 50.52% done, estimate finish Sat Feb 16 13:28:03 2019 xorriso : UPDATE : 50.85% done, estimate finish Sat Feb 16 13:28:04 2019 xorriso : UPDATE : 51.03% done, estimate finish Sat Feb 16 13:28:08 2019 xorriso : UPDATE : 51.03% done, estimate finish Sat Feb 16 13:28:16 2019 xorriso : UPDATE : 51.03% done, estimate finish Sat Feb 16 13:28:25 2019 xorriso : UPDATE : 52.30% done, estimate finish Sat Feb 16 13:28:01 2019 xorriso : UPDATE : 52.64% done, estimate finish Sat Feb 16 13:28:01 2019 xorriso : UPDATE : 53.05% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 53.38% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 53.70% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 53.70% done, estimate finish Sat Feb 16 13:28:07 2019 xorriso : UPDATE : 54.30% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 54.62% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 54.62% done, estimate finish Sat Feb 16 13:28:09 2019 xorriso : UPDATE : 55.67% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 56.02% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 56.35% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 56.41% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 56.97% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 57.29% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 57.62% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 57.98% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 58.10% done, estimate finish Sat Feb 16 13:28:01 2019 xorriso : UPDATE : 58.62% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 58.98% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 59.18% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 59.72% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 59.87% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 60.22% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 60.22% done, estimate finish Sat Feb 16 13:28:16 2019 xorriso : UPDATE : 61.13% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 61.49% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 61.97% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 62.11% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 62.68% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 63.03% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 63.37% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 63.68% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 63.82% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 64.34% done, estimate finish Sat Feb 16 13:27:46 2019 xorriso : UPDATE : 64.67% done, estimate finish Sat Feb 16 13:27:48 2019 xorriso : UPDATE : 65.04% done, estimate finish Sat Feb 16 13:27:48 2019 xorriso : UPDATE : 65.38% done, estimate finish Sat Feb 16 13:27:49 2019 xorriso : UPDATE : 65.72% done, estimate finish Sat Feb 16 13:27:50 2019 xorriso : UPDATE : 66.05% done, estimate finish Sat Feb 16 13:27:50 2019 xorriso : UPDATE : 66.28% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 66.76% done, estimate finish Sat Feb 16 13:27:51 2019 xorriso : UPDATE : 67.13% done, estimate finish Sat Feb 16 13:27:51 2019 xorriso : UPDATE : 67.44% done, estimate finish Sat Feb 16 13:27:52 2019 xorriso : UPDATE : 67.71% done, estimate finish Sat Feb 16 13:28:01 2019 xorriso : UPDATE : 68.12% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 68.46% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 68.78% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 68.78% done, estimate finish Sat Feb 16 13:28:06 2019 xorriso : UPDATE : 69.52% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 69.69% done, estimate finish Sat Feb 16 13:28:02 2019 xorriso : UPDATE : 70.20% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 70.60% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 70.82% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 71.34% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 71.40% done, estimate finish Sat Feb 16 13:28:01 2019 xorriso : UPDATE : 71.81% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 72.46% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 72.51% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 72.51% done, estimate finish Sat Feb 16 13:28:05 2019 xorriso : UPDATE : 72.51% done, estimate finish Sat Feb 16 13:28:10 2019 xorriso : UPDATE : 72.51% done, estimate finish Sat Feb 16 13:28:16 2019 xorriso : UPDATE : 72.51% done, estimate finish Sat Feb 16 13:28:22 2019 xorriso : UPDATE : 72.51% done, estimate finish Sat Feb 16 13:28:27 2019 xorriso : UPDATE : 72.51% done, estimate finish Sat Feb 16 13:30:09 2019 xorriso : UPDATE : 72.51% done, estimate finish Sat Feb 16 13:30:29 2019 xorriso : UPDATE : 72.51% done, estimate finish Sat Feb 16 13:30:48 2019 xorriso : UPDATE : 74.62% done, estimate finish Sat Feb 16 13:28:24 2019 xorriso : UPDATE : 76.47% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 76.81% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 77.11% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 77.48% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 77.85% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 78.18% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 78.54% done, estimate finish Sat Feb 16 13:27:36 2019 xorriso : UPDATE : 78.92% done, estimate finish Sat Feb 16 13:27:37 2019 xorriso : UPDATE : 79.27% done, estimate finish Sat Feb 16 13:27:38 2019 xorriso : UPDATE : 79.57% done, estimate finish Sat Feb 16 13:27:39 2019 xorriso : UPDATE : 80.02% done, estimate finish Sat Feb 16 13:27:41 2019 xorriso : UPDATE : 80.35% done, estimate finish Sat Feb 16 13:27:41 2019 xorriso : UPDATE : 80.61% done, estimate finish Sat Feb 16 13:27:43 2019 xorriso : UPDATE : 80.97% done, estimate finish Sat Feb 16 13:27:44 2019 xorriso : UPDATE : 81.33% done, estimate finish Sat Feb 16 13:27:44 2019 xorriso : UPDATE : 81.71% done, estimate finish Sat Feb 16 13:27:44 2019 xorriso : UPDATE : 82.00% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 82.35% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 82.76% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 83.11% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 83.43% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 83.82% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 84.20% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 84.58% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 84.85% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 84.85% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 84.85% done, estimate finish Sat Feb 16 13:28:08 2019 xorriso : UPDATE : 84.85% done, estimate finish Sat Feb 16 13:28:13 2019 xorriso : UPDATE : 84.85% done, estimate finish Sat Feb 16 13:28:18 2019 xorriso : UPDATE : 85.12% done, estimate finish Sat Feb 16 13:28:19 2019 xorriso : UPDATE : 87.23% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 87.61% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 88.00% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 88.00% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 88.67% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 88.67% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 88.67% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 88.67% done, estimate finish Sat Feb 16 13:27:59 2019 xorriso : UPDATE : 90.18% done, estimate finish Sat Feb 16 13:27:50 2019 xorriso : UPDATE : 90.27% done, estimate finish Sat Feb 16 13:27:52 2019 xorriso : UPDATE : 90.88% done, estimate finish Sat Feb 16 13:27:52 2019 xorriso : UPDATE : 91.24% done, estimate finish Sat Feb 16 13:27:52 2019 xorriso : UPDATE : 91.24% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 91.24% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 91.24% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 92.60% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 92.60% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 92.60% done, estimate finish Sat Feb 16 13:27:57 2019 xorriso : UPDATE : 92.60% done, estimate finish Sat Feb 16 13:28:00 2019 xorriso : UPDATE : 94.26% done, estimate finish Sat Feb 16 13:27:52 2019 xorriso : UPDATE : 94.26% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 94.26% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 94.26% done, estimate finish Sat Feb 16 13:27:58 2019 xorriso : UPDATE : 95.46% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 95.72% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 95.72% done, estimate finish Sat Feb 16 13:27:56 2019 xorriso : UPDATE : 96.78% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 97.13% done, estimate finish Sat Feb 16 13:27:53 2019 xorriso : UPDATE : 97.47% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 97.79% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 98.10% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 98.51% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 98.84% done, estimate finish Sat Feb 16 13:27:54 2019 xorriso : UPDATE : 99.20% done, estimate finish Sat Feb 16 13:27:55 2019 xorriso : UPDATE : 99.52% done xorriso : UPDATE : 99.66% done ISO image produced: 11197526 sectors Written to medium : 11197526 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 16 Feb 13:27:56 UTC 2019 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.8.0 i386 3' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.8.0-i386-BD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.8.0-i386-BD-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/9i386/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 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 : UPDATE : 20400 files added in 1 seconds Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD3' xorriso : UPDATE : 24063 files added in 1 seconds xorriso : UPDATE : 24063 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.01% done xorriso : UPDATE : 0.10% done xorriso : UPDATE : 0.17% done, estimate finish Sat Feb 16 13:47:11 2019 xorriso : UPDATE : 0.26% done, estimate finish Sat Feb 16 13:47:07 2019 xorriso : UPDATE : 0.34% done, estimate finish Sat Feb 16 13:47:37 2019 xorriso : UPDATE : 0.74% done, estimate finish Sat Feb 16 13:39:17 2019 xorriso : UPDATE : 1.31% done, estimate finish Sat Feb 16 13:35:36 2019 xorriso : UPDATE : 1.89% done, estimate finish Sat Feb 16 13:34:09 2019 xorriso : UPDATE : 2.44% done, estimate finish Sat Feb 16 13:33:26 2019 xorriso : UPDATE : 2.94% done, estimate finish Sat Feb 16 13:33:04 2019 xorriso : UPDATE : 3.53% done, estimate finish Sat Feb 16 13:32:42 2019 xorriso : UPDATE : 4.06% done, estimate finish Sat Feb 16 13:32:29 2019 xorriso : UPDATE : 4.58% done, estimate finish Sat Feb 16 13:32:20 2019 xorriso : UPDATE : 5.11% done, estimate finish Sat Feb 16 13:31:26 2019 xorriso : UPDATE : 5.50% done, estimate finish Sat Feb 16 13:31:30 2019 xorriso : UPDATE : 6.21% done, estimate finish Sat Feb 16 13:31:22 2019 xorriso : UPDATE : 6.62% done, estimate finish Sat Feb 16 13:31:25 2019 xorriso : UPDATE : 6.62% done, estimate finish Sat Feb 16 13:31:41 2019 xorriso : UPDATE : 7.77% done, estimate finish Sat Feb 16 13:31:20 2019 xorriso : UPDATE : 8.41% done, estimate finish Sat Feb 16 13:31:17 2019 xorriso : UPDATE : 8.92% done, estimate finish Sat Feb 16 13:31:17 2019 xorriso : UPDATE : 9.27% done, estimate finish Sat Feb 16 13:31:20 2019 xorriso : UPDATE : 9.52% done, estimate finish Sat Feb 16 13:31:26 2019 xorriso : UPDATE : 10.49% done, estimate finish Sat Feb 16 13:31:11 2019 xorriso : UPDATE : 10.87% done, estimate finish Sat Feb 16 13:31:15 2019 xorriso : UPDATE : 10.87% done, estimate finish Sat Feb 16 13:31:28 2019 xorriso : UPDATE : 12.07% done, estimate finish Sat Feb 16 13:31:12 2019 xorriso : UPDATE : 12.59% done, estimate finish Sat Feb 16 13:31:11 2019 xorriso : UPDATE : 12.59% done, estimate finish Sat Feb 16 13:31:23 2019 xorriso : UPDATE : 13.65% done, estimate finish Sat Feb 16 13:31:11 2019 xorriso : UPDATE : 13.82% done, estimate finish Sat Feb 16 13:31:18 2019 xorriso : UPDATE : 14.66% done, estimate finish Sat Feb 16 13:31:12 2019 xorriso : UPDATE : 15.38% done, estimate finish Sat Feb 16 13:31:09 2019 xorriso : UPDATE : 15.68% done, estimate finish Sat Feb 16 13:31:14 2019 xorriso : UPDATE : 16.41% done, estimate finish Sat Feb 16 13:31:10 2019 xorriso : UPDATE : 16.91% done, estimate finish Sat Feb 16 13:31:10 2019 xorriso : UPDATE : 17.47% done, estimate finish Sat Feb 16 13:31:10 2019 xorriso : UPDATE : 17.55% done, estimate finish Sat Feb 16 13:31:18 2019 xorriso : UPDATE : 18.62% done, estimate finish Sat Feb 16 13:31:09 2019 xorriso : UPDATE : 19.15% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 19.73% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 20.27% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 20.69% done, estimate finish Sat Feb 16 13:31:09 2019 xorriso : UPDATE : 21.27% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 21.82% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 22.12% done, estimate finish Sat Feb 16 13:31:10 2019 xorriso : UPDATE : 22.92% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 23.43% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 24.02% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 24.61% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 25.10% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 25.62% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 26.19% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 26.72% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 27.27% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 27.80% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 28.37% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 28.84% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 29.37% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 29.87% done, estimate finish Sat Feb 16 13:31:09 2019 xorriso : UPDATE : 30.50% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 31.04% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 31.62% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 32.16% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 32.70% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 33.21% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 33.67% done, estimate finish Sat Feb 16 13:31:09 2019 xorriso : UPDATE : 34.31% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 34.82% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 35.32% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 35.90% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 36.40% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 36.90% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 37.37% done, estimate finish Sat Feb 16 13:31:11 2019 xorriso : UPDATE : 37.87% done, estimate finish Sat Feb 16 13:31:10 2019 xorriso : UPDATE : 38.22% done, estimate finish Sat Feb 16 13:31:13 2019 xorriso : UPDATE : 38.94% done, estimate finish Sat Feb 16 13:31:11 2019 xorriso : UPDATE : 39.40% done, estimate finish Sat Feb 16 13:31:11 2019 xorriso : UPDATE : 39.93% done, estimate finish Sat Feb 16 13:31:11 2019 xorriso : UPDATE : 40.47% done, estimate finish Sat Feb 16 13:31:11 2019 xorriso : UPDATE : 40.94% done, estimate finish Sat Feb 16 13:31:12 2019 xorriso : UPDATE : 41.22% done, estimate finish Sat Feb 16 13:31:13 2019 xorriso : UPDATE : 42.12% done, estimate finish Sat Feb 16 13:31:10 2019 xorriso : UPDATE : 42.69% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 43.02% done, estimate finish Sat Feb 16 13:31:11 2019 xorriso : UPDATE : 43.52% done, estimate finish Sat Feb 16 13:31:12 2019 xorriso : UPDATE : 43.87% done, estimate finish Sat Feb 16 13:31:15 2019 xorriso : UPDATE : 43.87% done, estimate finish Sat Feb 16 13:31:21 2019 xorriso : UPDATE : 43.87% done, estimate finish Sat Feb 16 13:31:28 2019 xorriso : UPDATE : 43.87% done, estimate finish Sat Feb 16 13:31:36 2019 xorriso : UPDATE : 43.87% done, estimate finish Sat Feb 16 13:31:42 2019 xorriso : UPDATE : 45.90% done, estimate finish Sat Feb 16 13:31:19 2019 xorriso : UPDATE : 47.33% done, estimate finish Sat Feb 16 13:31:09 2019 xorriso : UPDATE : 47.33% done, estimate finish Sat Feb 16 13:31:15 2019 xorriso : UPDATE : 47.33% done, estimate finish Sat Feb 16 13:31:28 2019 xorriso : UPDATE : 47.33% done, estimate finish Sat Feb 16 13:31:37 2019 xorriso : UPDATE : 47.33% done, estimate finish Sat Feb 16 13:31:46 2019 xorriso : UPDATE : 48.29% done, estimate finish Sat Feb 16 13:31:34 2019 xorriso : UPDATE : 50.84% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 50.84% done, estimate finish Sat Feb 16 13:31:12 2019 xorriso : UPDATE : 50.84% done, estimate finish Sat Feb 16 13:31:18 2019 xorriso : UPDATE : 50.84% done, estimate finish Sat Feb 16 13:31:23 2019 xorriso : UPDATE : 50.84% done, estimate finish Sat Feb 16 13:31:28 2019 xorriso : UPDATE : 50.84% done, estimate finish Sat Feb 16 13:31:33 2019 xorriso : UPDATE : 54.34% done, estimate finish Sat Feb 16 13:30:53 2019 xorriso : UPDATE : 55.05% done, estimate finish Sat Feb 16 13:30:53 2019 xorriso : UPDATE : 55.36% done, estimate finish Sat Feb 16 13:30:56 2019 xorriso : UPDATE : 55.93% done, estimate finish Sat Feb 16 13:30:56 2019 xorriso : UPDATE : 56.75% done, estimate finish Sat Feb 16 13:30:55 2019 xorriso : UPDATE : 57.12% done, estimate finish Sat Feb 16 13:30:57 2019 xorriso : UPDATE : 57.68% done, estimate finish Sat Feb 16 13:30:57 2019 xorriso : UPDATE : 58.44% done, estimate finish Sat Feb 16 13:30:57 2019 xorriso : UPDATE : 58.91% done, estimate finish Sat Feb 16 13:30:57 2019 xorriso : UPDATE : 59.43% done, estimate finish Sat Feb 16 13:30:58 2019 xorriso : UPDATE : 59.95% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 60.47% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 61.00% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 61.53% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 62.02% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 62.49% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 63.05% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 63.62% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 64.15% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 64.54% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 65.33% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 65.33% done, estimate finish Sat Feb 16 13:31:12 2019 xorriso : UPDATE : 65.33% done, estimate finish Sat Feb 16 13:31:18 2019 xorriso : UPDATE : 67.02% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 67.66% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 68.23% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 68.41% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 69.29% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 69.92% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 70.27% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 71.01% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 71.24% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 71.70% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 71.70% done, estimate finish Sat Feb 16 13:31:12 2019 xorriso : UPDATE : 73.24% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 73.69% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 74.30% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 74.74% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 75.34% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 75.95% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 76.50% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 77.05% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 77.56% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 78.09% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 78.56% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 79.03% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 79.38% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 80.01% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 80.37% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 80.69% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 80.69% done, estimate finish Sat Feb 16 13:31:17 2019 xorriso : UPDATE : 82.12% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 82.65% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 83.20% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 83.78% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 84.29% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 84.64% done, estimate finish Sat Feb 16 13:31:08 2019 xorriso : UPDATE : 85.31% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 86.02% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 86.38% done, estimate finish Sat Feb 16 13:31:07 2019 xorriso : UPDATE : 87.12% done, estimate finish Sat Feb 16 13:31:03 2019 xorriso : UPDATE : 87.58% done, estimate finish Sat Feb 16 13:31:02 2019 xorriso : UPDATE : 88.22% done, estimate finish Sat Feb 16 13:31:02 2019 xorriso : UPDATE : 88.76% done, estimate finish Sat Feb 16 13:31:03 2019 xorriso : UPDATE : 89.35% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 89.93% done, estimate finish Sat Feb 16 13:31:03 2019 xorriso : UPDATE : 90.39% done, estimate finish Sat Feb 16 13:31:03 2019 xorriso : UPDATE : 90.39% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 91.32% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 91.32% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 92.69% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 93.26% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 93.77% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 94.19% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 95.01% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 95.58% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 96.09% done, estimate finish Sat Feb 16 13:31:04 2019 xorriso : UPDATE : 96.40% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 96.90% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 97.73% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 97.73% done, estimate finish Sat Feb 16 13:31:06 2019 xorriso : UPDATE : 98.80% done, estimate finish Sat Feb 16 13:31:05 2019 xorriso : UPDATE : 99.38% done xorriso : UPDATE : 99.81% done ISO image produced: 7367287 sectors Written to medium : 7367287 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/9i386 2f90b7615876ddfda5eeb80437422e124ab45b0f debian-9.8.0-i386-BD-1.iso 3b1a06a3a95801cc9b07098c741b794476bca8a9 debian-9.8.0-i386-BD-1.jigdo 7b1e85fc5d153317e6a9e16b654715ae debian-9.8.0-i386-BD-1.iso 6e1fb08b2cfb676f050e6724e472996d debian-9.8.0-i386-BD-1.jigdo e46c5113bd75455c74edf2ede87bf6c9e95a417f91db5b27e597060390950295cceb47ca38bef2bb8485c5423e7737dcf88a0229754206052dface2503cf6ccd debian-9.8.0-i386-BD-1.iso 36e4bc02d4a3c2e1c95fc1330ed7084feca22c8db2a0a332bea3dde37631e6ca8e131d33063436fdb49241485bbb9330ec4336431b36624273a4b51daf0a9ddb debian-9.8.0-i386-BD-1.jigdo 0bc3e7acf62265e2f0c19a86b87c34d6bb9612174be7eb10ac39fa777803e6ac debian-9.8.0-i386-BD-1.iso 529b5f554638d7fde08b1fbe14978ebb8a5ffafaabc5d9a9e0770c9f3de9d0c9 debian-9.8.0-i386-BD-1.jigdo 731939f418d1c1823a31c1485210030cdb71897a debian-9.8.0-i386-BD-1.template 67b70cb4e32d7dd9f68ed9216464bb7d debian-9.8.0-i386-BD-1.template afb08b83362ef8d575a2d5b24725b151961fe2bde727a9acdc60a305d279bc5c766600bd5ebbd5b83c7f5bd8df783d6b5148a9d837c32ade40b5661027febe2c debian-9.8.0-i386-BD-1.template 33396d838198f5e238b96404082d789add7ad81e63eaa1368106cb68d58442d4 debian-9.8.0-i386-BD-1.template 875bbc4fdfe5cce250201fcf4372e64ecb122a89 debian-9.8.0-i386-BD-2.iso 4075e507c23c2464f49c36747dccc1c0e40b1472 debian-9.8.0-i386-BD-2.jigdo 42b0a0b371fc1b88459ef8c9cef16fc5 debian-9.8.0-i386-BD-2.iso 91fc1398404ee2729cf160dae94924a5 debian-9.8.0-i386-BD-2.jigdo 55d550f3be194c49ed2137be1e86150ec8a40618d2c410490ade4233d5ae521d4c7914fa30774d15630ea2a3d7cdb707d678d2baa39a8c8403efe04ec21bc1d9 debian-9.8.0-i386-BD-2.iso edda792eee73ebb739e7989ca12b52ef7e5354cccdd528f7a6ef1c48b2d9c9708417d3c91e8732584b8e1a67b57fdd02c1ac77e7d3db49fa59260b15a1894be7 debian-9.8.0-i386-BD-2.jigdo 5295ddf9a5eaab03be9b8056f4b7a0837e1fa9c1a1fef79f658f259c15d34ed8 debian-9.8.0-i386-BD-2.iso 4a57f699adf0fbf9275edd247f86919e2b5bae56ef1344ec01fc3cb199f645a2 debian-9.8.0-i386-BD-2.jigdo 375757f23cab86d29bd25af918b8d02edf9d59df debian-9.8.0-i386-BD-2.template 5c737951b4a50e238fab362dc1aaaad2 debian-9.8.0-i386-BD-2.template bfeee2f2bf417b5c5a7566ac67921f4c466555cf6ca4985b3d8211c5540470269bdb82c915757279eececcb3be5ddc038084dfbaba25b9c4d1c9c00d73eaf040 debian-9.8.0-i386-BD-2.template 0f52a8755a97cb65700618f6d95a6f235fd1c0902b6d0683f34eadfb9f2942f4 debian-9.8.0-i386-BD-2.template 640ac29e8172734102a58b19b3278f08d1007d3c debian-9.8.0-i386-BD-3.iso c1a17d1fe30be55f008fbfa46733172632c721f2 debian-9.8.0-i386-BD-3.jigdo 849dddcc8d8432203036ef45c9ab1937 debian-9.8.0-i386-BD-3.iso 9c1e89b33fb2c0556568b7cb4a657e16 debian-9.8.0-i386-BD-3.jigdo 99e4e7b271a0233ca0948ca836e151a17dd0cadbe7f424295a248a922eeefc4d94074e5b3c3cfedde21b8b975dce84e6ff0d5f3d7ecee4e393e3a9227bf59b31 debian-9.8.0-i386-BD-3.iso f6c6021886691dbce95bdf50d95c75af22f8c97b77a23861065b00d6c70836f0b9a85aa21f3e17854ff30b8f685bfde87807f18988e0323575a61e8f2613e3f2 debian-9.8.0-i386-BD-3.jigdo 9a0a7c092b7ac5bc41d12cf054a1757374ada970cb05aa495a501a73dd1141a2 debian-9.8.0-i386-BD-3.iso 5753c4672f9a05f223dedf932cd9379f1324d96f87252a919e0e4152030845cf debian-9.8.0-i386-BD-3.jigdo 3b72aa4102d188ff5e5c78f3ae6449e5082ee91e debian-9.8.0-i386-BD-3.template 0544e782f93e3182486e4e2ffb1454ec debian-9.8.0-i386-BD-3.template fa9ee653419fbdf297362751eb25cf62ef7ec745adc544ae2369abc28b003bac57d22b1683bec7804d7b571b3ac785fc6c1a5f1d363e1e7f976df417caf63202 debian-9.8.0-i386-BD-3.template 57464be84f3dfd0cc90da82f4b8fa60668ed7ebf0ae3b0029d24ab52591511ca debian-9.8.0-i386-BD-3.template Sat 16 Feb 13:31:08 UTC 2019: Finished.