if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-4/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-4/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-4/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-4/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-4/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-4/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/include /home/autobuild/autobuild/instance-4/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-4/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-4/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-4/output-1/target/usr/doc find /home/autobuild/autobuild/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-4/output-1/target/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-4/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-4/output-1/target/lib/debug /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-4/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-4/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-4/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-4/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-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-158-ged22879d30"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/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-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/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-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/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-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2740 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/2740 0% [ ] 2/2740 0% [ ] 3/2740 0% [ ] 4/2740 0% [ ] 5/2740 0% [ ] 6/2740 0% [ ] 7/2740 0% [ ] 8/2740 0% [ ] 9/2740 0% [ ] 10/2740 0% [ ] 11/2740 0% [ ] 12/2740 0% [ ] 13/2740 0% [ ] 14/2740 0% [ ] 15/2740 0% [ ] 16/2740 0% [ ] 17/2740 0% [ ] 18/2740 0% [ ] 19/2740 0% [ ] 20/2740 0% [ ] 21/2740 0% [ ] 22/2740 0% [ ] 23/2740 0% [ ] 24/2740 0% [ ] 25/2740 0% [ ] 26/2740 0% [ ] 27/2740 0% [ ] 28/2740 1% [ ] 29/2740 1% [ ] 30/2740 1% [ ] 31/2740 1% [ ] 32/2740 1% [ ] 33/2740 1% [ ] 34/2740 1% [ ] 35/2740 1% [ ] 36/2740 1% [ ] 37/2740 1% [ ] 38/2740 1% [ ] 39/2740 1% [ ] 40/2740 1% [ ] 41/2740 1% [ ] 42/2740 1% [ ] 43/2740 1% [ ] 44/2740 1% [= ] 45/2740 1% [= ] 46/2740 1% [= ] 47/2740 1% [= ] 48/2740 1% [= ] 49/2740 1% [= ] 50/2740 1% [= ] 51/2740 1% [= ] 52/2740 1% [= ] 53/2740 1% [= ] 54/2740 1% [= ] 55/2740 2% [= ] 56/2740 2% [= ] 57/2740 2% [= ] 58/2740 2% [= ] 59/2740 2% [= ] 60/2740 2% [= ] 61/2740 2% [= ] 62/2740 2% [= ] 63/2740 2% [= ] 64/2740 2% [= ] 65/2740 2% [= ] 66/2740 2% [= ] 67/2740 2% [= ] 68/2740 2% [= ] 69/2740 2% [= ] 70/2740 2% [= ] 71/2740 2% [= ] 72/2740 2% [= ] 73/2740 2% [= ] 74/2740 2% [= ] 75/2740 2% [= ] 76/2740 2% [= ] 77/2740 2% [= ] 78/2740 2% [= ] 79/2740 2% [= ] 80/2740 2% [= ] 81/2740 2% [= ] 82/2740 2% [= ] 83/2740 3% [= ] 84/2740 3% [= ] 85/2740 3% [= ] 86/2740 3% [= ] 87/2740 3% [= ] 88/2740 3% [== ] 89/2740 3% [== ] 90/2740 3% [== ] 91/2740 3% [== ] 92/2740 3% [== ] 93/2740 3% [== ] 94/2740 3% [== ] 95/2740 3% [== ] 96/2740 3% [== ] 97/2740 3% [== ] 98/2740 3% [== ] 99/2740 3% [== ] 100/2740 3% [== ] 101/2740 3% [== ] 102/2740 3% [== ] 103/2740 3% [== ] 104/2740 3% [== ] 105/2740 3% [== ] 106/2740 3% [== ] 107/2740 3% [== ] 108/2740 3% [== ] 109/2740 3% [== ] 110/2740 4% [== ] 111/2740 4% [== ] 112/2740 4% [== ] 113/2740 4% [== ] 114/2740 4% [== ] 115/2740 4% [== ] 116/2740 4% [== ] 117/2740 4% [== ] 118/2740 4% [== ] 119/2740 4% [== ] 120/2740 4% [== ] 121/2740 4% [== ] 122/2740 4% [== ] 123/2740 4% [== ] 124/2740 4% [== ] 125/2740 4% [== ] 126/2740 4% [== ] 127/2740 4% [== ] 128/2740 4% [== ] 129/2740 4% [== ] 130/2740 4% [== ] 131/2740 4% [== ] 132/2740 4% [=== ] 133/2740 4% [=== ] 134/2740 4% [=== ] 135/2740 4% [=== ] 136/2740 4% [=== ] 137/2740 5% [=== ] 138/2740 5% [=== ] 139/2740 5% [=== ] 140/2740 5% [=== ] 141/2740 5% [=== ] 142/2740 5% [=== ] 143/2740 5% [=== ] 144/2740 5% [=== ] 145/2740 5% [=== ] 146/2740 5% [=== ] 147/2740 5% [=== ] 148/2740 5% [=== ] 149/2740 5% [=== ] 150/2740 5% [=== ] 151/2740 5% [=== ] 152/2740 5% [=== ] 153/2740 5% [=== ] 154/2740 5% [=== ] 155/2740 5% [=== ] 156/2740 5% [=== ] 157/2740 5% [=== ] 158/2740 5% [=== ] 159/2740 5% [=== ] 160/2740 5% [=== ] 161/2740 5% [=== ] 162/2740 5% [=== ] 163/2740 5% [=== ] 164/2740 5% [=== ] 165/2740 6% [=== ] 166/2740 6% [=== ] 167/2740 6% [=== ] 168/2740 6% [=== ] 169/2740 6% [=== ] 170/2740 6% [=== ] 171/2740 6% [=== ] 172/2740 6% [=== ] 173/2740 6% [=== ] 174/2740 6% [=== ] 175/2740 6% [=== ] 176/2740 6% [==== ] 177/2740 6% [==== ] 178/2740 6% [==== ] 179/2740 6% [==== ] 180/2740 6% [==== ] 181/2740 6% [==== ] 182/2740 6% [==== ] 183/2740 6% [==== ] 184/2740 6% [==== ] 185/2740 6% [==== ] 186/2740 6% [==== ] 187/2740 6% [==== ] 188/2740 6% [==== ] 189/2740 6% [==== ] 190/2740 6% [==== ] 191/2740 6% [==== ] 192/2740 7% [==== ] 193/2740 7% [==== ] 194/2740 7% [==== ] 195/2740 7% [==== ] 196/2740 7% [==== ] 197/2740 7% [==== ] 198/2740 7% [==== ] 199/2740 7% [==== ] 200/2740 7% [==== ] 201/2740 7% [==== ] 202/2740 7% [==== ] 203/2740 7% [==== ] 204/2740 7% [==== ] 205/2740 7% [==== ] 206/2740 7% [==== ] 207/2740 7% [==== ] 208/2740 7% [==== ] 209/2740 7% [==== ] 210/2740 7% [==== ] 211/2740 7% [==== ] 212/2740 7% [==== ] 213/2740 7% [==== ] 214/2740 7% [==== ] 215/2740 7% [==== ] 216/2740 7% [==== ] 217/2740 7% [==== ] 218/2740 7% [==== ] 219/2740 7% [==== ] 220/2740 8% [===== ] 221/2740 8% [===== ] 222/2740 8% [===== ] 223/2740 8% [===== ] 224/2740 8% [===== ] 225/2740 8% [===== ] 226/2740 8% [===== ] 227/2740 8% [===== ] 228/2740 8% [===== ] 229/2740 8% [===== ] 230/2740 8% [===== ] 231/2740 8% [===== ] 232/2740 8% [===== ] 233/2740 8% [===== ] 234/2740 8% [===== ] 235/2740 8% [===== ] 236/2740 8% [===== ] 237/2740 8% [===== ] 238/2740 8% [===== ] 239/2740 8% [===== ] 240/2740 8% [===== ] 241/2740 8% [===== ] 242/2740 8% [===== ] 243/2740 8% [===== ] 244/2740 8% [===== ] 245/2740 8% [===== ] 246/2740 8% [===== ] 247/2740 9% [===== ] 248/2740 9% [===== ] 249/2740 9% [===== ] 250/2740 9% [===== ] 251/2740 9% [===== ] 252/2740 9% [===== ] 253/2740 9% [===== ] 254/2740 9% [===== ] 255/2740 9% [===== ] 256/2740 9% [===== ] 257/2740 9% [===== ] 258/2740 9% [===== ] 259/2740 9% [===== ] 260/2740 9% [===== ] 261/2740 9% [===== ] 262/2740 9% [===== ] 263/2740 9% [===== ] 264/2740 9% [===== ] 265/2740 9% [====== ] 266/2740 9% [====== ] 267/2740 9% [====== ] 268/2740 9% [====== ] 269/2740 9% [====== ] 270/2740 9% [====== ] 271/2740 9% [====== ] 272/2740 9% [====== ] 273/2740 9% [====== ] 274/2740 10% [====== ] 275/2740 10% [====== ] 276/2740 10% [====== ] 277/2740 10% [====== ] 278/2740 10% [====== ] 279/2740 10% [====== ] 280/2740 10% [====== ] 281/2740 10% [====== ] 282/2740 10% [====== ] 283/2740 10% [====== ] 284/2740 10% [====== ] 285/2740 10% [====== ] 286/2740 10% [====== ] 287/2740 10% [====== ] 288/2740 10% [====== ] 289/2740 10% [====== ] 290/2740 10% [====== ] 291/2740 10% [====== ] 292/2740 10% [====== ] 293/2740 10% [====== ] 294/2740 10% [====== ] 295/2740 10% [====== ] 296/2740 10% [====== ] 297/2740 10% [====== ] 298/2740 10% [====== ] 299/2740 10% [====== ] 300/2740 10% [====== ] 301/2740 10% [====== ] 302/2740 11% [====== ] 303/2740 11% [====== ] 304/2740 11% [====== ] 305/2740 11% [====== ] 306/2740 11% [====== ] 307/2740 11% [====== ] 308/2740 11% [====== ] 309/2740 11% [======= ] 310/2740 11% [======= ] 311/2740 11% [======= ] 312/2740 11% [======= ] 313/2740 11% [======= ] 314/2740 11% [======= ] 315/2740 11% [======= ] 316/2740 11% [======= ] 317/2740 11% [======= ] 318/2740 11% [======= ] 319/2740 11% [======= ] 320/2740 11% [======= ] 321/2740 11% [======= ] 322/2740 11% [======= ] 323/2740 11% [======= ] 324/2740 11% [======= ] 325/2740 11% [======= ] 326/2740 11% [======= ] 327/2740 11% [======= ] 328/2740 11% [======= ] 329/2740 12% [======= ] 330/2740 12% [======= ] 331/2740 12% [======= ] 332/2740 12% [======= ] 333/2740 12% [======= ] 334/2740 12% [======= ] 335/2740 12% [======= ] 336/2740 12% [======= ] 337/2740 12% [======= ] 338/2740 12% [======= ] 339/2740 12% [======= ] 340/2740 12% [======= ] 341/2740 12% [======= ] 342/2740 12% [======= ] 343/2740 12% [======= ] 344/2740 12% [======= ] 345/2740 12% [======= ] 346/2740 12% [======= ] 347/2740 12% [======= ] 348/2740 12% [======= ] 349/2740 12% [======= ] 350/2740 12% [======= ] 351/2740 12% [======= ] 352/2740 12% [======= ] 353/2740 12% [======== ] 354/2740 12% [======== ] 355/2740 12% [======== ] 356/2740 12% [======== ] 357/2740 13% [======== ] 358/2740 13% [======== ] 359/2740 13% [======== ] 360/2740 13% [======== ] 361/2740 13% [======== ] 362/2740 13% [======== ] 363/2740 13% [======== ] 364/2740 13% [======== ] 365/2740 13% [======== ] 366/2740 13% [======== ] 367/2740 13% [======== ] 368/2740 13% [======== ] 369/2740 13% [======== ] 370/2740 13% [======== ] 371/2740 13% [======== ] 372/2740 13% [======== ] 373/2740 13% [======== ] 374/2740 13% [======== ] 375/2740 13% [======== ] 376/2740 13% [======== ] 377/2740 13% [======== ] 378/2740 13% [======== ] 379/2740 13% [======== ] 380/2740 13% [======== ] 381/2740 13% [======== ] 382/2740 13% [======== ] 383/2740 13% [======== ] 384/2740 14% [======== ] 385/2740 14% [======== ] 386/2740 14% [======== ] 387/2740 14% [======== ] 388/2740 14% [======== ] 389/2740 14% [======== ] 390/2740 14% [======== ] 391/2740 14% [======== ] 392/2740 14% [======== ] 393/2740 14% [======== ] 394/2740 14% [======== ] 395/2740 14% [======== ] 396/2740 14% [======== ] 397/2740 14% [========= ] 398/2740 14% [========= ] 399/2740 14% [========= ] 400/2740 14% [========= ] 401/2740 14% [========= ] 402/2740 14% [========= ] 403/2740 14% [========= ] 404/2740 14% [========= ] 405/2740 14% [========= ] 406/2740 14% [========= ] 407/2740 14% [========= ] 408/2740 14% [========= ] 409/2740 14% [========= ] 410/2740 14% [========= ] 411/2740 15% [========= ] 412/2740 15% [========= ] 413/2740 15% [========= ] 414/2740 15% [========= ] 415/2740 15% [========= ] 416/2740 15% [========= ] 417/2740 15% [========= ] 418/2740 15% [========= ] 419/2740 15% [========= ] 420/2740 15% [========= ] 421/2740 15% [========= ] 422/2740 15% [========= ] 423/2740 15% [========= ] 424/2740 15% [========= ] 425/2740 15% [========= ] 426/2740 15% [========= ] 427/2740 15% [========= ] 428/2740 15% [========= ] 429/2740 15% [========= ] 430/2740 15% [========= ] 431/2740 15% [========= ] 432/2740 15% [========= ] 433/2740 15% [========= ] 434/2740 15% [========= ] 435/2740 15% [========= ] 436/2740 15% [========= ] 437/2740 15% [========= ] 438/2740 15% [========= ] 439/2740 16% [========= ] 440/2740 16% [========= ] 441/2740 16% [========== ] 442/2740 16% [========== ] 443/2740 16% [========== ] 444/2740 16% [========== ] 445/2740 16% [========== ] 446/2740 16% [========== ] 447/2740 16% [========== ] 448/2740 16% [========== ] 449/2740 16% [========== ] 450/2740 16% [========== ] 451/2740 16% [========== ] 452/2740 16% [========== ] 453/2740 16% [========== ] 454/2740 16% [========== ] 455/2740 16% [========== ] 456/2740 16% [========== ] 457/2740 16% [========== ] 458/2740 16% [========== ] 459/2740 16% [========== ] 460/2740 16% [========== ] 461/2740 16% [========== ] 462/2740 16% [========== ] 463/2740 16% [========== ] 464/2740 16% [========== ] 465/2740 16% [========== ] 466/2740 17% [========== ] 467/2740 17% [========== ] 468/2740 17% [========== ] 469/2740 17% [========== ] 470/2740 17% [========== ] 471/2740 17% [========== ] 472/2740 17% [========== ] 473/2740 17% [========== ] 474/2740 17% [========== ] 475/2740 17% [========== ] 476/2740 17% [========== ] 477/2740 17% [========== ] 478/2740 17% [========== ] 479/2740 17% [========== ] 480/2740 17% [========== ] 481/2740 17% [========== ] 482/2740 17% [========== ] 483/2740 17% [========== ] 484/2740 17% [========== ] 485/2740 17% [========== ] 486/2740 17% [=========== ] 487/2740 17% [=========== ] 488/2740 17% [=========== ] 489/2740 17% [=========== ] 490/2740 17% [=========== ] 491/2740 17% [=========== ] 492/2740 17% [=========== ] 493/2740 17% [=========== ] 494/2740 18% [=========== ] 495/2740 18% [=========== ] 496/2740 18% [=========== ] 497/2740 18% [=========== ] 498/2740 18% [=========== ] 499/2740 18% [=========== ] 500/2740 18% [=========== ] 501/2740 18% [=========== ] 502/2740 18% [=========== ] 503/2740 18% [=========== ] 504/2740 18% [=========== ] 505/2740 18% [=========== ] 506/2740 18% [=========== ] 507/2740 18% [=========== ] 508/2740 18% [=========== ] 509/2740 18% [=========== ] 510/2740 18% [=========== ] 511/2740 18% [=========== ] 512/2740 18% [=========== ] 513/2740 18% [=========== ] 514/2740 18% [=========== ] 515/2740 18% [=========== ] 516/2740 18% [=========== ] 517/2740 18% [=========== ] 518/2740 18% [=========== ] 519/2740 18% [=========== ] 520/2740 18% [=========== ] 521/2740 19% [=========== ] 522/2740 19% [=========== ] 523/2740 19% [=========== ] 524/2740 19% [=========== ] 525/2740 19% [=========== ] 526/2740 19% [=========== ] 527/2740 19% [=========== ] 528/2740 19% [=========== ] 529/2740 19% [=========== ] 530/2740 19% [============ ] 531/2740 19% [============ ] 532/2740 19% [============ ] 533/2740 19% [============ ] 534/2740 19% [============ ] 535/2740 19% [============ ] 536/2740 19% [============ ] 537/2740 19% [============ ] 538/2740 19% [============ ] 539/2740 19% [============ ] 540/2740 19% [============ ] 541/2740 19% [============ ] 542/2740 19% [============ ] 543/2740 19% [============ ] 544/2740 19% [============ ] 545/2740 19% [============ ] 546/2740 19% [============ ] 547/2740 19% [============ ] 548/2740 20% [============ ] 549/2740 20% [============ ] 550/2740 20% [============ ] 551/2740 20% [============ ] 552/2740 20% [============ ] 553/2740 20% [============ ] 554/2740 20% [============ ] 555/2740 20% [============ ] 556/2740 20% [============ ] 557/2740 20% [============ ] 558/2740 20% [============ ] 559/2740 20% [============ ] 560/2740 20% [============ ] 561/2740 20% [============ ] 562/2740 20% [============ ] 563/2740 20% [============ ] 564/2740 20% [============ ] 565/2740 20% [============ ] 566/2740 20% [============ ] 567/2740 20% [============ ] 568/2740 20% [============ ] 569/2740 20% [============ ] 570/2740 20% [============ ] 571/2740 20% [============ ] 572/2740 20% [============ ] 573/2740 20% [============ ] 574/2740 20% [============= ] 575/2740 20% [============= ] 576/2740 21% [============= ] 577/2740 21% [============= ] 578/2740 21% [============= ] 579/2740 21% [============= ] 580/2740 21% [============= ] 581/2740 21% [============= ] 582/2740 21% [============= ] 583/2740 21% [============= ] 584/2740 21% [============= ] 585/2740 21% [============= ] 586/2740 21% [============= ] 587/2740 21% [============= ] 588/2740 21% [============= ] 589/2740 21% [============= ] 590/2740 21% [============= ] 591/2740 21% [============= ] 592/2740 21% [============= ] 593/2740 21% [============= ] 594/2740 21% [============= ] 595/2740 21% [============= ] 596/2740 21% [============= ] 597/2740 21% [============= ] 598/2740 21% [============= ] 599/2740 21% [============= ] 600/2740 21% [============= ] 601/2740 21% [============= ] 602/2740 21% [============= ] 603/2740 22% [============= ] 604/2740 22% [============= ] 605/2740 22% [============= ] 606/2740 22% [============= ] 607/2740 22% [============= ] 608/2740 22% [============= ] 609/2740 22% [============= ] 610/2740 22% [============= ] 611/2740 22% [============= ] 612/2740 22% [============= ] 613/2740 22% [============= ] 614/2740 22% [============= ] 615/2740 22% [============= ] 616/2740 22% [============= ] 617/2740 22% [============= ] 618/2740 22% [============== ] 619/2740 22% [============== ] 620/2740 22% [============== ] 621/2740 22% [============== ] 622/2740 22% [============== ] 623/2740 22% [============== ] 624/2740 22% [============== ] 625/2740 22% [============== ] 626/2740 22% [============== ] 627/2740 22% [============== ] 628/2740 22% [============== ] 629/2740 22% [============== ] 630/2740 22% [============== ] 631/2740 23% [============== ] 632/2740 23% [============== ] 633/2740 23% [============== ] 634/2740 23% [============== ] 635/2740 23% [============== ] 636/2740 23% [============== ] 637/2740 23% [============== ] 638/2740 23% [============== ] 639/2740 23% [============== ] 640/2740 23% [============== ] 641/2740 23% [============== ] 642/2740 23% [============== ] 643/2740 23% [============== ] 644/2740 23% [============== ] 645/2740 23% [============== ] 646/2740 23% [============== ] 647/2740 23% [============== ] 648/2740 23% [============== ] 649/2740 23% [============== ] 650/2740 23% [============== ] 651/2740 23% [============== ] 652/2740 23% [============== ] 653/2740 23% [============== ] 654/2740 23% [============== ] 655/2740 23% [============== ] 656/2740 23% [============== ] 657/2740 23% [============== ] 658/2740 24% [============== ] 659/2740 24% [============== ] 660/2740 24% [============== ] 661/2740 24% [============== ] 662/2740 24% [=============== ] 663/2740 24% [=============== ] 664/2740 24% [=============== ] 665/2740 24% [=============== ] 666/2740 24% [=============== ] 667/2740 24% [=============== ] 668/2740 24% [=============== ] 669/2740 24% [=============== ] 670/2740 24% [=============== ] 671/2740 24% [=============== ] 672/2740 24% [=============== ] 673/2740 24% [=============== ] 674/2740 24% [=============== ] 675/2740 24% [=============== ] 676/2740 24% [=============== ] 677/2740 24% [=============== ] 678/2740 24% [=============== ] 679/2740 24% [=============== ] 680/2740 24% [=============== ] 681/2740 24% [=============== ] 682/2740 24% [=============== ] 683/2740 24% [=============== ] 684/2740 24% [=============== ] 685/2740 25% [=============== ] 686/2740 25% [=============== ] 687/2740 25% [=============== ] 688/2740 25% [=============== ] 689/2740 25% [=============== ] 690/2740 25% [=============== ] 691/2740 25% [=============== ] 692/2740 25% [=============== ] 693/2740 25% [=============== ] 694/2740 25% [=============== ] 695/2740 25% [=============== ] 696/2740 25% [=============== ] 697/2740 25% [=============== ] 698/2740 25% [=============== ] 699/2740 25% [=============== ] 700/2740 25% [=============== ] 701/2740 25% [=============== ] 702/2740 25% [=============== ] 703/2740 25% [=============== ] 704/2740 25% [=============== ] 705/2740 25% [=============== ] 706/2740 25% [=============== ] 707/2740 25% [================ ] 708/2740 25% [================ ] 709/2740 25% [================ ] 710/2740 25% [================ ] 711/2740 25% [================ ] 712/2740 25% [================ ] 713/2740 26% [================ ] 714/2740 26% [================ ] 715/2740 26% [================ ] 716/2740 26% [================ ] 717/2740 26% [================ ] 718/2740 26% [================ ] 719/2740 26% [================ ] 720/2740 26% [================ ] 721/2740 26% [================ ] 722/2740 26% [================ ] 723/2740 26% [================ ] 724/2740 26% [================ ] 725/2740 26% [================ ] 726/2740 26% [================ ] 727/2740 26% [================ ] 728/2740 26% [================ ] 729/2740 26% [================ ] 730/2740 26% [================ ] 731/2740 26% [================ ] 732/2740 26% [================ ] 733/2740 26% [================ ] 734/2740 26% [================ ] 735/2740 26% [================ ] 736/2740 26% [================ ] 737/2740 26% [================ ] 738/2740 26% [================ ] 739/2740 26% [================ ] 740/2740 27% [================ ] 741/2740 27% [================ ] 742/2740 27% [================ ] 743/2740 27% [================ ] 744/2740 27% [================ ] 745/2740 27% [================ ] 746/2740 27% [================ ] 747/2740 27% [================ ] 748/2740 27% [================ ] 749/2740 27% [================ ] 750/2740 27% [================ ] 751/2740 27% [================= ] 752/2740 27% [================= ] 753/2740 27% [================= ] 754/2740 27% [================= ] 755/2740 27% [================= ] 756/2740 27% [================= ] 757/2740 27% [================= ] 758/2740 27% [================= ] 759/2740 27% [================= ] 760/2740 27% [================= ] 761/2740 27% [================= ] 762/2740 27% [================= ] 763/2740 27% [================= ] 764/2740 27% [================= ] 765/2740 27% [================= ] 766/2740 27% [================= ] 767/2740 27% [================= ] 768/2740 28% [================= ] 769/2740 28% [================= ] 770/2740 28% [================= ] 771/2740 28% [================= ] 772/2740 28% [================= ] 773/2740 28% [================= ] 774/2740 28% [================= ] 775/2740 28% [================= ] 776/2740 28% [================= ] 777/2740 28% [================= ] 778/2740 28% [================= ] 779/2740 28% [================= ] 780/2740 28% [================= ] 781/2740 28% [================= ] 782/2740 28% [================= ] 783/2740 28% [================= ] 784/2740 28% [================= ] 785/2740 28% [================= ] 786/2740 28% [================= ] 787/2740 28% [================= ] 788/2740 28% [================= ] 789/2740 28% [================= ] 790/2740 28% [================= ] 791/2740 28% [================= ] 792/2740 28% [================= ] 793/2740 28% [================= ] 794/2740 28% [================= ] 795/2740 29% [================== ] 796/2740 29% [================== ] 797/2740 29% [================== ] 798/2740 29% [================== ] 799/2740 29% [================== ] 800/2740 29% [================== ] 801/2740 29% [================== ] 802/2740 29% [================== ] 803/2740 29% [================== ] 804/2740 29% [================== ] 805/2740 29% [================== ] 806/2740 29% [================== ] 807/2740 29% [================== ] 808/2740 29% [================== ] 809/2740 29% [================== ] 810/2740 29% [================== ] 811/2740 29% [================== ] 812/2740 29% [================== ] 813/2740 29% [================== ] 814/2740 29% [================== ] 815/2740 29% [================== ] 816/2740 29% [================== ] 817/2740 29% [================== ] 818/2740 29% [================== ] 819/2740 29% [================== ] 820/2740 29% [================== ] 821/2740 29% [================== ] 822/2740 30% [================== ] 823/2740 30% [================== ] 824/2740 30% [================== ] 825/2740 30% [================== ] 826/2740 30% [================== ] 827/2740 30% [================== ] 828/2740 30% [================== ] 829/2740 30% [================== ] 830/2740 30% [================== ] 831/2740 30% [================== ] 832/2740 30% [================== ] 833/2740 30% [================== ] 834/2740 30% [================== ] 835/2740 30% [================== ] 836/2740 30% [================== ] 837/2740 30% [================== ] 838/2740 30% [================== ] 839/2740 30% [=================== ] 840/2740 30% [=================== ] 841/2740 30% [=================== ] 842/2740 30% [=================== ] 843/2740 30% [=================== ] 844/2740 30% [=================== ] 845/2740 30% [=================== ] 846/2740 30% [=================== ] 847/2740 30% [=================== ] 848/2740 30% [=================== ] 849/2740 30% [=================== ] 850/2740 31% [=================== ] 851/2740 31% [=================== ] 852/2740 31% [=================== ] 853/2740 31% [=================== ] 854/2740 31% [=================== ] 855/2740 31% [=================== ] 856/2740 31% [=================== ] 857/2740 31% [=================== ] 858/2740 31% [=================== ] 859/2740 31% [=================== ] 860/2740 31% [=================== ] 861/2740 31% [=================== ] 862/2740 31% [=================== ] 863/2740 31% [=================== ] 864/2740 31% [=================== ] 865/2740 31% [=================== ] 866/2740 31% [=================== ] 867/2740 31% [=================== ] 868/2740 31% [=================== ] 869/2740 31% [=================== ] 870/2740 31% [=================== ] 871/2740 31% [=================== ] 872/2740 31% [=================== ] 873/2740 31% [=================== ] 874/2740 31% [=================== ] 875/2740 31% [=================== ] 876/2740 31% [=================== ] 877/2740 32% [=================== ] 878/2740 32% [=================== ] 879/2740 32% [=================== ] 880/2740 32% [=================== ] 881/2740 32% [=================== ] 882/2740 32% [=================== ] 883/2740 32% [==================== ] 884/2740 32% [==================== ] 885/2740 32% [==================== ] 886/2740 32% [==================== ] 887/2740 32% [==================== ] 888/2740 32% [==================== ] 889/2740 32% [==================== ] 890/2740 32% [==================== ] 891/2740 32% [==================== ] 892/2740 32% [==================== ] 893/2740 32% [==================== ] 894/2740 32% [==================== ] 895/2740 32% [==================== ] 896/2740 32% [==================== ] 897/2740 32% [==================== ] 898/2740 32% [==================== ] 899/2740 32% [==================== ] 900/2740 32% [==================== ] 901/2740 32% [==================== ] 902/2740 32% [==================== ] 903/2740 32% [==================== ] 904/2740 32% [==================== ] 905/2740 33% [==================== ] 906/2740 33% [==================== ] 907/2740 33% [==================== ] 908/2740 33% [==================== ] 909/2740 33% [==================== ] 910/2740 33% [==================== ] 911/2740 33% [==================== ] 912/2740 33% [==================== ] 913/2740 33% [==================== ] 914/2740 33% [==================== ] 915/2740 33% [==================== ] 916/2740 33% [==================== ] 917/2740 33% [==================== ] 918/2740 33% [==================== ] 919/2740 33% [==================== ] 920/2740 33% [==================== ] 921/2740 33% [==================== ] 922/2740 33% [==================== ] 923/2740 33% [==================== ] 924/2740 33% [==================== ] 925/2740 33% [==================== ] 926/2740 33% [==================== ] 927/2740 33% [==================== ] 928/2740 33% [===================== ] 929/2740 33% [===================== ] 930/2740 33% [===================== ] 931/2740 33% [===================== ] 932/2740 34% [===================== ] 933/2740 34% [===================== ] 934/2740 34% [===================== ] 935/2740 34% [===================== ] 936/2740 34% [===================== ] 937/2740 34% [===================== ] 938/2740 34% [===================== ] 939/2740 34% [===================== ] 940/2740 34% [===================== ] 941/2740 34% [===================== ] 942/2740 34% [===================== ] 943/2740 34% [===================== ] 944/2740 34% [===================== ] 945/2740 34% [===================== ] 946/2740 34% [===================== ] 947/2740 34% [===================== ] 948/2740 34% [===================== ] 949/2740 34% [===================== ] 950/2740 34% [===================== ] 951/2740 34% [===================== ] 952/2740 34% [===================== ] 953/2740 34% [===================== ] 954/2740 34% [===================== ] 955/2740 34% [===================== ] 956/2740 34% [===================== ] 957/2740 34% [===================== ] 958/2740 34% [===================== ] 959/2740 35% [===================== ] 960/2740 35% [===================== ] 961/2740 35% [===================== ] 962/2740 35% [===================== ] 963/2740 35% [===================== ] 964/2740 35% [===================== ] 965/2740 35% [===================== ] 966/2740 35% [===================== ] 967/2740 35% [===================== ] 968/2740 35% [===================== ] 969/2740 35% [===================== ] 970/2740 35% [===================== ] 971/2740 35% [===================== ] 972/2740 35% [====================== ] 973/2740 35% [====================== ] 974/2740 35% [====================== ] 975/2740 35% [====================== ] 976/2740 35% [====================== ] 977/2740 35% [====================== ] 978/2740 35% [====================== ] 979/2740 35% [====================== ] 980/2740 35% [====================== ] 981/2740 35% [====================== ] 982/2740 35% [====================== ] 983/2740 35% [====================== ] 984/2740 35% [====================== ] 985/2740 35% [====================== ] 986/2740 35% [====================== ] 987/2740 36% [====================== ] 988/2740 36% [====================== ] 989/2740 36% [====================== ] 990/2740 36% [====================== ] 991/2740 36% [====================== ] 992/2740 36% [====================== ] 993/2740 36% [====================== ] 994/2740 36% [====================== ] 995/2740 36% [====================== ] 996/2740 36% [====================== ] 997/2740 36% [====================== ] 998/2740 36% [====================== ] 999/2740 36% [====================== ] 1000/2740 36% [====================== ] 1001/2740 36% [====================== ] 1002/2740 36% [====================== ] 1003/2740 36% [====================== ] 1004/2740 36% [====================== ] 1005/2740 36% [====================== ] 1006/2740 36% [====================== ] 1007/2740 36% [====================== ] 1008/2740 36% [====================== ] 1009/2740 36% [====================== ] 1010/2740 36% [====================== ] 1011/2740 36% [====================== ] 1012/2740 36% [====================== ] 1013/2740 36% [====================== ] 1014/2740 37% [====================== ] 1015/2740 37% [====================== ] 1016/2740 37% [======================= ] 1017/2740 37% [======================= ] 1018/2740 37% [======================= ] 1019/2740 37% [======================= ] 1020/2740 37% [======================= ] 1021/2740 37% [======================= ] 1022/2740 37% [======================= ] 1023/2740 37% [======================= ] 1024/2740 37% [======================= ] 1025/2740 37% [======================= ] 1026/2740 37% [======================= ] 1027/2740 37% [======================= ] 1028/2740 37% [======================= ] 1029/2740 37% [======================= ] 1030/2740 37% [======================= ] 1031/2740 37% [======================= ] 1032/2740 37% [======================= ] 1033/2740 37% [======================= ] 1034/2740 37% [======================= ] 1035/2740 37% [======================= ] 1036/2740 37% [======================= ] 1037/2740 37% [======================= ] 1038/2740 37% [======================= ] 1039/2740 37% [======================= ] 1040/2740 37% [======================= ] 1041/2740 37% [======================= ] 1042/2740 38% [======================= ] 1043/2740 38% [======================= ] 1044/2740 38% [======================= ] 1045/2740 38% [======================= ] 1046/2740 38% [======================= ] 1047/2740 38% [======================= ] 1048/2740 38% [======================= ] 1049/2740 38% [======================= ] 1050/2740 38% [======================= ] 1051/2740 38% [======================= ] 1052/2740 38% [======================= ] 1053/2740 38% [======================= ] 1054/2740 38% [======================= ] 1055/2740 38% [======================= ] 1056/2740 38% [======================= ] 1057/2740 38% [======================= ] 1058/2740 38% [======================= ] 1059/2740 38% [======================= ] 1060/2740 38% [======================== ] 1061/2740 38% [======================== ] 1062/2740 38% [======================== ] 1063/2740 38% [======================== ] 1064/2740 38% [======================== ] 1065/2740 38% [======================== ] 1066/2740 38% [======================== ] 1067/2740 38% [======================== ] 1068/2740 38% [======================== ] 1069/2740 39% [======================== ] 1070/2740 39% [======================== ] 1071/2740 39% [======================== ] 1072/2740 39% [======================== ] 1073/2740 39% [======================== ] 1074/2740 39% [======================== ] 1075/2740 39% [======================== ] 1076/2740 39% [======================== ] 1077/2740 39% [======================== ] 1078/2740 39% [======================== ] 1079/2740 39% [======================== ] 1080/2740 39% [======================== ] 1081/2740 39% [======================== ] 1082/2740 39% [======================== ] 1083/2740 39% [======================== ] 1084/2740 39% [======================== ] 1085/2740 39% [======================== ] 1086/2740 39% [======================== ] 1087/2740 39% [======================== ] 1088/2740 39% [======================== ] 1089/2740 39% [======================== ] 1090/2740 39% [======================== ] 1091/2740 39% [======================== ] 1092/2740 39% [======================== ] 1093/2740 39% [======================== ] 1094/2740 39% [======================== ] 1095/2740 39% [======================== ] 1096/2740 40% [======================== ] 1097/2740 40% [======================== ] 1098/2740 40% [======================== ] 1099/2740 40% [======================== ] 1100/2740 40% [======================== ] 1101/2740 40% [======================== ] 1102/2740 40% [======================== ] 1103/2740 40% [======================== ] 1104/2740 40% [========================= ] 1105/2740 40% [========================= ] 1106/2740 40% [========================= ] 1107/2740 40% [========================= ] 1108/2740 40% [========================= ] 1109/2740 40% [========================= ] 1110/2740 40% [========================= ] 1111/2740 40% [========================= ] 1112/2740 40% [========================= ] 1113/2740 40% [========================= ] 1114/2740 40% [========================= ] 1115/2740 40% [========================= ] 1116/2740 40% [========================= ] 1117/2740 40% [========================= ] 1118/2740 40% [========================= ] 1119/2740 40% [========================= ] 1120/2740 40% [========================= ] 1121/2740 40% [========================= ] 1122/2740 40% [========================= ] 1123/2740 40% [========================= ] 1124/2740 41% [========================= ] 1125/2740 41% [========================= ] 1126/2740 41% [========================= ] 1127/2740 41% [========================= ] 1128/2740 41% [========================= ] 1129/2740 41% [========================= ] 1130/2740 41% [========================= ] 1131/2740 41% [========================= ] 1132/2740 41% [========================= ] 1133/2740 41% [========================= ] 1134/2740 41% [========================= ] 1135/2740 41% [========================= ] 1136/2740 41% [========================= ] 1137/2740 41% [========================= ] 1138/2740 41% [========================= ] 1139/2740 41% [========================= ] 1140/2740 41% [========================= ] 1141/2740 41% [========================= ] 1142/2740 41% [========================= ] 1143/2740 41% [========================= ] 1144/2740 41% [========================= ] 1145/2740 41% [========================= ] 1146/2740 41% [========================= ] 1147/2740 41% [========================= ] 1148/2740 41% [========================= ] 1149/2740 41% [========================== ] 1150/2740 41% [========================== ] 1151/2740 42% [========================== ] 1152/2740 42% [========================== ] 1153/2740 42% [========================== ] 1154/2740 42% [========================== ] 1155/2740 42% [========================== ] 1156/2740 42% [========================== ] 1157/2740 42% [========================== ] 1158/2740 42% [========================== ] 1159/2740 42% [========================== ] 1160/2740 42% [========================== ] 1161/2740 42% [========================== ] 1162/2740 42% [========================== ] 1163/2740 42% [========================== ] 1164/2740 42% [========================== ] 1165/2740 42% [========================== ] 1166/2740 42% [========================== ] 1167/2740 42% [========================== ] 1168/2740 42% [========================== ] 1169/2740 42% [========================== ] 1170/2740 42% [========================== ] 1171/2740 42% [========================== ] 1172/2740 42% [========================== ] 1173/2740 42% [========================== ] 1174/2740 42% [========================== ] 1175/2740 42% [========================== ] 1176/2740 42% [========================== ] 1177/2740 42% [========================== ] 1178/2740 42% [========================== ] 1179/2740 43% [========================== ] 1180/2740 43% [========================== ] 1181/2740 43% [========================== ] 1182/2740 43% [========================== ] 1183/2740 43% [========================== ] 1184/2740 43% [========================== ] 1185/2740 43% [========================== ] 1186/2740 43% [========================== ] 1187/2740 43% [========================== ] 1188/2740 43% [========================== ] 1189/2740 43% [========================== ] 1190/2740 43% [========================== ] 1191/2740 43% [========================== ] 1192/2740 43% [========================== ] 1193/2740 43% [=========================== ] 1194/2740 43% [=========================== ] 1195/2740 43% [=========================== ] 1196/2740 43% [=========================== ] 1197/2740 43% [=========================== ] 1198/2740 43% [=========================== ] 1199/2740 43% [=========================== ] 1200/2740 43% [=========================== ] 1201/2740 43% [=========================== ] 1202/2740 43% [=========================== ] 1203/2740 43% [=========================== ] 1204/2740 43% [=========================== ] 1205/2740 43% [=========================== ] 1206/2740 44% [=========================== ] 1207/2740 44% [=========================== ] 1208/2740 44% [=========================== ] 1209/2740 44% [=========================== ] 1210/2740 44% [=========================== ] 1211/2740 44% [=========================== ] 1212/2740 44% [=========================== ] 1213/2740 44% [=========================== ] 1214/2740 44% [=========================== ] 1215/2740 44% [=========================== ] 1216/2740 44% [=========================== ] 1217/2740 44% [=========================== ] 1218/2740 44% [=========================== ] 1219/2740 44% [=========================== ] 1220/2740 44% [=========================== ] 1221/2740 44% [=========================== ] 1222/2740 44% [=========================== ] 1223/2740 44% [=========================== ] 1224/2740 44% [=========================== ] 1225/2740 44% [=========================== ] 1226/2740 44% [=========================== ] 1227/2740 44% [=========================== ] 1228/2740 44% [=========================== ] 1229/2740 44% [=========================== ] 1230/2740 44% [=========================== ] 1231/2740 44% [=========================== ] 1232/2740 44% [=========================== ] 1233/2740 45% [=========================== ] 1234/2740 45% [=========================== ] 1235/2740 45% [=========================== ] 1236/2740 45% [=========================== ] 1237/2740 45% [============================ ] 1238/2740 45% [============================ ] 1239/2740 45% [============================ ] 1240/2740 45% [============================ ] 1241/2740 45% [============================ ] 1242/2740 45% [============================ ] 1243/2740 45% [============================ ] 1244/2740 45% [============================ ] 1245/2740 45% [============================ ] 1246/2740 45% [============================ ] 1247/2740 45% [============================ ] 1248/2740 45% [============================ ] 1249/2740 45% [============================ ] 1250/2740 45% [============================ ] 1251/2740 45% [============================ ] 1252/2740 45% [============================ ] 1253/2740 45% [============================ ] 1254/2740 45% [============================ ] 1255/2740 45% [============================ ] 1256/2740 45% [============================ ] 1257/2740 45% [============================ ] 1258/2740 45% [============================ ] 1259/2740 45% [============================ ] 1260/2740 45% [============================ ] 1261/2740 46% [============================ ] 1262/2740 46% [============================ ] 1263/2740 46% [============================ ] 1264/2740 46% [============================ ] 1265/2740 46% [============================ ] 1266/2740 46% [============================ ] 1267/2740 46% [============================ ] 1268/2740 46% [============================ ] 1269/2740 46% [============================ ] 1270/2740 46% [============================ ] 1271/2740 46% [============================ ] 1272/2740 46% [============================ ] 1273/2740 46% [============================ ] 1274/2740 46% [============================ ] 1275/2740 46% [============================ ] 1276/2740 46% [============================ ] 1277/2740 46% [============================ ] 1278/2740 46% [============================ ] 1279/2740 46% [============================ ] 1280/2740 46% [============================ ] 1281/2740 46% [============================= ] 1282/2740 46% [============================= ] 1283/2740 46% [============================= ] 1284/2740 46% [============================= ] 1285/2740 46% [============================= ] 1286/2740 46% [============================= ] 1287/2740 46% [============================= ] 1288/2740 47% [============================= ] 1289/2740 47% [============================= ] 1290/2740 47% [============================= ] 1291/2740 47% [============================= ] 1292/2740 47% [============================= ] 1293/2740 47% [============================= ] 1294/2740 47% [============================= ] 1295/2740 47% [============================= ] 1296/2740 47% [============================= ] 1297/2740 47% [============================= ] 1298/2740 47% [============================= ] 1299/2740 47% [============================= ] 1300/2740 47% [============================= ] 1301/2740 47% [============================= ] 1302/2740 47% [============================= ] 1303/2740 47% [============================= ] 1304/2740 47% [============================= ] 1305/2740 47% [============================= ] 1306/2740 47% [============================= ] 1307/2740 47% [============================= ] 1308/2740 47% [============================= ] 1309/2740 47% [============================= ] 1310/2740 47% [============================= ] 1311/2740 47% [============================= ] 1312/2740 47% [============================= ] 1313/2740 47% [============================= ] 1314/2740 47% [============================= ] 1315/2740 47% [============================= ] 1316/2740 48% [============================= ] 1317/2740 48% [============================= ] 1318/2740 48% [============================= ] 1319/2740 48% [============================= ] 1320/2740 48% [============================= ] 1321/2740 48% [============================= ] 1322/2740 48% [============================= ] 1323/2740 48% [============================= ] 1324/2740 48% [============================= ] 1325/2740 48% [============================== ] 1326/2740 48% [============================== ] 1327/2740 48% [============================== ] 1328/2740 48% [============================== ] 1329/2740 48% [============================== ] 1330/2740 48% [============================== ] 1331/2740 48% [============================== ] 1332/2740 48% [============================== ] 1333/2740 48% [============================== ] 1334/2740 48% [============================== ] 1335/2740 48% [============================== ] 1336/2740 48% [============================== ] 1337/2740 48% [============================== ] 1338/2740 48% [============================== ] 1339/2740 48% [============================== ] 1340/2740 48% [============================== ] 1341/2740 48% [============================== ] 1342/2740 48% [============================== ] 1343/2740 49% [============================== ] 1344/2740 49% [============================== ] 1345/2740 49% [============================== ] 1346/2740 49% [============================== ] 1347/2740 49% [============================== ] 1348/2740 49% [============================== ] 1349/2740 49% [============================== ] 1350/2740 49% [============================== ] 1351/2740 49% [============================== ] 1352/2740 49% [============================== ] 1353/2740 49% [============================== ] 1354/2740 49% [============================== ] 1355/2740 49% [============================== ] 1356/2740 49% [============================== ] 1357/2740 49% [============================== ] 1358/2740 49% [============================== ] 1359/2740 49% [============================== ] 1360/2740 49% [============================== ] 1361/2740 49% [============================== ] 1362/2740 49% [============================== ] 1363/2740 49% [============================== ] 1364/2740 49% [============================== ] 1365/2740 49% [============================== ] 1366/2740 49% [============================== ] 1367/2740 49% [============================== ] 1368/2740 49% [============================== ] 1369/2740 49% [=============================== ] 1370/2740 50% [=============================== ] 1371/2740 50% [=============================== ] 1372/2740 50% [=============================== ] 1373/2740 50% [=============================== ] 1374/2740 50% [=============================== ] 1375/2740 50% [=============================== ] 1376/2740 50% [=============================== ] 1377/2740 50% [=============================== ] 1378/2740 50% [=============================== ] 1379/2740 50% [=============================== ] 1380/2740 50% [=============================== ] 1381/2740 50% [=============================== ] 1382/2740 50% [=============================== ] 1383/2740 50% [=============================== ] 1384/2740 50% [=============================== ] 1385/2740 50% [=============================== ] 1386/2740 50% [=============================== ] 1387/2740 50% [=============================== ] 1388/2740 50% [=============================== ] 1389/2740 50% [=============================== ] 1390/2740 50% [=============================== ] 1391/2740 50% [=============================== ] 1392/2740 50% [=============================== ] 1393/2740 50% [=============================== ] 1394/2740 50% [=============================== ] 1395/2740 50% [=============================== ] 1396/2740 50% [=============================== ] 1397/2740 50% [=============================== ] 1398/2740 51% [=============================== ] 1399/2740 51% [=============================== ] 1400/2740 51% [=============================== ] 1401/2740 51% [=============================== ] 1402/2740 51% [=============================== ] 1403/2740 51% [=============================== ] 1404/2740 51% [=============================== ] 1405/2740 51% [=============================== ] 1406/2740 51% [=============================== ] 1407/2740 51% [=============================== ] 1408/2740 51% [=============================== ] 1409/2740 51% [=============================== ] 1410/2740 51% [=============================== ] 1411/2740 51% [=============================== ] 1412/2740 51% [=============================== ] 1413/2740 51% [=============================== ] 1414/2740 51% [================================ ] 1415/2740 51% [================================ ] 1416/2740 51% [================================ ] 1417/2740 51% [================================ ] 1418/2740 51% [================================ ] 1419/2740 51% [================================ ] 1420/2740 51% [================================ ] 1421/2740 51% [================================ ] 1422/2740 51% [================================ ] 1423/2740 51% [================================ ] 1424/2740 51% [================================ ] 1425/2740 52% [================================ ] 1426/2740 52% [================================ ] 1427/2740 52% [================================ ] 1428/2740 52% [================================ ] 1429/2740 52% [================================ ] 1430/2740 52% [================================ ] 1431/2740 52% [================================ ] 1432/2740 52% [================================ ] 1433/2740 52% [================================ ] 1434/2740 52% [================================ ] 1435/2740 52% [================================ ] 1436/2740 52% [================================ ] 1437/2740 52% [================================ ] 1438/2740 52% [================================ ] 1439/2740 52% [================================ ] 1440/2740 52% [================================ ] 1441/2740 52% [================================ ] 1442/2740 52% [================================ ] 1443/2740 52% [================================ ] 1444/2740 52% [================================ ] 1445/2740 52% [================================ ] 1446/2740 52% [================================ ] 1447/2740 52% [================================ ] 1448/2740 52% [================================ ] 1449/2740 52% [================================ ] 1450/2740 52% [================================ ] 1451/2740 52% [================================ ] 1452/2740 52% [================================ ] 1453/2740 53% [================================ ] 1454/2740 53% [================================ ] 1455/2740 53% [================================ ] 1456/2740 53% [================================ ] 1457/2740 53% [================================ ] 1458/2740 53% [================================= ] 1459/2740 53% [================================= ] 1460/2740 53% [================================= ] 1461/2740 53% [================================= ] 1462/2740 53% [================================= ] 1463/2740 53% [================================= ] 1464/2740 53% [================================= ] 1465/2740 53% [================================= ] 1466/2740 53% [================================= ] 1467/2740 53% [================================= ] 1468/2740 53% [================================= ] 1469/2740 53% [================================= ] 1470/2740 53% [================================= ] 1471/2740 53% [================================= ] 1472/2740 53% [================================= ] 1473/2740 53% [================================= ] 1474/2740 53% [================================= ] 1475/2740 53% [================================= ] 1476/2740 53% [================================= ] 1477/2740 53% [================================= ] 1478/2740 53% [================================= ] 1479/2740 53% [================================= ] 1480/2740 54% [================================= ] 1481/2740 54% [================================= ] 1482/2740 54% [================================= ] 1483/2740 54% [================================= ] 1484/2740 54% [================================= ] 1485/2740 54% [================================= ] 1486/2740 54% [================================= ] 1487/2740 54% [================================= ] 1488/2740 54% [================================= ] 1489/2740 54% [================================= ] 1490/2740 54% [================================= ] 1491/2740 54% [================================= ] 1492/2740 54% [================================= ] 1493/2740 54% [================================= ] 1494/2740 54% [================================= ] 1495/2740 54% [================================= ] 1496/2740 54% [================================= ] 1497/2740 54% [================================= ] 1498/2740 54% [================================= ] 1499/2740 54% [================================= ] 1500/2740 54% [================================= ] 1501/2740 54% [================================= ] 1502/2740 54% [================================== ] 1503/2740 54% [================================== ] 1504/2740 54% [================================== ] 1505/2740 54% [================================== ] 1506/2740 54% [================================== ] 1507/2740 55% [================================== ] 1508/2740 55% [================================== ] 1509/2740 55% [================================== ] 1510/2740 55% [================================== ] 1511/2740 55% [================================== ] 1512/2740 55% [================================== ] 1513/2740 55% [================================== ] 1514/2740 55% [================================== ] 1515/2740 55% [================================== ] 1516/2740 55% [================================== ] 1517/2740 55% [================================== ] 1518/2740 55% [================================== ] 1519/2740 55% [================================== ] 1520/2740 55% [================================== ] 1521/2740 55% [================================== ] 1522/2740 55% [================================== ] 1523/2740 55% [================================== ] 1524/2740 55% [================================== ] 1525/2740 55% [================================== ] 1526/2740 55% [================================== ] 1527/2740 55% [================================== ] 1528/2740 55% [================================== ] 1529/2740 55% [================================== ] 1530/2740 55% [================================== ] 1531/2740 55% [================================== ] 1532/2740 55% [================================== ] 1533/2740 55% [================================== ] 1534/2740 55% [================================== ] 1535/2740 56% [================================== ] 1536/2740 56% [================================== ] 1537/2740 56% [================================== ] 1538/2740 56% [================================== ] 1539/2740 56% [================================== ] 1540/2740 56% [================================== ] 1541/2740 56% [================================== ] 1542/2740 56% [================================== ] 1543/2740 56% [================================== ] 1544/2740 56% [================================== ] 1545/2740 56% [================================== ] 1546/2740 56% [=================================== ] 1547/2740 56% [=================================== ] 1548/2740 56% [=================================== ] 1549/2740 56% [=================================== ] 1550/2740 56% [=================================== ] 1551/2740 56% [=================================== ] 1552/2740 56% [=================================== ] 1553/2740 56% [=================================== ] 1554/2740 56% [=================================== ] 1555/2740 56% [=================================== ] 1556/2740 56% [=================================== ] 1557/2740 56% [=================================== ] 1558/2740 56% [=================================== ] 1559/2740 56% [=================================== ] 1560/2740 56% [=================================== ] 1561/2740 56% [=================================== ] 1562/2740 57% [=================================== ] 1563/2740 57% [=================================== ] 1564/2740 57% [=================================== ] 1565/2740 57% [=================================== ] 1566/2740 57% [=================================== ] 1567/2740 57% [=================================== ] 1568/2740 57% [=================================== ] 1569/2740 57% [=================================== ] 1570/2740 57% [=================================== ] 1571/2740 57% [=================================== ] 1572/2740 57% [=================================== ] 1573/2740 57% [=================================== ] 1574/2740 57% [=================================== ] 1575/2740 57% [=================================== ] 1576/2740 57% [=================================== ] 1577/2740 57% [=================================== ] 1578/2740 57% [=================================== ] 1579/2740 57% [=================================== ] 1580/2740 57% [=================================== ] 1581/2740 57% [=================================== ] 1582/2740 57% [=================================== ] 1583/2740 57% [=================================== ] 1584/2740 57% [=================================== ] 1585/2740 57% [=================================== ] 1586/2740 57% [=================================== ] 1587/2740 57% [=================================== ] 1588/2740 57% [=================================== ] 1589/2740 57% [=================================== ] 1590/2740 58% [==================================== ] 1591/2740 58% [==================================== ] 1592/2740 58% [==================================== ] 1593/2740 58% [==================================== ] 1594/2740 58% [==================================== ] 1595/2740 58% [==================================== ] 1596/2740 58% [==================================== ] 1597/2740 58% [==================================== ] 1598/2740 58% [==================================== ] 1599/2740 58% [==================================== ] 1600/2740 58% [==================================== ] 1601/2740 58% [==================================== ] 1602/2740 58% [==================================== ] 1603/2740 58% [==================================== ] 1604/2740 58% [==================================== ] 1605/2740 58% [==================================== ] 1606/2740 58% [==================================== ] 1607/2740 58% [==================================== ] 1608/2740 58% [==================================== ] 1609/2740 58% [==================================== ] 1610/2740 58% [==================================== ] 1611/2740 58% [==================================== ] 1612/2740 58% [==================================== ] 1613/2740 58% [==================================== ] 1614/2740 58% [==================================== ] 1615/2740 58% [==================================== ] 1616/2740 58% [==================================== ] 1617/2740 59% [==================================== ] 1618/2740 59% [==================================== ] 1619/2740 59% [==================================== ] 1620/2740 59% [==================================== ] 1621/2740 59% [==================================== ] 1622/2740 59% [==================================== ] 1623/2740 59% [==================================== ] 1624/2740 59% [==================================== ] 1625/2740 59% [==================================== ] 1626/2740 59% [==================================== ] 1627/2740 59% [==================================== ] 1628/2740 59% [==================================== ] 1629/2740 59% [==================================== ] 1630/2740 59% [==================================== ] 1631/2740 59% [==================================== ] 1632/2740 59% [==================================== ] 1633/2740 59% [==================================== ] 1634/2740 59% [==================================== ] 1635/2740 59% [===================================== ] 1636/2740 59% [===================================== ] 1637/2740 59% [===================================== ] 1638/2740 59% [===================================== ] 1639/2740 59% [===================================== ] 1640/2740 59% [===================================== ] 1641/2740 59% [===================================== ] 1642/2740 59% [===================================== ] 1643/2740 59% [===================================== ] 1644/2740 60% [===================================== ] 1645/2740 60% [===================================== ] 1646/2740 60% [===================================== ] 1647/2740 60% [===================================== ] 1648/2740 60% [===================================== ] 1649/2740 60% [===================================== ] 1650/2740 60% [===================================== ] 1651/2740 60% [===================================== ] 1652/2740 60% [===================================== ] 1653/2740 60% [===================================== ] 1654/2740 60% [===================================== ] 1655/2740 60% [===================================== ] 1656/2740 60% [===================================== ] 1657/2740 60% [===================================== ] 1658/2740 60% [===================================== ] 1659/2740 60% [===================================== ] 1660/2740 60% [===================================== ] 1661/2740 60% [===================================== ] 1662/2740 60% [===================================== ] 1663/2740 60% [===================================== ] 1664/2740 60% [===================================== ] 1665/2740 60% [===================================== ] 1666/2740 60% [===================================== ] 1667/2740 60% [===================================== ] 1668/2740 60% [===================================== ] 1669/2740 60% [===================================== ] 1670/2740 60% [===================================== ] 1671/2740 60% [===================================== ] 1672/2740 61% [===================================== ] 1673/2740 61% [===================================== ] 1674/2740 61% [===================================== ] 1675/2740 61% [===================================== ] 1676/2740 61% [===================================== ] 1677/2740 61% [===================================== ] 1678/2740 61% [===================================== ] 1679/2740 61% [====================================== ] 1680/2740 61% [====================================== ] 1681/2740 61% [====================================== ] 1682/2740 61% [====================================== ] 1683/2740 61% [====================================== ] 1684/2740 61% [====================================== ] 1685/2740 61% [====================================== ] 1686/2740 61% [====================================== ] 1687/2740 61% [====================================== ] 1688/2740 61% [====================================== ] 1689/2740 61% [====================================== ] 1690/2740 61% [====================================== ] 1691/2740 61% [====================================== ] 1692/2740 61% [====================================== ] 1693/2740 61% [====================================== ] 1694/2740 61% [====================================== ] 1695/2740 61% [====================================== ] 1696/2740 61% [====================================== ] 1697/2740 61% [====================================== ] 1698/2740 61% [====================================== ] 1699/2740 62% [====================================== ] 1700/2740 62% [====================================== ] 1701/2740 62% [====================================== ] 1702/2740 62% [====================================== ] 1703/2740 62% [====================================== ] 1704/2740 62% [====================================== ] 1705/2740 62% [====================================== ] 1706/2740 62% [====================================== ] 1707/2740 62% [====================================== ] 1708/2740 62% [====================================== ] 1709/2740 62% [====================================== ] 1710/2740 62% [====================================== ] 1711/2740 62% [====================================== ] 1712/2740 62% [====================================== ] 1713/2740 62% [====================================== ] 1714/2740 62% [====================================== ] 1715/2740 62% [====================================== ] 1716/2740 62% [====================================== ] 1717/2740 62% [====================================== ] 1718/2740 62% [====================================== ] 1719/2740 62% [====================================== ] 1720/2740 62% [====================================== ] 1721/2740 62% [====================================== ] 1722/2740 62% [====================================== ] 1723/2740 62% [======================================= ] 1724/2740 62% [======================================= ] 1725/2740 62% [======================================= ] 1726/2740 62% [======================================= ] 1727/2740 63% [======================================= ] 1728/2740 63% [======================================= ] 1729/2740 63% [======================================= ] 1730/2740 63% [======================================= ] 1731/2740 63% [======================================= ] 1732/2740 63% [======================================= ] 1733/2740 63% [======================================= ] 1734/2740 63% [======================================= ] 1735/2740 63% [======================================= ] 1736/2740 63% [======================================= ] 1737/2740 63% [======================================= ] 1738/2740 63% [======================================= ] 1739/2740 63% [======================================= ] 1740/2740 63% [======================================= ] 1741/2740 63% [======================================= ] 1742/2740 63% [======================================= ] 1743/2740 63% [======================================= ] 1744/2740 63% [======================================= ] 1745/2740 63% [======================================= ] 1746/2740 63% [======================================= ] 1747/2740 63% [======================================= ] 1748/2740 63% [======================================= ] 1749/2740 63% [======================================= ] 1750/2740 63% [======================================= ] 1751/2740 63% [======================================= ] 1752/2740 63% [======================================= ] 1753/2740 63% [======================================= ] 1754/2740 64% [======================================= ] 1755/2740 64% [======================================= ] 1756/2740 64% [======================================= ] 1757/2740 64% [======================================= ] 1758/2740 64% [======================================= ] 1759/2740 64% [======================================= ] 1760/2740 64% [======================================= ] 1761/2740 64% [======================================= ] 1762/2740 64% [======================================= ] 1763/2740 64% [======================================= ] 1764/2740 64% [======================================= ] 1765/2740 64% [======================================= ] 1766/2740 64% [======================================= ] 1767/2740 64% [======================================== ] 1768/2740 64% [======================================== ] 1769/2740 64% [======================================== ] 1770/2740 64% [======================================== ] 1771/2740 64% [======================================== ] 1772/2740 64% [======================================== ] 1773/2740 64% [======================================== ] 1774/2740 64% [======================================== ] 1775/2740 64% [======================================== ] 1776/2740 64% [======================================== ] 1777/2740 64% [======================================== ] 1778/2740 64% [======================================== ] 1779/2740 64% [======================================== ] 1780/2740 64% [======================================== ] 1781/2740 65% [======================================== ] 1782/2740 65% [======================================== ] 1783/2740 65% [======================================== ] 1784/2740 65% [======================================== ] 1785/2740 65% [======================================== ] 1786/2740 65% [======================================== ] 1787/2740 65% [======================================== ] 1788/2740 65% [======================================== ] 1789/2740 65% [======================================== ] 1790/2740 65% [======================================== ] 1791/2740 65% [======================================== ] 1792/2740 65% [======================================== ] 1793/2740 65% [======================================== ] 1794/2740 65% [======================================== ] 1795/2740 65% [======================================== ] 1796/2740 65% [======================================== ] 1797/2740 65% [======================================== ] 1798/2740 65% [======================================== ] 1799/2740 65% [======================================== ] 1800/2740 65% [======================================== ] 1801/2740 65% [======================================== ] 1802/2740 65% [======================================== ] 1803/2740 65% [======================================== ] 1804/2740 65% [======================================== ] 1805/2740 65% [======================================== ] 1806/2740 65% [======================================== ] 1807/2740 65% [======================================== ] 1808/2740 65% [======================================== ] 1809/2740 66% [======================================== ] 1810/2740 66% [======================================== ] 1811/2740 66% [========================================= ] 1812/2740 66% [========================================= ] 1813/2740 66% [========================================= ] 1814/2740 66% [========================================= ] 1815/2740 66% [========================================= ] 1816/2740 66% [========================================= ] 1817/2740 66% [========================================= ] 1818/2740 66% [========================================= ] 1819/2740 66% [========================================= ] 1820/2740 66% [========================================= ] 1821/2740 66% [========================================= ] 1822/2740 66% [========================================= ] 1823/2740 66% [========================================= ] 1824/2740 66% [========================================= ] 1825/2740 66% [========================================= ] 1826/2740 66% [========================================= ] 1827/2740 66% [========================================= ] 1828/2740 66% [========================================= ] 1829/2740 66% [========================================= ] 1830/2740 66% [========================================= ] 1831/2740 66% [========================================= ] 1832/2740 66% [========================================= ] 1833/2740 66% [========================================= ] 1834/2740 66% [========================================= ] 1835/2740 66% [========================================= ] 1836/2740 67% [========================================= ] 1837/2740 67% [========================================= ] 1838/2740 67% [========================================= ] 1839/2740 67% [========================================= ] 1840/2740 67% [========================================= ] 1841/2740 67% [========================================= ] 1842/2740 67% [========================================= ] 1843/2740 67% [========================================= ] 1844/2740 67% [========================================= ] 1845/2740 67% [========================================= ] 1846/2740 67% [========================================= ] 1847/2740 67% [========================================= ] 1848/2740 67% [========================================= ] 1849/2740 67% [========================================= ] 1850/2740 67% [========================================= ] 1851/2740 67% [========================================= ] 1852/2740 67% [========================================= ] 1853/2740 67% [========================================= ] 1854/2740 67% [========================================= ] 1855/2740 67% [========================================= ] 1856/2740 67% [========================================== ] 1857/2740 67% [========================================== ] 1858/2740 67% [========================================== ] 1859/2740 67% [========================================== ] 1860/2740 67% [========================================== ] 1861/2740 67% [========================================== ] 1862/2740 67% [========================================== ] 1863/2740 67% [========================================== ] 1864/2740 68% [========================================== ] 1865/2740 68% [========================================== ] 1866/2740 68% [========================================== ] 1867/2740 68% [========================================== ] 1868/2740 68% [========================================== ] 1869/2740 68% [========================================== ] 1870/2740 68% [========================================== ] 1871/2740 68% [========================================== ] 1872/2740 68% [========================================== ] 1873/2740 68% [========================================== ] 1874/2740 68% [========================================== ] 1875/2740 68% [========================================== ] 1876/2740 68% [========================================== ] 1877/2740 68% [========================================== ] 1878/2740 68% [========================================== ] 1879/2740 68% [========================================== ] 1880/2740 68% [========================================== ] 1881/2740 68% [========================================== ] 1882/2740 68% [========================================== ] 1883/2740 68% [========================================== ] 1884/2740 68% [========================================== ] 1885/2740 68% [========================================== ] 1886/2740 68% [========================================== ] 1887/2740 68% [========================================== ] 1888/2740 68% [========================================== ] 1889/2740 68% [========================================== ] 1890/2740 68% [========================================== ] 1891/2740 69% [========================================== ] 1892/2740 69% [========================================== ] 1893/2740 69% [========================================== ] 1894/2740 69% [========================================== ] 1895/2740 69% [========================================== ] 1896/2740 69% [========================================== ] 1897/2740 69% [========================================== ] 1898/2740 69% [========================================== ] 1899/2740 69% [========================================== ] 1900/2740 69% [=========================================== ] 1901/2740 69% [=========================================== ] 1902/2740 69% [=========================================== ] 1903/2740 69% [=========================================== ] 1904/2740 69% [=========================================== ] 1905/2740 69% [=========================================== ] 1906/2740 69% [=========================================== ] 1907/2740 69% [=========================================== ] 1908/2740 69% [=========================================== ] 1909/2740 69% [=========================================== ] 1910/2740 69% [=========================================== ] 1911/2740 69% [=========================================== ] 1912/2740 69% [=========================================== ] 1913/2740 69% [=========================================== ] 1914/2740 69% [=========================================== ] 1915/2740 69% [=========================================== ] 1916/2740 69% [=========================================== ] 1917/2740 69% [=========================================== ] 1918/2740 70% [=========================================== ] 1919/2740 70% [=========================================== ] 1920/2740 70% [=========================================== ] 1921/2740 70% [=========================================== ] 1922/2740 70% [=========================================== ] 1923/2740 70% [=========================================== ] 1924/2740 70% [=========================================== ] 1925/2740 70% [=========================================== ] 1926/2740 70% [=========================================== ] 1927/2740 70% [=========================================== ] 1928/2740 70% [=========================================== ] 1929/2740 70% [=========================================== ] 1930/2740 70% [=========================================== ] 1931/2740 70% [=========================================== ] 1932/2740 70% [=========================================== ] 1933/2740 70% [=========================================== ] 1934/2740 70% [=========================================== ] 1935/2740 70% [=========================================== ] 1936/2740 70% [=========================================== ] 1937/2740 70% [=========================================== ] 1938/2740 70% [=========================================== ] 1939/2740 70% [=========================================== ] 1940/2740 70% [=========================================== ] 1941/2740 70% [=========================================== ] 1942/2740 70% [=========================================== ] 1943/2740 70% [=========================================== ] 1944/2740 70% [============================================ ] 1945/2740 70% [============================================ ] 1946/2740 71% [============================================ ] 1947/2740 71% [============================================ ] 1948/2740 71% [============================================ ] 1949/2740 71% [============================================ ] 1950/2740 71% [============================================ ] 1951/2740 71% [============================================ ] 1952/2740 71% [============================================ ] 1953/2740 71% [============================================ ] 1954/2740 71% [============================================ ] 1955/2740 71% [============================================ ] 1956/2740 71% [============================================ ] 1957/2740 71% [============================================ ] 1958/2740 71% [============================================ ] 1959/2740 71% [============================================ ] 1960/2740 71% [============================================ ] 1961/2740 71% [============================================ ] 1962/2740 71% [============================================ ] 1963/2740 71% [============================================ ] 1964/2740 71% [============================================ ] 1965/2740 71% [============================================ ] 1966/2740 71% [============================================ ] 1967/2740 71% [============================================ ] 1968/2740 71% [============================================ ] 1969/2740 71% [============================================ ] 1970/2740 71% [============================================ ] 1971/2740 71% [============================================ ] 1972/2740 71% [============================================ ] 1973/2740 72% [============================================ ] 1974/2740 72% [============================================ ] 1975/2740 72% [============================================ ] 1976/2740 72% [============================================ ] 1977/2740 72% [============================================ ] 1978/2740 72% [============================================ ] 1979/2740 72% [============================================ ] 1980/2740 72% [============================================ ] 1981/2740 72% [============================================ ] 1982/2740 72% [============================================ ] 1983/2740 72% [============================================ ] 1984/2740 72% [============================================ ] 1985/2740 72% [============================================ ] 1986/2740 72% [============================================ ] 1987/2740 72% [============================================ ] 1988/2740 72% [============================================= ] 1989/2740 72% [============================================= ] 1990/2740 72% [============================================= ] 1991/2740 72% [============================================= ] 1992/2740 72% [============================================= ] 1993/2740 72% [============================================= ] 1994/2740 72% [============================================= ] 1995/2740 72% [============================================= ] 1996/2740 72% [============================================= ] 1997/2740 72% [============================================= ] 1998/2740 72% [============================================= ] 1999/2740 72% [============================================= ] 2000/2740 72% [============================================= ] 2001/2740 73% [============================================= ] 2002/2740 73% [============================================= ] 2003/2740 73% [============================================= ] 2004/2740 73% [============================================= ] 2005/2740 73% [============================================= ] 2006/2740 73% [============================================= ] 2007/2740 73% [============================================= ] 2008/2740 73% [============================================= ] 2009/2740 73% [============================================= ] 2010/2740 73% [============================================= ] 2011/2740 73% [============================================= ] 2012/2740 73% [============================================= ] 2013/2740 73% [============================================= ] 2014/2740 73% [============================================= ] 2015/2740 73% [============================================= ] 2016/2740 73% [============================================= ] 2017/2740 73% [============================================= ] 2018/2740 73% [============================================= ] 2019/2740 73% [============================================= ] 2020/2740 73% [============================================= ] 2021/2740 73% [============================================= ] 2022/2740 73% [============================================= ] 2023/2740 73% [============================================= ] 2024/2740 73% [============================================= ] 2025/2740 73% [============================================= ] 2026/2740 73% [============================================= ] 2027/2740 73% [============================================= ] 2028/2740 74% [============================================= ] 2029/2740 74% [============================================= ] 2030/2740 74% [============================================= ] 2031/2740 74% [============================================= ] 2032/2740 74% [============================================== ] 2033/2740 74% [============================================== ] 2034/2740 74% [============================================== ] 2035/2740 74% [============================================== ] 2036/2740 74% [============================================== ] 2037/2740 74% [============================================== ] 2038/2740 74% [============================================== ] 2039/2740 74% [============================================== ] 2040/2740 74% [============================================== ] 2041/2740 74% [============================================== ] 2042/2740 74% [============================================== ] 2043/2740 74% [============================================== ] 2044/2740 74% [============================================== ] 2045/2740 74% [============================================== ] 2046/2740 74% [============================================== ] 2047/2740 74% [============================================== ] 2048/2740 74% [============================================== ] 2049/2740 74% [============================================== ] 2050/2740 74% [============================================== ] 2051/2740 74% [============================================== ] 2052/2740 74% [============================================== ] 2053/2740 74% [============================================== ] 2054/2740 74% [============================================== ] 2055/2740 75% [============================================== ] 2056/2740 75% [============================================== ] 2057/2740 75% [============================================== ] 2058/2740 75% [============================================== ] 2059/2740 75% [============================================== ] 2060/2740 75% [============================================== ] 2061/2740 75% [============================================== ] 2062/2740 75% [============================================== ] 2063/2740 75% [============================================== ] 2064/2740 75% [============================================== ] 2065/2740 75% [============================================== ] 2066/2740 75% [============================================== ] 2067/2740 75% [============================================== ] 2068/2740 75% [============================================== ] 2069/2740 75% [============================================== ] 2070/2740 75% [============================================== ] 2071/2740 75% [============================================== ] 2072/2740 75% [============================================== ] 2073/2740 75% [============================================== ] 2074/2740 75% [============================================== ] 2075/2740 75% [============================================== ] 2076/2740 75% [============================================== ] 2077/2740 75% [=============================================== ] 2078/2740 75% [=============================================== ] 2079/2740 75% [=============================================== ] 2080/2740 75% [=============================================== ] 2081/2740 75% [=============================================== ] 2082/2740 75% [=============================================== ] 2083/2740 76% [=============================================== ] 2084/2740 76% [=============================================== ] 2085/2740 76% [=============================================== ] 2086/2740 76% [=============================================== ] 2087/2740 76% [=============================================== ] 2088/2740 76% [=============================================== ] 2089/2740 76% [=============================================== ] 2090/2740 76% [=============================================== ] 2091/2740 76% [=============================================== ] 2092/2740 76% [=============================================== ] 2093/2740 76% [=============================================== ] 2094/2740 76% [=============================================== ] 2095/2740 76% [=============================================== ] 2096/2740 76% [=============================================== ] 2097/2740 76% [=============================================== ] 2098/2740 76% [=============================================== ] 2099/2740 76% [=============================================== ] 2100/2740 76% [=============================================== ] 2101/2740 76% [=============================================== ] 2102/2740 76% [=============================================== ] 2103/2740 76% [=============================================== ] 2104/2740 76% [=============================================== ] 2105/2740 76% [=============================================== ] 2106/2740 76% [=============================================== ] 2107/2740 76% [=============================================== ] 2108/2740 76% [=============================================== ] 2109/2740 76% [=============================================== ] 2110/2740 77% [=============================================== ] 2111/2740 77% [=============================================== ] 2112/2740 77% [=============================================== ] 2113/2740 77% [=============================================== ] 2114/2740 77% [=============================================== ] 2115/2740 77% [=============================================== ] 2116/2740 77% [=============================================== ] 2117/2740 77% [=============================================== ] 2118/2740 77% [=============================================== ] 2119/2740 77% [=============================================== ] 2120/2740 77% [=============================================== ] 2121/2740 77% [================================================ ] 2122/2740 77% [================================================ ] 2123/2740 77% [================================================ ] 2124/2740 77% [================================================ ] 2125/2740 77% [================================================ ] 2126/2740 77% [================================================ ] 2127/2740 77% [================================================ ] 2128/2740 77% [================================================ ] 2129/2740 77% [================================================ ] 2130/2740 77% [================================================ ] 2131/2740 77% [================================================ ] 2132/2740 77% [================================================ ] 2133/2740 77% [================================================ ] 2134/2740 77% [================================================ ] 2135/2740 77% [================================================ ] 2136/2740 77% [================================================ ] 2137/2740 77% [================================================ ] 2138/2740 78% [================================================ ] 2139/2740 78% [================================================ ] 2140/2740 78% [================================================ ] 2141/2740 78% [================================================ ] 2142/2740 78% [================================================ ] 2143/2740 78% [================================================ ] 2144/2740 78% [================================================ ] 2145/2740 78% [================================================ ] 2146/2740 78% [================================================ ] 2147/2740 78% [================================================ ] 2148/2740 78% [================================================ ] 2149/2740 78% [================================================ ] 2150/2740 78% [================================================ ] 2151/2740 78% [================================================ ] 2152/2740 78% [================================================ ] 2153/2740 78% [================================================ ] 2154/2740 78% [================================================ ] 2155/2740 78% [================================================ ] 2156/2740 78% [================================================ ] 2157/2740 78% [================================================ ] 2158/2740 78% [================================================ ] 2159/2740 78% [================================================ ] 2160/2740 78% [================================================ ] 2161/2740 78% [================================================ ] 2162/2740 78% [================================================ ] 2163/2740 78% [================================================ ] 2164/2740 78% [================================================ ] 2165/2740 79% [================================================= ] 2166/2740 79% [================================================= ] 2167/2740 79% [================================================= ] 2168/2740 79% [================================================= ] 2169/2740 79% [================================================= ] 2170/2740 79% [================================================= ] 2171/2740 79% [================================================= ] 2172/2740 79% [================================================= ] 2173/2740 79% [================================================= ] 2174/2740 79% [================================================= ] 2175/2740 79% [================================================= ] 2176/2740 79% [================================================= ] 2177/2740 79% [================================================= ] 2178/2740 79% [================================================= ] 2179/2740 79% [================================================= ] 2180/2740 79% [================================================= ] 2181/2740 79% [================================================= ] 2182/2740 79% [================================================= ] 2183/2740 79% [================================================= ] 2184/2740 79% [================================================= ] 2185/2740 79% [================================================= ] 2186/2740 79% [================================================= ] 2187/2740 79% [================================================= ] 2188/2740 79% [================================================= ] 2189/2740 79% [================================================= ] 2190/2740 79% [================================================= ] 2191/2740 79% [================================================= ] 2192/2740 80% [================================================= ] 2193/2740 80% [================================================= ] 2194/2740 80% [================================================= ] 2195/2740 80% [================================================= ] 2196/2740 80% [================================================= ] 2197/2740 80% [================================================= ] 2198/2740 80% [================================================= ] 2199/2740 80% [================================================= ] 2200/2740 80% [================================================= ] 2201/2740 80% [================================================= ] 2202/2740 80% [================================================= ] 2203/2740 80% [================================================= ] 2204/2740 80% [================================================= ] 2205/2740 80% [================================================= ] 2206/2740 80% [================================================= ] 2207/2740 80% [================================================= ] 2208/2740 80% [================================================= ] 2209/2740 80% [================================================== ] 2210/2740 80% [================================================== ] 2211/2740 80% [================================================== ] 2212/2740 80% [================================================== ] 2213/2740 80% [================================================== ] 2214/2740 80% [================================================== ] 2215/2740 80% [================================================== ] 2216/2740 80% [================================================== ] 2217/2740 80% [================================================== ] 2218/2740 80% [================================================== ] 2219/2740 80% [================================================== ] 2220/2740 81% [================================================== ] 2221/2740 81% [================================================== ] 2222/2740 81% [================================================== ] 2223/2740 81% [================================================== ] 2224/2740 81% [================================================== ] 2225/2740 81% [================================================== ] 2226/2740 81% [================================================== ] 2227/2740 81% [================================================== ] 2228/2740 81% [================================================== ] 2229/2740 81% [================================================== ] 2230/2740 81% [================================================== ] 2231/2740 81% [================================================== ] 2232/2740 81% [================================================== ] 2233/2740 81% [================================================== ] 2234/2740 81% [================================================== ] 2235/2740 81% [================================================== ] 2236/2740 81% [================================================== ] 2237/2740 81% [================================================== ] 2238/2740 81% [================================================== ] 2239/2740 81% [================================================== ] 2240/2740 81% [================================================== ] 2241/2740 81% [================================================== ] 2242/2740 81% [================================================== ] 2243/2740 81% [================================================== ] 2244/2740 81% [================================================== ] 2245/2740 81% [================================================== ] 2246/2740 81% [================================================== ] 2247/2740 82% [================================================== ] 2248/2740 82% [================================================== ] 2249/2740 82% [================================================== ] 2250/2740 82% [================================================== ] 2251/2740 82% [================================================== ] 2252/2740 82% [================================================== ] 2253/2740 82% [=================================================== ] 2254/2740 82% [=================================================== ] 2255/2740 82% [=================================================== ] 2256/2740 82% [=================================================== ] 2257/2740 82% [=================================================== ] 2258/2740 82% [=================================================== ] 2259/2740 82% [=================================================== ] 2260/2740 82% [=================================================== ] 2261/2740 82% [=================================================== ] 2262/2740 82% [=================================================== ] 2263/2740 82% [=================================================== ] 2264/2740 82% [=================================================== ] 2265/2740 82% [=================================================== ] 2266/2740 82% [=================================================== ] 2267/2740 82% [=================================================== ] 2268/2740 82% [=================================================== ] 2269/2740 82% [=================================================== ] 2270/2740 82% [=================================================== ] 2271/2740 82% [=================================================== ] 2272/2740 82% [=================================================== ] 2273/2740 82% [=================================================== ] 2274/2740 82% [=================================================== ] 2275/2740 83% [=================================================== ] 2276/2740 83% [=================================================== ] 2277/2740 83% [=================================================== ] 2278/2740 83% [=================================================== ] 2279/2740 83% [=================================================== ] 2280/2740 83% [=================================================== ] 2281/2740 83% [=================================================== ] 2282/2740 83% [=================================================== ] 2283/2740 83% [=================================================== ] 2284/2740 83% [=================================================== ] 2285/2740 83% [=================================================== ] 2286/2740 83% [=================================================== ] 2287/2740 83% [=================================================== ] 2288/2740 83% [=================================================== ] 2289/2740 83% [=================================================== ] 2290/2740 83% [=================================================== ] 2291/2740 83% [=================================================== ] 2292/2740 83% [=================================================== ] 2293/2740 83% [=================================================== ] 2294/2740 83% [=================================================== ] 2295/2740 83% [=================================================== ] 2296/2740 83% [=================================================== ] 2297/2740 83% [=================================================== ] 2298/2740 83% [==================================================== ] 2299/2740 83% [==================================================== ] 2300/2740 83% [==================================================== ] 2301/2740 83% [==================================================== ] 2302/2740 84% [==================================================== ] 2303/2740 84% [==================================================== ] 2304/2740 84% [==================================================== ] 2305/2740 84% [==================================================== ] 2306/2740 84% [==================================================== ] 2307/2740 84% [==================================================== ] 2308/2740 84% [==================================================== ] 2309/2740 84% [==================================================== ] 2310/2740 84% [==================================================== ] 2311/2740 84% [==================================================== ] 2312/2740 84% [==================================================== ] 2313/2740 84% [==================================================== ] 2314/2740 84% [==================================================== ] 2315/2740 84% [==================================================== ] 2316/2740 84% [==================================================== ] 2317/2740 84% [==================================================== ] 2318/2740 84% [==================================================== ] 2319/2740 84% [==================================================== ] 2320/2740 84% [==================================================== ] 2321/2740 84% [==================================================== ] 2322/2740 84% [==================================================== ] 2323/2740 84% [==================================================== ] 2324/2740 84% [==================================================== ] 2325/2740 84% [==================================================== ] 2326/2740 84% [==================================================== ] 2327/2740 84% [==================================================== ] 2328/2740 84% [==================================================== ] 2329/2740 85% [==================================================== ] 2330/2740 85% [==================================================== ] 2331/2740 85% [==================================================== ] 2332/2740 85% [==================================================== ] 2333/2740 85% [==================================================== ] 2334/2740 85% [==================================================== ] 2335/2740 85% [==================================================== ] 2336/2740 85% [==================================================== ] 2337/2740 85% [==================================================== ] 2338/2740 85% [==================================================== ] 2339/2740 85% [==================================================== ] 2340/2740 85% [==================================================== ] 2341/2740 85% [==================================================== ] 2342/2740 85% [===================================================== ] 2343/2740 85% [===================================================== ] 2344/2740 85% [===================================================== ] 2345/2740 85% [===================================================== ] 2346/2740 85% [===================================================== ] 2347/2740 85% [===================================================== ] 2348/2740 85% [===================================================== ] 2349/2740 85% [===================================================== ] 2350/2740 85% [===================================================== ] 2351/2740 85% [===================================================== ] 2352/2740 85% [===================================================== ] 2353/2740 85% [===================================================== ] 2354/2740 85% [===================================================== ] 2355/2740 85% [===================================================== ] 2356/2740 85% [===================================================== ] 2357/2740 86% [===================================================== ] 2358/2740 86% [===================================================== ] 2359/2740 86% [===================================================== ] 2360/2740 86% [===================================================== ] 2361/2740 86% [===================================================== ] 2362/2740 86% [===================================================== ] 2363/2740 86% [===================================================== ] 2364/2740 86% [===================================================== ] 2365/2740 86% [===================================================== ] 2366/2740 86% [===================================================== ] 2367/2740 86% [===================================================== ] 2368/2740 86% [===================================================== ] 2369/2740 86% [===================================================== ] 2370/2740 86% [===================================================== ] 2371/2740 86% [===================================================== ] 2372/2740 86% [===================================================== ] 2373/2740 86% [===================================================== ] 2374/2740 86% [===================================================== ] 2375/2740 86% [===================================================== ] 2376/2740 86% [===================================================== ] 2377/2740 86% [===================================================== ] 2378/2740 86% [===================================================== ] 2379/2740 86% [===================================================== ] 2380/2740 86% [===================================================== ] 2381/2740 86% [===================================================== ] 2382/2740 86% [===================================================== ] 2383/2740 86% [===================================================== ] 2384/2740 87% [===================================================== ] 2385/2740 87% [===================================================== ] 2386/2740 87% [====================================================== ] 2387/2740 87% [====================================================== ] 2388/2740 87% [====================================================== ] 2389/2740 87% [====================================================== ] 2390/2740 87% [====================================================== ] 2391/2740 87% [====================================================== ] 2392/2740 87% [====================================================== ] 2393/2740 87% [====================================================== ] 2394/2740 87% [====================================================== ] 2395/2740 87% [====================================================== ] 2396/2740 87% [====================================================== ] 2397/2740 87% [====================================================== ] 2398/2740 87% [====================================================== ] 2399/2740 87% [====================================================== ] 2400/2740 87% [====================================================== ] 2401/2740 87% [====================================================== ] 2402/2740 87% [====================================================== ] 2403/2740 87% [====================================================== ] 2404/2740 87% [====================================================== ] 2405/2740 87% [====================================================== ] 2406/2740 87% [====================================================== ] 2407/2740 87% [====================================================== ] 2408/2740 87% [====================================================== ] 2409/2740 87% [====================================================== ] 2410/2740 87% [====================================================== ] 2411/2740 87% [====================================================== ] 2412/2740 88% [====================================================== ] 2413/2740 88% [====================================================== ] 2414/2740 88% [====================================================== ] 2415/2740 88% [====================================================== ] 2416/2740 88% [====================================================== ] 2417/2740 88% [====================================================== ] 2418/2740 88% [====================================================== ] 2419/2740 88% [====================================================== ] 2420/2740 88% [====================================================== ] 2421/2740 88% [====================================================== ] 2422/2740 88% [====================================================== ] 2423/2740 88% [====================================================== ] 2424/2740 88% [====================================================== ] 2425/2740 88% [====================================================== ] 2426/2740 88% [====================================================== ] 2427/2740 88% [====================================================== ] 2428/2740 88% [====================================================== ] 2429/2740 88% [====================================================== ] 2430/2740 88% [======================================================= ] 2431/2740 88% [======================================================= ] 2432/2740 88% [======================================================= ] 2433/2740 88% [======================================================= ] 2434/2740 88% [======================================================= ] 2435/2740 88% [======================================================= ] 2436/2740 88% [======================================================= ] 2437/2740 88% [======================================================= ] 2438/2740 88% [======================================================= ] 2439/2740 89% [======================================================= ] 2440/2740 89% [======================================================= ] 2441/2740 89% [======================================================= ] 2442/2740 89% [======================================================= ] 2443/2740 89% [======================================================= ] 2444/2740 89% [======================================================= ] 2445/2740 89% [======================================================= ] 2446/2740 89% [======================================================= ] 2447/2740 89% [======================================================= ] 2448/2740 89% [======================================================= ] 2449/2740 89% [======================================================= ] 2450/2740 89% [======================================================= ] 2451/2740 89% [======================================================= ] 2452/2740 89% [======================================================= ] 2453/2740 89% [======================================================= ] 2454/2740 89% [======================================================= ] 2455/2740 89% [======================================================= ] 2456/2740 89% [======================================================= ] 2457/2740 89% [======================================================= ] 2458/2740 89% [======================================================= ] 2459/2740 89% [======================================================= ] 2460/2740 89% [======================================================= ] 2461/2740 89% [======================================================= ] 2462/2740 89% [======================================================= ] 2463/2740 89% [======================================================= ] 2464/2740 89% [======================================================= ] 2465/2740 89% [======================================================= ] 2466/2740 90% [======================================================= ] 2467/2740 90% [======================================================= ] 2468/2740 90% [======================================================= ] 2469/2740 90% [======================================================= ] 2470/2740 90% [======================================================= ] 2471/2740 90% [======================================================= ] 2472/2740 90% [======================================================= ] 2473/2740 90% [======================================================= ] 2474/2740 90% [======================================================== ] 2475/2740 90% [======================================================== ] 2476/2740 90% [======================================================== ] 2477/2740 90% [======================================================== ] 2478/2740 90% [======================================================== ] 2479/2740 90% [======================================================== ] 2480/2740 90% [======================================================== ] 2481/2740 90% [======================================================== ] 2482/2740 90% [======================================================== ] 2483/2740 90% [======================================================== ] 2484/2740 90% [======================================================== ] 2485/2740 90% [======================================================== ] 2486/2740 90% [======================================================== ] 2487/2740 90% [======================================================== ] 2488/2740 90% [======================================================== ] 2489/2740 90% [======================================================== ] 2490/2740 90% [======================================================== ] 2491/2740 90% [======================================================== ] 2492/2740 90% [======================================================== ] 2493/2740 90% [======================================================== ] 2494/2740 91% [======================================================== ] 2495/2740 91% [======================================================== ] 2496/2740 91% [======================================================== ] 2497/2740 91% [======================================================== ] 2498/2740 91% [======================================================== ] 2499/2740 91% [======================================================== ] 2500/2740 91% [======================================================== ] 2501/2740 91% [======================================================== ] 2502/2740 91% [======================================================== ] 2503/2740 91% [======================================================== ] 2504/2740 91% [======================================================== ] 2505/2740 91% [======================================================== ] 2506/2740 91% [======================================================== ] 2507/2740 91% [======================================================== ] 2508/2740 91% [======================================================== ] 2509/2740 91% [======================================================== ] 2510/2740 91% [======================================================== ] 2511/2740 91% [======================================================== ] 2512/2740 91% [======================================================== ] 2513/2740 91% [======================================================== ] 2514/2740 91% [======================================================== ] 2515/2740 91% [======================================================== ] 2516/2740 91% [======================================================== ] 2517/2740 91% [======================================================== ] 2518/2740 91% [======================================================== ] 2519/2740 91% [========================================================= ] 2520/2740 91% [========================================================= ] 2521/2740 92% [========================================================= ] 2522/2740 92% [========================================================= ] 2523/2740 92% [========================================================= ] 2524/2740 92% [========================================================= ] 2525/2740 92% [========================================================= ] 2526/2740 92% [========================================================= ] 2527/2740 92% [========================================================= ] 2528/2740 92% [========================================================= ] 2529/2740 92% [========================================================= ] 2530/2740 92% [========================================================= ] 2531/2740 92% [========================================================= ] 2532/2740 92% [========================================================= ] 2533/2740 92% [========================================================= ] 2534/2740 92% [========================================================= ] 2535/2740 92% [========================================================= ] 2536/2740 92% [========================================================= ] 2537/2740 92% [========================================================= ] 2538/2740 92% [========================================================= ] 2539/2740 92% [========================================================= ] 2540/2740 92% [========================================================= ] 2541/2740 92% [========================================================= ] 2542/2740 92% [========================================================= ] 2543/2740 92% [========================================================= ] 2544/2740 92% [========================================================= ] 2545/2740 92% [========================================================= ] 2546/2740 92% [========================================================= ] 2547/2740 92% [========================================================= ] 2548/2740 92% [========================================================= ] 2549/2740 93% [========================================================= ] 2550/2740 93% [========================================================= ] 2551/2740 93% [========================================================= ] 2552/2740 93% [========================================================= ] 2553/2740 93% [========================================================= ] 2554/2740 93% [========================================================= ] 2555/2740 93% [========================================================= ] 2556/2740 93% [========================================================= ] 2557/2740 93% [========================================================= ] 2558/2740 93% [========================================================= ] 2559/2740 93% [========================================================= ] 2560/2740 93% [========================================================= ] 2561/2740 93% [========================================================= ] 2562/2740 93% [========================================================= ] 2563/2740 93% [========================================================== ] 2564/2740 93% [========================================================== ] 2565/2740 93% [========================================================== ] 2566/2740 93% [========================================================== ] 2567/2740 93% [========================================================== ] 2568/2740 93% [========================================================== ] 2569/2740 93% [========================================================== ] 2570/2740 93% [========================================================== ] 2571/2740 93% [========================================================== ] 2572/2740 93% [========================================================== ] 2573/2740 93% [========================================================== ] 2574/2740 93% [========================================================== ] 2575/2740 93% [========================================================== ] 2576/2740 94% [========================================================== ] 2577/2740 94% [========================================================== ] 2578/2740 94% [========================================================== ] 2579/2740 94% [========================================================== ] 2580/2740 94% [========================================================== ] 2581/2740 94% [========================================================== ] 2582/2740 94% [========================================================== ] 2583/2740 94% [========================================================== ] 2584/2740 94% [========================================================== ] 2585/2740 94% [========================================================== ] 2586/2740 94% [========================================================== ] 2587/2740 94% [========================================================== ] 2588/2740 94% [========================================================== ] 2589/2740 94% [========================================================== ] 2590/2740 94% [========================================================== ] 2591/2740 94% [========================================================== ] 2592/2740 94% [========================================================== ] 2593/2740 94% [========================================================== ] 2594/2740 94% [========================================================== ] 2595/2740 94% [========================================================== ] 2596/2740 94% [========================================================== ] 2597/2740 94% [========================================================== ] 2598/2740 94% [========================================================== ] 2599/2740 94% [========================================================== ] 2600/2740 94% [========================================================== ] 2601/2740 94% [========================================================== ] 2602/2740 94% [========================================================== ] 2603/2740 95% [========================================================== ] 2604/2740 95% [========================================================== ] 2605/2740 95% [========================================================== ] 2606/2740 95% [========================================================== ] 2607/2740 95% [=========================================================== ] 2608/2740 95% [=========================================================== ] 2609/2740 95% [=========================================================== ] 2610/2740 95% [=========================================================== ] 2611/2740 95% [=========================================================== ] 2612/2740 95% [=========================================================== ] 2613/2740 95% [=========================================================== ] 2614/2740 95% [=========================================================== ] 2615/2740 95% [=========================================================== ] 2616/2740 95% [=========================================================== ] 2617/2740 95% [=========================================================== ] 2618/2740 95% [=========================================================== ] 2619/2740 95% [=========================================================== ] 2620/2740 95% [=========================================================== ] 2621/2740 95% [=========================================================== ] 2622/2740 95% [=========================================================== ] 2623/2740 95% [=========================================================== ] 2624/2740 95% [=========================================================== ] 2625/2740 95% [=========================================================== ] 2626/2740 95% [=========================================================== ] 2627/2740 95% [=========================================================== ] 2628/2740 95% [=========================================================== ] 2629/2740 95% [=========================================================== ] 2630/2740 95% [=========================================================== ] 2631/2740 96% [=========================================================== ] 2632/2740 96% [=========================================================== ] 2633/2740 96% [=========================================================== ] 2634/2740 96% [=========================================================== ] 2635/2740 96% [=========================================================== ] 2636/2740 96% [=========================================================== ] 2637/2740 96% [=========================================================== ] 2638/2740 96% [=========================================================== ] 2639/2740 96% [=========================================================== ] 2640/2740 96% [=========================================================== ] 2641/2740 96% [=========================================================== ] 2642/2740 96% [=========================================================== ] 2643/2740 96% [=========================================================== ] 2644/2740 96% [=========================================================== ] 2645/2740 96% [=========================================================== ] 2646/2740 96% [=========================================================== ] 2647/2740 96% [=========================================================== ] 2648/2740 96% [=========================================================== ] 2649/2740 96% [=========================================================== ] 2650/2740 96% [=========================================================== ] 2651/2740 96% [============================================================ ] 2652/2740 96% [============================================================ ] 2653/2740 96% [============================================================ ] 2654/2740 96% [============================================================ ] 2655/2740 96% [============================================================ ] 2656/2740 96% [============================================================ ] 2657/2740 96% [============================================================ ] 2658/2740 97% [============================================================ ] 2659/2740 97% [============================================================ ] 2660/2740 97% [============================================================ ] 2661/2740 97% [============================================================ ] 2662/2740 97% [============================================================ ] 2663/2740 97% [============================================================ ] 2664/2740 97% [============================================================ ] 2665/2740 97% [============================================================ ] 2666/2740 97% [============================================================ ] 2667/2740 97% [============================================================ ] 2668/2740 97% [============================================================ ] 2669/2740 97% [============================================================ ] 2670/2740 97% [============================================================ ] 2671/2740 97% [============================================================ ] 2672/2740 97% [============================================================ ] 2673/2740 97% [============================================================ ] 2674/2740 97% [============================================================ ] 2675/2740 97% [============================================================ ] 2676/2740 97% [============================================================ ] 2677/2740 97% [============================================================ ] 2678/2740 97% [============================================================ ] 2679/2740 97% [============================================================ ] 2680/2740 97% [============================================================ ] 2681/2740 97% [============================================================ ] 2682/2740 97% [============================================================ ] 2683/2740 97% [============================================================ ] 2684/2740 97% [============================================================ ] 2685/2740 97% [============================================================ ] 2686/2740 98% [============================================================ ] 2687/2740 98% [============================================================ ] 2688/2740 98% [============================================================ ] 2689/2740 98% [============================================================ ] 2690/2740 98% [============================================================ ] 2691/2740 98% [============================================================ ] 2692/2740 98% [============================================================ ] 2693/2740 98% [============================================================ ] 2694/2740 98% [============================================================ ] 2695/2740 98% [============================================================= ] 2696/2740 98% [============================================================= ] 2697/2740 98% [============================================================= ] 2698/2740 98% [============================================================= ] 2699/2740 98% [============================================================= ] 2700/2740 98% [============================================================= ] 2701/2740 98% [============================================================= ] 2702/2740 98% [============================================================= ] 2703/2740 98% [============================================================= ] 2704/2740 98% [============================================================= ] 2705/2740 98% [============================================================= ] 2706/2740 98% [============================================================= ] 2707/2740 98% [============================================================= ] 2708/2740 98% [============================================================= ] 2709/2740 98% [============================================================= ] 2710/2740 98% [============================================================= ] 2711/2740 98% [============================================================= ] 2712/2740 98% [============================================================= ] 2713/2740 99% [============================================================= ] 2714/2740 99% [============================================================= ] 2715/2740 99% [============================================================= ] 2716/2740 99% [============================================================= ] 2717/2740 99% [============================================================= ] 2718/2740 99% [============================================================= ] 2719/2740 99% [============================================================= ] 2720/2740 99% [============================================================= ] 2721/2740 99% [============================================================= ] 2722/2740 99% [============================================================= ] 2723/2740 99% [============================================================= ] 2724/2740 99% [============================================================= ] 2725/2740 99% [============================================================= ] 2726/2740 99% [============================================================= ] 2727/2740 99% [============================================================= ] 2728/2740 99% [============================================================= ] 2729/2740 99% [============================================================= ] 2730/2740 99% [============================================================= ] 2731/2740 99% [============================================================= ] 2732/2740 99% [============================================================= ] 2733/2740 99% [============================================================= ] 2734/2740 99% [============================================================= ] 2735/2740 99% [============================================================= ] 2736/2740 99% [============================================================= ] 2737/2740 99% [============================================================= ] 2738/2740 99% [============================================================= ] 2739/2740 99% [==============================================================] 2740/2740 100% operation complete, 2740 objects in 47192 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2022.08-rc1-158-ged22879d30 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> 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.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> 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) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-coreutils 9.1 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> sdl2_net 2.0.1 Collecting legal info COPYING.txt: OK (sha256: f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> dropbear 2022.82 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> easy-rsa 3.1.0 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> genpart 1.0.2 Collecting legal info >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> haveged 1.9.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> htop 3.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htpdate 1.3.5 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> janet 1.23.0 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libiio 0.23 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> minissdpd 1.5.20211105 Collecting legal info LICENSE: OK (sha256: 45950e1d443106906f83a4ec7b9c2e1a9d6457130737a493cff0e5b7a39da570) >>> minizip-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> mosquitto 2.0.14 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> qoriq-cadence-dp-firmware lsdk1909 Collecting legal info COPYING: OK (sha256: d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561) EULA: OK (sha256: 9665930f69c0b6f4a4c055d7fe2b8ee563e771efbc83892abb1955e61492cdf7) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-networking 2.4.1.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> sound-theme-borealis 0.9a Collecting legal info >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unbound 1.16.2 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> 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.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> 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: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'