\( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-12/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/man /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/info /home/autobuild/autobuild/instance-12/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/doc /home/autobuild/autobuild/instance-12/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-12/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-12/output-1/target/lib/debug /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-12/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-12/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-12/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-12/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1085-ga97ab5d2fa"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-12/output-1/per-package /home/autobuild/autobuild/instance-12/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-12/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs printf ' saned -1 saned -1 * /etc/sane.d - - Saned User\n - - sudo -1 - - - -\n\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkcramfs -B /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.cramfs\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/cramfs/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' warning: file sizes truncated to 16MB (minus 1 byte) >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -l -n -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-12/output-1/images/rootfs.jffs2\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.jffs2: error!: Page size for this system is by default 16384 mkfs.jffs2: error!: Use the --pagesize=SIZE option if this is not what you want >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2187 objects. stage 2: creating image '/home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2' [ ] 1/2187 0% [ ] 2/2187 0% [ ] 3/2187 0% [ ] 4/2187 0% [ ] 5/2187 0% [ ] 6/2187 0% [ ] 7/2187 0% [ ] 8/2187 0% [ ] 9/2187 0% [ ] 10/2187 0% [ ] 11/2187 0% [ ] 12/2187 0% [ ] 13/2187 0% [ ] 14/2187 0% [ ] 15/2187 0% [ ] 16/2187 0% [ ] 17/2187 0% [ ] 18/2187 0% [ ] 19/2187 0% [ ] 20/2187 0% [ ] 21/2187 0% [ ] 22/2187 1% [ ] 23/2187 1% [ ] 24/2187 1% [ ] 25/2187 1% [ ] 26/2187 1% [ ] 27/2187 1% [ ] 28/2187 1% [ ] 29/2187 1% [ ] 30/2187 1% [ ] 31/2187 1% [ ] 32/2187 1% [ ] 33/2187 1% [ ] 34/2187 1% [ ] 35/2187 1% [= ] 36/2187 1% [= ] 37/2187 1% [= ] 38/2187 1% [= ] 39/2187 1% [= ] 40/2187 1% [= ] 41/2187 1% [= ] 42/2187 1% [= ] 43/2187 1% [= ] 44/2187 2% [= ] 45/2187 2% [= ] 46/2187 2% [= ] 47/2187 2% [= ] 48/2187 2% [= ] 49/2187 2% [= ] 50/2187 2% [= ] 51/2187 2% [= ] 52/2187 2% [= ] 53/2187 2% [= ] 54/2187 2% [= ] 55/2187 2% [= ] 56/2187 2% [= ] 57/2187 2% [= ] 58/2187 2% [= ] 59/2187 2% [= ] 60/2187 2% [= ] 61/2187 2% [= ] 62/2187 2% [= ] 63/2187 2% [= ] 64/2187 2% [= ] 65/2187 2% [= ] 66/2187 3% [= ] 67/2187 3% [= ] 68/2187 3% [= ] 69/2187 3% [= ] 70/2187 3% [== ] 71/2187 3% [== ] 72/2187 3% [== ] 73/2187 3% [== ] 74/2187 3% [== ] 75/2187 3% [== ] 76/2187 3% [== ] 77/2187 3% [== ] 78/2187 3% [== ] 79/2187 3% [== ] 80/2187 3% [== ] 81/2187 3% [== ] 82/2187 3% [== ] 83/2187 3% [== ] 84/2187 3% [== ] 85/2187 3% [== ] 86/2187 3% [== ] 87/2187 3% [== ] 88/2187 4% [== ] 89/2187 4% [== ] 90/2187 4% [== ] 91/2187 4% [== ] 92/2187 4% [== ] 93/2187 4% [== ] 94/2187 4% [== ] 95/2187 4% [== ] 96/2187 4% [== ] 97/2187 4% [== ] 98/2187 4% [== ] 99/2187 4% [== ] 100/2187 4% [== ] 101/2187 4% [== ] 102/2187 4% [== ] 103/2187 4% [== ] 104/2187 4% [== ] 105/2187 4% [=== ] 106/2187 4% [=== ] 107/2187 4% [=== ] 108/2187 4% [=== ] 109/2187 4% [=== ] 110/2187 5% [=== ] 111/2187 5% [=== ] 112/2187 5% [=== ] 113/2187 5% [=== ] 114/2187 5% [=== ] 115/2187 5% [=== ] 116/2187 5% [=== ] 117/2187 5% [=== ] 118/2187 5% [=== ] 119/2187 5% [=== ] 120/2187 5% [=== ] 121/2187 5% [=== ] 122/2187 5% [=== ] 123/2187 5% [=== ] 124/2187 5% [=== ] 125/2187 5% [=== ] 126/2187 5% [=== ] 127/2187 5% [=== ] 128/2187 5% [=== ] 129/2187 5% [=== ] 130/2187 5% [=== ] 131/2187 5% [=== ] 132/2187 6% [=== ] 133/2187 6% [=== ] 134/2187 6% [=== ] 135/2187 6% [=== ] 136/2187 6% [=== ] 137/2187 6% [=== ] 138/2187 6% [=== ] 139/2187 6% [=== ] 140/2187 6% [=== ] 141/2187 6% [==== ] 142/2187 6% [==== ] 143/2187 6% [==== ] 144/2187 6% [==== ] 145/2187 6% [==== ] 146/2187 6% [==== ] 147/2187 6% [==== ] 148/2187 6% [==== ] 149/2187 6% [==== ] 150/2187 6% [==== ] 151/2187 6% [==== ] 152/2187 6% [==== ] 153/2187 6% [==== ] 154/2187 7% [==== ] 155/2187 7% [==== ] 156/2187 7% [==== ] 157/2187 7% [==== ] 158/2187 7% [==== ] 159/2187 7% [==== ] 160/2187 7% [==== ] 161/2187 7% [==== ] 162/2187 7% [==== ] 163/2187 7% [==== ] 164/2187 7% [==== ] 165/2187 7% [==== ] 166/2187 7% [==== ] 167/2187 7% [==== ] 168/2187 7% [==== ] 169/2187 7% [==== ] 170/2187 7% [==== ] 171/2187 7% [==== ] 172/2187 7% [==== ] 173/2187 7% [==== ] 174/2187 7% [==== ] 175/2187 8% [==== ] 176/2187 8% [===== ] 177/2187 8% [===== ] 178/2187 8% [===== ] 179/2187 8% [===== ] 180/2187 8% [===== ] 181/2187 8% [===== ] 182/2187 8% [===== ] 183/2187 8% [===== ] 184/2187 8% [===== ] 185/2187 8% [===== ] 186/2187 8% [===== ] 187/2187 8% [===== ] 188/2187 8% [===== ] 189/2187 8% [===== ] 190/2187 8% [===== ] 191/2187 8% [===== ] 192/2187 8% [===== ] 193/2187 8% [===== ] 194/2187 8% [===== ] 195/2187 8% [===== ] 196/2187 8% [===== ] 197/2187 9% [===== ] 198/2187 9% [===== ] 199/2187 9% [===== ] 200/2187 9% [===== ] 201/2187 9% [===== ] 202/2187 9% [===== ] 203/2187 9% [===== ] 204/2187 9% [===== ] 205/2187 9% [===== ] 206/2187 9% [===== ] 207/2187 9% [===== ] 208/2187 9% [===== ] 209/2187 9% [===== ] 210/2187 9% [===== ] 211/2187 9% [====== ] 212/2187 9% [====== ] 213/2187 9% [====== ] 214/2187 9% [====== ] 215/2187 9% [====== ] 216/2187 9% [====== ] 217/2187 9% [====== ] 218/2187 9% [====== ] 219/2187 10% [====== ] 220/2187 10% [====== ] 221/2187 10% [====== ] 222/2187 10% [====== ] 223/2187 10% [====== ] 224/2187 10% [====== ] 225/2187 10% [====== ] 226/2187 10% [====== ] 227/2187 10% [====== ] 228/2187 10% [====== ] 229/2187 10% [====== ] 230/2187 10% [====== ] 231/2187 10% [====== ] 232/2187 10% [====== ] 233/2187 10% [====== ] 234/2187 10% [====== ] 235/2187 10% [====== ] 236/2187 10% [====== ] 237/2187 10% [====== ] 238/2187 10% [====== ] 239/2187 10% [====== ] 240/2187 10% [====== ] 241/2187 11% [====== ] 242/2187 11% [====== ] 243/2187 11% [====== ] 244/2187 11% [====== ] 245/2187 11% [====== ] 246/2187 11% [======= ] 247/2187 11% [======= ] 248/2187 11% [======= ] 249/2187 11% [======= ] 250/2187 11% [======= ] 251/2187 11% [======= ] 252/2187 11% [======= ] 253/2187 11% [======= ] 254/2187 11% [======= ] 255/2187 11% [======= ] 256/2187 11% [======= ] 257/2187 11% [======= ] 258/2187 11% [======= ] 259/2187 11% [======= ] 260/2187 11% [======= ] 261/2187 11% [======= ] 262/2187 11% [======= ] 263/2187 12% [======= ] 264/2187 12% [======= ] 265/2187 12% [======= ] 266/2187 12% [======= ] 267/2187 12% [======= ] 268/2187 12% [======= ] 269/2187 12% [======= ] 270/2187 12% [======= ] 271/2187 12% [======= ] 272/2187 12% [======= ] 273/2187 12% [======= ] 274/2187 12% [======= ] 275/2187 12% [======= ] 276/2187 12% [======= ] 277/2187 12% [======= ] 278/2187 12% [======= ] 279/2187 12% [======= ] 280/2187 12% [======= ] 281/2187 12% [======= ] 282/2187 12% [======== ] 283/2187 12% [======== ] 284/2187 12% [======== ] 285/2187 13% [======== ] 286/2187 13% [======== ] 287/2187 13% [======== ] 288/2187 13% [======== ] 289/2187 13% [======== ] 290/2187 13% [======== ] 291/2187 13% [======== ] 292/2187 13% [======== ] 293/2187 13% [======== ] 294/2187 13% [======== ] 295/2187 13% [======== ] 296/2187 13% [======== ] 297/2187 13% [======== ] 298/2187 13% [======== ] 299/2187 13% [======== ] 300/2187 13% [======== ] 301/2187 13% [======== ] 302/2187 13% [======== ] 303/2187 13% [======== ] 304/2187 13% [======== ] 305/2187 13% [======== ] 306/2187 13% [======== ] 307/2187 14% [======== ] 308/2187 14% [======== ] 309/2187 14% [======== ] 310/2187 14% [======== ] 311/2187 14% [======== ] 312/2187 14% [======== ] 313/2187 14% [======== ] 314/2187 14% [======== ] 315/2187 14% [======== ] 316/2187 14% [======== ] 317/2187 14% [========= ] 318/2187 14% [========= ] 319/2187 14% [========= ] 320/2187 14% [========= ] 321/2187 14% [========= ] 322/2187 14% [========= ] 323/2187 14% [========= ] 324/2187 14% [========= ] 325/2187 14% [========= ] 326/2187 14% [========= ] 327/2187 14% [========= ] 328/2187 14% [========= ] 329/2187 15% [========= ] 330/2187 15% [========= ] 331/2187 15% [========= ] 332/2187 15% [========= ] 333/2187 15% [========= ] 334/2187 15% [========= ] 335/2187 15% [========= ] 336/2187 15% [========= ] 337/2187 15% [========= ] 338/2187 15% [========= ] 339/2187 15% [========= ] 340/2187 15% [========= ] 341/2187 15% [========= ] 342/2187 15% [========= ] 343/2187 15% [========= ] 344/2187 15% [========= ] 345/2187 15% [========= ] 346/2187 15% [========= ] 347/2187 15% [========= ] 348/2187 15% [========= ] 349/2187 15% [========= ] 350/2187 16% [========= ] 351/2187 16% [========= ] 352/2187 16% [========== ] 353/2187 16% [========== ] 354/2187 16% [========== ] 355/2187 16% [========== ] 356/2187 16% [========== ] 357/2187 16% [========== ] 358/2187 16% [========== ] 359/2187 16% [========== ] 360/2187 16% [========== ] 361/2187 16% [========== ] 362/2187 16% [========== ] 363/2187 16% [========== ] 364/2187 16% [========== ] 365/2187 16% [========== ] 366/2187 16% [========== ] 367/2187 16% [========== ] 368/2187 16% [========== ] 369/2187 16% [========== ] 370/2187 16% [========== ] 371/2187 16% [========== ] 372/2187 17% [========== ] 373/2187 17% [========== ] 374/2187 17% [========== ] 375/2187 17% [========== ] 376/2187 17% [========== ] 377/2187 17% [========== ] 378/2187 17% [========== ] 379/2187 17% [========== ] 380/2187 17% [========== ] 381/2187 17% [========== ] 382/2187 17% [========== ] 383/2187 17% [========== ] 384/2187 17% [========== ] 385/2187 17% [========== ] 386/2187 17% [========== ] 387/2187 17% [========== ] 388/2187 17% [=========== ] 389/2187 17% [=========== ] 390/2187 17% [=========== ] 391/2187 17% [=========== ] 392/2187 17% [=========== ] 393/2187 17% [=========== ] 394/2187 18% [=========== ] 395/2187 18% [=========== ] 396/2187 18% [=========== ] 397/2187 18% [=========== ] 398/2187 18% [=========== ] 399/2187 18% [=========== ] 400/2187 18% [=========== ] 401/2187 18% [=========== ] 402/2187 18% [=========== ] 403/2187 18% [=========== ] 404/2187 18% [=========== ] 405/2187 18% [=========== ] 406/2187 18% [=========== ] 407/2187 18% [=========== ] 408/2187 18% [=========== ] 409/2187 18% [=========== ] 410/2187 18% [=========== ] 411/2187 18% [=========== ] 412/2187 18% [=========== ] 413/2187 18% [=========== ] 414/2187 18% [=========== ] 415/2187 18% [=========== ] 416/2187 19% [=========== ] 417/2187 19% [=========== ] 418/2187 19% [=========== ] 419/2187 19% [=========== ] 420/2187 19% [=========== ] 421/2187 19% [=========== ] 422/2187 19% [=========== ] 423/2187 19% [============ ] 424/2187 19% [============ ] 425/2187 19% [============ ] 426/2187 19% [============ ] 427/2187 19% [============ ] 428/2187 19% [============ ] 429/2187 19% [============ ] 430/2187 19% [============ ] 431/2187 19% [============ ] 432/2187 19% [============ ] 433/2187 19% [============ ] 434/2187 19% [============ ] 435/2187 19% [============ ] 436/2187 19% [============ ] 437/2187 19% [============ ] 438/2187 20% [============ ] 439/2187 20% [============ ] 440/2187 20% [============ ] 441/2187 20% [============ ] 442/2187 20% [============ ] 443/2187 20% [============ ] 444/2187 20% [============ ] 445/2187 20% [============ ] 446/2187 20% [============ ] 447/2187 20% [============ ] 448/2187 20% [============ ] 449/2187 20% [============ ] 450/2187 20% [============ ] 451/2187 20% [============ ] 452/2187 20% [============ ] 453/2187 20% [============ ] 454/2187 20% [============ ] 455/2187 20% [============ ] 456/2187 20% [============ ] 457/2187 20% [============ ] 458/2187 20% [============= ] 459/2187 20% [============= ] 460/2187 21% [============= ] 461/2187 21% [============= ] 462/2187 21% [============= ] 463/2187 21% [============= ] 464/2187 21% [============= ] 465/2187 21% [============= ] 466/2187 21% [============= ] 467/2187 21% [============= ] 468/2187 21% [============= ] 469/2187 21% [============= ] 470/2187 21% [============= ] 471/2187 21% [============= ] 472/2187 21% [============= ] 473/2187 21% [============= ] 474/2187 21% [============= ] 475/2187 21% [============= ] 476/2187 21% [============= ] 477/2187 21% [============= ] 478/2187 21% [============= ] 479/2187 21% [============= ] 480/2187 21% [============= ] 481/2187 21% [============= ] 482/2187 22% [============= ] 483/2187 22% [============= ] 484/2187 22% [============= ] 485/2187 22% [============= ] 486/2187 22% [============= ] 487/2187 22% [============= ] 488/2187 22% [============= ] 489/2187 22% [============= ] 490/2187 22% [============= ] 491/2187 22% [============= ] 492/2187 22% [============= ] 493/2187 22% [============== ] 494/2187 22% [============== ] 495/2187 22% [============== ] 496/2187 22% [============== ] 497/2187 22% [============== ] 498/2187 22% [============== ] 499/2187 22% [============== ] 500/2187 22% [============== ] 501/2187 22% [============== ] 502/2187 22% [============== ] 503/2187 22% [============== ] 504/2187 23% [============== ] 505/2187 23% [============== ] 506/2187 23% [============== ] 507/2187 23% [============== ] 508/2187 23% [============== ] 509/2187 23% [============== ] 510/2187 23% [============== ] 511/2187 23% [============== ] 512/2187 23% [============== ] 513/2187 23% [============== ] 514/2187 23% [============== ] 515/2187 23% [============== ] 516/2187 23% [============== ] 517/2187 23% [============== ] 518/2187 23% [============== ] 519/2187 23% [============== ] 520/2187 23% [============== ] 521/2187 23% [============== ] 522/2187 23% [============== ] 523/2187 23% [============== ] 524/2187 23% [============== ] 525/2187 24% [============== ] 526/2187 24% [============== ] 527/2187 24% [============== ] 528/2187 24% [============== ] 529/2187 24% [=============== ] 530/2187 24% [=============== ] 531/2187 24% [=============== ] 532/2187 24% [=============== ] 533/2187 24% [=============== ] 534/2187 24% [=============== ] 535/2187 24% [=============== ] 536/2187 24% [=============== ] 537/2187 24% [=============== ] 538/2187 24% [=============== ] 539/2187 24% [=============== ] 540/2187 24% [=============== ] 541/2187 24% [=============== ] 542/2187 24% [=============== ] 543/2187 24% [=============== ] 544/2187 24% [=============== ] 545/2187 24% [=============== ] 546/2187 24% [=============== ] 547/2187 25% [=============== ] 548/2187 25% [=============== ] 549/2187 25% [=============== ] 550/2187 25% [=============== ] 551/2187 25% [=============== ] 552/2187 25% [=============== ] 553/2187 25% [=============== ] 554/2187 25% [=============== ] 555/2187 25% [=============== ] 556/2187 25% [=============== ] 557/2187 25% [=============== ] 558/2187 25% [=============== ] 559/2187 25% [=============== ] 560/2187 25% [=============== ] 561/2187 25% [=============== ] 562/2187 25% [=============== ] 563/2187 25% [=============== ] 564/2187 25% [================ ] 565/2187 25% [================ ] 566/2187 25% [================ ] 567/2187 25% [================ ] 568/2187 25% [================ ] 569/2187 26% [================ ] 570/2187 26% [================ ] 571/2187 26% [================ ] 572/2187 26% [================ ] 573/2187 26% [================ ] 574/2187 26% [================ ] 575/2187 26% [================ ] 576/2187 26% [================ ] 577/2187 26% [================ ] 578/2187 26% [================ ] 579/2187 26% [================ ] 580/2187 26% [================ ] 581/2187 26% [================ ] 582/2187 26% [================ ] 583/2187 26% [================ ] 584/2187 26% [================ ] 585/2187 26% [================ ] 586/2187 26% [================ ] 587/2187 26% [================ ] 588/2187 26% [================ ] 589/2187 26% [================ ] 590/2187 26% [================ ] 591/2187 27% [================ ] 592/2187 27% [================ ] 593/2187 27% [================ ] 594/2187 27% [================ ] 595/2187 27% [================ ] 596/2187 27% [================ ] 597/2187 27% [================ ] 598/2187 27% [================ ] 599/2187 27% [================= ] 600/2187 27% [================= ] 601/2187 27% [================= ] 602/2187 27% [================= ] 603/2187 27% [================= ] 604/2187 27% [================= ] 605/2187 27% [================= ] 606/2187 27% [================= ] 607/2187 27% [================= ] 608/2187 27% [================= ] 609/2187 27% [================= ] 610/2187 27% [================= ] 611/2187 27% [================= ] 612/2187 27% [================= ] 613/2187 28% [================= ] 614/2187 28% [================= ] 615/2187 28% [================= ] 616/2187 28% [================= ] 617/2187 28% [================= ] 618/2187 28% [================= ] 619/2187 28% [================= ] 620/2187 28% [================= ] 621/2187 28% [================= ] 622/2187 28% [================= ] 623/2187 28% [================= ] 624/2187 28% [================= ] 625/2187 28% [================= ] 626/2187 28% [================= ] 627/2187 28% [================= ] 628/2187 28% [================= ] 629/2187 28% [================= ] 630/2187 28% [================= ] 631/2187 28% [================= ] 632/2187 28% [================= ] 633/2187 28% [================= ] 634/2187 28% [================== ] 635/2187 29% [================== ] 636/2187 29% [================== ] 637/2187 29% [================== ] 638/2187 29% [================== ] 639/2187 29% [================== ] 640/2187 29% [================== ] 641/2187 29% [================== ] 642/2187 29% [================== ] 643/2187 29% [================== ] 644/2187 29% [================== ] 645/2187 29% [================== ] 646/2187 29% [================== ] 647/2187 29% [================== ] 648/2187 29% [================== ] 649/2187 29% [================== ] 650/2187 29% [================== ] 651/2187 29% [================== ] 652/2187 29% [================== ] 653/2187 29% [================== ] 654/2187 29% [================== ] 655/2187 29% [================== ] 656/2187 29% [================== ] 657/2187 30% [================== ] 658/2187 30% [================== ] 659/2187 30% [================== ] 660/2187 30% [================== ] 661/2187 30% [================== ] 662/2187 30% [================== ] 663/2187 30% [================== ] 664/2187 30% [================== ] 665/2187 30% [================== ] 666/2187 30% [================== ] 667/2187 30% [================== ] 668/2187 30% [================== ] 669/2187 30% [================== ] 670/2187 30% [=================== ] 671/2187 30% [=================== ] 672/2187 30% [=================== ] 673/2187 30% [=================== ] 674/2187 30% [=================== ] 675/2187 30% [=================== ] 676/2187 30% [=================== ] 677/2187 30% [=================== ] 678/2187 31% [=================== ] 679/2187 31% [=================== ] 680/2187 31% [=================== ] 681/2187 31% [=================== ] 682/2187 31% [=================== ] 683/2187 31% [=================== ] 684/2187 31% [=================== ] 685/2187 31% [=================== ] 686/2187 31% [=================== ] 687/2187 31% [=================== ] 688/2187 31% [=================== ] 689/2187 31% [=================== ] 690/2187 31% [=================== ] 691/2187 31% [=================== ] 692/2187 31% [=================== ] 693/2187 31% [=================== ] 694/2187 31% [=================== ] 695/2187 31% [=================== ] 696/2187 31% [=================== ] 697/2187 31% [=================== ] 698/2187 31% [=================== ] 699/2187 31% [=================== ] 700/2187 32% [=================== ] 701/2187 32% [=================== ] 702/2187 32% [=================== ] 703/2187 32% [=================== ] 704/2187 32% [=================== ] 705/2187 32% [==================== ] 706/2187 32% [==================== ] 707/2187 32% [==================== ] 708/2187 32% [==================== ] 709/2187 32% [==================== ] 710/2187 32% [==================== ] 711/2187 32% [==================== ] 712/2187 32% [==================== ] 713/2187 32% [==================== ] 714/2187 32% [==================== ] 715/2187 32% [==================== ] 716/2187 32% [==================== ] 717/2187 32% [==================== ] 718/2187 32% [==================== ] 719/2187 32% [==================== ] 720/2187 32% [==================== ] 721/2187 32% [==================== ] 722/2187 33% [==================== ] 723/2187 33% [==================== ] 724/2187 33% [==================== ] 725/2187 33% [==================== ] 726/2187 33% [==================== ] 727/2187 33% [==================== ] 728/2187 33% [==================== ] 729/2187 33% [==================== ] 730/2187 33% [==================== ] 731/2187 33% [==================== ] 732/2187 33% [==================== ] 733/2187 33% [==================== ] 734/2187 33% [==================== ] 735/2187 33% [==================== ] 736/2187 33% [==================== ] 737/2187 33% [==================== ] 738/2187 33% [==================== ] 739/2187 33% [==================== ] 740/2187 33% [===================== ] 741/2187 33% [===================== ] 742/2187 33% [===================== ] 743/2187 33% [===================== ] 744/2187 34% [===================== ] 745/2187 34% [===================== ] 746/2187 34% [===================== ] 747/2187 34% [===================== ] 748/2187 34% [===================== ] 749/2187 34% [===================== ] 750/2187 34% [===================== ] 751/2187 34% [===================== ] 752/2187 34% [===================== ] 753/2187 34% [===================== ] 754/2187 34% [===================== ] 755/2187 34% [===================== ] 756/2187 34% [===================== ] 757/2187 34% [===================== ] 758/2187 34% [===================== ] 759/2187 34% [===================== ] 760/2187 34% [===================== ] 761/2187 34% [===================== ] 762/2187 34% [===================== ] 763/2187 34% [===================== ] 764/2187 34% [===================== ] 765/2187 34% [===================== ] 766/2187 35% [===================== ] 767/2187 35% [===================== ] 768/2187 35% [===================== ] 769/2187 35% [===================== ] 770/2187 35% [===================== ] 771/2187 35% [===================== ] 772/2187 35% [===================== ] 773/2187 35% [===================== ] 774/2187 35% [===================== ] 775/2187 35% [===================== ] 776/2187 35% [====================== ] 777/2187 35% [====================== ] 778/2187 35% [====================== ] 779/2187 35% [====================== ] 780/2187 35% [====================== ] 781/2187 35% [====================== ] 782/2187 35% [====================== ] 783/2187 35% [====================== ] 784/2187 35% [====================== ] 785/2187 35% [====================== ] 786/2187 35% [====================== ] 787/2187 35% [====================== ] 788/2187 36% [====================== ] 789/2187 36% [====================== ] 790/2187 36% [====================== ] 791/2187 36% [====================== ] 792/2187 36% [====================== ] 793/2187 36% [====================== ] 794/2187 36% [====================== ] 795/2187 36% [====================== ] 796/2187 36% [====================== ] 797/2187 36% [====================== ] 798/2187 36% [====================== ] 799/2187 36% [====================== ] 800/2187 36% [====================== ] 801/2187 36% [====================== ] 802/2187 36% [====================== ] 803/2187 36% [====================== ] 804/2187 36% [====================== ] 805/2187 36% [====================== ] 806/2187 36% [====================== ] 807/2187 36% [====================== ] 808/2187 36% [====================== ] 809/2187 36% [====================== ] 810/2187 37% [====================== ] 811/2187 37% [======================= ] 812/2187 37% [======================= ] 813/2187 37% [======================= ] 814/2187 37% [======================= ] 815/2187 37% [======================= ] 816/2187 37% [======================= ] 817/2187 37% [======================= ] 818/2187 37% [======================= ] 819/2187 37% [======================= ] 820/2187 37% [======================= ] 821/2187 37% [======================= ] 822/2187 37% [======================= ] 823/2187 37% [======================= ] 824/2187 37% [======================= ] 825/2187 37% [======================= ] 826/2187 37% [======================= ] 827/2187 37% [======================= ] 828/2187 37% [======================= ] 829/2187 37% [======================= ] 830/2187 37% [======================= ] 831/2187 37% [======================= ] 832/2187 38% [======================= ] 833/2187 38% [======================= ] 834/2187 38% [======================= ] 835/2187 38% [======================= ] 836/2187 38% [======================= ] 837/2187 38% [======================= ] 838/2187 38% [======================= ] 839/2187 38% [======================= ] 840/2187 38% [======================= ] 841/2187 38% [======================= ] 842/2187 38% [======================= ] 843/2187 38% [======================= ] 844/2187 38% [======================= ] 845/2187 38% [======================= ] 846/2187 38% [======================== ] 847/2187 38% [======================== ] 848/2187 38% [======================== ] 849/2187 38% [======================== ] 850/2187 38% [======================== ] 851/2187 38% [======================== ] 852/2187 38% [======================== ] 853/2187 39% [======================== ] 854/2187 39% [======================== ] 855/2187 39% [======================== ] 856/2187 39% [======================== ] 857/2187 39% [======================== ] 858/2187 39% [======================== ] 859/2187 39% [======================== ] 860/2187 39% [======================== ] 861/2187 39% [======================== ] 862/2187 39% [======================== ] 863/2187 39% [======================== ] 864/2187 39% [======================== ] 865/2187 39% [======================== ] 866/2187 39% [======================== ] 867/2187 39% [======================== ] 868/2187 39% [======================== ] 869/2187 39% [======================== ] 870/2187 39% [======================== ] 871/2187 39% [======================== ] 872/2187 39% [======================== ] 873/2187 39% [======================== ] 874/2187 39% [======================== ] 875/2187 40% [======================== ] 876/2187 40% [======================== ] 877/2187 40% [======================== ] 878/2187 40% [======================== ] 879/2187 40% [======================== ] 880/2187 40% [======================== ] 881/2187 40% [========================= ] 882/2187 40% [========================= ] 883/2187 40% [========================= ] 884/2187 40% [========================= ] 885/2187 40% [========================= ] 886/2187 40% [========================= ] 887/2187 40% [========================= ] 888/2187 40% [========================= ] 889/2187 40% [========================= ] 890/2187 40% [========================= ] 891/2187 40% [========================= ] 892/2187 40% [========================= ] 893/2187 40% [========================= ] 894/2187 40% [========================= ] 895/2187 40% [========================= ] 896/2187 40% [========================= ] 897/2187 41% [========================= ] 898/2187 41% [========================= ] 899/2187 41% [========================= ] 900/2187 41% [========================= ] 901/2187 41% [========================= ] 902/2187 41% [========================= ] 903/2187 41% [========================= ] 904/2187 41% [========================= ] 905/2187 41% [========================= ] 906/2187 41% [========================= ] 907/2187 41% [========================= ] 908/2187 41% [========================= ] 909/2187 41% [========================= ] 910/2187 41% [========================= ] 911/2187 41% [========================= ] 912/2187 41% [========================= ] 913/2187 41% [========================= ] 914/2187 41% [========================= ] 915/2187 41% [========================= ] 916/2187 41% [========================= ] 917/2187 41% [========================== ] 918/2187 41% [========================== ] 919/2187 42% [========================== ] 920/2187 42% [========================== ] 921/2187 42% [========================== ] 922/2187 42% [========================== ] 923/2187 42% [========================== ] 924/2187 42% [========================== ] 925/2187 42% [========================== ] 926/2187 42% [========================== ] 927/2187 42% [========================== ] 928/2187 42% [========================== ] 929/2187 42% [========================== ] 930/2187 42% [========================== ] 931/2187 42% [========================== ] 932/2187 42% [========================== ] 933/2187 42% [========================== ] 934/2187 42% [========================== ] 935/2187 42% [========================== ] 936/2187 42% [========================== ] 937/2187 42% [========================== ] 938/2187 42% [========================== ] 939/2187 42% [========================== ] 940/2187 42% [========================== ] 941/2187 43% [========================== ] 942/2187 43% [========================== ] 943/2187 43% [========================== ] 944/2187 43% [========================== ] 945/2187 43% [========================== ] 946/2187 43% [========================== ] 947/2187 43% [========================== ] 948/2187 43% [========================== ] 949/2187 43% [========================== ] 950/2187 43% [========================== ] 951/2187 43% [========================== ] 952/2187 43% [=========================== ] 953/2187 43% [=========================== ] 954/2187 43% [=========================== ] 955/2187 43% [=========================== ] 956/2187 43% [=========================== ] 957/2187 43% [=========================== ] 958/2187 43% [=========================== ] 959/2187 43% [=========================== ] 960/2187 43% [=========================== ] 961/2187 43% [=========================== ] 962/2187 43% [=========================== ] 963/2187 44% [=========================== ] 964/2187 44% [=========================== ] 965/2187 44% [=========================== ] 966/2187 44% [=========================== ] 967/2187 44% [=========================== ] 968/2187 44% [=========================== ] 969/2187 44% [=========================== ] 970/2187 44% [=========================== ] 971/2187 44% [=========================== ] 972/2187 44% [=========================== ] 973/2187 44% [=========================== ] 974/2187 44% [=========================== ] 975/2187 44% [=========================== ] 976/2187 44% [=========================== ] 977/2187 44% [=========================== ] 978/2187 44% [=========================== ] 979/2187 44% [=========================== ] 980/2187 44% [=========================== ] 981/2187 44% [=========================== ] 982/2187 44% [=========================== ] 983/2187 44% [=========================== ] 984/2187 44% [=========================== ] 985/2187 45% [=========================== ] 986/2187 45% [=========================== ] 987/2187 45% [============================ ] 988/2187 45% [============================ ] 989/2187 45% [============================ ] 990/2187 45% [============================ ] 991/2187 45% [============================ ] 992/2187 45% [============================ ] 993/2187 45% [============================ ] 994/2187 45% [============================ ] 995/2187 45% [============================ ] 996/2187 45% [============================ ] 997/2187 45% [============================ ] 998/2187 45% [============================ ] 999/2187 45% [============================ ] 1000/2187 45% [============================ ] 1001/2187 45% [============================ ] 1002/2187 45% [============================ ] 1003/2187 45% [============================ ] 1004/2187 45% [============================ ] 1005/2187 45% [============================ ] 1006/2187 45% [============================ ] 1007/2187 46% [============================ ] 1008/2187 46% [============================ ] 1009/2187 46% [============================ ] 1010/2187 46% [============================ ] 1011/2187 46% [============================ ] 1012/2187 46% [============================ ] 1013/2187 46% [============================ ] 1014/2187 46% [============================ ] 1015/2187 46% [============================ ] 1016/2187 46% [============================ ] 1017/2187 46% [============================ ] 1018/2187 46% [============================ ] 1019/2187 46% [============================ ] 1020/2187 46% [============================ ] 1021/2187 46% [============================ ] 1022/2187 46% [============================= ] 1023/2187 46% [============================= ] 1024/2187 46% [============================= ] 1025/2187 46% [============================= ] 1026/2187 46% [============================= ] 1027/2187 46% [============================= ] 1028/2187 47% [============================= ] 1029/2187 47% [============================= ] 1030/2187 47% [============================= ] 1031/2187 47% [============================= ] 1032/2187 47% [============================= ] 1033/2187 47% [============================= ] 1034/2187 47% [============================= ] 1035/2187 47% [============================= ] 1036/2187 47% [============================= ] 1037/2187 47% [============================= ] 1038/2187 47% [============================= ] 1039/2187 47% [============================= ] 1040/2187 47% [============================= ] 1041/2187 47% [============================= ] 1042/2187 47% [============================= ] 1043/2187 47% [============================= ] 1044/2187 47% [============================= ] 1045/2187 47% [============================= ] 1046/2187 47% [============================= ] 1047/2187 47% [============================= ] 1048/2187 47% [============================= ] 1049/2187 47% [============================= ] 1050/2187 48% [============================= ] 1051/2187 48% [============================= ] 1052/2187 48% [============================= ] 1053/2187 48% [============================= ] 1054/2187 48% [============================= ] 1055/2187 48% [============================= ] 1056/2187 48% [============================= ] 1057/2187 48% [============================= ] 1058/2187 48% [============================== ] 1059/2187 48% [============================== ] 1060/2187 48% [============================== ] 1061/2187 48% [============================== ] 1062/2187 48% [============================== ] 1063/2187 48% [============================== ] 1064/2187 48% [============================== ] 1065/2187 48% [============================== ] 1066/2187 48% [============================== ] 1067/2187 48% [============================== ] 1068/2187 48% [============================== ] 1069/2187 48% [============================== ] 1070/2187 48% [============================== ] 1071/2187 48% [============================== ] 1072/2187 49% [============================== ] 1073/2187 49% [============================== ] 1074/2187 49% [============================== ] 1075/2187 49% [============================== ] 1076/2187 49% [============================== ] 1077/2187 49% [============================== ] 1078/2187 49% [============================== ] 1079/2187 49% [============================== ] 1080/2187 49% [============================== ] 1081/2187 49% [============================== ] 1082/2187 49% [============================== ] 1083/2187 49% [============================== ] 1084/2187 49% [============================== ] 1085/2187 49% [============================== ] 1086/2187 49% [============================== ] 1087/2187 49% [============================== ] 1088/2187 49% [============================== ] 1089/2187 49% [============================== ] 1090/2187 49% [============================== ] 1091/2187 49% [============================== ] 1092/2187 49% [============================== ] 1093/2187 49% [=============================== ] 1094/2187 50% [=============================== ] 1095/2187 50% [=============================== ] 1096/2187 50% [=============================== ] 1097/2187 50% [=============================== ] 1098/2187 50% [=============================== ] 1099/2187 50% [=============================== ] 1100/2187 50% [=============================== ] 1101/2187 50% [=============================== ] 1102/2187 50% [=============================== ] 1103/2187 50% [=============================== ] 1104/2187 50% [=============================== ] 1105/2187 50% [=============================== ] 1106/2187 50% [=============================== ] 1107/2187 50% [=============================== ] 1108/2187 50% [=============================== ] 1109/2187 50% [=============================== ] 1110/2187 50% [=============================== ] 1111/2187 50% [=============================== ] 1112/2187 50% [=============================== ] 1113/2187 50% [=============================== ] 1114/2187 50% [=============================== ] 1115/2187 50% [=============================== ] 1116/2187 51% [=============================== ] 1117/2187 51% [=============================== ] 1118/2187 51% [=============================== ] 1119/2187 51% [=============================== ] 1120/2187 51% [=============================== ] 1121/2187 51% [=============================== ] 1122/2187 51% [=============================== ] 1123/2187 51% [=============================== ] 1124/2187 51% [=============================== ] 1125/2187 51% [=============================== ] 1126/2187 51% [=============================== ] 1127/2187 51% [=============================== ] 1128/2187 51% [================================ ] 1129/2187 51% [================================ ] 1130/2187 51% [================================ ] 1131/2187 51% [================================ ] 1132/2187 51% [================================ ] 1133/2187 51% [================================ ] 1134/2187 51% [================================ ] 1135/2187 51% [================================ ] 1136/2187 51% [================================ ] 1137/2187 51% [================================ ] 1138/2187 52% [================================ ] 1139/2187 52% [================================ ] 1140/2187 52% [================================ ] 1141/2187 52% [================================ ] 1142/2187 52% [================================ ] 1143/2187 52% [================================ ] 1144/2187 52% [================================ ] 1145/2187 52% [================================ ] 1146/2187 52% [================================ ] 1147/2187 52% [================================ ] 1148/2187 52% [================================ ] 1149/2187 52% [================================ ] 1150/2187 52% [================================ ] 1151/2187 52% [================================ ] 1152/2187 52% [================================ ] 1153/2187 52% [================================ ] 1154/2187 52% [================================ ] 1155/2187 52% [================================ ] 1156/2187 52% [================================ ] 1157/2187 52% [================================ ] 1158/2187 52% [================================ ] 1159/2187 52% [================================ ] 1160/2187 53% [================================ ] 1161/2187 53% [================================ ] 1162/2187 53% [================================ ] 1163/2187 53% [================================ ] 1164/2187 53% [================================= ] 1165/2187 53% [================================= ] 1166/2187 53% [================================= ] 1167/2187 53% [================================= ] 1168/2187 53% [================================= ] 1169/2187 53% [================================= ] 1170/2187 53% [================================= ] 1171/2187 53% [================================= ] 1172/2187 53% [================================= ] 1173/2187 53% [================================= ] 1174/2187 53% [================================= ] 1175/2187 53% [================================= ] 1176/2187 53% [================================= ] 1177/2187 53% [================================= ] 1178/2187 53% [================================= ] 1179/2187 53% [================================= ] 1180/2187 53% [================================= ] 1181/2187 54% [================================= ] 1182/2187 54% [================================= ] 1183/2187 54% [================================= ] 1184/2187 54% [================================= ] 1185/2187 54% [================================= ] 1186/2187 54% [================================= ] 1187/2187 54% [================================= ] 1188/2187 54% [================================= ] 1189/2187 54% [================================= ] 1190/2187 54% [================================= ] 1191/2187 54% [================================= ] 1192/2187 54% [================================= ] 1193/2187 54% [================================= ] 1194/2187 54% [================================= ] 1195/2187 54% [================================= ] 1196/2187 54% [================================= ] 1197/2187 54% [================================= ] 1198/2187 54% [================================= ] 1199/2187 54% [================================== ] 1200/2187 54% [================================== ] 1201/2187 54% [================================== ] 1202/2187 54% [================================== ] 1203/2187 55% [================================== ] 1204/2187 55% [================================== ] 1205/2187 55% [================================== ] 1206/2187 55% [================================== ] 1207/2187 55% [================================== ] 1208/2187 55% [================================== ] 1209/2187 55% [================================== ] 1210/2187 55% [================================== ] 1211/2187 55% [================================== ] 1212/2187 55% [================================== ] 1213/2187 55% [================================== ] 1214/2187 55% [================================== ] 1215/2187 55% [================================== ] 1216/2187 55% [================================== ] 1217/2187 55% [================================== ] 1218/2187 55% [================================== ] 1219/2187 55% [================================== ] 1220/2187 55% [================================== ] 1221/2187 55% [================================== ] 1222/2187 55% [================================== ] 1223/2187 55% [================================== ] 1224/2187 55% [================================== ] 1225/2187 56% [================================== ] 1226/2187 56% [================================== ] 1227/2187 56% [================================== ] 1228/2187 56% [================================== ] 1229/2187 56% [================================== ] 1230/2187 56% [================================== ] 1231/2187 56% [================================== ] 1232/2187 56% [================================== ] 1233/2187 56% [================================== ] 1234/2187 56% [=================================== ] 1235/2187 56% [=================================== ] 1236/2187 56% [=================================== ] 1237/2187 56% [=================================== ] 1238/2187 56% [=================================== ] 1239/2187 56% [=================================== ] 1240/2187 56% [=================================== ] 1241/2187 56% [=================================== ] 1242/2187 56% [=================================== ] 1243/2187 56% [=================================== ] 1244/2187 56% [=================================== ] 1245/2187 56% [=================================== ] 1246/2187 56% [=================================== ] 1247/2187 57% [=================================== ] 1248/2187 57% [=================================== ] 1249/2187 57% [=================================== ] 1250/2187 57% [=================================== ] 1251/2187 57% [=================================== ] 1252/2187 57% [=================================== ] 1253/2187 57% [=================================== ] 1254/2187 57% [=================================== ] 1255/2187 57% [=================================== ] 1256/2187 57% [=================================== ] 1257/2187 57% [=================================== ] 1258/2187 57% [=================================== ] 1259/2187 57% [=================================== ] 1260/2187 57% [=================================== ] 1261/2187 57% [=================================== ] 1262/2187 57% [=================================== ] 1263/2187 57% [=================================== ] 1264/2187 57% [=================================== ] 1265/2187 57% [=================================== ] 1266/2187 57% [=================================== ] 1267/2187 57% [=================================== ] 1268/2187 57% [=================================== ] 1269/2187 58% [==================================== ] 1270/2187 58% [==================================== ] 1271/2187 58% [==================================== ] 1272/2187 58% [==================================== ] 1273/2187 58% [==================================== ] 1274/2187 58% [==================================== ] 1275/2187 58% [==================================== ] 1276/2187 58% [==================================== ] 1277/2187 58% [==================================== ] 1278/2187 58% [==================================== ] 1279/2187 58% [==================================== ] 1280/2187 58% [==================================== ] 1281/2187 58% [==================================== ] 1282/2187 58% [==================================== ] 1283/2187 58% [==================================== ] 1284/2187 58% [==================================== ] 1285/2187 58% [==================================== ] 1286/2187 58% [==================================== ] 1287/2187 58% [==================================== ] 1288/2187 58% [==================================== ] 1289/2187 58% [==================================== ] 1290/2187 58% [==================================== ] 1291/2187 59% [==================================== ] 1292/2187 59% [==================================== ] 1293/2187 59% [==================================== ] 1294/2187 59% [==================================== ] 1295/2187 59% [==================================== ] 1296/2187 59% [==================================== ] 1297/2187 59% [==================================== ] 1298/2187 59% [==================================== ] 1299/2187 59% [==================================== ] 1300/2187 59% [==================================== ] 1301/2187 59% [==================================== ] 1302/2187 59% [==================================== ] 1303/2187 59% [==================================== ] 1304/2187 59% [==================================== ] 1305/2187 59% [===================================== ] 1306/2187 59% [===================================== ] 1307/2187 59% [===================================== ] 1308/2187 59% [===================================== ] 1309/2187 59% [===================================== ] 1310/2187 59% [===================================== ] 1311/2187 59% [===================================== ] 1312/2187 59% [===================================== ] 1313/2187 60% [===================================== ] 1314/2187 60% [===================================== ] 1315/2187 60% [===================================== ] 1316/2187 60% [===================================== ] 1317/2187 60% [===================================== ] 1318/2187 60% [===================================== ] 1319/2187 60% [===================================== ] 1320/2187 60% [===================================== ] 1321/2187 60% [===================================== ] 1322/2187 60% [===================================== ] 1323/2187 60% [===================================== ] 1324/2187 60% [===================================== ] 1325/2187 60% [===================================== ] 1326/2187 60% [===================================== ] 1327/2187 60% [===================================== ] 1328/2187 60% [===================================== ] 1329/2187 60% [===================================== ] 1330/2187 60% [===================================== ] 1331/2187 60% [===================================== ] 1332/2187 60% [===================================== ] 1333/2187 60% [===================================== ] 1334/2187 60% [===================================== ] 1335/2187 61% [===================================== ] 1336/2187 61% [===================================== ] 1337/2187 61% [===================================== ] 1338/2187 61% [===================================== ] 1339/2187 61% [===================================== ] 1340/2187 61% [====================================== ] 1341/2187 61% [====================================== ] 1342/2187 61% [====================================== ] 1343/2187 61% [====================================== ] 1344/2187 61% [====================================== ] 1345/2187 61% [====================================== ] 1346/2187 61% [====================================== ] 1347/2187 61% [====================================== ] 1348/2187 61% [====================================== ] 1349/2187 61% [====================================== ] 1350/2187 61% [====================================== ] 1351/2187 61% [====================================== ] 1352/2187 61% [====================================== ] 1353/2187 61% [====================================== ] 1354/2187 61% [====================================== ] 1355/2187 61% [====================================== ] 1356/2187 62% [====================================== ] 1357/2187 62% [====================================== ] 1358/2187 62% [====================================== ] 1359/2187 62% [====================================== ] 1360/2187 62% [====================================== ] 1361/2187 62% [====================================== ] 1362/2187 62% [====================================== ] 1363/2187 62% [====================================== ] 1364/2187 62% [====================================== ] 1365/2187 62% [====================================== ] 1366/2187 62% [====================================== ] 1367/2187 62% [====================================== ] 1368/2187 62% [====================================== ] 1369/2187 62% [====================================== ] 1370/2187 62% [====================================== ] 1371/2187 62% [====================================== ] 1372/2187 62% [====================================== ] 1373/2187 62% [====================================== ] 1374/2187 62% [====================================== ] 1375/2187 62% [======================================= ] 1376/2187 62% [======================================= ] 1377/2187 62% [======================================= ] 1378/2187 63% [======================================= ] 1379/2187 63% [======================================= ] 1380/2187 63% [======================================= ] 1381/2187 63% [======================================= ] 1382/2187 63% [======================================= ] 1383/2187 63% [======================================= ] 1384/2187 63% [======================================= ] 1385/2187 63% [======================================= ] 1386/2187 63% [======================================= ] 1387/2187 63% [======================================= ] 1388/2187 63% [======================================= ] 1389/2187 63% [======================================= ] 1390/2187 63% [======================================= ] 1391/2187 63% [======================================= ] 1392/2187 63% [======================================= ] 1393/2187 63% [======================================= ] 1394/2187 63% [======================================= ] 1395/2187 63% [======================================= ] 1396/2187 63% [======================================= ] 1397/2187 63% [======================================= ] 1398/2187 63% [======================================= ] 1399/2187 63% [======================================= ] 1400/2187 64% [======================================= ] 1401/2187 64% [======================================= ] 1402/2187 64% [======================================= ] 1403/2187 64% [======================================= ] 1404/2187 64% [======================================= ] 1405/2187 64% [======================================= ] 1406/2187 64% [======================================= ] 1407/2187 64% [======================================= ] 1408/2187 64% [======================================= ] 1409/2187 64% [======================================= ] 1410/2187 64% [======================================== ] 1411/2187 64% [======================================== ] 1412/2187 64% [======================================== ] 1413/2187 64% [======================================== ] 1414/2187 64% [======================================== ] 1415/2187 64% [======================================== ] 1416/2187 64% [======================================== ] 1417/2187 64% [======================================== ] 1418/2187 64% [======================================== ] 1419/2187 64% [======================================== ] 1420/2187 64% [======================================== ] 1421/2187 64% [======================================== ] 1422/2187 65% [======================================== ] 1423/2187 65% [======================================== ] 1424/2187 65% [======================================== ] 1425/2187 65% [======================================== ] 1426/2187 65% [======================================== ] 1427/2187 65% [======================================== ] 1428/2187 65% [======================================== ] 1429/2187 65% [======================================== ] 1430/2187 65% [======================================== ] 1431/2187 65% [======================================== ] 1432/2187 65% [======================================== ] 1433/2187 65% [======================================== ] 1434/2187 65% [======================================== ] 1435/2187 65% [======================================== ] 1436/2187 65% [======================================== ] 1437/2187 65% [======================================== ] 1438/2187 65% [======================================== ] 1439/2187 65% [======================================== ] 1440/2187 65% [======================================== ] 1441/2187 65% [======================================== ] 1442/2187 65% [======================================== ] 1443/2187 65% [======================================== ] 1444/2187 66% [======================================== ] 1445/2187 66% [======================================== ] 1446/2187 66% [========================================= ] 1447/2187 66% [========================================= ] 1448/2187 66% [========================================= ] 1449/2187 66% [========================================= ] 1450/2187 66% [========================================= ] 1451/2187 66% [========================================= ] 1452/2187 66% [========================================= ] 1453/2187 66% [========================================= ] 1454/2187 66% [========================================= ] 1455/2187 66% [========================================= ] 1456/2187 66% [========================================= ] 1457/2187 66% [========================================= ] 1458/2187 66% [========================================= ] 1459/2187 66% [========================================= ] 1460/2187 66% [========================================= ] 1461/2187 66% [========================================= ] 1462/2187 66% [========================================= ] 1463/2187 66% [========================================= ] 1464/2187 66% [========================================= ] 1465/2187 66% [========================================= ] 1466/2187 67% [========================================= ] 1467/2187 67% [========================================= ] 1468/2187 67% [========================================= ] 1469/2187 67% [========================================= ] 1470/2187 67% [========================================= ] 1471/2187 67% [========================================= ] 1472/2187 67% [========================================= ] 1473/2187 67% [========================================= ] 1474/2187 67% [========================================= ] 1475/2187 67% [========================================= ] 1476/2187 67% [========================================= ] 1477/2187 67% [========================================= ] 1478/2187 67% [========================================= ] 1479/2187 67% [========================================= ] 1480/2187 67% [========================================= ] 1481/2187 67% [========================================== ] 1482/2187 67% [========================================== ] 1483/2187 67% [========================================== ] 1484/2187 67% [========================================== ] 1485/2187 67% [========================================== ] 1486/2187 67% [========================================== ] 1487/2187 67% [========================================== ] 1488/2187 68% [========================================== ] 1489/2187 68% [========================================== ] 1490/2187 68% [========================================== ] 1491/2187 68% [========================================== ] 1492/2187 68% [========================================== ] 1493/2187 68% [========================================== ] 1494/2187 68% [========================================== ] 1495/2187 68% [========================================== ] 1496/2187 68% [========================================== ] 1497/2187 68% [========================================== ] 1498/2187 68% [========================================== ] 1499/2187 68% [========================================== ] 1500/2187 68% [========================================== ] 1501/2187 68% [========================================== ] 1502/2187 68% [========================================== ] 1503/2187 68% [========================================== ] 1504/2187 68% [========================================== ] 1505/2187 68% [========================================== ] 1506/2187 68% [========================================== ] 1507/2187 68% [========================================== ] 1508/2187 68% [========================================== ] 1509/2187 68% [========================================== ] 1510/2187 69% [========================================== ] 1511/2187 69% [========================================== ] 1512/2187 69% [========================================== ] 1513/2187 69% [========================================== ] 1514/2187 69% [========================================== ] 1515/2187 69% [========================================== ] 1516/2187 69% [=========================================== ] 1517/2187 69% [=========================================== ] 1518/2187 69% [=========================================== ] 1519/2187 69% [=========================================== ] 1520/2187 69% [=========================================== ] 1521/2187 69% [=========================================== ] 1522/2187 69% [=========================================== ] 1523/2187 69% [=========================================== ] 1524/2187 69% [=========================================== ] 1525/2187 69% [=========================================== ] 1526/2187 69% [=========================================== ] 1527/2187 69% [=========================================== ] 1528/2187 69% [=========================================== ] 1529/2187 69% [=========================================== ] 1530/2187 69% [=========================================== ] 1531/2187 70% [=========================================== ] 1532/2187 70% [=========================================== ] 1533/2187 70% [=========================================== ] 1534/2187 70% [=========================================== ] 1535/2187 70% [=========================================== ] 1536/2187 70% [=========================================== ] 1537/2187 70% [=========================================== ] 1538/2187 70% [=========================================== ] 1539/2187 70% [=========================================== ] 1540/2187 70% [=========================================== ] 1541/2187 70% [=========================================== ] 1542/2187 70% [=========================================== ] 1543/2187 70% [=========================================== ] 1544/2187 70% [=========================================== ] 1545/2187 70% [=========================================== ] 1546/2187 70% [=========================================== ] 1547/2187 70% [=========================================== ] 1548/2187 70% [=========================================== ] 1549/2187 70% [=========================================== ] 1550/2187 70% [=========================================== ] 1551/2187 70% [=========================================== ] 1552/2187 70% [============================================ ] 1553/2187 71% [============================================ ] 1554/2187 71% [============================================ ] 1555/2187 71% [============================================ ] 1556/2187 71% [============================================ ] 1557/2187 71% [============================================ ] 1558/2187 71% [============================================ ] 1559/2187 71% [============================================ ] 1560/2187 71% [============================================ ] 1561/2187 71% [============================================ ] 1562/2187 71% [============================================ ] 1563/2187 71% [============================================ ] 1564/2187 71% [============================================ ] 1565/2187 71% [============================================ ] 1566/2187 71% [============================================ ] 1567/2187 71% [============================================ ] 1568/2187 71% [============================================ ] 1569/2187 71% [============================================ ] 1570/2187 71% [============================================ ] 1571/2187 71% [============================================ ] 1572/2187 71% [============================================ ] 1573/2187 71% [============================================ ] 1574/2187 71% [============================================ ] 1575/2187 72% [============================================ ] 1576/2187 72% [============================================ ] 1577/2187 72% [============================================ ] 1578/2187 72% [============================================ ] 1579/2187 72% [============================================ ] 1580/2187 72% [============================================ ] 1581/2187 72% [============================================ ] 1582/2187 72% [============================================ ] 1583/2187 72% [============================================ ] 1584/2187 72% [============================================ ] 1585/2187 72% [============================================ ] 1586/2187 72% [============================================ ] 1587/2187 72% [============================================= ] 1588/2187 72% [============================================= ] 1589/2187 72% [============================================= ] 1590/2187 72% [============================================= ] 1591/2187 72% [============================================= ] 1592/2187 72% [============================================= ] 1593/2187 72% [============================================= ] 1594/2187 72% [============================================= ] 1595/2187 72% [============================================= ] 1596/2187 72% [============================================= ] 1597/2187 73% [============================================= ] 1598/2187 73% [============================================= ] 1599/2187 73% [============================================= ] 1600/2187 73% [============================================= ] 1601/2187 73% [============================================= ] 1602/2187 73% [============================================= ] 1603/2187 73% [============================================= ] 1604/2187 73% [============================================= ] 1605/2187 73% [============================================= ] 1606/2187 73% [============================================= ] 1607/2187 73% [============================================= ] 1608/2187 73% [============================================= ] 1609/2187 73% [============================================= ] 1610/2187 73% [============================================= ] 1611/2187 73% [============================================= ] 1612/2187 73% [============================================= ] 1613/2187 73% [============================================= ] 1614/2187 73% [============================================= ] 1615/2187 73% [============================================= ] 1616/2187 73% [============================================= ] 1617/2187 73% [============================================= ] 1618/2187 73% [============================================= ] 1619/2187 74% [============================================= ] 1620/2187 74% [============================================= ] 1621/2187 74% [============================================= ] 1622/2187 74% [============================================== ] 1623/2187 74% [============================================== ] 1624/2187 74% [============================================== ] 1625/2187 74% [============================================== ] 1626/2187 74% [============================================== ] 1627/2187 74% [============================================== ] 1628/2187 74% [============================================== ] 1629/2187 74% [============================================== ] 1630/2187 74% [============================================== ] 1631/2187 74% [============================================== ] 1632/2187 74% [============================================== ] 1633/2187 74% [============================================== ] 1634/2187 74% [============================================== ] 1635/2187 74% [============================================== ] 1636/2187 74% [============================================== ] 1637/2187 74% [============================================== ] 1638/2187 74% [============================================== ] 1639/2187 74% [============================================== ] 1640/2187 74% [============================================== ] 1641/2187 75% [============================================== ] 1642/2187 75% [============================================== ] 1643/2187 75% [============================================== ] 1644/2187 75% [============================================== ] 1645/2187 75% [============================================== ] 1646/2187 75% [============================================== ] 1647/2187 75% [============================================== ] 1648/2187 75% [============================================== ] 1649/2187 75% [============================================== ] 1650/2187 75% [============================================== ] 1651/2187 75% [============================================== ] 1652/2187 75% [============================================== ] 1653/2187 75% [============================================== ] 1654/2187 75% [============================================== ] 1655/2187 75% [============================================== ] 1656/2187 75% [============================================== ] 1657/2187 75% [=============================================== ] 1658/2187 75% [=============================================== ] 1659/2187 75% [=============================================== ] 1660/2187 75% [=============================================== ] 1661/2187 75% [=============================================== ] 1662/2187 75% [=============================================== ] 1663/2187 76% [=============================================== ] 1664/2187 76% [=============================================== ] 1665/2187 76% [=============================================== ] 1666/2187 76% [=============================================== ] 1667/2187 76% [=============================================== ] 1668/2187 76% [=============================================== ] 1669/2187 76% [=============================================== ] 1670/2187 76% [=============================================== ] 1671/2187 76% [=============================================== ] 1672/2187 76% [=============================================== ] 1673/2187 76% [=============================================== ] 1674/2187 76% [=============================================== ] 1675/2187 76% [=============================================== ] 1676/2187 76% [=============================================== ] 1677/2187 76% [=============================================== ] 1678/2187 76% [=============================================== ] 1679/2187 76% [=============================================== ] 1680/2187 76% [=============================================== ] 1681/2187 76% [=============================================== ] 1682/2187 76% [=============================================== ] 1683/2187 76% [=============================================== ] 1684/2187 77% [=============================================== ] 1685/2187 77% [=============================================== ] 1686/2187 77% [=============================================== ] 1687/2187 77% [=============================================== ] 1688/2187 77% [=============================================== ] 1689/2187 77% [=============================================== ] 1690/2187 77% [=============================================== ] 1691/2187 77% [=============================================== ] 1692/2187 77% [=============================================== ] 1693/2187 77% [================================================ ] 1694/2187 77% [================================================ ] 1695/2187 77% [================================================ ] 1696/2187 77% [================================================ ] 1697/2187 77% [================================================ ] 1698/2187 77% [================================================ ] 1699/2187 77% [================================================ ] 1700/2187 77% [================================================ ] 1701/2187 77% [================================================ ] 1702/2187 77% [================================================ ] 1703/2187 77% [================================================ ] 1704/2187 77% [================================================ ] 1705/2187 77% [================================================ ] 1706/2187 78% [================================================ ] 1707/2187 78% [================================================ ] 1708/2187 78% [================================================ ] 1709/2187 78% [================================================ ] 1710/2187 78% [================================================ ] 1711/2187 78% [================================================ ] 1712/2187 78% [================================================ ] 1713/2187 78% [================================================ ] 1714/2187 78% [================================================ ] 1715/2187 78% [================================================ ] 1716/2187 78% [================================================ ] 1717/2187 78% [================================================ ] 1718/2187 78% [================================================ ] 1719/2187 78% [================================================ ] 1720/2187 78% [================================================ ] 1721/2187 78% [================================================ ] 1722/2187 78% [================================================ ] 1723/2187 78% [================================================ ] 1724/2187 78% [================================================ ] 1725/2187 78% [================================================ ] 1726/2187 78% [================================================ ] 1727/2187 78% [================================================ ] 1728/2187 79% [================================================= ] 1729/2187 79% [================================================= ] 1730/2187 79% [================================================= ] 1731/2187 79% [================================================= ] 1732/2187 79% [================================================= ] 1733/2187 79% [================================================= ] 1734/2187 79% [================================================= ] 1735/2187 79% [================================================= ] 1736/2187 79% [================================================= ] 1737/2187 79% [================================================= ] 1738/2187 79% [================================================= ] 1739/2187 79% [================================================= ] 1740/2187 79% [================================================= ] 1741/2187 79% [================================================= ] 1742/2187 79% [================================================= ] 1743/2187 79% [================================================= ] 1744/2187 79% [================================================= ] 1745/2187 79% [================================================= ] 1746/2187 79% [================================================= ] 1747/2187 79% [================================================= ] 1748/2187 79% [================================================= ] 1749/2187 79% [================================================= ] 1750/2187 80% [================================================= ] 1751/2187 80% [================================================= ] 1752/2187 80% [================================================= ] 1753/2187 80% [================================================= ] 1754/2187 80% [================================================= ] 1755/2187 80% [================================================= ] 1756/2187 80% [================================================= ] 1757/2187 80% [================================================= ] 1758/2187 80% [================================================= ] 1759/2187 80% [================================================= ] 1760/2187 80% [================================================= ] 1761/2187 80% [================================================= ] 1762/2187 80% [================================================= ] 1763/2187 80% [================================================== ] 1764/2187 80% [================================================== ] 1765/2187 80% [================================================== ] 1766/2187 80% [================================================== ] 1767/2187 80% [================================================== ] 1768/2187 80% [================================================== ] 1769/2187 80% [================================================== ] 1770/2187 80% [================================================== ] 1771/2187 80% [================================================== ] 1772/2187 81% [================================================== ] 1773/2187 81% [================================================== ] 1774/2187 81% [================================================== ] 1775/2187 81% [================================================== ] 1776/2187 81% [================================================== ] 1777/2187 81% [================================================== ] 1778/2187 81% [================================================== ] 1779/2187 81% [================================================== ] 1780/2187 81% [================================================== ] 1781/2187 81% [================================================== ] 1782/2187 81% [================================================== ] 1783/2187 81% [================================================== ] 1784/2187 81% [================================================== ] 1785/2187 81% [================================================== ] 1786/2187 81% [================================================== ] 1787/2187 81% [================================================== ] 1788/2187 81% [================================================== ] 1789/2187 81% [================================================== ] 1790/2187 81% [================================================== ] 1791/2187 81% [================================================== ] 1792/2187 81% [================================================== ] 1793/2187 81% [================================================== ] 1794/2187 82% [================================================== ] 1795/2187 82% [================================================== ] 1796/2187 82% [================================================== ] 1797/2187 82% [================================================== ] 1798/2187 82% [=================================================== ] 1799/2187 82% [=================================================== ] 1800/2187 82% [=================================================== ] 1801/2187 82% [=================================================== ] 1802/2187 82% [=================================================== ] 1803/2187 82% [=================================================== ] 1804/2187 82% [=================================================== ] 1805/2187 82% [=================================================== ] 1806/2187 82% [=================================================== ] 1807/2187 82% [=================================================== ] 1808/2187 82% [=================================================== ] 1809/2187 82% [=================================================== ] 1810/2187 82% [=================================================== ] 1811/2187 82% [=================================================== ] 1812/2187 82% [=================================================== ] 1813/2187 82% [=================================================== ] 1814/2187 82% [=================================================== ] 1815/2187 82% [=================================================== ] 1816/2187 83% [=================================================== ] 1817/2187 83% [=================================================== ] 1818/2187 83% [=================================================== ] 1819/2187 83% [=================================================== ] 1820/2187 83% [=================================================== ] 1821/2187 83% [=================================================== ] 1822/2187 83% [=================================================== ] 1823/2187 83% [=================================================== ] 1824/2187 83% [=================================================== ] 1825/2187 83% [=================================================== ] 1826/2187 83% [=================================================== ] 1827/2187 83% [=================================================== ] 1828/2187 83% [=================================================== ] 1829/2187 83% [=================================================== ] 1830/2187 83% [=================================================== ] 1831/2187 83% [=================================================== ] 1832/2187 83% [=================================================== ] 1833/2187 83% [=================================================== ] 1834/2187 83% [==================================================== ] 1835/2187 83% [==================================================== ] 1836/2187 83% [==================================================== ] 1837/2187 83% [==================================================== ] 1838/2187 84% [==================================================== ] 1839/2187 84% [==================================================== ] 1840/2187 84% [==================================================== ] 1841/2187 84% [==================================================== ] 1842/2187 84% [==================================================== ] 1843/2187 84% [==================================================== ] 1844/2187 84% [==================================================== ] 1845/2187 84% [==================================================== ] 1846/2187 84% [==================================================== ] 1847/2187 84% [==================================================== ] 1848/2187 84% [==================================================== ] 1849/2187 84% [==================================================== ] 1850/2187 84% [==================================================== ] 1851/2187 84% [==================================================== ] 1852/2187 84% [==================================================== ] 1853/2187 84% [==================================================== ] 1854/2187 84% [==================================================== ] 1855/2187 84% [==================================================== ] 1856/2187 84% [==================================================== ] 1857/2187 84% [==================================================== ] 1858/2187 84% [==================================================== ] 1859/2187 85% [==================================================== ] 1860/2187 85% [==================================================== ] 1861/2187 85% [==================================================== ] 1862/2187 85% [==================================================== ] 1863/2187 85% [==================================================== ] 1864/2187 85% [==================================================== ] 1865/2187 85% [==================================================== ] 1866/2187 85% [==================================================== ] 1867/2187 85% [==================================================== ] 1868/2187 85% [==================================================== ] 1869/2187 85% [===================================================== ] 1870/2187 85% [===================================================== ] 1871/2187 85% [===================================================== ] 1872/2187 85% [===================================================== ] 1873/2187 85% [===================================================== ] 1874/2187 85% [===================================================== ] 1875/2187 85% [===================================================== ] 1876/2187 85% [===================================================== ] 1877/2187 85% [===================================================== ] 1878/2187 85% [===================================================== ] 1879/2187 85% [===================================================== ] 1880/2187 85% [===================================================== ] 1881/2187 86% [===================================================== ] 1882/2187 86% [===================================================== ] 1883/2187 86% [===================================================== ] 1884/2187 86% [===================================================== ] 1885/2187 86% [===================================================== ] 1886/2187 86% [===================================================== ] 1887/2187 86% [===================================================== ] 1888/2187 86% [===================================================== ] 1889/2187 86% [===================================================== ] 1890/2187 86% [===================================================== ] 1891/2187 86% [===================================================== ] 1892/2187 86% [===================================================== ] 1893/2187 86% [===================================================== ] 1894/2187 86% [===================================================== ] 1895/2187 86% [===================================================== ] 1896/2187 86% [===================================================== ] 1897/2187 86% [===================================================== ] 1898/2187 86% [===================================================== ] 1899/2187 86% [===================================================== ] 1900/2187 86% [===================================================== ] 1901/2187 86% [===================================================== ] 1902/2187 86% [===================================================== ] 1903/2187 87% [===================================================== ] 1904/2187 87% [====================================================== ] 1905/2187 87% [====================================================== ] 1906/2187 87% [====================================================== ] 1907/2187 87% [====================================================== ] 1908/2187 87% [====================================================== ] 1909/2187 87% [====================================================== ] 1910/2187 87% [====================================================== ] 1911/2187 87% [====================================================== ] 1912/2187 87% [====================================================== ] 1913/2187 87% [====================================================== ] 1914/2187 87% [====================================================== ] 1915/2187 87% [====================================================== ] 1916/2187 87% [====================================================== ] 1917/2187 87% [====================================================== ] 1918/2187 87% [====================================================== ] 1919/2187 87% [====================================================== ] 1920/2187 87% [====================================================== ] 1921/2187 87% [====================================================== ] 1922/2187 87% [====================================================== ] 1923/2187 87% [====================================================== ] 1924/2187 87% [====================================================== ] 1925/2187 88% [====================================================== ] 1926/2187 88% [====================================================== ] 1927/2187 88% [====================================================== ] 1928/2187 88% [====================================================== ] 1929/2187 88% [====================================================== ] 1930/2187 88% [====================================================== ] 1931/2187 88% [====================================================== ] 1932/2187 88% [====================================================== ] 1933/2187 88% [====================================================== ] 1934/2187 88% [====================================================== ] 1935/2187 88% [====================================================== ] 1936/2187 88% [====================================================== ] 1937/2187 88% [====================================================== ] 1938/2187 88% [====================================================== ] 1939/2187 88% [====================================================== ] 1940/2187 88% [======================================================= ] 1941/2187 88% [======================================================= ] 1942/2187 88% [======================================================= ] 1943/2187 88% [======================================================= ] 1944/2187 88% [======================================================= ] 1945/2187 88% [======================================================= ] 1946/2187 88% [======================================================= ] 1947/2187 89% [======================================================= ] 1948/2187 89% [======================================================= ] 1949/2187 89% [======================================================= ] 1950/2187 89% [======================================================= ] 1951/2187 89% [======================================================= ] 1952/2187 89% [======================================================= ] 1953/2187 89% [======================================================= ] 1954/2187 89% [======================================================= ] 1955/2187 89% [======================================================= ] 1956/2187 89% [======================================================= ] 1957/2187 89% [======================================================= ] 1958/2187 89% [======================================================= ] 1959/2187 89% [======================================================= ] 1960/2187 89% [======================================================= ] 1961/2187 89% [======================================================= ] 1962/2187 89% [======================================================= ] 1963/2187 89% [======================================================= ] 1964/2187 89% [======================================================= ] 1965/2187 89% [======================================================= ] 1966/2187 89% [======================================================= ] 1967/2187 89% [======================================================= ] 1968/2187 89% [======================================================= ] 1969/2187 90% [======================================================= ] 1970/2187 90% [======================================================= ] 1971/2187 90% [======================================================= ] 1972/2187 90% [======================================================= ] 1973/2187 90% [======================================================= ] 1974/2187 90% [======================================================= ] 1975/2187 90% [======================================================== ] 1976/2187 90% [======================================================== ] 1977/2187 90% [======================================================== ] 1978/2187 90% [======================================================== ] 1979/2187 90% [======================================================== ] 1980/2187 90% [======================================================== ] 1981/2187 90% [======================================================== ] 1982/2187 90% [======================================================== ] 1983/2187 90% [======================================================== ] 1984/2187 90% [======================================================== ] 1985/2187 90% [======================================================== ] 1986/2187 90% [======================================================== ] 1987/2187 90% [======================================================== ] 1988/2187 90% [======================================================== ] 1989/2187 90% [======================================================== ] 1990/2187 90% [======================================================== ] 1991/2187 91% [======================================================== ] 1992/2187 91% [======================================================== ] 1993/2187 91% [======================================================== ] 1994/2187 91% [======================================================== ] 1995/2187 91% [======================================================== ] 1996/2187 91% [======================================================== ] 1997/2187 91% [======================================================== ] 1998/2187 91% [======================================================== ] 1999/2187 91% [======================================================== ] 2000/2187 91% [======================================================== ] 2001/2187 91% [======================================================== ] 2002/2187 91% [======================================================== ] 2003/2187 91% [======================================================== ] 2004/2187 91% [======================================================== ] 2005/2187 91% [======================================================== ] 2006/2187 91% [======================================================== ] 2007/2187 91% [======================================================== ] 2008/2187 91% [======================================================== ] 2009/2187 91% [======================================================== ] 2010/2187 91% [========================================================= ] 2011/2187 91% [========================================================= ] 2012/2187 91% [========================================================= ] 2013/2187 92% [========================================================= ] 2014/2187 92% [========================================================= ] 2015/2187 92% [========================================================= ] 2016/2187 92% [========================================================= ] 2017/2187 92% [========================================================= ] 2018/2187 92% [========================================================= ] 2019/2187 92% [========================================================= ] 2020/2187 92% [========================================================= ] 2021/2187 92% [========================================================= ] 2022/2187 92% [========================================================= ] 2023/2187 92% [========================================================= ] 2024/2187 92% [========================================================= ] 2025/2187 92% [========================================================= ] 2026/2187 92% [========================================================= ] 2027/2187 92% [========================================================= ] 2028/2187 92% [========================================================= ] 2029/2187 92% [========================================================= ] 2030/2187 92% [========================================================= ] 2031/2187 92% [========================================================= ] 2032/2187 92% [========================================================= ] 2033/2187 92% [========================================================= ] 2034/2187 93% [========================================================= ] 2035/2187 93% [========================================================= ] 2036/2187 93% [========================================================= ] 2037/2187 93% [========================================================= ] 2038/2187 93% [========================================================= ] 2039/2187 93% [========================================================= ] 2040/2187 93% [========================================================= ] 2041/2187 93% [========================================================= ] 2042/2187 93% [========================================================= ] 2043/2187 93% [========================================================= ] 2044/2187 93% [========================================================= ] 2045/2187 93% [========================================================== ] 2046/2187 93% [========================================================== ] 2047/2187 93% [========================================================== ] 2048/2187 93% [========================================================== ] 2049/2187 93% [========================================================== ] 2050/2187 93% [========================================================== ] 2051/2187 93% [========================================================== ] 2052/2187 93% [========================================================== ] 2053/2187 93% [========================================================== ] 2054/2187 93% [========================================================== ] 2055/2187 93% [========================================================== ] 2056/2187 94% [========================================================== ] 2057/2187 94% [========================================================== ] 2058/2187 94% [========================================================== ] 2059/2187 94% [========================================================== ] 2060/2187 94% [========================================================== ] 2061/2187 94% [========================================================== ] 2062/2187 94% [========================================================== ] 2063/2187 94% [========================================================== ] 2064/2187 94% [========================================================== ] 2065/2187 94% [========================================================== ] 2066/2187 94% [========================================================== ] 2067/2187 94% [========================================================== ] 2068/2187 94% [========================================================== ] 2069/2187 94% [========================================================== ] 2070/2187 94% [========================================================== ] 2071/2187 94% [========================================================== ] 2072/2187 94% [========================================================== ] 2073/2187 94% [========================================================== ] 2074/2187 94% [========================================================== ] 2075/2187 94% [========================================================== ] 2076/2187 94% [========================================================== ] 2077/2187 94% [========================================================== ] 2078/2187 95% [========================================================== ] 2079/2187 95% [========================================================== ] 2080/2187 95% [========================================================== ] 2081/2187 95% [=========================================================== ] 2082/2187 95% [=========================================================== ] 2083/2187 95% [=========================================================== ] 2084/2187 95% [=========================================================== ] 2085/2187 95% [=========================================================== ] 2086/2187 95% [=========================================================== ] 2087/2187 95% [=========================================================== ] 2088/2187 95% [=========================================================== ] 2089/2187 95% [=========================================================== ] 2090/2187 95% [=========================================================== ] 2091/2187 95% [=========================================================== ] 2092/2187 95% [=========================================================== ] 2093/2187 95% [=========================================================== ] 2094/2187 95% [=========================================================== ] 2095/2187 95% [=========================================================== ] 2096/2187 95% [=========================================================== ] 2097/2187 95% [=========================================================== ] 2098/2187 95% [=========================================================== ] 2099/2187 95% [=========================================================== ] 2100/2187 96% [=========================================================== ] 2101/2187 96% [=========================================================== ] 2102/2187 96% [=========================================================== ] 2103/2187 96% [=========================================================== ] 2104/2187 96% [=========================================================== ] 2105/2187 96% [=========================================================== ] 2106/2187 96% [=========================================================== ] 2107/2187 96% [=========================================================== ] 2108/2187 96% [=========================================================== ] 2109/2187 96% [=========================================================== ] 2110/2187 96% [=========================================================== ] 2111/2187 96% [=========================================================== ] 2112/2187 96% [=========================================================== ] 2113/2187 96% [=========================================================== ] 2114/2187 96% [=========================================================== ] 2115/2187 96% [=========================================================== ] 2116/2187 96% [============================================================ ] 2117/2187 96% [============================================================ ] 2118/2187 96% [============================================================ ] 2119/2187 96% [============================================================ ] 2120/2187 96% [============================================================ ] 2121/2187 96% [============================================================ ] 2122/2187 97% [============================================================ ] 2123/2187 97% [============================================================ ] 2124/2187 97% [============================================================ ] 2125/2187 97% [============================================================ ] 2126/2187 97% [============================================================ ] 2127/2187 97% [============================================================ ] 2128/2187 97% [============================================================ ] 2129/2187 97% [============================================================ ] 2130/2187 97% [============================================================ ] 2131/2187 97% [============================================================ ] 2132/2187 97% [============================================================ ] 2133/2187 97% [============================================================ ] 2134/2187 97% [============================================================ ] 2135/2187 97% [============================================================ ] 2136/2187 97% [============================================================ ] 2137/2187 97% [============================================================ ] 2138/2187 97% [============================================================ ] 2139/2187 97% [============================================================ ] 2140/2187 97% [============================================================ ] 2141/2187 97% [============================================================ ] 2142/2187 97% [============================================================ ] 2143/2187 97% [============================================================ ] 2144/2187 98% [============================================================ ] 2145/2187 98% [============================================================ ] 2146/2187 98% [============================================================ ] 2147/2187 98% [============================================================ ] 2148/2187 98% [============================================================ ] 2149/2187 98% [============================================================ ] 2150/2187 98% [============================================================ ] 2151/2187 98% [============================================================= ] 2152/2187 98% [============================================================= ] 2153/2187 98% [============================================================= ] 2154/2187 98% [============================================================= ] 2155/2187 98% [============================================================= ] 2156/2187 98% [============================================================= ] 2157/2187 98% [============================================================= ] 2158/2187 98% [============================================================= ] 2159/2187 98% [============================================================= ] 2160/2187 98% [============================================================= ] 2161/2187 98% [============================================================= ] 2162/2187 98% [============================================================= ] 2163/2187 98% [============================================================= ] 2164/2187 98% [============================================================= ] 2165/2187 98% [============================================================= ] 2166/2187 99% [============================================================= ] 2167/2187 99% [============================================================= ] 2168/2187 99% [============================================================= ] 2169/2187 99% [============================================================= ] 2170/2187 99% [============================================================= ] 2171/2187 99% [============================================================= ] 2172/2187 99% [============================================================= ] 2173/2187 99% [============================================================= ] 2174/2187 99% [============================================================= ] 2175/2187 99% [============================================================= ] 2176/2187 99% [============================================================= ] 2177/2187 99% [============================================================= ] 2178/2187 99% [============================================================= ] 2179/2187 99% [============================================================= ] 2180/2187 99% [============================================================= ] 2181/2187 99% [============================================================= ] 2182/2187 99% [============================================================= ] 2183/2187 99% [============================================================= ] 2184/2187 99% [============================================================= ] 2185/2187 99% [============================================================= ] 2186/2187 99% [==============================================================] 2187/2187 100% operation complete, 2187 objects in 71584 NAND pages. ln -snf /home/autobuild/autobuild/instance-12/output-1/host/s390x-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-12/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-12/buildroot' >>> Buildroot 2022.11-1085-ga97ab5d2fa Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.5 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhrystone 2 Collecting legal info >>> dovecot 2.3.20 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hddtemp 0.4.3 Collecting legal info GPL-2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> hdparm 9.65 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-firmware 20221214 Collecting legal info LICENCE.Abilis: OK (sha256: 8116433f4004fc0c24d72b3d9e497808b724aa0e5e1cd63fc1bf66b715b1e2e9) LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.qat_firmware: OK (sha256: 2051d5bf0755a0668f8c3d9a0d1c41d4b8cc411aba70f720fda71ae9e3b4d25c) LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) LICENCE.ralink_a_mediatek_company_firmware: OK (sha256: 8568352b57f3574f9d5b2753cdb7c6e5eb2b79e82fbb9c9ba6566947467ef508) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) LICENSE.qcom: OK (sha256: be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) qcom/NOTICE.txt: OK (sha256: fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> matio 1.5.23 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sane-backends 1.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.26.2 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sudo 1.9.12p2 Collecting legal info LICENSE.md: OK (sha256: d2f93a3b17ed5586fddd07be33ad767146c1a81a22682baa68bb4360a31d020a) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tinyssh 20220801 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> unbound 1.17.1 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> whetstone 1.2 Collecting legal info >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-12/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'