Tue 5 Dec 16:06:07 UTC 2017: Using CONF from /home/debian-cd/build.buster/CONF.sh.buster_di_alpha2. rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD[1234567890]* rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/tasks rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/*.filelist* rm -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/packages-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/upgrade-stamp /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386 mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386 mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt echo "Updating task files..." Updating task files... mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/tasks echo "- copying task files from 'tasks/buster/'" - copying task files from 'tasks/buster/' cp -r /home/debian-cd/build.buster/debian-cd/tasks/buster/* /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/tasks; \ /home/debian-cd/build.buster/debian-cd/tools/update_tasks; \ /home/debian-cd/build.buster/debian-cd/tools/generate_di_list; \ /home/debian-cd/build.buster/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.42_all.deb date -u '+%Y%m%d' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/DATE date -u '+%Y%m%dT%H%M%SZ' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.92_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap/usr/share/debootstrap/scripts/buster ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/data/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/tools/boot/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/tools/boot/sid ; \ fi for ARCH in i386; do \ echo "Using the provided status file for buster-$ARCH ..."; \ cp /home/debian-cd/build.buster/debian-cd/data/buster/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ if [ "$BACKPORTS"x != ""x ] ; then \ echo "Using the provided status file for buster-backports-$ARCH ..."; \ cp /home/debian-cd/build.buster/debian-cd/data/buster/status.$ARCH /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for buster-i386 ... make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.92_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap/usr/share/debootstrap/scripts/buster ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/data/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/tools/boot/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/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/3i386/apt/buster-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "3" = "1" -o "3" = "2" -o "3" = "C" -o "3" = "F" ];then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-backports-$ARCH/status ; \ fi; \ else \ /home/debian-cd/build.buster/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/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/3i386/apt/buster-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.buster/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/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/3i386/apt/buster-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.6_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/archive-keyring for ARCH in i386; do \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in i386; do \ export ARCH=$ARCH; \ /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ fi; \ done Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [142 kB] Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [142 kB] Get:2 file:/srv/cdbuilder.debian.org/src/ftp/debian buster/contrib i386 Packages [68.0 kB] Get:3 file:/srv/cdbuilder.debian.org/src/ftp/debian buster/main i386 Packages [9,748 kB] Get:4 file:/srv/cdbuilder.debian.org/src/ftp/debian buster/main/debian-installer i386 Packages [64.7 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 ] && \ [ "buster"x != ""x ] && \ [ "buster"x != "buster"x ] ; then \ mkdir -p /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-source/apt/preferences.d ; \ :> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-source/status ; \ export CODENAME=buster; \ export ARCH=source; \ /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.buster/debian-cd/tools/apt-selection update; \ fi; \ fi for ARCH in i386; do \ export ARCH=$ARCH; \ /home/debian-cd/build.buster/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.buster/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 : Depends: libseccomp2 (>= 1.0.1) but it is not installed apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3-debconf 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: libjson-c3 (>= 0.10) 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.94) 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.12.2-1) but it is not installed Depends: libexpat1 (>= 2.1~beta3) but it is not installed Depends: libsystemd0 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: dirmngr (= 2.2.2-1) but it is not installed Depends: gnupg-l10n (= 2.2.2-1) but it is not installed Depends: gnupg-utils (= 2.2.2-1) but it is not installed Depends: gpg (= 2.2.2-1) but it is not installed Depends: gpg-agent (= 2.2.2-1) but it is not installed Depends: gpg-wks-client (= 2.2.2-1) but it is not installed Depends: gpg-wks-server (= 2.2.2-1) but it is not installed Depends: gpgsm (= 2.2.2-1) 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.1-2+b1) but it is not installed Depends: libip6tc0 (= 1.6.1-2+b1) but it is not installed Depends: libiptc0 (= 1.6.1-2+b1) but it is not installed Depends: libxtables12 (= 1.6.1-2+b1) 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-export190 but it is not installed Depends: libisc-export189 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-141 : Depends: libgeoip1 but it is not installed Depends: libjson-c3 (>= 0.10) but it is not installed libdns190 : Depends: libgeoip1 but it is not installed Depends: libjson-c3 (>= 0.10) 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: libidn2-0 (>= 0.6) but it is not installed Depends: libnettle6 but it is not installed Depends: libunistring2 (>= 0.9.7) but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libjson-c3 (>= 0.10) but it is not installed libisc189 : Depends: libgeoip1 but it is not installed Depends: libjson-c3 (>= 0.10) but it is not installed libisccfg144 : Depends: libisccc140 (= 1:9.10.6+dfsg-5) but it is not installed Depends: libgeoip1 but it is not installed Depends: libjson-c3 (>= 0.10) but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed Depends: libjson-c3 (>= 0.10) 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.26 (= 5.26.1-3) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.14-1) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.14-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.14-2) but it is not installed Depends: libpython2.7-stdlib (= 2.7.14-2) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.7) but it is not installed Depends: liblognorm5 (>= 2.0.3) 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~r130) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 235-3) 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: libidn2-0 (>= 0.6) but it is not installed Depends: libnettle6 but it is not installed Depends: libpsl5 (>= 0.16.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/buster/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.92_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap/usr/share/debootstrap/scripts/buster ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/data/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/tools/boot/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/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.buster/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.buster/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 buster InRelease [142 kB] Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [142 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.buster/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/3i386/apt/buster-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.buster/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/3i386/apt/buster-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.buster/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ /home/debian-cd/build.buster/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/3i386/apt/buster-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.buster/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ USE_BP=1 /home/debian-cd/build.buster/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/3i386/apt/buster-backports-$ARCH/status; \ done; \ fi; \ done; \ fi i386:ca-certificates i386:dh-python i386:dirmngr i386:dmsetup i386:gnupg-l10n i386:gnupg-utils i386:gpg i386:gpg-agent i386:gpg-wks-client i386:gpg-wks-server i386:gpgconf i386:gpgsm 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-export190 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-export189 i386:libisccc140 i386:libjson-c3 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.26 i386:libpsl5 i386:libpython-stdlib i386:libpython2.7-minimal i386:libpython2.7-stdlib i386:libpython3-stdlib i386:libpython3.6-minimal i386:libpython3.6-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:libunistring2 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-certifi i386:python3-chardet i386:python3-debconf i386:python3-debian i386:python3-debianbts i386:python3-httplib2 i386:python3-idna i386:python3-minimal i386:python3-pkg-resources i386:python3-pycurl i386:python3-pysimplesoap i386:python3-requests i386:python3-six i386:python3-urllib3 i386:python3.6 i386:python3.6-minimal i386:xxd for ARCH in i386; do \ ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/apt-selection check; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/apt-selection check; \ fi; \ done Reading package lists... Building dependency tree... make[2]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/buster/debian-cd' ... checking your mirror /home/debian-cd/build.buster/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "i386" buster buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-i386/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/installer-i386/20170828/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/installer-i386/20171204/images/MD5SUMS for ARCH in i386; do \ if [ -e /home/debian-cd/build.buster/debian-cd/data/buster/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.buster/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source buster buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and up to 3 isos for i386 DVD dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.92_all.deb /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap if [ ! -e /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap/usr/share/debootstrap/scripts/buster ] ; then \ ln -sf sid /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap/usr/share/debootstrap/scripts/buster ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/data/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.buster/debian-cd/tools/boot/sid ] ; then \ ln -s buster /home/debian-cd/build.buster/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.buster/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.buster/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 buster InRelease [142 kB] Get:1 file:/srv/cdbuilder.debian.org/src/ftp/debian buster InRelease [142 kB] Reading package lists... if [ ""x != "yes"x ] ; then \ if [ "3"x = "1"x ] ; then \ : ; \ elif [ "3"x = "2"x -o "3"x = "C"x ] ; then \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/rawlist; \ else \ echo "mawk" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/rawlist; \ echo "exim4-daemon-light" >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _3 != _1 ]; then \ for ARCH in i386; do \ BINCLUDE=`[ -n "" ] && cat | sort -u | 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 \ buster \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap-list; \ cat /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/debootstrap-list >>/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/rawlist; \ rm -rf /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/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/3i386/buster/tasks /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/tasks/Debian-all >> /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt/buster-source/apt-state/lists/*Sources | \ sort -u > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/rawlist; \ fi Generating the complete list of packages to be included in /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/rawlist \ > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/list /home/debian-cd/build.buster/debian-cd/tools/check_backports_packages /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/list.backports if [ -f /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/list.backports ]; then mv /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/list.backports /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/list; fi for ARCH in i386; do \ ARCH=$ARCH /home/debian-cd/build.buster/debian-cd/tools/sort_deps /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 122699404 bytes Adding the rest of the requested packages Now up to 61731839702 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 53229 packages, total size 63180500920 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.buster/debian-cd/tools/grab_source_list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/packages; \ else \ /home/debian-cd/build.buster/debian-cd/tools/merge_package_lists /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/apt "i386" /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/packages > /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/packages.source; \ fi /home/debian-cd/build.buster/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.buster/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386 buster "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 53229 packages for i386 Reading in translated package descriptions for main: Done: read 209145 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 375 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.buster/debian-cd/data/buster/i386_udeb_exclude Adding docs to CD1 Extracting FAQ on CD1 Adding installtools Omitting release notes, as requested Adding common docs on CD1 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 1 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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" DVD 1 at /home/debian-cd/build.buster/debian-cd/buster/CD1 Specified size for this image: 4GB STICK, 1953125 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 1 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for 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 4802 packages, 1950240 blocks, 3994091520 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/buster/boot-i386 2 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD2 Starting new "i386" DVD 2 at /home/debian-cd/build.buster/debian-cd/buster/CD2 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 2 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 2804 packages, 2279387 blocks, 4668184576 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/buster/boot-i386 3 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD3 Starting new "i386" DVD 3 at /home/debian-cd/build.buster/debian-cd/buster/CD3 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 3 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 3 filled with 2532 packages, 2292976 blocks, 4696014848 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD4 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 4 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD4 Starting new "i386" DVD 4 at /home/debian-cd/build.buster/debian-cd/buster/CD4 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 4 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 4 filled with 2240 packages, 2290863 blocks, 4691687424 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD5 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 5 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD5 Starting new "i386" DVD 5 at /home/debian-cd/build.buster/debian-cd/buster/CD5 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 5 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 5 filled with 2604 packages, 2275619 blocks, 4660467712 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD6 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 6 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD6 Starting new "i386" DVD 6 at /home/debian-cd/build.buster/debian-cd/buster/CD6 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 6 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 6 filled with 2420 packages, 2286202 blocks, 4682141696 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD7 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 7 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD7 Starting new "i386" DVD 7 at /home/debian-cd/build.buster/debian-cd/buster/CD7 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 7 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 7 filled with 2314 packages, 2293534 blocks, 4697157632 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD8 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 8 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD8 Starting new "i386" DVD 8 at /home/debian-cd/build.buster/debian-cd/buster/CD8 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 8 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 8 filled with 3974 packages, 2293001 blocks, 4696066048 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD9 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 9 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD9 Starting new "i386" DVD 9 at /home/debian-cd/build.buster/debian-cd/buster/CD9 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 9 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 9 filled with 4416 packages, 2293132 blocks, 4696334336 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD10 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 10 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD10 Starting new "i386" DVD 10 at /home/debian-cd/build.buster/debian-cd/buster/CD10 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 10 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 10 filled with 7456 packages, 2291496 blocks, 4692983808 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD11 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 11 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD11 Starting new "i386" DVD 11 at /home/debian-cd/build.buster/debian-cd/buster/CD11 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 11 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 11 filled with 7166 packages, 2292359 blocks, 4694751232 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD12 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 12 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD12 Starting new "i386" DVD 12 at /home/debian-cd/build.buster/debian-cd/buster/CD12 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 12 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 12 filled with 5346 packages, 2293019 blocks, 4696102912 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD13 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 13 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD13 Starting new "i386" DVD 13 at /home/debian-cd/build.buster/debian-cd/buster/CD13 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 13 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. CD 13 filled with 3437 packages, 2291305 blocks, 4692592640 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD14 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/buster/boot-i386 14 /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD14 Starting new "i386" DVD 14 at /home/debian-cd/build.buster/debian-cd/buster/CD14 Specified size for this image: 4.7GB DVD, 2294921 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 14 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 14 (not) filled with 1718 packages, 1638236 blocks, 3355107328 bytes Finished: 53229 packages placed /home/debian-cd/build.buster/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "i386" buster buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/non-free/debian-installer/binary-i386/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/installer-i386/20170828/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/buster/main/installer-i386/20171204/images/MD5SUMS for ARCH in i386; do \ if [ -e /home/debian-cd/build.buster/debian-cd/data/buster/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.buster/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source buster buster /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/md5-check; \ fi; \ done /home/debian-cd/build.buster/debian-cd/tools/make_image "/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster" "i386" "/srv/cdbuilder.debian.org/dst/deb-cd/out/3i386" "buster-DI-alpha2" "/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.buster/debian-cd/tools/jigdo_cleanup" Generating the i386 iso/jigdo images ... Last-minute updates: README.html README.txt Tue 5 Dec 16:29:52 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 1' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-1.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-1.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 -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:/srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-1.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 3262g 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/3i386/buster/boot1' xorriso : UPDATE : 31 files added in 1 seconds Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD1' xorriso : UPDATE : 9339 files added in 1 seconds xorriso : NOTE : Copying to System Area: 432 bytes from file '/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: NOTE : Automatically adjusted MBR geometry to 1020/239/32 libisofs: NOTE : Aligned image size to cylinder size by 505 blocks xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.34% done xorriso : UPDATE : 0.80% done, estimate finish Tue Dec 05 16:34:15 2017 xorriso : UPDATE : 1.20% done, estimate finish Tue Dec 05 16:34:13 2017 xorriso : UPDATE : 1.48% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 4.08% done, estimate finish Tue Dec 05 16:31:58 2017 xorriso : UPDATE : 6.28% done, estimate finish Tue Dec 05 16:31:31 2017 xorriso : UPDATE : 8.34% done, estimate finish Tue Dec 05 16:31:19 2017 xorriso : UPDATE : 10.78% done, estimate finish Tue Dec 05 16:31:09 2017 xorriso : UPDATE : 12.91% done, estimate finish Tue Dec 05 16:31:04 2017 xorriso : UPDATE : 14.20% done, estimate finish Tue Dec 05 16:31:05 2017 xorriso : UPDATE : 17.44% done, estimate finish Tue Dec 05 16:30:57 2017 xorriso : UPDATE : 19.32% done, estimate finish Tue Dec 05 16:30:56 2017 xorriso : UPDATE : 22.10% done, estimate finish Tue Dec 05 16:30:44 2017 xorriso : UPDATE : 24.42% done, estimate finish Tue Dec 05 16:30:43 2017 xorriso : UPDATE : 26.44% done, estimate finish Tue Dec 05 16:30:43 2017 xorriso : UPDATE : 26.44% done, estimate finish Tue Dec 05 16:30:46 2017 xorriso : UPDATE : 31.28% done, estimate finish Tue Dec 05 16:30:42 2017 xorriso : UPDATE : 33.47% done, estimate finish Tue Dec 05 16:30:42 2017 xorriso : UPDATE : 35.41% done, estimate finish Tue Dec 05 16:30:42 2017 xorriso : UPDATE : 38.06% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 39.95% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 42.43% done, estimate finish Tue Dec 05 16:30:42 2017 xorriso : UPDATE : 44.85% done, estimate finish Tue Dec 05 16:30:40 2017 xorriso : UPDATE : 46.97% done, estimate finish Tue Dec 05 16:30:40 2017 xorriso : UPDATE : 49.53% done, estimate finish Tue Dec 05 16:30:40 2017 xorriso : UPDATE : 51.56% done, estimate finish Tue Dec 05 16:30:40 2017 xorriso : UPDATE : 53.16% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 55.77% done, estimate finish Tue Dec 05 16:30:40 2017 xorriso : UPDATE : 58.08% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 60.02% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 62.23% done, estimate finish Tue Dec 05 16:30:40 2017 xorriso : UPDATE : 64.37% done, estimate finish Tue Dec 05 16:30:40 2017 xorriso : UPDATE : 66.64% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 68.73% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 70.96% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 73.22% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 75.39% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 77.47% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 79.31% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 80.71% done, estimate finish Tue Dec 05 16:30:42 2017 xorriso : UPDATE : 84.39% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 84.99% done, estimate finish Tue Dec 05 16:30:42 2017 xorriso : UPDATE : 84.99% done, estimate finish Tue Dec 05 16:30:43 2017 xorriso : UPDATE : 91.36% done, estimate finish Tue Dec 05 16:30:40 2017 xorriso : UPDATE : 93.71% done, estimate finish Tue Dec 05 16:30:40 2017 xorriso : UPDATE : 95.40% done, estimate finish Tue Dec 05 16:30:41 2017 xorriso : UPDATE : 98.03% done xorriso : UPDATE : Thank you for being patient. Working since 48 seconds. ISO image produced: 1950240 sectors Written to medium : 1950240 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-1.iso' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:30:42 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 10' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-10.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-10.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot10 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD10 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD10' xorriso : UPDATE : 13251 files added in 1 seconds xorriso : UPDATE : 13251 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/bladerf-firmware-fx3_0.2016.06-2_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-ath9k-htc-dbgsym_1.4.0-81-gf206e56+dfsg-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : File "/pool/main/g/golang-github-shurcool-sanitized-anchor-name/golang-github-shurcool-sanitized-anchor-name-dev_0.0~git20170918.86672fc-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-credential-http-perl/libcatalyst-authentication-credential-http-perl_1.018-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-plugin-authentication-credential-openid-perl/libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libm/libmoosex-meta-typeconstraint-forcecoercion-perl/libmoosex-meta-typeconstraint-forcecoercion-perl_0.01-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/t/tryton-modules-account-stock-landed-cost-weight/tryton-modules-account-stock-landed-cost-weight_4.6.0-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/t/tryton-modules-product-classification-taxonomic/tryton-modules-product-classification-taxonomic_4.6.0-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/t/tryton-modules-purchase-invoice-line-standalone/tryton-modules-purchase-invoice-line-standalone_4.6.0-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.45% done xorriso : UPDATE : 1.15% done, estimate finish Tue Dec 05 16:34:03 2017 xorriso : UPDATE : 2.66% done, estimate finish Tue Dec 05 16:32:47 2017 xorriso : UPDATE : 4.29% done, estimate finish Tue Dec 05 16:32:23 2017 xorriso : UPDATE : 7.50% done, estimate finish Tue Dec 05 16:31:54 2017 xorriso : UPDATE : 9.36% done, estimate finish Tue Dec 05 16:31:51 2017 xorriso : UPDATE : 11.49% done, estimate finish Tue Dec 05 16:31:47 2017 xorriso : UPDATE : 13.58% done, estimate finish Tue Dec 05 16:31:44 2017 xorriso : UPDATE : 15.03% done, estimate finish Tue Dec 05 16:31:45 2017 xorriso : UPDATE : 17.48% done, estimate finish Tue Dec 05 16:31:42 2017 xorriso : UPDATE : 19.16% done, estimate finish Tue Dec 05 16:31:42 2017 xorriso : UPDATE : 20.94% done, estimate finish Tue Dec 05 16:31:35 2017 xorriso : UPDATE : 23.02% done, estimate finish Tue Dec 05 16:31:34 2017 xorriso : UPDATE : 24.87% done, estimate finish Tue Dec 05 16:31:35 2017 xorriso : UPDATE : 26.66% done, estimate finish Tue Dec 05 16:31:35 2017 xorriso : UPDATE : 28.57% done, estimate finish Tue Dec 05 16:31:36 2017 xorriso : UPDATE : 28.57% done, estimate finish Tue Dec 05 16:31:39 2017 xorriso : UPDATE : 33.02% done, estimate finish Tue Dec 05 16:31:34 2017 xorriso : UPDATE : 35.25% done, estimate finish Tue Dec 05 16:31:34 2017 xorriso : UPDATE : 36.13% done, estimate finish Tue Dec 05 16:31:36 2017 xorriso : UPDATE : 39.58% done, estimate finish Tue Dec 05 16:31:34 2017 xorriso : UPDATE : 41.47% done, estimate finish Tue Dec 05 16:31:34 2017 xorriso : UPDATE : 44.11% done, estimate finish Tue Dec 05 16:31:33 2017 xorriso : UPDATE : 45.76% done, estimate finish Tue Dec 05 16:31:33 2017 xorriso : UPDATE : 48.25% done, estimate finish Tue Dec 05 16:31:33 2017 xorriso : UPDATE : 50.15% done, estimate finish Tue Dec 05 16:31:33 2017 xorriso : UPDATE : 51.95% done, estimate finish Tue Dec 05 16:31:33 2017 xorriso : UPDATE : 53.78% done, estimate finish Tue Dec 05 16:31:33 2017 xorriso : UPDATE : 55.27% done, estimate finish Tue Dec 05 16:31:34 2017 xorriso : UPDATE : 57.49% done, estimate finish Tue Dec 05 16:31:33 2017 xorriso : UPDATE : 59.27% done, estimate finish Tue Dec 05 16:31:34 2017 xorriso : UPDATE : 60.82% done, estimate finish Tue Dec 05 16:31:35 2017 xorriso : UPDATE : 62.53% done, estimate finish Tue Dec 05 16:31:35 2017 xorriso : UPDATE : 64.03% done, estimate finish Tue Dec 05 16:31:36 2017 xorriso : UPDATE : 65.72% done, estimate finish Tue Dec 05 16:31:36 2017 xorriso : UPDATE : 67.59% done, estimate finish Tue Dec 05 16:31:36 2017 xorriso : UPDATE : 68.29% done, estimate finish Tue Dec 05 16:31:37 2017 xorriso : UPDATE : 71.06% done, estimate finish Tue Dec 05 16:31:36 2017 xorriso : UPDATE : 72.84% done, estimate finish Tue Dec 05 16:31:36 2017 xorriso : UPDATE : 74.34% done, estimate finish Tue Dec 05 16:31:37 2017 xorriso : UPDATE : 76.10% done, estimate finish Tue Dec 05 16:31:37 2017 xorriso : UPDATE : 77.78% done, estimate finish Tue Dec 05 16:31:38 2017 xorriso : UPDATE : 79.48% done, estimate finish Tue Dec 05 16:31:38 2017 xorriso : UPDATE : 80.33% done, estimate finish Tue Dec 05 16:31:39 2017 xorriso : UPDATE : 82.70% done, estimate finish Tue Dec 05 16:31:38 2017 xorriso : UPDATE : 84.77% done, estimate finish Tue Dec 05 16:31:37 2017 xorriso : UPDATE : 85.32% done, estimate finish Tue Dec 05 16:31:38 2017 xorriso : UPDATE : 88.33% done, estimate finish Tue Dec 05 16:31:37 2017 xorriso : UPDATE : 89.97% done, estimate finish Tue Dec 05 16:31:37 2017 xorriso : UPDATE : 91.76% done, estimate finish Tue Dec 05 16:31:37 2017 xorriso : UPDATE : 93.31% done, estimate finish Tue Dec 05 16:31:37 2017 xorriso : UPDATE : 95.31% done, estimate finish Tue Dec 05 16:31:37 2017 xorriso : UPDATE : 96.87% done xorriso : UPDATE : 98.66% done ISO image produced: 2291497 sectors Written to medium : 2291497 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:31:38 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 11' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-11.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-11.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot11 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD11 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD11' xorriso : UPDATE : 12839 files added in 1 seconds xorriso : UPDATE : 12839 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : File "/pool/main/g/golang-github-circonus-labs-circonus-gometrics/golang-github-circonus-labs-circonus-gometrics-dev_0.0~git20160822.0.2f5be48-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-actionrole-checktrailingslash-perl/libcatalyst-actionrole-checktrailingslash-perl_0.01-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-store-htpasswd-perl/libcatalyst-authentication-store-htpasswd-perl_1.006-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcode-tidyall-plugin-sortlines-naturally-perl/libcode-tidyall-plugin-sortlines-naturally-perl_0.000003-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libd/libdata-formvalidator-constraints-datetime-perl/libdata-formvalidator-constraints-datetime-perl_1.11-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libd/libdist-zilla-role-pluginbundle-pluginremover-perl/libdist-zilla-role-pluginbundle-pluginremover-perl_0.104-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libp/libpod-weaver-plugin-ensureuniquesections-perl/libpod-weaver-plugin-ensureuniquesections-perl_0.163250-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.40% done xorriso : UPDATE : 0.78% done, estimate finish Tue Dec 05 16:36:36 2017 xorriso : UPDATE : 2.67% done, estimate finish Tue Dec 05 16:33:43 2017 xorriso : UPDATE : 4.20% done, estimate finish Tue Dec 05 16:33:19 2017 xorriso : UPDATE : 6.25% done, estimate finish Tue Dec 05 16:33:03 2017 xorriso : UPDATE : 6.42% done, estimate finish Tue Dec 05 16:33:16 2017 xorriso : UPDATE : 9.45% done, estimate finish Tue Dec 05 16:32:56 2017 xorriso : UPDATE : 11.65% done, estimate finish Tue Dec 05 16:32:50 2017 xorriso : UPDATE : 12.77% done, estimate finish Tue Dec 05 16:32:51 2017 xorriso : UPDATE : 12.77% done, estimate finish Tue Dec 05 16:32:59 2017 xorriso : UPDATE : 16.42% done, estimate finish Tue Dec 05 16:32:48 2017 xorriso : UPDATE : 18.61% done, estimate finish Tue Dec 05 16:32:45 2017 xorriso : UPDATE : 20.38% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 22.04% done, estimate finish Tue Dec 05 16:32:37 2017 xorriso : UPDATE : 23.99% done, estimate finish Tue Dec 05 16:32:37 2017 xorriso : UPDATE : 23.99% done, estimate finish Tue Dec 05 16:32:40 2017 xorriso : UPDATE : 27.79% done, estimate finish Tue Dec 05 16:32:35 2017 xorriso : UPDATE : 30.01% done, estimate finish Tue Dec 05 16:32:35 2017 xorriso : UPDATE : 31.18% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 34.19% done, estimate finish Tue Dec 05 16:32:34 2017 xorriso : UPDATE : 36.07% done, estimate finish Tue Dec 05 16:32:34 2017 xorriso : UPDATE : 38.27% done, estimate finish Tue Dec 05 16:32:34 2017 xorriso : UPDATE : 39.97% done, estimate finish Tue Dec 05 16:32:33 2017 xorriso : UPDATE : 41.45% done, estimate finish Tue Dec 05 16:32:34 2017 xorriso : UPDATE : 42.82% done, estimate finish Tue Dec 05 16:32:34 2017 xorriso : UPDATE : 44.76% done, estimate finish Tue Dec 05 16:32:34 2017 xorriso : UPDATE : 46.68% done, estimate finish Tue Dec 05 16:32:35 2017 xorriso : UPDATE : 48.60% done, estimate finish Tue Dec 05 16:32:35 2017 xorriso : UPDATE : 50.36% done, estimate finish Tue Dec 05 16:32:35 2017 xorriso : UPDATE : 51.74% done, estimate finish Tue Dec 05 16:32:35 2017 xorriso : UPDATE : 53.63% done, estimate finish Tue Dec 05 16:32:35 2017 xorriso : UPDATE : 55.84% done, estimate finish Tue Dec 05 16:32:34 2017 xorriso : UPDATE : 57.73% done, estimate finish Tue Dec 05 16:32:35 2017 xorriso : UPDATE : 59.30% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 60.73% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 62.38% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 64.03% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 65.91% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 67.97% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 69.51% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 70.98% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 73.03% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 74.48% done, estimate finish Tue Dec 05 16:32:37 2017 xorriso : UPDATE : 76.58% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 78.32% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 79.85% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 80.39% done, estimate finish Tue Dec 05 16:32:38 2017 xorriso : UPDATE : 80.39% done, estimate finish Tue Dec 05 16:32:39 2017 xorriso : UPDATE : 83.73% done, estimate finish Tue Dec 05 16:32:38 2017 xorriso : UPDATE : 86.35% done, estimate finish Tue Dec 05 16:32:37 2017 xorriso : UPDATE : 88.19% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 89.85% done, estimate finish Tue Dec 05 16:32:37 2017 xorriso : UPDATE : 91.70% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 93.61% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 95.12% done, estimate finish Tue Dec 05 16:32:36 2017 xorriso : UPDATE : 96.79% done xorriso : UPDATE : 98.88% done ISO image produced: 2292360 sectors Written to medium : 2292360 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:32:37 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 12' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-12.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-12.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot12 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD12 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD12' xorriso : UPDATE : 9406 files added in 1 seconds xorriso : UPDATE : 9406 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : File "/pool/main/g/golang-github-docker-docker-credential-helpers/golang-github-docker-docker-credential-helpers-dev_0.5.0-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libd/libdist-zilla-plugin-modulebuildtiny-fallback-perl/libdist-zilla-plugin-modulebuildtiny-fallback-perl_0.025-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/n/node-unicode-canonical-property-names-ecmascript/node-unicode-canonical-property-names-ecmascript_1.0.3-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/r/ruby-rails-assets-markdown-it--markdown-it-for-inline/ruby-rails-assets-markdown-it--markdown-it-for-inline_0.1.1-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.44% done xorriso : UPDATE : 2.14% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 4.01% done, estimate finish Tue Dec 05 16:34:03 2017 xorriso : UPDATE : 5.91% done, estimate finish Tue Dec 05 16:33:53 2017 xorriso : UPDATE : 7.76% done, estimate finish Tue Dec 05 16:33:48 2017 xorriso : UPDATE : 9.33% done, estimate finish Tue Dec 05 16:33:47 2017 xorriso : UPDATE : 9.33% done, estimate finish Tue Dec 05 16:33:57 2017 xorriso : UPDATE : 13.23% done, estimate finish Tue Dec 05 16:33:42 2017 xorriso : UPDATE : 15.16% done, estimate finish Tue Dec 05 16:33:40 2017 xorriso : UPDATE : 16.90% done, estimate finish Tue Dec 05 16:33:40 2017 xorriso : UPDATE : 18.73% done, estimate finish Tue Dec 05 16:33:39 2017 xorriso : UPDATE : 20.43% done, estimate finish Tue Dec 05 16:33:33 2017 xorriso : UPDATE : 22.27% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 24.00% done, estimate finish Tue Dec 05 16:33:33 2017 xorriso : UPDATE : 25.95% done, estimate finish Tue Dec 05 16:33:33 2017 xorriso : UPDATE : 27.27% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 29.53% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 31.07% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 32.54% done, estimate finish Tue Dec 05 16:33:35 2017 xorriso : UPDATE : 34.27% done, estimate finish Tue Dec 05 16:33:35 2017 xorriso : UPDATE : 35.78% done, estimate finish Tue Dec 05 16:33:35 2017 xorriso : UPDATE : 37.59% done, estimate finish Tue Dec 05 16:33:36 2017 xorriso : UPDATE : 37.59% done, estimate finish Tue Dec 05 16:33:40 2017 xorriso : UPDATE : 37.59% done, estimate finish Tue Dec 05 16:33:44 2017 xorriso : UPDATE : 37.59% done, estimate finish Tue Dec 05 16:33:48 2017 xorriso : UPDATE : 37.59% done, estimate finish Tue Dec 05 16:33:51 2017 xorriso : UPDATE : 37.59% done, estimate finish Tue Dec 05 16:33:55 2017 xorriso : UPDATE : 49.29% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 50.73% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 52.11% done, estimate finish Tue Dec 05 16:33:35 2017 xorriso : UPDATE : 53.47% done, estimate finish Tue Dec 05 16:33:35 2017 xorriso : UPDATE : 55.92% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 58.34% done, estimate finish Tue Dec 05 16:33:33 2017 xorriso : UPDATE : 60.09% done, estimate finish Tue Dec 05 16:33:33 2017 xorriso : UPDATE : 61.27% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 63.38% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 65.47% done, estimate finish Tue Dec 05 16:33:33 2017 xorriso : UPDATE : 67.04% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 67.04% done, estimate finish Tue Dec 05 16:33:36 2017 xorriso : UPDATE : 67.04% done, estimate finish Tue Dec 05 16:33:38 2017 xorriso : UPDATE : 72.24% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 74.10% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 75.74% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 77.24% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 79.11% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 80.64% done, estimate finish Tue Dec 05 16:33:35 2017 xorriso : UPDATE : 81.76% done, estimate finish Tue Dec 05 16:33:35 2017 xorriso : UPDATE : 84.24% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 85.22% done, estimate finish Tue Dec 05 16:33:35 2017 xorriso : UPDATE : 88.15% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 89.68% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 90.73% done, estimate finish Tue Dec 05 16:33:35 2017 xorriso : UPDATE : 94.03% done, estimate finish Tue Dec 05 16:33:34 2017 xorriso : UPDATE : 94.75% done, estimate finish Tue Dec 05 16:33:35 2017 xorriso : UPDATE : 97.53% done xorriso : UPDATE : 99.08% done ISO image produced: 2293020 sectors Written to medium : 2293020 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:33:35 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 13' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-13.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-13.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot13 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD13 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD13' xorriso : UPDATE : 5861 files added in 1 seconds xorriso : UPDATE : 5861 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : File "/pool/main/g/golang-github-bshuster-repo-logrus-logstash-hook/golang-github-bshuster-repo-logrus-logstash-hook-dev_0.0~git20170102.0.5f729f2-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-btcsuite-btcd-chaincfg-chainhash/golang-github-btcsuite-btcd-chaincfg-chainhash-dev_0.0+git20161209.0.7a4cc89-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-cyberdelia-go-metrics-graphite/golang-github-cyberdelia-go-metrics-graphite-dev_0.0~git20151204.0.7e54b5c-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-google-certificate-transparency/golang-github-google-certificate-transparency-dev_0.0~git20160709.0.0f6e3d1~ds1-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-kotakanbe-logrus-prefixed-formatter/golang-github-kotakanbe-logrus-prefixed-formatter_0.0~git20170801.0.75edb2e8-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-nebulouslabs-entropy-mnemonics/golang-github-nebulouslabs-entropy-mnemonics-dev_0.0~git20170316.0.7b01a64-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-gopkg-editorconfig-editorconfig-core-go.v1/golang-gopkg-editorconfig-editorconfig-core-go.v1-dev_1.2.0-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libb/libbusiness-onlinepayment-transactioncentral-perl/libbusiness-onlinepayment-transactioncentral-perl_0.06-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-action-serialize-data-serializer-perl/libcatalyst-action-serialize-data-serializer-perl_1.08-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/n/node-unicode-property-value-aliases-ecmascript/node-unicode-property-value-aliases-ecmascript_1.0.1+ds-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/r/ruby-rails-assets-jakobmattsson-jquery-elastic/ruby-rails-assets-jakobmattsson-jquery-elastic_1.6.11~dfsg-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.16% done xorriso : UPDATE : 1.12% done xorriso : UPDATE : 2.65% done, estimate finish Tue Dec 05 16:35:10 2017 xorriso : UPDATE : 2.65% done, estimate finish Tue Dec 05 16:35:48 2017 xorriso : UPDATE : 6.54% done, estimate finish Tue Dec 05 16:34:45 2017 xorriso : UPDATE : 8.38% done, estimate finish Tue Dec 05 16:34:42 2017 xorriso : UPDATE : 9.44% done, estimate finish Tue Dec 05 16:34:45 2017 xorriso : UPDATE : 11.88% done, estimate finish Tue Dec 05 16:34:39 2017 xorriso : UPDATE : 13.73% done, estimate finish Tue Dec 05 16:34:38 2017 xorriso : UPDATE : 15.47% done, estimate finish Tue Dec 05 16:34:37 2017 xorriso : UPDATE : 17.42% done, estimate finish Tue Dec 05 16:34:36 2017 xorriso : UPDATE : 19.17% done, estimate finish Tue Dec 05 16:34:36 2017 xorriso : UPDATE : 20.78% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 22.62% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 24.49% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 26.37% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 28.14% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 29.88% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 31.92% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 33.57% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 35.65% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 37.54% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 39.34% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 41.22% done, estimate finish Tue Dec 05 16:34:30 2017 xorriso : UPDATE : 42.89% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 44.95% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 46.75% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 48.13% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 49.99% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 51.35% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 53.05% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 53.86% done, estimate finish Tue Dec 05 16:34:34 2017 xorriso : UPDATE : 54.80% done, estimate finish Tue Dec 05 16:34:36 2017 xorriso : UPDATE : 54.80% done, estimate finish Tue Dec 05 16:34:40 2017 xorriso : UPDATE : 54.80% done, estimate finish Tue Dec 05 16:34:43 2017 xorriso : UPDATE : 54.80% done, estimate finish Tue Dec 05 16:34:46 2017 xorriso : UPDATE : 54.80% done, estimate finish Tue Dec 05 16:34:49 2017 xorriso : UPDATE : 54.80% done, estimate finish Tue Dec 05 16:34:52 2017 xorriso : UPDATE : 66.32% done, estimate finish Tue Dec 05 16:34:33 2017 xorriso : UPDATE : 68.53% done, estimate finish Tue Dec 05 16:34:33 2017 xorriso : UPDATE : 70.01% done, estimate finish Tue Dec 05 16:34:33 2017 xorriso : UPDATE : 71.38% done, estimate finish Tue Dec 05 16:34:33 2017 xorriso : UPDATE : 71.38% done, estimate finish Tue Dec 05 16:34:35 2017 xorriso : UPDATE : 75.00% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 75.00% done, estimate finish Tue Dec 05 16:34:34 2017 xorriso : UPDATE : 75.00% done, estimate finish Tue Dec 05 16:34:36 2017 xorriso : UPDATE : 75.00% done, estimate finish Tue Dec 05 16:34:38 2017 xorriso : UPDATE : 83.10% done, estimate finish Tue Dec 05 16:34:31 2017 xorriso : UPDATE : 84.12% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 86.24% done, estimate finish Tue Dec 05 16:34:33 2017 xorriso : UPDATE : 88.07% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 90.32% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 92.18% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 94.00% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 95.85% done, estimate finish Tue Dec 05 16:34:32 2017 xorriso : UPDATE : 97.93% done xorriso : UPDATE : 99.53% done ISO image produced: 2291306 sectors Written to medium : 2291306 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:34:33 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 14' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-14.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-14.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot14 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD14 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD14' xorriso : UPDATE : 2761 files added in 1 seconds xorriso : UPDATE : 2761 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : File "/pool/main/g/golang-github-bluebreezecf-opentsdb-goclient/golang-github-bluebreezecf-opentsdb-goclient-dev_0.0~git20160515.0.539764b-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-confluentinc-confluent-kafka-go/golang-github-confluentinc-confluent-kafka-go-dev_0.11.0-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/g/golang-github-vmware-photon-controller-go-sdk/golang-github-vmware-photon-controller-go-sdk-dev_0.0~PROMOTED-339-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 xorriso : UPDATE : 0.06% done xorriso : UPDATE : 1.09% done xorriso : UPDATE : 3.32% done xorriso : UPDATE : 5.91% done, estimate finish Tue Dec 05 16:35:21 2017 xorriso : UPDATE : 8.21% done, estimate finish Tue Dec 05 16:35:20 2017 xorriso : UPDATE : 11.34% done, estimate finish Tue Dec 05 16:35:16 2017 xorriso : UPDATE : 13.49% done, estimate finish Tue Dec 05 16:35:17 2017 xorriso : UPDATE : 15.61% done, estimate finish Tue Dec 05 16:35:17 2017 xorriso : UPDATE : 19.04% done, estimate finish Tue Dec 05 16:35:15 2017 xorriso : UPDATE : 21.32% done, estimate finish Tue Dec 05 16:35:15 2017 xorriso : UPDATE : 23.51% done, estimate finish Tue Dec 05 16:35:15 2017 xorriso : UPDATE : 26.46% done, estimate finish Tue Dec 05 16:35:15 2017 xorriso : UPDATE : 28.95% done, estimate finish Tue Dec 05 16:35:14 2017 xorriso : UPDATE : 30.61% done, estimate finish Tue Dec 05 16:35:14 2017 xorriso : UPDATE : 33.86% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 36.36% done, estimate finish Tue Dec 05 16:35:12 2017 xorriso : UPDATE : 38.97% done, estimate finish Tue Dec 05 16:35:12 2017 xorriso : UPDATE : 38.97% done, estimate finish Tue Dec 05 16:35:15 2017 xorriso : UPDATE : 43.74% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 46.43% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 48.99% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 51.52% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 53.93% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 56.59% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 58.98% done, estimate finish Tue Dec 05 16:35:12 2017 xorriso : UPDATE : 61.69% done, estimate finish Tue Dec 05 16:35:12 2017 xorriso : UPDATE : 64.17% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 66.36% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 68.88% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 71.06% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 73.20% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 75.56% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 76.62% done, estimate finish Tue Dec 05 16:35:14 2017 xorriso : UPDATE : 80.56% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 82.54% done, estimate finish Tue Dec 05 16:35:14 2017 xorriso : UPDATE : 85.34% done, estimate finish Tue Dec 05 16:35:14 2017 xorriso : UPDATE : 86.08% done, estimate finish Tue Dec 05 16:35:15 2017 xorriso : UPDATE : 90.07% done, estimate finish Tue Dec 05 16:35:14 2017 xorriso : UPDATE : 92.83% done, estimate finish Tue Dec 05 16:35:13 2017 xorriso : UPDATE : 94.94% done, estimate finish Tue Dec 05 16:35:14 2017 xorriso : UPDATE : 97.97% done ISO image produced: 1638237 sectors Written to medium : 1638237 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:35:14 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 2' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-2.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-2.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD2 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-2.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 3258g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD2' xorriso : UPDATE : 4707 files added in 1 seconds xorriso : UPDATE : 4707 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.23% done xorriso : UPDATE : 2.06% done xorriso : UPDATE : 3.92% done, estimate finish Tue Dec 05 16:36:24 2017 xorriso : UPDATE : 5.48% done, estimate finish Tue Dec 05 16:36:22 2017 xorriso : UPDATE : 7.07% done, estimate finish Tue Dec 05 16:36:21 2017 xorriso : UPDATE : 8.07% done, estimate finish Tue Dec 05 16:36:25 2017 xorriso : UPDATE : 10.61% done, estimate finish Tue Dec 05 16:36:18 2017 xorriso : UPDATE : 13.01% done, estimate finish Tue Dec 05 16:36:14 2017 xorriso : UPDATE : 14.84% done, estimate finish Tue Dec 05 16:36:13 2017 xorriso : UPDATE : 16.84% done, estimate finish Tue Dec 05 16:36:12 2017 xorriso : UPDATE : 18.80% done, estimate finish Tue Dec 05 16:36:12 2017 xorriso : UPDATE : 20.86% done, estimate finish Tue Dec 05 16:36:11 2017 xorriso : UPDATE : 22.78% done, estimate finish Tue Dec 05 16:36:08 2017 xorriso : UPDATE : 24.73% done, estimate finish Tue Dec 05 16:36:07 2017 xorriso : UPDATE : 25.06% done, estimate finish Tue Dec 05 16:36:11 2017 xorriso : UPDATE : 28.15% done, estimate finish Tue Dec 05 16:36:08 2017 xorriso : UPDATE : 30.59% done, estimate finish Tue Dec 05 16:36:08 2017 xorriso : UPDATE : 32.30% done, estimate finish Tue Dec 05 16:36:08 2017 xorriso : UPDATE : 34.32% done, estimate finish Tue Dec 05 16:36:07 2017 xorriso : UPDATE : 36.38% done, estimate finish Tue Dec 05 16:36:08 2017 xorriso : UPDATE : 38.27% done, estimate finish Tue Dec 05 16:36:07 2017 xorriso : UPDATE : 40.28% done, estimate finish Tue Dec 05 16:36:07 2017 xorriso : UPDATE : 41.89% done, estimate finish Tue Dec 05 16:36:07 2017 xorriso : UPDATE : 43.23% done, estimate finish Tue Dec 05 16:36:08 2017 xorriso : UPDATE : 45.04% done, estimate finish Tue Dec 05 16:36:09 2017 xorriso : UPDATE : 46.75% done, estimate finish Tue Dec 05 16:36:09 2017 xorriso : UPDATE : 48.39% done, estimate finish Tue Dec 05 16:36:09 2017 xorriso : UPDATE : 50.01% done, estimate finish Tue Dec 05 16:36:09 2017 xorriso : UPDATE : 51.95% done, estimate finish Tue Dec 05 16:36:09 2017 xorriso : UPDATE : 52.48% done, estimate finish Tue Dec 05 16:36:11 2017 xorriso : UPDATE : 55.87% done, estimate finish Tue Dec 05 16:36:09 2017 xorriso : UPDATE : 57.90% done, estimate finish Tue Dec 05 16:36:08 2017 xorriso : UPDATE : 59.40% done, estimate finish Tue Dec 05 16:36:10 2017 xorriso : UPDATE : 62.62% done, estimate finish Tue Dec 05 16:36:07 2017 xorriso : UPDATE : 64.28% done, estimate finish Tue Dec 05 16:36:08 2017 xorriso : UPDATE : 65.47% done, estimate finish Tue Dec 05 16:36:09 2017 xorriso : UPDATE : 67.32% done, estimate finish Tue Dec 05 16:36:09 2017 xorriso : UPDATE : 67.32% done, estimate finish Tue Dec 05 16:36:11 2017 xorriso : UPDATE : 67.32% done, estimate finish Tue Dec 05 16:36:13 2017 xorriso : UPDATE : 74.56% done, estimate finish Tue Dec 05 16:36:07 2017 xorriso : UPDATE : 74.56% done, estimate finish Tue Dec 05 16:36:08 2017 xorriso : UPDATE : 74.56% done, estimate finish Tue Dec 05 16:36:10 2017 xorriso : UPDATE : 74.56% done, estimate finish Tue Dec 05 16:36:12 2017 xorriso : UPDATE : 82.93% done, estimate finish Tue Dec 05 16:36:05 2017 xorriso : UPDATE : 83.73% done, estimate finish Tue Dec 05 16:36:06 2017 xorriso : UPDATE : 86.78% done, estimate finish Tue Dec 05 16:36:06 2017 xorriso : UPDATE : 88.21% done, estimate finish Tue Dec 05 16:36:06 2017 xorriso : UPDATE : 89.75% done, estimate finish Tue Dec 05 16:36:07 2017 xorriso : UPDATE : 92.82% done, estimate finish Tue Dec 05 16:36:06 2017 xorriso : UPDATE : 94.96% done, estimate finish Tue Dec 05 16:36:06 2017 xorriso : UPDATE : 96.52% done xorriso : UPDATE : 98.80% done ISO image produced: 2279388 sectors Written to medium : 2279388 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-2.iso' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:36:07 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 3' -o /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-3.iso -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-3.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-3.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD3 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-3.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 3254g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD3' xorriso : UPDATE : 4440 files added in 1 seconds xorriso : UPDATE : 4440 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/testing 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. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 0.50% done xorriso : UPDATE : 0.50% done, estimate finish Tue Dec 05 16:45:06 2017 xorriso : UPDATE : 0.50% done, estimate finish Tue Dec 05 16:48:26 2017 xorriso : UPDATE : 0.50% done, estimate finish Tue Dec 05 16:51:45 2017 xorriso : UPDATE : 0.50% done, estimate finish Tue Dec 05 16:55:05 2017 xorriso : UPDATE : 0.50% done, estimate finish Tue Dec 05 16:58:24 2017 xorriso : UPDATE : 7.84% done, estimate finish Tue Dec 05 16:37:46 2017 xorriso : UPDATE : 15.53% done, estimate finish Tue Dec 05 16:37:04 2017 xorriso : UPDATE : 17.47% done, estimate finish Tue Dec 05 16:37:03 2017 xorriso : UPDATE : 19.26% done, estimate finish Tue Dec 05 16:37:03 2017 xorriso : UPDATE : 20.91% done, estimate finish Tue Dec 05 16:37:04 2017 xorriso : UPDATE : 20.91% done, estimate finish Tue Dec 05 16:37:09 2017 xorriso : UPDATE : 24.72% done, estimate finish Tue Dec 05 16:37:03 2017 xorriso : UPDATE : 26.63% done, estimate finish Tue Dec 05 16:37:03 2017 xorriso : UPDATE : 26.63% done, estimate finish Tue Dec 05 16:37:07 2017 xorriso : UPDATE : 30.61% done, estimate finish Tue Dec 05 16:37:02 2017 xorriso : UPDATE : 32.58% done, estimate finish Tue Dec 05 16:36:52 2017 xorriso : UPDATE : 32.58% done, estimate finish Tue Dec 05 16:36:56 2017 xorriso : UPDATE : 36.33% done, estimate finish Tue Dec 05 16:36:54 2017 xorriso : UPDATE : 37.98% done, estimate finish Tue Dec 05 16:36:54 2017 xorriso : UPDATE : 37.98% done, estimate finish Tue Dec 05 16:36:57 2017 xorriso : UPDATE : 42.68% done, estimate finish Tue Dec 05 16:36:55 2017 xorriso : UPDATE : 42.97% done, estimate finish Tue Dec 05 16:36:57 2017 xorriso : UPDATE : 42.97% done, estimate finish Tue Dec 05 16:36:59 2017 xorriso : UPDATE : 48.02% done, estimate finish Tue Dec 05 16:36:57 2017 xorriso : UPDATE : 49.21% done, estimate finish Tue Dec 05 16:36:57 2017 xorriso : UPDATE : 51.54% done, estimate finish Tue Dec 05 16:36:59 2017 xorriso : UPDATE : 53.70% done, estimate finish Tue Dec 05 16:36:59 2017 xorriso : UPDATE : 55.59% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 57.48% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 58.40% done, estimate finish Tue Dec 05 16:37:01 2017 xorriso : UPDATE : 61.13% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 62.96% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 64.88% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 66.72% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 68.55% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 70.67% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 71.13% done, estimate finish Tue Dec 05 16:37:02 2017 xorriso : UPDATE : 72.92% done, estimate finish Tue Dec 05 16:37:02 2017 xorriso : UPDATE : 72.92% done, estimate finish Tue Dec 05 16:37:03 2017 xorriso : UPDATE : 72.92% done, estimate finish Tue Dec 05 16:37:05 2017 xorriso : UPDATE : 72.92% done, estimate finish Tue Dec 05 16:37:07 2017 xorriso : UPDATE : 83.29% done, estimate finish Tue Dec 05 16:36:59 2017 xorriso : UPDATE : 83.72% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 87.01% done, estimate finish Tue Dec 05 16:36:59 2017 xorriso : UPDATE : 87.01% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 91.07% done, estimate finish Tue Dec 05 16:36:59 2017 xorriso : UPDATE : 91.07% done, estimate finish Tue Dec 05 16:37:00 2017 xorriso : UPDATE : 94.43% done, estimate finish Tue Dec 05 16:36:59 2017 xorriso : UPDATE : 97.00% done xorriso : UPDATE : 99.45% done ISO image produced: 2292977 sectors Written to medium : 2292977 sectors at LBA 0 Writing to 'stdio:/srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-3.iso' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:37:00 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 4' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-4.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-4.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot4 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD4 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD4' xorriso : UPDATE : 4053 files added in 1 seconds xorriso : UPDATE : 4053 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.23% done xorriso : UPDATE : 2.14% done xorriso : UPDATE : 3.82% done, estimate finish Tue Dec 05 16:38:12 2017 xorriso : UPDATE : 5.89% done, estimate finish Tue Dec 05 16:38:04 2017 xorriso : UPDATE : 7.83% done, estimate finish Tue Dec 05 16:38:01 2017 xorriso : UPDATE : 8.53% done, estimate finish Tue Dec 05 16:38:08 2017 xorriso : UPDATE : 8.53% done, estimate finish Tue Dec 05 16:38:19 2017 xorriso : UPDATE : 9.80% done, estimate finish Tue Dec 05 16:38:19 2017 xorriso : UPDATE : 14.13% done, estimate finish Tue Dec 05 16:38:02 2017 xorriso : UPDATE : 14.13% done, estimate finish Tue Dec 05 16:38:10 2017 xorriso : UPDATE : 14.13% done, estimate finish Tue Dec 05 16:38:17 2017 xorriso : UPDATE : 14.13% done, estimate finish Tue Dec 05 16:38:24 2017 xorriso : UPDATE : 14.13% done, estimate finish Tue Dec 05 16:38:36 2017 xorriso : UPDATE : 14.13% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 14.13% done, estimate finish Tue Dec 05 16:38:55 2017 xorriso : UPDATE : 14.13% done, estimate finish Tue Dec 05 16:39:05 2017 xorriso : UPDATE : 14.13% done, estimate finish Tue Dec 05 16:39:14 2017 xorriso : UPDATE : 14.13% done, estimate finish Tue Dec 05 16:39:23 2017 xorriso : UPDATE : 33.43% done, estimate finish Tue Dec 05 16:37:55 2017 xorriso : UPDATE : 36.49% done, estimate finish Tue Dec 05 16:37:54 2017 xorriso : UPDATE : 39.81% done, estimate finish Tue Dec 05 16:37:51 2017 xorriso : UPDATE : 42.06% done, estimate finish Tue Dec 05 16:37:50 2017 xorriso : UPDATE : 44.03% done, estimate finish Tue Dec 05 16:37:45 2017 xorriso : UPDATE : 45.65% done, estimate finish Tue Dec 05 16:37:45 2017 xorriso : UPDATE : 47.31% done, estimate finish Tue Dec 05 16:37:47 2017 xorriso : UPDATE : 49.74% done, estimate finish Tue Dec 05 16:37:46 2017 xorriso : UPDATE : 51.42% done, estimate finish Tue Dec 05 16:37:47 2017 xorriso : UPDATE : 51.90% done, estimate finish Tue Dec 05 16:37:49 2017 xorriso : UPDATE : 55.33% done, estimate finish Tue Dec 05 16:37:48 2017 xorriso : UPDATE : 56.60% done, estimate finish Tue Dec 05 16:37:49 2017 xorriso : UPDATE : 58.99% done, estimate finish Tue Dec 05 16:37:49 2017 xorriso : UPDATE : 60.83% done, estimate finish Tue Dec 05 16:37:48 2017 xorriso : UPDATE : 62.83% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 64.78% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 66.37% done, estimate finish Tue Dec 05 16:37:53 2017 xorriso : UPDATE : 67.66% done, estimate finish Tue Dec 05 16:37:53 2017 xorriso : UPDATE : 70.48% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 71.81% done, estimate finish Tue Dec 05 16:37:53 2017 xorriso : UPDATE : 73.97% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 75.98% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 78.09% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 80.00% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 81.74% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 83.75% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 85.47% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 87.72% done, estimate finish Tue Dec 05 16:37:52 2017 xorriso : UPDATE : 88.85% done, estimate finish Tue Dec 05 16:37:53 2017 xorriso : UPDATE : 88.85% done, estimate finish Tue Dec 05 16:37:54 2017 xorriso : UPDATE : 88.85% done, estimate finish Tue Dec 05 16:37:55 2017 xorriso : UPDATE : 91.52% done, estimate finish Tue Dec 05 16:37:55 2017 xorriso : UPDATE : 97.35% done xorriso : UPDATE : 99.35% done ISO image produced: 2290864 sectors Written to medium : 2290864 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:37:53 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 5' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-5.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-5.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot5 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD5 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD5' xorriso : UPDATE : 4680 files added in 1 seconds xorriso : UPDATE : 4680 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.20% done xorriso : UPDATE : 1.59% done xorriso : UPDATE : 2.80% done, estimate finish Tue Dec 05 16:39:27 2017 xorriso : UPDATE : 5.34% done, estimate finish Tue Dec 05 16:39:01 2017 xorriso : UPDATE : 6.44% done, estimate finish Tue Dec 05 16:39:05 2017 xorriso : UPDATE : 8.54% done, estimate finish Tue Dec 05 16:39:00 2017 xorriso : UPDATE : 11.44% done, estimate finish Tue Dec 05 16:38:52 2017 xorriso : UPDATE : 13.16% done, estimate finish Tue Dec 05 16:38:52 2017 xorriso : UPDATE : 14.62% done, estimate finish Tue Dec 05 16:38:53 2017 xorriso : UPDATE : 17.04% done, estimate finish Tue Dec 05 16:38:50 2017 xorriso : UPDATE : 19.12% done, estimate finish Tue Dec 05 16:38:49 2017 xorriso : UPDATE : 20.75% done, estimate finish Tue Dec 05 16:38:50 2017 xorriso : UPDATE : 22.78% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 24.86% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 26.57% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 28.71% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 30.63% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 32.46% done, estimate finish Tue Dec 05 16:38:46 2017 xorriso : UPDATE : 34.32% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 36.21% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 38.14% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 40.08% done, estimate finish Tue Dec 05 16:38:46 2017 xorriso : UPDATE : 40.35% done, estimate finish Tue Dec 05 16:38:48 2017 xorriso : UPDATE : 40.35% done, estimate finish Tue Dec 05 16:38:53 2017 xorriso : UPDATE : 45.77% done, estimate finish Tue Dec 05 16:38:46 2017 xorriso : UPDATE : 47.70% done, estimate finish Tue Dec 05 16:38:46 2017 xorriso : UPDATE : 48.29% done, estimate finish Tue Dec 05 16:38:48 2017 xorriso : UPDATE : 48.29% done, estimate finish Tue Dec 05 16:38:51 2017 xorriso : UPDATE : 54.15% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 56.03% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 56.03% done, estimate finish Tue Dec 05 16:38:47 2017 xorriso : UPDATE : 56.03% done, estimate finish Tue Dec 05 16:38:50 2017 xorriso : UPDATE : 56.03% done, estimate finish Tue Dec 05 16:38:53 2017 xorriso : UPDATE : 56.03% done, estimate finish Tue Dec 05 16:38:56 2017 xorriso : UPDATE : 62.37% done, estimate finish Tue Dec 05 16:38:48 2017 xorriso : UPDATE : 68.17% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 70.58% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 72.46% done, estimate finish Tue Dec 05 16:38:43 2017 xorriso : UPDATE : 74.12% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 74.49% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 78.18% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 80.10% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 82.02% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 82.88% done, estimate finish Tue Dec 05 16:38:43 2017 xorriso : UPDATE : 85.89% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 87.89% done, estimate finish Tue Dec 05 16:38:43 2017 xorriso : UPDATE : 89.61% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 91.73% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 93.48% done, estimate finish Tue Dec 05 16:38:44 2017 xorriso : UPDATE : 93.48% done, estimate finish Tue Dec 05 16:38:45 2017 xorriso : UPDATE : 98.66% done ISO image produced: 2275620 sectors Written to medium : 2275620 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:38:45 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 6' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-6.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-6.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot6 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD6 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD6' xorriso : UPDATE : 4449 files added in 1 seconds xorriso : UPDATE : 4449 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.5-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 1.49% done xorriso : UPDATE : 3.14% done, estimate finish Tue Dec 05 16:40:12 2017 xorriso : UPDATE : 4.58% done, estimate finish Tue Dec 05 16:40:07 2017 xorriso : UPDATE : 7.59% done, estimate finish Tue Dec 05 16:39:48 2017 xorriso : UPDATE : 8.98% done, estimate finish Tue Dec 05 16:39:49 2017 xorriso : UPDATE : 11.31% done, estimate finish Tue Dec 05 16:39:45 2017 xorriso : UPDATE : 13.53% done, estimate finish Tue Dec 05 16:39:43 2017 xorriso : UPDATE : 15.39% done, estimate finish Tue Dec 05 16:39:42 2017 xorriso : UPDATE : 15.39% done, estimate finish Tue Dec 05 16:39:49 2017 xorriso : UPDATE : 15.39% done, estimate finish Tue Dec 05 16:39:55 2017 xorriso : UPDATE : 15.93% done, estimate finish Tue Dec 05 16:39:59 2017 xorriso : UPDATE : 22.29% done, estimate finish Tue Dec 05 16:39:38 2017 xorriso : UPDATE : 23.85% done, estimate finish Tue Dec 05 16:39:39 2017 xorriso : UPDATE : 23.85% done, estimate finish Tue Dec 05 16:39:44 2017 xorriso : UPDATE : 28.93% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 29.12% done, estimate finish Tue Dec 05 16:39:41 2017 xorriso : UPDATE : 29.12% done, estimate finish Tue Dec 05 16:39:44 2017 xorriso : UPDATE : 33.97% done, estimate finish Tue Dec 05 16:39:38 2017 xorriso : UPDATE : 36.40% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 38.58% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 40.27% done, estimate finish Tue Dec 05 16:39:38 2017 xorriso : UPDATE : 41.65% done, estimate finish Tue Dec 05 16:39:38 2017 xorriso : UPDATE : 44.44% done, estimate finish Tue Dec 05 16:39:36 2017 xorriso : UPDATE : 46.25% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 48.26% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 50.06% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 50.73% done, estimate finish Tue Dec 05 16:39:39 2017 xorriso : UPDATE : 53.93% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 55.87% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 57.77% done, estimate finish Tue Dec 05 16:39:38 2017 xorriso : UPDATE : 59.67% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 61.30% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 63.40% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 65.31% done, estimate finish Tue Dec 05 16:39:38 2017 xorriso : UPDATE : 67.23% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 69.10% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 70.11% done, estimate finish Tue Dec 05 16:39:38 2017 xorriso : UPDATE : 70.11% done, estimate finish Tue Dec 05 16:39:40 2017 xorriso : UPDATE : 70.11% done, estimate finish Tue Dec 05 16:39:42 2017 xorriso : UPDATE : 70.11% done, estimate finish Tue Dec 05 16:39:44 2017 xorriso : UPDATE : 70.11% done, estimate finish Tue Dec 05 16:39:46 2017 xorriso : UPDATE : 70.11% done, estimate finish Tue Dec 05 16:39:58 2017 xorriso : UPDATE : 70.11% done, estimate finish Tue Dec 05 16:40:02 2017 xorriso : UPDATE : 70.11% done, estimate finish Tue Dec 05 16:40:05 2017 xorriso : UPDATE : 74.27% done, estimate finish Tue Dec 05 16:39:55 2017 xorriso : UPDATE : 88.92% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 91.24% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 92.31% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 95.04% done, estimate finish Tue Dec 05 16:39:37 2017 xorriso : UPDATE : 95.91% done, estimate finish Tue Dec 05 16:39:38 2017 xorriso : UPDATE : 98.85% done ISO image produced: 2286203 sectors Written to medium : 2286203 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:39:38 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 7' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-7.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-7.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot7 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD7 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD7' xorriso : UPDATE : 4213 files added in 1 seconds xorriso : UPDATE : 4213 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/grub-firmware-qemu_2.02-2_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : File "/pool/main/libp/libplack-middleware-fixmissingbodyinredirect-perl/libplack-middleware-fixmissingbodyinredirect-perl_0.11-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.26% done xorriso : UPDATE : 1.69% done xorriso : UPDATE : 2.40% done, estimate finish Tue Dec 05 16:41:31 2017 xorriso : UPDATE : 2.40% done, estimate finish Tue Dec 05 16:42:13 2017 xorriso : UPDATE : 2.40% done, estimate finish Tue Dec 05 16:42:55 2017 xorriso : UPDATE : 2.40% done, estimate finish Tue Dec 05 16:43:37 2017 xorriso : UPDATE : 11.57% done, estimate finish Tue Dec 05 16:40:37 2017 xorriso : UPDATE : 13.32% done, estimate finish Tue Dec 05 16:40:37 2017 xorriso : UPDATE : 15.52% done, estimate finish Tue Dec 05 16:40:35 2017 xorriso : UPDATE : 16.98% done, estimate finish Tue Dec 05 16:40:36 2017 xorriso : UPDATE : 19.13% done, estimate finish Tue Dec 05 16:40:35 2017 xorriso : UPDATE : 20.68% done, estimate finish Tue Dec 05 16:40:35 2017 xorriso : UPDATE : 22.87% done, estimate finish Tue Dec 05 16:40:29 2017 xorriso : UPDATE : 24.91% done, estimate finish Tue Dec 05 16:40:28 2017 xorriso : UPDATE : 26.91% done, estimate finish Tue Dec 05 16:40:29 2017 xorriso : UPDATE : 28.76% done, estimate finish Tue Dec 05 16:40:30 2017 xorriso : UPDATE : 29.70% done, estimate finish Tue Dec 05 16:40:31 2017 xorriso : UPDATE : 32.47% done, estimate finish Tue Dec 05 16:40:29 2017 xorriso : UPDATE : 33.74% done, estimate finish Tue Dec 05 16:40:31 2017 xorriso : UPDATE : 36.54% done, estimate finish Tue Dec 05 16:40:30 2017 xorriso : UPDATE : 38.17% done, estimate finish Tue Dec 05 16:40:30 2017 xorriso : UPDATE : 39.03% done, estimate finish Tue Dec 05 16:40:32 2017 xorriso : UPDATE : 39.03% done, estimate finish Tue Dec 05 16:40:37 2017 xorriso : UPDATE : 39.03% done, estimate finish Tue Dec 05 16:40:41 2017 xorriso : UPDATE : 45.98% done, estimate finish Tue Dec 05 16:40:31 2017 xorriso : UPDATE : 47.39% done, estimate finish Tue Dec 05 16:40:31 2017 xorriso : UPDATE : 49.53% done, estimate finish Tue Dec 05 16:40:31 2017 xorriso : UPDATE : 51.97% done, estimate finish Tue Dec 05 16:40:30 2017 xorriso : UPDATE : 53.89% done, estimate finish Tue Dec 05 16:40:30 2017 xorriso : UPDATE : 55.71% done, estimate finish Tue Dec 05 16:40:30 2017 xorriso : UPDATE : 57.54% done, estimate finish Tue Dec 05 16:40:31 2017 xorriso : UPDATE : 59.19% done, estimate finish Tue Dec 05 16:40:31 2017 xorriso : UPDATE : 61.35% done, estimate finish Tue Dec 05 16:40:29 2017 xorriso : UPDATE : 63.26% done, estimate finish Tue Dec 05 16:40:29 2017 xorriso : UPDATE : 64.21% done, estimate finish Tue Dec 05 16:40:30 2017 xorriso : UPDATE : 67.17% done, estimate finish Tue Dec 05 16:40:30 2017 xorriso : UPDATE : 68.29% done, estimate finish Tue Dec 05 16:40:31 2017 xorriso : UPDATE : 68.29% done, estimate finish Tue Dec 05 16:40:32 2017 xorriso : UPDATE : 68.29% done, estimate finish Tue Dec 05 16:40:34 2017 xorriso : UPDATE : 74.93% done, estimate finish Tue Dec 05 16:40:30 2017 xorriso : UPDATE : 74.93% done, estimate finish Tue Dec 05 16:40:31 2017 xorriso : UPDATE : 74.93% done, estimate finish Tue Dec 05 16:40:33 2017 xorriso : UPDATE : 74.93% done, estimate finish Tue Dec 05 16:40:34 2017 xorriso : UPDATE : 83.01% done, estimate finish Tue Dec 05 16:40:30 2017 xorriso : UPDATE : 83.01% done, estimate finish Tue Dec 05 16:40:32 2017 xorriso : UPDATE : 83.01% done, estimate finish Tue Dec 05 16:40:34 2017 xorriso : UPDATE : 90.17% done, estimate finish Tue Dec 05 16:40:29 2017 xorriso : UPDATE : 90.17% done, estimate finish Tue Dec 05 16:40:31 2017 xorriso : UPDATE : 94.65% done, estimate finish Tue Dec 05 16:40:29 2017 xorriso : UPDATE : 97.11% done xorriso : UPDATE : 98.35% done ISO image produced: 2293535 sectors Written to medium : 2293535 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:40:30 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 8' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-8.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-8.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot8 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD8 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD8' xorriso : UPDATE : 7347 files added in 1 seconds xorriso : UPDATE : 7347 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/hdmi2usb-fx2-firmware_0.0.0~git20151225-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. 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 : File "/pool/main/libc/libcatalyst-authentication-credential-authen-simple-perl/libcatalyst-authentication-credential-authen-simple-perl_0.09-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-store-dbix-class-perl/libcatalyst-authentication-store-dbix-class-perl_0.1506-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-component-instancepercontext-perl/libcatalyst-component-instancepercontext-perl_0.001001-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-plugin-session-store-delegate-perl/libcatalyst-plugin-session-store-delegate-perl_0.06-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-plugin-session-store-fastmmap-perl/libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.22% done xorriso : UPDATE : 0.89% done xorriso : UPDATE : 2.96% done, estimate finish Tue Dec 05 16:41:59 2017 xorriso : UPDATE : 4.70% done, estimate finish Tue Dec 05 16:41:48 2017 xorriso : UPDATE : 6.63% done, estimate finish Tue Dec 05 16:41:40 2017 xorriso : UPDATE : 8.75% done, estimate finish Tue Dec 05 16:41:35 2017 xorriso : UPDATE : 10.20% done, estimate finish Tue Dec 05 16:41:36 2017 xorriso : UPDATE : 11.50% done, estimate finish Tue Dec 05 16:41:37 2017 xorriso : UPDATE : 11.50% done, estimate finish Tue Dec 05 16:41:46 2017 xorriso : UPDATE : 15.96% done, estimate finish Tue Dec 05 16:41:31 2017 xorriso : UPDATE : 18.29% done, estimate finish Tue Dec 05 16:41:29 2017 xorriso : UPDATE : 19.71% done, estimate finish Tue Dec 05 16:41:30 2017 xorriso : UPDATE : 22.52% done, estimate finish Tue Dec 05 16:41:22 2017 xorriso : UPDATE : 24.27% done, estimate finish Tue Dec 05 16:41:23 2017 xorriso : UPDATE : 26.44% done, estimate finish Tue Dec 05 16:41:22 2017 xorriso : UPDATE : 28.47% done, estimate finish Tue Dec 05 16:41:23 2017 xorriso : UPDATE : 30.85% done, estimate finish Tue Dec 05 16:41:22 2017 xorriso : UPDATE : 32.99% done, estimate finish Tue Dec 05 16:41:21 2017 xorriso : UPDATE : 35.16% done, estimate finish Tue Dec 05 16:41:21 2017 xorriso : UPDATE : 37.21% done, estimate finish Tue Dec 05 16:41:21 2017 xorriso : UPDATE : 38.67% done, estimate finish Tue Dec 05 16:41:21 2017 xorriso : UPDATE : 41.47% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 43.50% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 45.60% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 47.55% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 47.55% done, estimate finish Tue Dec 05 16:41:23 2017 xorriso : UPDATE : 52.01% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 52.01% done, estimate finish Tue Dec 05 16:41:22 2017 xorriso : UPDATE : 54.37% done, estimate finish Tue Dec 05 16:41:21 2017 xorriso : UPDATE : 57.86% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 59.90% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 60.90% done, estimate finish Tue Dec 05 16:41:21 2017 xorriso : UPDATE : 60.90% done, estimate finish Tue Dec 05 16:41:24 2017 xorriso : UPDATE : 65.83% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 67.47% done, estimate finish Tue Dec 05 16:41:21 2017 xorriso : UPDATE : 69.56% done, estimate finish Tue Dec 05 16:41:21 2017 xorriso : UPDATE : 72.06% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 74.21% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 76.41% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 78.16% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 80.78% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 82.68% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 82.68% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 82.68% done, estimate finish Tue Dec 05 16:41:22 2017 xorriso : UPDATE : 87.88% done, estimate finish Tue Dec 05 16:41:20 2017 xorriso : UPDATE : 91.18% done, estimate finish Tue Dec 05 16:41:19 2017 xorriso : UPDATE : 91.21% done, estimate finish Tue Dec 05 16:41:21 2017 xorriso : UPDATE : 91.21% done, estimate finish Tue Dec 05 16:41:22 2017 xorriso : UPDATE : 97.80% done xorriso : UPDATE : 99.91% done ISO image produced: 2293002 sectors Written to medium : 2293002 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Tue 5 Dec 16:41:21 UTC 2017 xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian buster-DI-a2 i386 9' -o /dev/null -jigdo-jigdo /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-9.jigdo -jigdo-template /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386/debian-buster-DI-alpha2-i386-DVD-9.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot9 -md5-list /srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/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 CD9 xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/srv/cdbuilder.debian.org/src/deb-cd/tmp/3i386/buster/CD9' xorriso : UPDATE : 8006 files added in 1 seconds xorriso : UPDATE : 8006 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/testing to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_4.3.3+dfsg1-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-ath9k-htc_1.4.0-81-gf206e56+dfsg-2_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.04% done xorriso : UPDATE : 0.17% done xorriso : UPDATE : 0.49% done xorriso : UPDATE : 3.02% done, estimate finish Tue Dec 05 16:42:45 2017 xorriso : UPDATE : 5.18% done, estimate finish Tue Dec 05 16:42:30 2017 xorriso : UPDATE : 5.71% done, estimate finish Tue Dec 05 16:42:41 2017 xorriso : UPDATE : 9.56% done, estimate finish Tue Dec 05 16:42:20 2017 xorriso : UPDATE : 10.50% done, estimate finish Tue Dec 05 16:42:24 2017 xorriso : UPDATE : 12.78% done, estimate finish Tue Dec 05 16:42:21 2017 xorriso : UPDATE : 15.08% done, estimate finish Tue Dec 05 16:42:18 2017 xorriso : UPDATE : 15.08% done, estimate finish Tue Dec 05 16:42:25 2017 xorriso : UPDATE : 20.50% done, estimate finish Tue Dec 05 16:42:13 2017 xorriso : UPDATE : 20.96% done, estimate finish Tue Dec 05 16:42:17 2017 xorriso : UPDATE : 24.12% done, estimate finish Tue Dec 05 16:42:10 2017 xorriso : UPDATE : 24.12% done, estimate finish Tue Dec 05 16:42:15 2017 xorriso : UPDATE : 28.97% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 28.97% done, estimate finish Tue Dec 05 16:42:13 2017 xorriso : UPDATE : 33.47% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 35.54% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 36.96% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 39.62% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 41.83% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 44.03% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 46.58% done, estimate finish Tue Dec 05 16:42:08 2017 xorriso : UPDATE : 48.56% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 50.61% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 51.10% done, estimate finish Tue Dec 05 16:42:10 2017 xorriso : UPDATE : 54.76% done, estimate finish Tue Dec 05 16:42:08 2017 xorriso : UPDATE : 56.64% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 58.98% done, estimate finish Tue Dec 05 16:42:08 2017 xorriso : UPDATE : 60.98% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 62.35% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 64.00% done, estimate finish Tue Dec 05 16:42:10 2017 xorriso : UPDATE : 66.94% done, estimate finish Tue Dec 05 16:42:10 2017 xorriso : UPDATE : 69.48% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 71.72% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 73.46% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 73.46% done, estimate finish Tue Dec 05 16:42:11 2017 xorriso : UPDATE : 77.79% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 80.39% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 82.24% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 84.32% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 86.49% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 88.64% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 90.79% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 92.97% done, estimate finish Tue Dec 05 16:42:09 2017 xorriso : UPDATE : 93.29% done, estimate finish Tue Dec 05 16:42:10 2017 xorriso : UPDATE : 96.97% done xorriso : UPDATE : 99.08% done ISO image produced: 2293133 sectors Written to medium : 2293133 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.buster/debian-cd/tools/imagesums /srv/cdbuilder.debian.org/dst/deb-cd/out/3i386 4053b74912a0d2003733b4ac67c2d0c5670a9e63 debian-buster-DI-alpha2-i386-DVD-1.iso c4a850d60ed01816d16f778a0a65898c debian-buster-DI-alpha2-i386-DVD-1.iso 5449221c4ce3c12db09778fbb1ff2291368e7f22a23578fbe3925000e7622fb8f536dad26782d9ad4d98fe9b7eeffe8adf0820ef50070e66c46cccb7d61a08e8 debian-buster-DI-alpha2-i386-DVD-1.iso e6d646290a2ca88193789fc7f5b286d7bb20518f159bced4fc1ee7954ec69908 debian-buster-DI-alpha2-i386-DVD-1.iso 2e9403c5771ac0c9b7d38fa2a2f58777afd6daeb debian-buster-DI-alpha2-i386-DVD-10.iso f046a7b2b8d4e67d5c60fc53e4ba63ff debian-buster-DI-alpha2-i386-DVD-10.iso ba20f8d034731f6999b9a5ae9814806ce42fb8488166b87f832bc055d7eab2f972911de8f5096b2006532746975db8943ba578dddf9f4dc8509a9b3adb335221 debian-buster-DI-alpha2-i386-DVD-10.iso 2c5be3e27fdb6856fc66895329e2c3874e99d466f003e84a86bfb46b13542a8a debian-buster-DI-alpha2-i386-DVD-10.iso 6f4ed9eaeff809ef4f950427695f35c67e269ec1 debian-buster-DI-alpha2-i386-DVD-11.iso 5b3a2ee42ae45d6228c7fe0bbd87de44 debian-buster-DI-alpha2-i386-DVD-11.iso 2c925309dba9f48bde7e7dfd6932f7fc1c13af7f1e86a40e00862f58c910eb2e94d5cb5c8118f431fbaa28cfb55308ad4df96132de8284408f188d038f0eb31a debian-buster-DI-alpha2-i386-DVD-11.iso 03b2557f690c88f67d3b223f3947b0eea3cc950669f6de557174c4cfb825a7bd debian-buster-DI-alpha2-i386-DVD-11.iso ea62cc1e4cd85df63e4fe20816d3e4a8524dcccd debian-buster-DI-alpha2-i386-DVD-12.iso 5f286b2f8df140cbdd2365aeb44a7e97 debian-buster-DI-alpha2-i386-DVD-12.iso 540be3731afcde5e27057100a003e59abe608486af32d79f96d1828d4ca4a6f11d17d51fdab1cadd385ffb2477e7340ad268bd1e42857058435eaacf28c2870d debian-buster-DI-alpha2-i386-DVD-12.iso de6b6dc89cd0b916e7837614b2e62a4ea16b9c4960f55b0cdde6e1dd0995f13f debian-buster-DI-alpha2-i386-DVD-12.iso fc8e23f56d20e9840d7511c280d0f528776ffdbb debian-buster-DI-alpha2-i386-DVD-13.iso e8eb3173f8706b6d04a08eace274f2f6 debian-buster-DI-alpha2-i386-DVD-13.iso de82a9ba2b1c0325d72c974eb15bc6002d808a6269f8538b5587dd7fb6a827c93b248209fc6b82d027870b5f001641034e3447943bca4b4dd9e74a984032b795 debian-buster-DI-alpha2-i386-DVD-13.iso 43e308f69ae732c086e2a756a1835aa2b63d452e4de22de04ec547b1185bca88 debian-buster-DI-alpha2-i386-DVD-13.iso 2ef8e8f4ae4b6532d5f8d29b14b73bfe682f6f1a debian-buster-DI-alpha2-i386-DVD-14.iso 28994973c7fb7972e6d636798cb8f64e debian-buster-DI-alpha2-i386-DVD-14.iso 1b8b647629c82223ca36b9adfaf1d8f0b95cbd23da46a7cd665a5c255c1e97a308d59ccd304e4382970eed30150529e240a4154d07979f2446ad5c068b162a06 debian-buster-DI-alpha2-i386-DVD-14.iso 7ef52abd49bb97e4ec3edbc4ad6912583d4a97c98e307af67d63dab17d07f02d debian-buster-DI-alpha2-i386-DVD-14.iso 5ec5acf2121f8b15dd4405fc4290270ce4f072c8 debian-buster-DI-alpha2-i386-DVD-2.iso 7183f505e920c3a278c98f4fcbd90b8a debian-buster-DI-alpha2-i386-DVD-2.iso a26b9e44c0c19168b7f98bd084730de5dfb5b9f1e7cc28e8f874eadbfdd403944859962bb732d521497ca71984c6078780a270b2cc4cac547460338eacc7a85c debian-buster-DI-alpha2-i386-DVD-2.iso 787edee170ca532391c91594d7f846c890572a64e88c2a9ee318ab4a43ac8fc5 debian-buster-DI-alpha2-i386-DVD-2.iso 0ccdde8472026ad1417e93b9bcb47940df91afa4 debian-buster-DI-alpha2-i386-DVD-3.iso 1a6ce23d0bdd7382adace020c5ddba9c debian-buster-DI-alpha2-i386-DVD-3.iso 1e0d365173bd54fd27fb13c9fdb18149de308b2ec37cb2534d0e70ccd28a8ebae7a1376c393f824af02c148ebf9ec79d8a3bf361fa4d0c5844a6f5bb1e766acb debian-buster-DI-alpha2-i386-DVD-3.iso 9e4762087c3e6f74c31a3544ce8c04391ee6f9185ae4939d220ca78f63abb81b debian-buster-DI-alpha2-i386-DVD-3.iso 540aef7b779f273e28197759b299d2faeb7a39f9 debian-buster-DI-alpha2-i386-DVD-4.iso fbaf23ad4b6bd8034151e1e697d7a42e debian-buster-DI-alpha2-i386-DVD-4.iso dff493c209da8b7e56eb0df38305941abb722972582495e91c1c4bb480fe34dcf91dbb22da8bcc97014ca30e7d6268f5e5d0209a171f361c04d36d7b5f3c1748 debian-buster-DI-alpha2-i386-DVD-4.iso 6deb552b27046deea77132ca59b48274e132bc154c9e2c53f13dcf2ab7505131 debian-buster-DI-alpha2-i386-DVD-4.iso 032f48f119a492abb44601cb1a2f82286802b48b debian-buster-DI-alpha2-i386-DVD-5.iso 3c43b9120247f98ab7c6feffb35a6afa debian-buster-DI-alpha2-i386-DVD-5.iso bad8136c9f601cfec86fc4c27c172b05736bb4679c7f96a3254bf7e1b7fee0ea9fda10befb650ed4d4ef8781288aa7e385bf94ebef25e4c39c187eff08886e16 debian-buster-DI-alpha2-i386-DVD-5.iso 943066af9df3ab73773e54d9a413190b9c85f5be71888341a5555b3df1aa4b49 debian-buster-DI-alpha2-i386-DVD-5.iso bb911772d4a7d683ae58c7ce7be97ba25e8adbb1 debian-buster-DI-alpha2-i386-DVD-6.iso 6feaa1d37f8cd9ac5e574b93836dcc64 debian-buster-DI-alpha2-i386-DVD-6.iso badc8bddcbfc1a04c694d5f194b359e5462a1c437947d19c91d981fcb825a920d83830c506276a4d7385411212343c4b70fd9093495df0cb0c2d72293d5381a9 debian-buster-DI-alpha2-i386-DVD-6.iso 8f5fe0087d74ca8f237eaed3ae5c2a59224155d3b24df7dfe28957dba521f4a9 debian-buster-DI-alpha2-i386-DVD-6.iso 4e42651fa6dec6a0e9cc0e59cc381211ac7321de debian-buster-DI-alpha2-i386-DVD-7.iso 04bf62195f8989380f984666fe0b6c7a debian-buster-DI-alpha2-i386-DVD-7.iso 9873a8533051fa43900dcca029109def869df5e48490a137304038a5aa8754fd5ff83dc73923e72b7fd1d917d362f5100af120d9ab73acd0ac7a104553253cb5 debian-buster-DI-alpha2-i386-DVD-7.iso d2412a2db67d78b747e5579e22a44610880fa6542fafa82e642a68f12dfbbeb7 debian-buster-DI-alpha2-i386-DVD-7.iso a3ea237abab56778e7df57e764c5fa5b1b6717e3 debian-buster-DI-alpha2-i386-DVD-8.iso 393be5be129dcd1045d6a9a2a13bf4b5 debian-buster-DI-alpha2-i386-DVD-8.iso 329a09768a2b605e49f412311685251521cd76f0d4751d947665fd9d654dc610ecfba0f8d740eae6706ad98c9819eec84a6813e3ee8f9ef0ed89e94376bd0d3a debian-buster-DI-alpha2-i386-DVD-8.iso 530ac8f45bf38dbdbc2c740feadeb5ba587af91d0e8620c9decb665ff6107302 debian-buster-DI-alpha2-i386-DVD-8.iso 1ed10c8fd2d8cb911d367529c5def7e9a74d7e14 debian-buster-DI-alpha2-i386-DVD-9.iso 4a2584b2cebdfd91bfa6b738a583abc4 debian-buster-DI-alpha2-i386-DVD-9.iso 205fb0d30328f8e42c60687578bab3f79cb153909eac183a38a088260bf9f830b1314ba3512f5da9433bbaf574103845704c8c60a107b6d0e0ac93cb7afa8983 debian-buster-DI-alpha2-i386-DVD-9.iso 0e726658334a387bb8319528719f479bdeb41d480c9f8d9c7b585e73edbf2283 debian-buster-DI-alpha2-i386-DVD-9.iso Tue 5 Dec 16:42:10 UTC 2017: Finished.