mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; fi if test -d /home/buildroot/autobuild/instance-1/output-1/target/lib/modules/`MAKEFLAGS='' /usr/bin/make -j4 HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib" ARCH=microblaze INSTALL_MOD_PATH=/home/buildroot/autobuild/instance-1/output-1/target CROSS_COMPILE="/home/buildroot/autobuild/instance-1/output-1/host/bin/microblaze-buildroot-linux-musl-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/autobuild/instance-1/output-1/host/sbin/depmod -C /home/buildroot/autobuild/instance-1/output-1/build/linux-6.4.9 --no-print-directory -s kernelrelease 2>/dev/null` && grep -q "CONFIG_MODULES=y" /home/buildroot/autobuild/instance-1/output-1/build/linux-6.4.9/.config; then /home/buildroot/autobuild/instance-1/output-1/host/sbin/depmod -a -b /home/buildroot/autobuild/instance-1/output-1/target `MAKEFLAGS='' /usr/bin/make -j4 HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib" ARCH=microblaze INSTALL_MOD_PATH=/home/buildroot/autobuild/instance-1/output-1/target CROSS_COMPILE="/home/buildroot/autobuild/instance-1/output-1/host/bin/microblaze-buildroot-linux-musl-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/autobuild/instance-1/output-1/host/sbin/depmod -C /home/buildroot/autobuild/instance-1/output-1/build/linux-6.4.9 --no-print-directory -s kernelrelease 2>/dev/null`; fi rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-rc1-93-g94edad7ed5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-rc1\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/genromfs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.romfs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2673 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2673 0% [ ] 2/2673 0% [ ] 3/2673 0% [ ] 4/2673 0% [ ] 5/2673 0% [ ] 6/2673 0% [ ] 7/2673 0% [ ] 8/2673 0% [ ] 9/2673 0% [ ] 10/2673 0% [ ] 11/2673 0% [ ] 12/2673 0% [ ] 13/2673 0% [ ] 14/2673 0% [ ] 15/2673 0% [ ] 16/2673 0% [ ] 17/2673 0% [ ] 18/2673 0% [ ] 19/2673 0% [ ] 20/2673 0% [ ] 21/2673 0% [ ] 22/2673 0% [ ] 23/2673 0% [ ] 24/2673 0% [ ] 25/2673 0% [ ] 26/2673 0% [ ] 27/2673 1% [ ] 28/2673 1% [ ] 29/2673 1% [ ] 30/2673 1% [ ] 31/2673 1% [ ] 32/2673 1% [ ] 33/2673 1% [ ] 34/2673 1% [ ] 35/2673 1% [ ] 36/2673 1% [ ] 37/2673 1% [ ] 38/2673 1% [ ] 39/2673 1% [ ] 40/2673 1% [ ] 41/2673 1% [ ] 42/2673 1% [ ] 43/2673 1% [= ] 44/2673 1% [= ] 45/2673 1% [= ] 46/2673 1% [= ] 47/2673 1% [= ] 48/2673 1% [= ] 49/2673 1% [= ] 50/2673 1% [= ] 51/2673 1% [= ] 52/2673 1% [= ] 53/2673 1% [= ] 54/2673 2% [= ] 55/2673 2% [= ] 56/2673 2% [= ] 57/2673 2% [= ] 58/2673 2% [= ] 59/2673 2% [= ] 60/2673 2% [= ] 61/2673 2% [= ] 62/2673 2% [= ] 63/2673 2% [= ] 64/2673 2% [= ] 65/2673 2% [= ] 66/2673 2% [= ] 67/2673 2% [= ] 68/2673 2% [= ] 69/2673 2% [= ] 70/2673 2% [= ] 71/2673 2% [= ] 72/2673 2% [= ] 73/2673 2% [= ] 74/2673 2% [= ] 75/2673 2% [= ] 76/2673 2% [= ] 77/2673 2% [= ] 78/2673 2% [= ] 79/2673 2% [= ] 80/2673 2% [= ] 81/2673 3% [= ] 82/2673 3% [= ] 83/2673 3% [= ] 84/2673 3% [= ] 85/2673 3% [= ] 86/2673 3% [== ] 87/2673 3% [== ] 88/2673 3% [== ] 89/2673 3% [== ] 90/2673 3% [== ] 91/2673 3% [== ] 92/2673 3% [== ] 93/2673 3% [== ] 94/2673 3% [== ] 95/2673 3% [== ] 96/2673 3% [== ] 97/2673 3% [== ] 98/2673 3% [== ] 99/2673 3% [== ] 100/2673 3% [== ] 101/2673 3% [== ] 102/2673 3% [== ] 103/2673 3% [== ] 104/2673 3% [== ] 105/2673 3% [== ] 106/2673 3% [== ] 107/2673 4% [== ] 108/2673 4% [== ] 109/2673 4% [== ] 110/2673 4% [== ] 111/2673 4% [== ] 112/2673 4% [== ] 113/2673 4% [== ] 114/2673 4% [== ] 115/2673 4% [== ] 116/2673 4% [== ] 117/2673 4% [== ] 118/2673 4% [== ] 119/2673 4% [== ] 120/2673 4% [== ] 121/2673 4% [== ] 122/2673 4% [== ] 123/2673 4% [== ] 124/2673 4% [== ] 125/2673 4% [== ] 126/2673 4% [== ] 127/2673 4% [== ] 128/2673 4% [== ] 129/2673 4% [=== ] 130/2673 4% [=== ] 131/2673 4% [=== ] 132/2673 4% [=== ] 133/2673 4% [=== ] 134/2673 5% [=== ] 135/2673 5% [=== ] 136/2673 5% [=== ] 137/2673 5% [=== ] 138/2673 5% [=== ] 139/2673 5% [=== ] 140/2673 5% [=== ] 141/2673 5% [=== ] 142/2673 5% [=== ] 143/2673 5% [=== ] 144/2673 5% [=== ] 145/2673 5% [=== ] 146/2673 5% [=== ] 147/2673 5% [=== ] 148/2673 5% [=== ] 149/2673 5% [=== ] 150/2673 5% [=== ] 151/2673 5% [=== ] 152/2673 5% [=== ] 153/2673 5% [=== ] 154/2673 5% [=== ] 155/2673 5% [=== ] 156/2673 5% [=== ] 157/2673 5% [=== ] 158/2673 5% [=== ] 159/2673 5% [=== ] 160/2673 5% [=== ] 161/2673 6% [=== ] 162/2673 6% [=== ] 163/2673 6% [=== ] 164/2673 6% [=== ] 165/2673 6% [=== ] 166/2673 6% [=== ] 167/2673 6% [=== ] 168/2673 6% [=== ] 169/2673 6% [=== ] 170/2673 6% [=== ] 171/2673 6% [=== ] 172/2673 6% [==== ] 173/2673 6% [==== ] 174/2673 6% [==== ] 175/2673 6% [==== ] 176/2673 6% [==== ] 177/2673 6% [==== ] 178/2673 6% [==== ] 179/2673 6% [==== ] 180/2673 6% [==== ] 181/2673 6% [==== ] 182/2673 6% [==== ] 183/2673 6% [==== ] 184/2673 6% [==== ] 185/2673 6% [==== ] 186/2673 6% [==== ] 187/2673 6% [==== ] 188/2673 7% [==== ] 189/2673 7% [==== ] 190/2673 7% [==== ] 191/2673 7% [==== ] 192/2673 7% [==== ] 193/2673 7% [==== ] 194/2673 7% [==== ] 195/2673 7% [==== ] 196/2673 7% [==== ] 197/2673 7% [==== ] 198/2673 7% [==== ] 199/2673 7% [==== ] 200/2673 7% [==== ] 201/2673 7% [==== ] 202/2673 7% [==== ] 203/2673 7% [==== ] 204/2673 7% [==== ] 205/2673 7% [==== ] 206/2673 7% [==== ] 207/2673 7% [==== ] 208/2673 7% [==== ] 209/2673 7% [==== ] 210/2673 7% [==== ] 211/2673 7% [==== ] 212/2673 7% [==== ] 213/2673 7% [==== ] 214/2673 8% [==== ] 215/2673 8% [===== ] 216/2673 8% [===== ] 217/2673 8% [===== ] 218/2673 8% [===== ] 219/2673 8% [===== ] 220/2673 8% [===== ] 221/2673 8% [===== ] 222/2673 8% [===== ] 223/2673 8% [===== ] 224/2673 8% [===== ] 225/2673 8% [===== ] 226/2673 8% [===== ] 227/2673 8% [===== ] 228/2673 8% [===== ] 229/2673 8% [===== ] 230/2673 8% [===== ] 231/2673 8% [===== ] 232/2673 8% [===== ] 233/2673 8% [===== ] 234/2673 8% [===== ] 235/2673 8% [===== ] 236/2673 8% [===== ] 237/2673 8% [===== ] 238/2673 8% [===== ] 239/2673 8% [===== ] 240/2673 8% [===== ] 241/2673 9% [===== ] 242/2673 9% [===== ] 243/2673 9% [===== ] 244/2673 9% [===== ] 245/2673 9% [===== ] 246/2673 9% [===== ] 247/2673 9% [===== ] 248/2673 9% [===== ] 249/2673 9% [===== ] 250/2673 9% [===== ] 251/2673 9% [===== ] 252/2673 9% [===== ] 253/2673 9% [===== ] 254/2673 9% [===== ] 255/2673 9% [===== ] 256/2673 9% [===== ] 257/2673 9% [===== ] 258/2673 9% [====== ] 259/2673 9% [====== ] 260/2673 9% [====== ] 261/2673 9% [====== ] 262/2673 9% [====== ] 263/2673 9% [====== ] 264/2673 9% [====== ] 265/2673 9% [====== ] 266/2673 9% [====== ] 267/2673 9% [====== ] 268/2673 10% [====== ] 269/2673 10% [====== ] 270/2673 10% [====== ] 271/2673 10% [====== ] 272/2673 10% [====== ] 273/2673 10% [====== ] 274/2673 10% [====== ] 275/2673 10% [====== ] 276/2673 10% [====== ] 277/2673 10% [====== ] 278/2673 10% [====== ] 279/2673 10% [====== ] 280/2673 10% [====== ] 281/2673 10% [====== ] 282/2673 10% [====== ] 283/2673 10% [====== ] 284/2673 10% [====== ] 285/2673 10% [====== ] 286/2673 10% [====== ] 287/2673 10% [====== ] 288/2673 10% [====== ] 289/2673 10% [====== ] 290/2673 10% [====== ] 291/2673 10% [====== ] 292/2673 10% [====== ] 293/2673 10% [====== ] 294/2673 10% [====== ] 295/2673 11% [====== ] 296/2673 11% [====== ] 297/2673 11% [====== ] 298/2673 11% [====== ] 299/2673 11% [====== ] 300/2673 11% [====== ] 301/2673 11% [======= ] 302/2673 11% [======= ] 303/2673 11% [======= ] 304/2673 11% [======= ] 305/2673 11% [======= ] 306/2673 11% [======= ] 307/2673 11% [======= ] 308/2673 11% [======= ] 309/2673 11% [======= ] 310/2673 11% [======= ] 311/2673 11% [======= ] 312/2673 11% [======= ] 313/2673 11% [======= ] 314/2673 11% [======= ] 315/2673 11% [======= ] 316/2673 11% [======= ] 317/2673 11% [======= ] 318/2673 11% [======= ] 319/2673 11% [======= ] 320/2673 11% [======= ] 321/2673 12% [======= ] 322/2673 12% [======= ] 323/2673 12% [======= ] 324/2673 12% [======= ] 325/2673 12% [======= ] 326/2673 12% [======= ] 327/2673 12% [======= ] 328/2673 12% [======= ] 329/2673 12% [======= ] 330/2673 12% [======= ] 331/2673 12% [======= ] 332/2673 12% [======= ] 333/2673 12% [======= ] 334/2673 12% [======= ] 335/2673 12% [======= ] 336/2673 12% [======= ] 337/2673 12% [======= ] 338/2673 12% [======= ] 339/2673 12% [======= ] 340/2673 12% [======= ] 341/2673 12% [======= ] 342/2673 12% [======= ] 343/2673 12% [======= ] 344/2673 12% [======== ] 345/2673 12% [======== ] 346/2673 12% [======== ] 347/2673 12% [======== ] 348/2673 13% [======== ] 349/2673 13% [======== ] 350/2673 13% [======== ] 351/2673 13% [======== ] 352/2673 13% [======== ] 353/2673 13% [======== ] 354/2673 13% [======== ] 355/2673 13% [======== ] 356/2673 13% [======== ] 357/2673 13% [======== ] 358/2673 13% [======== ] 359/2673 13% [======== ] 360/2673 13% [======== ] 361/2673 13% [======== ] 362/2673 13% [======== ] 363/2673 13% [======== ] 364/2673 13% [======== ] 365/2673 13% [======== ] 366/2673 13% [======== ] 367/2673 13% [======== ] 368/2673 13% [======== ] 369/2673 13% [======== ] 370/2673 13% [======== ] 371/2673 13% [======== ] 372/2673 13% [======== ] 373/2673 13% [======== ] 374/2673 13% [======== ] 375/2673 14% [======== ] 376/2673 14% [======== ] 377/2673 14% [======== ] 378/2673 14% [======== ] 379/2673 14% [======== ] 380/2673 14% [======== ] 381/2673 14% [======== ] 382/2673 14% [======== ] 383/2673 14% [======== ] 384/2673 14% [======== ] 385/2673 14% [======== ] 386/2673 14% [======== ] 387/2673 14% [======== ] 388/2673 14% [========= ] 389/2673 14% [========= ] 390/2673 14% [========= ] 391/2673 14% [========= ] 392/2673 14% [========= ] 393/2673 14% [========= ] 394/2673 14% [========= ] 395/2673 14% [========= ] 396/2673 14% [========= ] 397/2673 14% [========= ] 398/2673 14% [========= ] 399/2673 14% [========= ] 400/2673 14% [========= ] 401/2673 15% [========= ] 402/2673 15% [========= ] 403/2673 15% [========= ] 404/2673 15% [========= ] 405/2673 15% [========= ] 406/2673 15% [========= ] 407/2673 15% [========= ] 408/2673 15% [========= ] 409/2673 15% [========= ] 410/2673 15% [========= ] 411/2673 15% [========= ] 412/2673 15% [========= ] 413/2673 15% [========= ] 414/2673 15% [========= ] 415/2673 15% [========= ] 416/2673 15% [========= ] 417/2673 15% [========= ] 418/2673 15% [========= ] 419/2673 15% [========= ] 420/2673 15% [========= ] 421/2673 15% [========= ] 422/2673 15% [========= ] 423/2673 15% [========= ] 424/2673 15% [========= ] 425/2673 15% [========= ] 426/2673 15% [========= ] 427/2673 15% [========= ] 428/2673 16% [========= ] 429/2673 16% [========= ] 430/2673 16% [========= ] 431/2673 16% [========== ] 432/2673 16% [========== ] 433/2673 16% [========== ] 434/2673 16% [========== ] 435/2673 16% [========== ] 436/2673 16% [========== ] 437/2673 16% [========== ] 438/2673 16% [========== ] 439/2673 16% [========== ] 440/2673 16% [========== ] 441/2673 16% [========== ] 442/2673 16% [========== ] 443/2673 16% [========== ] 444/2673 16% [========== ] 445/2673 16% [========== ] 446/2673 16% [========== ] 447/2673 16% [========== ] 448/2673 16% [========== ] 449/2673 16% [========== ] 450/2673 16% [========== ] 451/2673 16% [========== ] 452/2673 16% [========== ] 453/2673 16% [========== ] 454/2673 16% [========== ] 455/2673 17% [========== ] 456/2673 17% [========== ] 457/2673 17% [========== ] 458/2673 17% [========== ] 459/2673 17% [========== ] 460/2673 17% [========== ] 461/2673 17% [========== ] 462/2673 17% [========== ] 463/2673 17% [========== ] 464/2673 17% [========== ] 465/2673 17% [========== ] 466/2673 17% [========== ] 467/2673 17% [========== ] 468/2673 17% [========== ] 469/2673 17% [========== ] 470/2673 17% [========== ] 471/2673 17% [========== ] 472/2673 17% [========== ] 473/2673 17% [========== ] 474/2673 17% [=========== ] 475/2673 17% [=========== ] 476/2673 17% [=========== ] 477/2673 17% [=========== ] 478/2673 17% [=========== ] 479/2673 17% [=========== ] 480/2673 17% [=========== ] 481/2673 17% [=========== ] 482/2673 18% [=========== ] 483/2673 18% [=========== ] 484/2673 18% [=========== ] 485/2673 18% [=========== ] 486/2673 18% [=========== ] 487/2673 18% [=========== ] 488/2673 18% [=========== ] 489/2673 18% [=========== ] 490/2673 18% [=========== ] 491/2673 18% [=========== ] 492/2673 18% [=========== ] 493/2673 18% [=========== ] 494/2673 18% [=========== ] 495/2673 18% [=========== ] 496/2673 18% [=========== ] 497/2673 18% [=========== ] 498/2673 18% [=========== ] 499/2673 18% [=========== ] 500/2673 18% [=========== ] 501/2673 18% [=========== ] 502/2673 18% [=========== ] 503/2673 18% [=========== ] 504/2673 18% [=========== ] 505/2673 18% [=========== ] 506/2673 18% [=========== ] 507/2673 18% [=========== ] 508/2673 19% [=========== ] 509/2673 19% [=========== ] 510/2673 19% [=========== ] 511/2673 19% [=========== ] 512/2673 19% [=========== ] 513/2673 19% [=========== ] 514/2673 19% [=========== ] 515/2673 19% [=========== ] 516/2673 19% [=========== ] 517/2673 19% [============ ] 518/2673 19% [============ ] 519/2673 19% [============ ] 520/2673 19% [============ ] 521/2673 19% [============ ] 522/2673 19% [============ ] 523/2673 19% [============ ] 524/2673 19% [============ ] 525/2673 19% [============ ] 526/2673 19% [============ ] 527/2673 19% [============ ] 528/2673 19% [============ ] 529/2673 19% [============ ] 530/2673 19% [============ ] 531/2673 19% [============ ] 532/2673 19% [============ ] 533/2673 19% [============ ] 534/2673 19% [============ ] 535/2673 20% [============ ] 536/2673 20% [============ ] 537/2673 20% [============ ] 538/2673 20% [============ ] 539/2673 20% [============ ] 540/2673 20% [============ ] 541/2673 20% [============ ] 542/2673 20% [============ ] 543/2673 20% [============ ] 544/2673 20% [============ ] 545/2673 20% [============ ] 546/2673 20% [============ ] 547/2673 20% [============ ] 548/2673 20% [============ ] 549/2673 20% [============ ] 550/2673 20% [============ ] 551/2673 20% [============ ] 552/2673 20% [============ ] 553/2673 20% [============ ] 554/2673 20% [============ ] 555/2673 20% [============ ] 556/2673 20% [============ ] 557/2673 20% [============ ] 558/2673 20% [============ ] 559/2673 20% [============ ] 560/2673 20% [============= ] 561/2673 20% [============= ] 562/2673 21% [============= ] 563/2673 21% [============= ] 564/2673 21% [============= ] 565/2673 21% [============= ] 566/2673 21% [============= ] 567/2673 21% [============= ] 568/2673 21% [============= ] 569/2673 21% [============= ] 570/2673 21% [============= ] 571/2673 21% [============= ] 572/2673 21% [============= ] 573/2673 21% [============= ] 574/2673 21% [============= ] 575/2673 21% [============= ] 576/2673 21% [============= ] 577/2673 21% [============= ] 578/2673 21% [============= ] 579/2673 21% [============= ] 580/2673 21% [============= ] 581/2673 21% [============= ] 582/2673 21% [============= ] 583/2673 21% [============= ] 584/2673 21% [============= ] 585/2673 21% [============= ] 586/2673 21% [============= ] 587/2673 21% [============= ] 588/2673 21% [============= ] 589/2673 22% [============= ] 590/2673 22% [============= ] 591/2673 22% [============= ] 592/2673 22% [============= ] 593/2673 22% [============= ] 594/2673 22% [============= ] 595/2673 22% [============= ] 596/2673 22% [============= ] 597/2673 22% [============= ] 598/2673 22% [============= ] 599/2673 22% [============= ] 600/2673 22% [============= ] 601/2673 22% [============= ] 602/2673 22% [============= ] 603/2673 22% [============== ] 604/2673 22% [============== ] 605/2673 22% [============== ] 606/2673 22% [============== ] 607/2673 22% [============== ] 608/2673 22% [============== ] 609/2673 22% [============== ] 610/2673 22% [============== ] 611/2673 22% [============== ] 612/2673 22% [============== ] 613/2673 22% [============== ] 614/2673 22% [============== ] 615/2673 23% [============== ] 616/2673 23% [============== ] 617/2673 23% [============== ] 618/2673 23% [============== ] 619/2673 23% [============== ] 620/2673 23% [============== ] 621/2673 23% [============== ] 622/2673 23% [============== ] 623/2673 23% [============== ] 624/2673 23% [============== ] 625/2673 23% [============== ] 626/2673 23% [============== ] 627/2673 23% [============== ] 628/2673 23% [============== ] 629/2673 23% [============== ] 630/2673 23% [============== ] 631/2673 23% [============== ] 632/2673 23% [============== ] 633/2673 23% [============== ] 634/2673 23% [============== ] 635/2673 23% [============== ] 636/2673 23% [============== ] 637/2673 23% [============== ] 638/2673 23% [============== ] 639/2673 23% [============== ] 640/2673 23% [============== ] 641/2673 23% [============== ] 642/2673 24% [============== ] 643/2673 24% [============== ] 644/2673 24% [============== ] 645/2673 24% [============== ] 646/2673 24% [=============== ] 647/2673 24% [=============== ] 648/2673 24% [=============== ] 649/2673 24% [=============== ] 650/2673 24% [=============== ] 651/2673 24% [=============== ] 652/2673 24% [=============== ] 653/2673 24% [=============== ] 654/2673 24% [=============== ] 655/2673 24% [=============== ] 656/2673 24% [=============== ] 657/2673 24% [=============== ] 658/2673 24% [=============== ] 659/2673 24% [=============== ] 660/2673 24% [=============== ] 661/2673 24% [=============== ] 662/2673 24% [=============== ] 663/2673 24% [=============== ] 664/2673 24% [=============== ] 665/2673 24% [=============== ] 666/2673 24% [=============== ] 667/2673 24% [=============== ] 668/2673 24% [=============== ] 669/2673 25% [=============== ] 670/2673 25% [=============== ] 671/2673 25% [=============== ] 672/2673 25% [=============== ] 673/2673 25% [=============== ] 674/2673 25% [=============== ] 675/2673 25% [=============== ] 676/2673 25% [=============== ] 677/2673 25% [=============== ] 678/2673 25% [=============== ] 679/2673 25% [=============== ] 680/2673 25% [=============== ] 681/2673 25% [=============== ] 682/2673 25% [=============== ] 683/2673 25% [=============== ] 684/2673 25% [=============== ] 685/2673 25% [=============== ] 686/2673 25% [=============== ] 687/2673 25% [=============== ] 688/2673 25% [=============== ] 689/2673 25% [================ ] 690/2673 25% [================ ] 691/2673 25% [================ ] 692/2673 25% [================ ] 693/2673 25% [================ ] 694/2673 25% [================ ] 695/2673 26% [================ ] 696/2673 26% [================ ] 697/2673 26% [================ ] 698/2673 26% [================ ] 699/2673 26% [================ ] 700/2673 26% [================ ] 701/2673 26% [================ ] 702/2673 26% [================ ] 703/2673 26% [================ ] 704/2673 26% [================ ] 705/2673 26% [================ ] 706/2673 26% [================ ] 707/2673 26% [================ ] 708/2673 26% [================ ] 709/2673 26% [================ ] 710/2673 26% [================ ] 711/2673 26% [================ ] 712/2673 26% [================ ] 713/2673 26% [================ ] 714/2673 26% [================ ] 715/2673 26% [================ ] 716/2673 26% [================ ] 717/2673 26% [================ ] 718/2673 26% [================ ] 719/2673 26% [================ ] 720/2673 26% [================ ] 721/2673 26% [================ ] 722/2673 27% [================ ] 723/2673 27% [================ ] 724/2673 27% [================ ] 725/2673 27% [================ ] 726/2673 27% [================ ] 727/2673 27% [================ ] 728/2673 27% [================ ] 729/2673 27% [================ ] 730/2673 27% [================ ] 731/2673 27% [================ ] 732/2673 27% [================= ] 733/2673 27% [================= ] 734/2673 27% [================= ] 735/2673 27% [================= ] 736/2673 27% [================= ] 737/2673 27% [================= ] 738/2673 27% [================= ] 739/2673 27% [================= ] 740/2673 27% [================= ] 741/2673 27% [================= ] 742/2673 27% [================= ] 743/2673 27% [================= ] 744/2673 27% [================= ] 745/2673 27% [================= ] 746/2673 27% [================= ] 747/2673 27% [================= ] 748/2673 27% [================= ] 749/2673 28% [================= ] 750/2673 28% [================= ] 751/2673 28% [================= ] 752/2673 28% [================= ] 753/2673 28% [================= ] 754/2673 28% [================= ] 755/2673 28% [================= ] 756/2673 28% [================= ] 757/2673 28% [================= ] 758/2673 28% [================= ] 759/2673 28% [================= ] 760/2673 28% [================= ] 761/2673 28% [================= ] 762/2673 28% [================= ] 763/2673 28% [================= ] 764/2673 28% [================= ] 765/2673 28% [================= ] 766/2673 28% [================= ] 767/2673 28% [================= ] 768/2673 28% [================= ] 769/2673 28% [================= ] 770/2673 28% [================= ] 771/2673 28% [================= ] 772/2673 28% [================= ] 773/2673 28% [================= ] 774/2673 28% [================= ] 775/2673 28% [================= ] 776/2673 29% [================== ] 777/2673 29% [================== ] 778/2673 29% [================== ] 779/2673 29% [================== ] 780/2673 29% [================== ] 781/2673 29% [================== ] 782/2673 29% [================== ] 783/2673 29% [================== ] 784/2673 29% [================== ] 785/2673 29% [================== ] 786/2673 29% [================== ] 787/2673 29% [================== ] 788/2673 29% [================== ] 789/2673 29% [================== ] 790/2673 29% [================== ] 791/2673 29% [================== ] 792/2673 29% [================== ] 793/2673 29% [================== ] 794/2673 29% [================== ] 795/2673 29% [================== ] 796/2673 29% [================== ] 797/2673 29% [================== ] 798/2673 29% [================== ] 799/2673 29% [================== ] 800/2673 29% [================== ] 801/2673 29% [================== ] 802/2673 30% [================== ] 803/2673 30% [================== ] 804/2673 30% [================== ] 805/2673 30% [================== ] 806/2673 30% [================== ] 807/2673 30% [================== ] 808/2673 30% [================== ] 809/2673 30% [================== ] 810/2673 30% [================== ] 811/2673 30% [================== ] 812/2673 30% [================== ] 813/2673 30% [================== ] 814/2673 30% [================== ] 815/2673 30% [================== ] 816/2673 30% [================== ] 817/2673 30% [================== ] 818/2673 30% [================== ] 819/2673 30% [=================== ] 820/2673 30% [=================== ] 821/2673 30% [=================== ] 822/2673 30% [=================== ] 823/2673 30% [=================== ] 824/2673 30% [=================== ] 825/2673 30% [=================== ] 826/2673 30% [=================== ] 827/2673 30% [=================== ] 828/2673 30% [=================== ] 829/2673 31% [=================== ] 830/2673 31% [=================== ] 831/2673 31% [=================== ] 832/2673 31% [=================== ] 833/2673 31% [=================== ] 834/2673 31% [=================== ] 835/2673 31% [=================== ] 836/2673 31% [=================== ] 837/2673 31% [=================== ] 838/2673 31% [=================== ] 839/2673 31% [=================== ] 840/2673 31% [=================== ] 841/2673 31% [=================== ] 842/2673 31% [=================== ] 843/2673 31% [=================== ] 844/2673 31% [=================== ] 845/2673 31% [=================== ] 846/2673 31% [=================== ] 847/2673 31% [=================== ] 848/2673 31% [=================== ] 849/2673 31% [=================== ] 850/2673 31% [=================== ] 851/2673 31% [=================== ] 852/2673 31% [=================== ] 853/2673 31% [=================== ] 854/2673 31% [=================== ] 855/2673 31% [=================== ] 856/2673 32% [=================== ] 857/2673 32% [=================== ] 858/2673 32% [=================== ] 859/2673 32% [=================== ] 860/2673 32% [=================== ] 861/2673 32% [=================== ] 862/2673 32% [==================== ] 863/2673 32% [==================== ] 864/2673 32% [==================== ] 865/2673 32% [==================== ] 866/2673 32% [==================== ] 867/2673 32% [==================== ] 868/2673 32% [==================== ] 869/2673 32% [==================== ] 870/2673 32% [==================== ] 871/2673 32% [==================== ] 872/2673 32% [==================== ] 873/2673 32% [==================== ] 874/2673 32% [==================== ] 875/2673 32% [==================== ] 876/2673 32% [==================== ] 877/2673 32% [==================== ] 878/2673 32% [==================== ] 879/2673 32% [==================== ] 880/2673 32% [==================== ] 881/2673 32% [==================== ] 882/2673 32% [==================== ] 883/2673 33% [==================== ] 884/2673 33% [==================== ] 885/2673 33% [==================== ] 886/2673 33% [==================== ] 887/2673 33% [==================== ] 888/2673 33% [==================== ] 889/2673 33% [==================== ] 890/2673 33% [==================== ] 891/2673 33% [==================== ] 892/2673 33% [==================== ] 893/2673 33% [==================== ] 894/2673 33% [==================== ] 895/2673 33% [==================== ] 896/2673 33% [==================== ] 897/2673 33% [==================== ] 898/2673 33% [==================== ] 899/2673 33% [==================== ] 900/2673 33% [==================== ] 901/2673 33% [==================== ] 902/2673 33% [==================== ] 903/2673 33% [==================== ] 904/2673 33% [==================== ] 905/2673 33% [===================== ] 906/2673 33% [===================== ] 907/2673 33% [===================== ] 908/2673 33% [===================== ] 909/2673 34% [===================== ] 910/2673 34% [===================== ] 911/2673 34% [===================== ] 912/2673 34% [===================== ] 913/2673 34% [===================== ] 914/2673 34% [===================== ] 915/2673 34% [===================== ] 916/2673 34% [===================== ] 917/2673 34% [===================== ] 918/2673 34% [===================== ] 919/2673 34% [===================== ] 920/2673 34% [===================== ] 921/2673 34% [===================== ] 922/2673 34% [===================== ] 923/2673 34% [===================== ] 924/2673 34% [===================== ] 925/2673 34% [===================== ] 926/2673 34% [===================== ] 927/2673 34% [===================== ] 928/2673 34% [===================== ] 929/2673 34% [===================== ] 930/2673 34% [===================== ] 931/2673 34% [===================== ] 932/2673 34% [===================== ] 933/2673 34% [===================== ] 934/2673 34% [===================== ] 935/2673 34% [===================== ] 936/2673 35% [===================== ] 937/2673 35% [===================== ] 938/2673 35% [===================== ] 939/2673 35% [===================== ] 940/2673 35% [===================== ] 941/2673 35% [===================== ] 942/2673 35% [===================== ] 943/2673 35% [===================== ] 944/2673 35% [===================== ] 945/2673 35% [===================== ] 946/2673 35% [===================== ] 947/2673 35% [===================== ] 948/2673 35% [====================== ] 949/2673 35% [====================== ] 950/2673 35% [====================== ] 951/2673 35% [====================== ] 952/2673 35% [====================== ] 953/2673 35% [====================== ] 954/2673 35% [====================== ] 955/2673 35% [====================== ] 956/2673 35% [====================== ] 957/2673 35% [====================== ] 958/2673 35% [====================== ] 959/2673 35% [====================== ] 960/2673 35% [====================== ] 961/2673 35% [====================== ] 962/2673 35% [====================== ] 963/2673 36% [====================== ] 964/2673 36% [====================== ] 965/2673 36% [====================== ] 966/2673 36% [====================== ] 967/2673 36% [====================== ] 968/2673 36% [====================== ] 969/2673 36% [====================== ] 970/2673 36% [====================== ] 971/2673 36% [====================== ] 972/2673 36% [====================== ] 973/2673 36% [====================== ] 974/2673 36% [====================== ] 975/2673 36% [====================== ] 976/2673 36% [====================== ] 977/2673 36% [====================== ] 978/2673 36% [====================== ] 979/2673 36% [====================== ] 980/2673 36% [====================== ] 981/2673 36% [====================== ] 982/2673 36% [====================== ] 983/2673 36% [====================== ] 984/2673 36% [====================== ] 985/2673 36% [====================== ] 986/2673 36% [====================== ] 987/2673 36% [====================== ] 988/2673 36% [====================== ] 989/2673 36% [====================== ] 990/2673 37% [====================== ] 991/2673 37% [======================= ] 992/2673 37% [======================= ] 993/2673 37% [======================= ] 994/2673 37% [======================= ] 995/2673 37% [======================= ] 996/2673 37% [======================= ] 997/2673 37% [======================= ] 998/2673 37% [======================= ] 999/2673 37% [======================= ] 1000/2673 37% [======================= ] 1001/2673 37% [======================= ] 1002/2673 37% [======================= ] 1003/2673 37% [======================= ] 1004/2673 37% [======================= ] 1005/2673 37% [======================= ] 1006/2673 37% [======================= ] 1007/2673 37% [======================= ] 1008/2673 37% [======================= ] 1009/2673 37% [======================= ] 1010/2673 37% [======================= ] 1011/2673 37% [======================= ] 1012/2673 37% [======================= ] 1013/2673 37% [======================= ] 1014/2673 37% [======================= ] 1015/2673 37% [======================= ] 1016/2673 38% [======================= ] 1017/2673 38% [======================= ] 1018/2673 38% [======================= ] 1019/2673 38% [======================= ] 1020/2673 38% [======================= ] 1021/2673 38% [======================= ] 1022/2673 38% [======================= ] 1023/2673 38% [======================= ] 1024/2673 38% [======================= ] 1025/2673 38% [======================= ] 1026/2673 38% [======================= ] 1027/2673 38% [======================= ] 1028/2673 38% [======================= ] 1029/2673 38% [======================= ] 1030/2673 38% [======================= ] 1031/2673 38% [======================= ] 1032/2673 38% [======================= ] 1033/2673 38% [======================= ] 1034/2673 38% [======================== ] 1035/2673 38% [======================== ] 1036/2673 38% [======================== ] 1037/2673 38% [======================== ] 1038/2673 38% [======================== ] 1039/2673 38% [======================== ] 1040/2673 38% [======================== ] 1041/2673 38% [======================== ] 1042/2673 38% [======================== ] 1043/2673 39% [======================== ] 1044/2673 39% [======================== ] 1045/2673 39% [======================== ] 1046/2673 39% [======================== ] 1047/2673 39% [======================== ] 1048/2673 39% [======================== ] 1049/2673 39% [======================== ] 1050/2673 39% [======================== ] 1051/2673 39% [======================== ] 1052/2673 39% [======================== ] 1053/2673 39% [======================== ] 1054/2673 39% [======================== ] 1055/2673 39% [======================== ] 1056/2673 39% [======================== ] 1057/2673 39% [======================== ] 1058/2673 39% [======================== ] 1059/2673 39% [======================== ] 1060/2673 39% [======================== ] 1061/2673 39% [======================== ] 1062/2673 39% [======================== ] 1063/2673 39% [======================== ] 1064/2673 39% [======================== ] 1065/2673 39% [======================== ] 1066/2673 39% [======================== ] 1067/2673 39% [======================== ] 1068/2673 39% [======================== ] 1069/2673 39% [======================== ] 1070/2673 40% [======================== ] 1071/2673 40% [======================== ] 1072/2673 40% [======================== ] 1073/2673 40% [======================== ] 1074/2673 40% [======================== ] 1075/2673 40% [======================== ] 1076/2673 40% [======================== ] 1077/2673 40% [========================= ] 1078/2673 40% [========================= ] 1079/2673 40% [========================= ] 1080/2673 40% [========================= ] 1081/2673 40% [========================= ] 1082/2673 40% [========================= ] 1083/2673 40% [========================= ] 1084/2673 40% [========================= ] 1085/2673 40% [========================= ] 1086/2673 40% [========================= ] 1087/2673 40% [========================= ] 1088/2673 40% [========================= ] 1089/2673 40% [========================= ] 1090/2673 40% [========================= ] 1091/2673 40% [========================= ] 1092/2673 40% [========================= ] 1093/2673 40% [========================= ] 1094/2673 40% [========================= ] 1095/2673 40% [========================= ] 1096/2673 41% [========================= ] 1097/2673 41% [========================= ] 1098/2673 41% [========================= ] 1099/2673 41% [========================= ] 1100/2673 41% [========================= ] 1101/2673 41% [========================= ] 1102/2673 41% [========================= ] 1103/2673 41% [========================= ] 1104/2673 41% [========================= ] 1105/2673 41% [========================= ] 1106/2673 41% [========================= ] 1107/2673 41% [========================= ] 1108/2673 41% [========================= ] 1109/2673 41% [========================= ] 1110/2673 41% [========================= ] 1111/2673 41% [========================= ] 1112/2673 41% [========================= ] 1113/2673 41% [========================= ] 1114/2673 41% [========================= ] 1115/2673 41% [========================= ] 1116/2673 41% [========================= ] 1117/2673 41% [========================= ] 1118/2673 41% [========================= ] 1119/2673 41% [========================= ] 1120/2673 41% [========================== ] 1121/2673 41% [========================== ] 1122/2673 41% [========================== ] 1123/2673 42% [========================== ] 1124/2673 42% [========================== ] 1125/2673 42% [========================== ] 1126/2673 42% [========================== ] 1127/2673 42% [========================== ] 1128/2673 42% [========================== ] 1129/2673 42% [========================== ] 1130/2673 42% [========================== ] 1131/2673 42% [========================== ] 1132/2673 42% [========================== ] 1133/2673 42% [========================== ] 1134/2673 42% [========================== ] 1135/2673 42% [========================== ] 1136/2673 42% [========================== ] 1137/2673 42% [========================== ] 1138/2673 42% [========================== ] 1139/2673 42% [========================== ] 1140/2673 42% [========================== ] 1141/2673 42% [========================== ] 1142/2673 42% [========================== ] 1143/2673 42% [========================== ] 1144/2673 42% [========================== ] 1145/2673 42% [========================== ] 1146/2673 42% [========================== ] 1147/2673 42% [========================== ] 1148/2673 42% [========================== ] 1149/2673 42% [========================== ] 1150/2673 43% [========================== ] 1151/2673 43% [========================== ] 1152/2673 43% [========================== ] 1153/2673 43% [========================== ] 1154/2673 43% [========================== ] 1155/2673 43% [========================== ] 1156/2673 43% [========================== ] 1157/2673 43% [========================== ] 1158/2673 43% [========================== ] 1159/2673 43% [========================== ] 1160/2673 43% [========================== ] 1161/2673 43% [========================== ] 1162/2673 43% [========================== ] 1163/2673 43% [========================== ] 1164/2673 43% [=========================== ] 1165/2673 43% [=========================== ] 1166/2673 43% [=========================== ] 1167/2673 43% [=========================== ] 1168/2673 43% [=========================== ] 1169/2673 43% [=========================== ] 1170/2673 43% [=========================== ] 1171/2673 43% [=========================== ] 1172/2673 43% [=========================== ] 1173/2673 43% [=========================== ] 1174/2673 43% [=========================== ] 1175/2673 43% [=========================== ] 1176/2673 43% [=========================== ] 1177/2673 44% [=========================== ] 1178/2673 44% [=========================== ] 1179/2673 44% [=========================== ] 1180/2673 44% [=========================== ] 1181/2673 44% [=========================== ] 1182/2673 44% [=========================== ] 1183/2673 44% [=========================== ] 1184/2673 44% [=========================== ] 1185/2673 44% [=========================== ] 1186/2673 44% [=========================== ] 1187/2673 44% [=========================== ] 1188/2673 44% [=========================== ] 1189/2673 44% [=========================== ] 1190/2673 44% [=========================== ] 1191/2673 44% [=========================== ] 1192/2673 44% [=========================== ] 1193/2673 44% [=========================== ] 1194/2673 44% [=========================== ] 1195/2673 44% [=========================== ] 1196/2673 44% [=========================== ] 1197/2673 44% [=========================== ] 1198/2673 44% [=========================== ] 1199/2673 44% [=========================== ] 1200/2673 44% [=========================== ] 1201/2673 44% [=========================== ] 1202/2673 44% [=========================== ] 1203/2673 45% [=========================== ] 1204/2673 45% [=========================== ] 1205/2673 45% [=========================== ] 1206/2673 45% [=========================== ] 1207/2673 45% [============================ ] 1208/2673 45% [============================ ] 1209/2673 45% [============================ ] 1210/2673 45% [============================ ] 1211/2673 45% [============================ ] 1212/2673 45% [============================ ] 1213/2673 45% [============================ ] 1214/2673 45% [============================ ] 1215/2673 45% [============================ ] 1216/2673 45% [============================ ] 1217/2673 45% [============================ ] 1218/2673 45% [============================ ] 1219/2673 45% [============================ ] 1220/2673 45% [============================ ] 1221/2673 45% [============================ ] 1222/2673 45% [============================ ] 1223/2673 45% [============================ ] 1224/2673 45% [============================ ] 1225/2673 45% [============================ ] 1226/2673 45% [============================ ] 1227/2673 45% [============================ ] 1228/2673 45% [============================ ] 1229/2673 45% [============================ ] 1230/2673 46% [============================ ] 1231/2673 46% [============================ ] 1232/2673 46% [============================ ] 1233/2673 46% [============================ ] 1234/2673 46% [============================ ] 1235/2673 46% [============================ ] 1236/2673 46% [============================ ] 1237/2673 46% [============================ ] 1238/2673 46% [============================ ] 1239/2673 46% [============================ ] 1240/2673 46% [============================ ] 1241/2673 46% [============================ ] 1242/2673 46% [============================ ] 1243/2673 46% [============================ ] 1244/2673 46% [============================ ] 1245/2673 46% [============================ ] 1246/2673 46% [============================ ] 1247/2673 46% [============================ ] 1248/2673 46% [============================ ] 1249/2673 46% [============================ ] 1250/2673 46% [============================= ] 1251/2673 46% [============================= ] 1252/2673 46% [============================= ] 1253/2673 46% [============================= ] 1254/2673 46% [============================= ] 1255/2673 46% [============================= ] 1256/2673 46% [============================= ] 1257/2673 47% [============================= ] 1258/2673 47% [============================= ] 1259/2673 47% [============================= ] 1260/2673 47% [============================= ] 1261/2673 47% [============================= ] 1262/2673 47% [============================= ] 1263/2673 47% [============================= ] 1264/2673 47% [============================= ] 1265/2673 47% [============================= ] 1266/2673 47% [============================= ] 1267/2673 47% [============================= ] 1268/2673 47% [============================= ] 1269/2673 47% [============================= ] 1270/2673 47% [============================= ] 1271/2673 47% [============================= ] 1272/2673 47% [============================= ] 1273/2673 47% [============================= ] 1274/2673 47% [============================= ] 1275/2673 47% [============================= ] 1276/2673 47% [============================= ] 1277/2673 47% [============================= ] 1278/2673 47% [============================= ] 1279/2673 47% [============================= ] 1280/2673 47% [============================= ] 1281/2673 47% [============================= ] 1282/2673 47% [============================= ] 1283/2673 47% [============================= ] 1284/2673 48% [============================= ] 1285/2673 48% [============================= ] 1286/2673 48% [============================= ] 1287/2673 48% [============================= ] 1288/2673 48% [============================= ] 1289/2673 48% [============================= ] 1290/2673 48% [============================= ] 1291/2673 48% [============================= ] 1292/2673 48% [============================= ] 1293/2673 48% [============================== ] 1294/2673 48% [============================== ] 1295/2673 48% [============================== ] 1296/2673 48% [============================== ] 1297/2673 48% [============================== ] 1298/2673 48% [============================== ] 1299/2673 48% [============================== ] 1300/2673 48% [============================== ] 1301/2673 48% [============================== ] 1302/2673 48% [============================== ] 1303/2673 48% [============================== ] 1304/2673 48% [============================== ] 1305/2673 48% [============================== ] 1306/2673 48% [============================== ] 1307/2673 48% [============================== ] 1308/2673 48% [============================== ] 1309/2673 48% [============================== ] 1310/2673 49% [============================== ] 1311/2673 49% [============================== ] 1312/2673 49% [============================== ] 1313/2673 49% [============================== ] 1314/2673 49% [============================== ] 1315/2673 49% [============================== ] 1316/2673 49% [============================== ] 1317/2673 49% [============================== ] 1318/2673 49% [============================== ] 1319/2673 49% [============================== ] 1320/2673 49% [============================== ] 1321/2673 49% [============================== ] 1322/2673 49% [============================== ] 1323/2673 49% [============================== ] 1324/2673 49% [============================== ] 1325/2673 49% [============================== ] 1326/2673 49% [============================== ] 1327/2673 49% [============================== ] 1328/2673 49% [============================== ] 1329/2673 49% [============================== ] 1330/2673 49% [============================== ] 1331/2673 49% [============================== ] 1332/2673 49% [============================== ] 1333/2673 49% [============================== ] 1334/2673 49% [============================== ] 1335/2673 49% [============================== ] 1336/2673 49% [=============================== ] 1337/2673 50% [=============================== ] 1338/2673 50% [=============================== ] 1339/2673 50% [=============================== ] 1340/2673 50% [=============================== ] 1341/2673 50% [=============================== ] 1342/2673 50% [=============================== ] 1343/2673 50% [=============================== ] 1344/2673 50% [=============================== ] 1345/2673 50% [=============================== ] 1346/2673 50% [=============================== ] 1347/2673 50% [=============================== ] 1348/2673 50% [=============================== ] 1349/2673 50% [=============================== ] 1350/2673 50% [=============================== ] 1351/2673 50% [=============================== ] 1352/2673 50% [=============================== ] 1353/2673 50% [=============================== ] 1354/2673 50% [=============================== ] 1355/2673 50% [=============================== ] 1356/2673 50% [=============================== ] 1357/2673 50% [=============================== ] 1358/2673 50% [=============================== ] 1359/2673 50% [=============================== ] 1360/2673 50% [=============================== ] 1361/2673 50% [=============================== ] 1362/2673 50% [=============================== ] 1363/2673 50% [=============================== ] 1364/2673 51% [=============================== ] 1365/2673 51% [=============================== ] 1366/2673 51% [=============================== ] 1367/2673 51% [=============================== ] 1368/2673 51% [=============================== ] 1369/2673 51% [=============================== ] 1370/2673 51% [=============================== ] 1371/2673 51% [=============================== ] 1372/2673 51% [=============================== ] 1373/2673 51% [=============================== ] 1374/2673 51% [=============================== ] 1375/2673 51% [=============================== ] 1376/2673 51% [=============================== ] 1377/2673 51% [=============================== ] 1378/2673 51% [=============================== ] 1379/2673 51% [================================ ] 1380/2673 51% [================================ ] 1381/2673 51% [================================ ] 1382/2673 51% [================================ ] 1383/2673 51% [================================ ] 1384/2673 51% [================================ ] 1385/2673 51% [================================ ] 1386/2673 51% [================================ ] 1387/2673 51% [================================ ] 1388/2673 51% [================================ ] 1389/2673 51% [================================ ] 1390/2673 52% [================================ ] 1391/2673 52% [================================ ] 1392/2673 52% [================================ ] 1393/2673 52% [================================ ] 1394/2673 52% [================================ ] 1395/2673 52% [================================ ] 1396/2673 52% [================================ ] 1397/2673 52% [================================ ] 1398/2673 52% [================================ ] 1399/2673 52% [================================ ] 1400/2673 52% [================================ ] 1401/2673 52% [================================ ] 1402/2673 52% [================================ ] 1403/2673 52% [================================ ] 1404/2673 52% [================================ ] 1405/2673 52% [================================ ] 1406/2673 52% [================================ ] 1407/2673 52% [================================ ] 1408/2673 52% [================================ ] 1409/2673 52% [================================ ] 1410/2673 52% [================================ ] 1411/2673 52% [================================ ] 1412/2673 52% [================================ ] 1413/2673 52% [================================ ] 1414/2673 52% [================================ ] 1415/2673 52% [================================ ] 1416/2673 52% [================================ ] 1417/2673 53% [================================ ] 1418/2673 53% [================================ ] 1419/2673 53% [================================ ] 1420/2673 53% [================================ ] 1421/2673 53% [================================ ] 1422/2673 53% [================================= ] 1423/2673 53% [================================= ] 1424/2673 53% [================================= ] 1425/2673 53% [================================= ] 1426/2673 53% [================================= ] 1427/2673 53% [================================= ] 1428/2673 53% [================================= ] 1429/2673 53% [================================= ] 1430/2673 53% [================================= ] 1431/2673 53% [================================= ] 1432/2673 53% [================================= ] 1433/2673 53% [================================= ] 1434/2673 53% [================================= ] 1435/2673 53% [================================= ] 1436/2673 53% [================================= ] 1437/2673 53% [================================= ] 1438/2673 53% [================================= ] 1439/2673 53% [================================= ] 1440/2673 53% [================================= ] 1441/2673 53% [================================= ] 1442/2673 53% [================================= ] 1443/2673 53% [================================= ] 1444/2673 54% [================================= ] 1445/2673 54% [================================= ] 1446/2673 54% [================================= ] 1447/2673 54% [================================= ] 1448/2673 54% [================================= ] 1449/2673 54% [================================= ] 1450/2673 54% [================================= ] 1451/2673 54% [================================= ] 1452/2673 54% [================================= ] 1453/2673 54% [================================= ] 1454/2673 54% [================================= ] 1455/2673 54% [================================= ] 1456/2673 54% [================================= ] 1457/2673 54% [================================= ] 1458/2673 54% [================================= ] 1459/2673 54% [================================= ] 1460/2673 54% [================================= ] 1461/2673 54% [================================= ] 1462/2673 54% [================================= ] 1463/2673 54% [================================= ] 1464/2673 54% [================================= ] 1465/2673 54% [================================== ] 1466/2673 54% [================================== ] 1467/2673 54% [================================== ] 1468/2673 54% [================================== ] 1469/2673 54% [================================== ] 1470/2673 54% [================================== ] 1471/2673 55% [================================== ] 1472/2673 55% [================================== ] 1473/2673 55% [================================== ] 1474/2673 55% [================================== ] 1475/2673 55% [================================== ] 1476/2673 55% [================================== ] 1477/2673 55% [================================== ] 1478/2673 55% [================================== ] 1479/2673 55% [================================== ] 1480/2673 55% [================================== ] 1481/2673 55% [================================== ] 1482/2673 55% [================================== ] 1483/2673 55% [================================== ] 1484/2673 55% [================================== ] 1485/2673 55% [================================== ] 1486/2673 55% [================================== ] 1487/2673 55% [================================== ] 1488/2673 55% [================================== ] 1489/2673 55% [================================== ] 1490/2673 55% [================================== ] 1491/2673 55% [================================== ] 1492/2673 55% [================================== ] 1493/2673 55% [================================== ] 1494/2673 55% [================================== ] 1495/2673 55% [================================== ] 1496/2673 55% [================================== ] 1497/2673 56% [================================== ] 1498/2673 56% [================================== ] 1499/2673 56% [================================== ] 1500/2673 56% [================================== ] 1501/2673 56% [================================== ] 1502/2673 56% [================================== ] 1503/2673 56% [================================== ] 1504/2673 56% [================================== ] 1505/2673 56% [================================== ] 1506/2673 56% [================================== ] 1507/2673 56% [================================== ] 1508/2673 56% [=================================== ] 1509/2673 56% [=================================== ] 1510/2673 56% [=================================== ] 1511/2673 56% [=================================== ] 1512/2673 56% [=================================== ] 1513/2673 56% [=================================== ] 1514/2673 56% [=================================== ] 1515/2673 56% [=================================== ] 1516/2673 56% [=================================== ] 1517/2673 56% [=================================== ] 1518/2673 56% [=================================== ] 1519/2673 56% [=================================== ] 1520/2673 56% [=================================== ] 1521/2673 56% [=================================== ] 1522/2673 56% [=================================== ] 1523/2673 56% [=================================== ] 1524/2673 57% [=================================== ] 1525/2673 57% [=================================== ] 1526/2673 57% [=================================== ] 1527/2673 57% [=================================== ] 1528/2673 57% [=================================== ] 1529/2673 57% [=================================== ] 1530/2673 57% [=================================== ] 1531/2673 57% [=================================== ] 1532/2673 57% [=================================== ] 1533/2673 57% [=================================== ] 1534/2673 57% [=================================== ] 1535/2673 57% [=================================== ] 1536/2673 57% [=================================== ] 1537/2673 57% [=================================== ] 1538/2673 57% [=================================== ] 1539/2673 57% [=================================== ] 1540/2673 57% [=================================== ] 1541/2673 57% [=================================== ] 1542/2673 57% [=================================== ] 1543/2673 57% [=================================== ] 1544/2673 57% [=================================== ] 1545/2673 57% [=================================== ] 1546/2673 57% [=================================== ] 1547/2673 57% [=================================== ] 1548/2673 57% [=================================== ] 1549/2673 57% [=================================== ] 1550/2673 57% [=================================== ] 1551/2673 58% [=================================== ] 1552/2673 58% [==================================== ] 1553/2673 58% [==================================== ] 1554/2673 58% [==================================== ] 1555/2673 58% [==================================== ] 1556/2673 58% [==================================== ] 1557/2673 58% [==================================== ] 1558/2673 58% [==================================== ] 1559/2673 58% [==================================== ] 1560/2673 58% [==================================== ] 1561/2673 58% [==================================== ] 1562/2673 58% [==================================== ] 1563/2673 58% [==================================== ] 1564/2673 58% [==================================== ] 1565/2673 58% [==================================== ] 1566/2673 58% [==================================== ] 1567/2673 58% [==================================== ] 1568/2673 58% [==================================== ] 1569/2673 58% [==================================== ] 1570/2673 58% [==================================== ] 1571/2673 58% [==================================== ] 1572/2673 58% [==================================== ] 1573/2673 58% [==================================== ] 1574/2673 58% [==================================== ] 1575/2673 58% [==================================== ] 1576/2673 58% [==================================== ] 1577/2673 58% [==================================== ] 1578/2673 59% [==================================== ] 1579/2673 59% [==================================== ] 1580/2673 59% [==================================== ] 1581/2673 59% [==================================== ] 1582/2673 59% [==================================== ] 1583/2673 59% [==================================== ] 1584/2673 59% [==================================== ] 1585/2673 59% [==================================== ] 1586/2673 59% [==================================== ] 1587/2673 59% [==================================== ] 1588/2673 59% [==================================== ] 1589/2673 59% [==================================== ] 1590/2673 59% [==================================== ] 1591/2673 59% [==================================== ] 1592/2673 59% [==================================== ] 1593/2673 59% [==================================== ] 1594/2673 59% [==================================== ] 1595/2673 59% [===================================== ] 1596/2673 59% [===================================== ] 1597/2673 59% [===================================== ] 1598/2673 59% [===================================== ] 1599/2673 59% [===================================== ] 1600/2673 59% [===================================== ] 1601/2673 59% [===================================== ] 1602/2673 59% [===================================== ] 1603/2673 59% [===================================== ] 1604/2673 60% [===================================== ] 1605/2673 60% [===================================== ] 1606/2673 60% [===================================== ] 1607/2673 60% [===================================== ] 1608/2673 60% [===================================== ] 1609/2673 60% [===================================== ] 1610/2673 60% [===================================== ] 1611/2673 60% [===================================== ] 1612/2673 60% [===================================== ] 1613/2673 60% [===================================== ] 1614/2673 60% [===================================== ] 1615/2673 60% [===================================== ] 1616/2673 60% [===================================== ] 1617/2673 60% [===================================== ] 1618/2673 60% [===================================== ] 1619/2673 60% [===================================== ] 1620/2673 60% [===================================== ] 1621/2673 60% [===================================== ] 1622/2673 60% [===================================== ] 1623/2673 60% [===================================== ] 1624/2673 60% [===================================== ] 1625/2673 60% [===================================== ] 1626/2673 60% [===================================== ] 1627/2673 60% [===================================== ] 1628/2673 60% [===================================== ] 1629/2673 60% [===================================== ] 1630/2673 60% [===================================== ] 1631/2673 61% [===================================== ] 1632/2673 61% [===================================== ] 1633/2673 61% [===================================== ] 1634/2673 61% [===================================== ] 1635/2673 61% [===================================== ] 1636/2673 61% [===================================== ] 1637/2673 61% [===================================== ] 1638/2673 61% [====================================== ] 1639/2673 61% [====================================== ] 1640/2673 61% [====================================== ] 1641/2673 61% [====================================== ] 1642/2673 61% [====================================== ] 1643/2673 61% [====================================== ] 1644/2673 61% [====================================== ] 1645/2673 61% [====================================== ] 1646/2673 61% [====================================== ] 1647/2673 61% [====================================== ] 1648/2673 61% [====================================== ] 1649/2673 61% [====================================== ] 1650/2673 61% [====================================== ] 1651/2673 61% [====================================== ] 1652/2673 61% [====================================== ] 1653/2673 61% [====================================== ] 1654/2673 61% [====================================== ] 1655/2673 61% [====================================== ] 1656/2673 61% [====================================== ] 1657/2673 61% [====================================== ] 1658/2673 62% [====================================== ] 1659/2673 62% [====================================== ] 1660/2673 62% [====================================== ] 1661/2673 62% [====================================== ] 1662/2673 62% [====================================== ] 1663/2673 62% [====================================== ] 1664/2673 62% [====================================== ] 1665/2673 62% [====================================== ] 1666/2673 62% [====================================== ] 1667/2673 62% [====================================== ] 1668/2673 62% [====================================== ] 1669/2673 62% [====================================== ] 1670/2673 62% [====================================== ] 1671/2673 62% [====================================== ] 1672/2673 62% [====================================== ] 1673/2673 62% [====================================== ] 1674/2673 62% [====================================== ] 1675/2673 62% [====================================== ] 1676/2673 62% [====================================== ] 1677/2673 62% [====================================== ] 1678/2673 62% [====================================== ] 1679/2673 62% [====================================== ] 1680/2673 62% [====================================== ] 1681/2673 62% [======================================= ] 1682/2673 62% [======================================= ] 1683/2673 62% [======================================= ] 1684/2673 63% [======================================= ] 1685/2673 63% [======================================= ] 1686/2673 63% [======================================= ] 1687/2673 63% [======================================= ] 1688/2673 63% [======================================= ] 1689/2673 63% [======================================= ] 1690/2673 63% [======================================= ] 1691/2673 63% [======================================= ] 1692/2673 63% [======================================= ] 1693/2673 63% [======================================= ] 1694/2673 63% [======================================= ] 1695/2673 63% [======================================= ] 1696/2673 63% [======================================= ] 1697/2673 63% [======================================= ] 1698/2673 63% [======================================= ] 1699/2673 63% [======================================= ] 1700/2673 63% [======================================= ] 1701/2673 63% [======================================= ] 1702/2673 63% [======================================= ] 1703/2673 63% [======================================= ] 1704/2673 63% [======================================= ] 1705/2673 63% [======================================= ] 1706/2673 63% [======================================= ] 1707/2673 63% [======================================= ] 1708/2673 63% [======================================= ] 1709/2673 63% [======================================= ] 1710/2673 63% [======================================= ] 1711/2673 64% [======================================= ] 1712/2673 64% [======================================= ] 1713/2673 64% [======================================= ] 1714/2673 64% [======================================= ] 1715/2673 64% [======================================= ] 1716/2673 64% [======================================= ] 1717/2673 64% [======================================= ] 1718/2673 64% [======================================= ] 1719/2673 64% [======================================= ] 1720/2673 64% [======================================= ] 1721/2673 64% [======================================= ] 1722/2673 64% [======================================= ] 1723/2673 64% [======================================= ] 1724/2673 64% [======================================== ] 1725/2673 64% [======================================== ] 1726/2673 64% [======================================== ] 1727/2673 64% [======================================== ] 1728/2673 64% [======================================== ] 1729/2673 64% [======================================== ] 1730/2673 64% [======================================== ] 1731/2673 64% [======================================== ] 1732/2673 64% [======================================== ] 1733/2673 64% [======================================== ] 1734/2673 64% [======================================== ] 1735/2673 64% [======================================== ] 1736/2673 64% [======================================== ] 1737/2673 64% [======================================== ] 1738/2673 65% [======================================== ] 1739/2673 65% [======================================== ] 1740/2673 65% [======================================== ] 1741/2673 65% [======================================== ] 1742/2673 65% [======================================== ] 1743/2673 65% [======================================== ] 1744/2673 65% [======================================== ] 1745/2673 65% [======================================== ] 1746/2673 65% [======================================== ] 1747/2673 65% [======================================== ] 1748/2673 65% [======================================== ] 1749/2673 65% [======================================== ] 1750/2673 65% [======================================== ] 1751/2673 65% [======================================== ] 1752/2673 65% [======================================== ] 1753/2673 65% [======================================== ] 1754/2673 65% [======================================== ] 1755/2673 65% [======================================== ] 1756/2673 65% [======================================== ] 1757/2673 65% [======================================== ] 1758/2673 65% [======================================== ] 1759/2673 65% [======================================== ] 1760/2673 65% [======================================== ] 1761/2673 65% [======================================== ] 1762/2673 65% [======================================== ] 1763/2673 65% [======================================== ] 1764/2673 65% [======================================== ] 1765/2673 66% [======================================== ] 1766/2673 66% [======================================== ] 1767/2673 66% [========================================= ] 1768/2673 66% [========================================= ] 1769/2673 66% [========================================= ] 1770/2673 66% [========================================= ] 1771/2673 66% [========================================= ] 1772/2673 66% [========================================= ] 1773/2673 66% [========================================= ] 1774/2673 66% [========================================= ] 1775/2673 66% [========================================= ] 1776/2673 66% [========================================= ] 1777/2673 66% [========================================= ] 1778/2673 66% [========================================= ] 1779/2673 66% [========================================= ] 1780/2673 66% [========================================= ] 1781/2673 66% [========================================= ] 1782/2673 66% [========================================= ] 1783/2673 66% [========================================= ] 1784/2673 66% [========================================= ] 1785/2673 66% [========================================= ] 1786/2673 66% [========================================= ] 1787/2673 66% [========================================= ] 1788/2673 66% [========================================= ] 1789/2673 66% [========================================= ] 1790/2673 66% [========================================= ] 1791/2673 67% [========================================= ] 1792/2673 67% [========================================= ] 1793/2673 67% [========================================= ] 1794/2673 67% [========================================= ] 1795/2673 67% [========================================= ] 1796/2673 67% [========================================= ] 1797/2673 67% [========================================= ] 1798/2673 67% [========================================= ] 1799/2673 67% [========================================= ] 1800/2673 67% [========================================= ] 1801/2673 67% [========================================= ] 1802/2673 67% [========================================= ] 1803/2673 67% [========================================= ] 1804/2673 67% [========================================= ] 1805/2673 67% [========================================= ] 1806/2673 67% [========================================= ] 1807/2673 67% [========================================= ] 1808/2673 67% [========================================= ] 1809/2673 67% [========================================= ] 1810/2673 67% [========================================== ] 1811/2673 67% [========================================== ] 1812/2673 67% [========================================== ] 1813/2673 67% [========================================== ] 1814/2673 67% [========================================== ] 1815/2673 67% [========================================== ] 1816/2673 67% [========================================== ] 1817/2673 67% [========================================== ] 1818/2673 68% [========================================== ] 1819/2673 68% [========================================== ] 1820/2673 68% [========================================== ] 1821/2673 68% [========================================== ] 1822/2673 68% [========================================== ] 1823/2673 68% [========================================== ] 1824/2673 68% [========================================== ] 1825/2673 68% [========================================== ] 1826/2673 68% [========================================== ] 1827/2673 68% [========================================== ] 1828/2673 68% [========================================== ] 1829/2673 68% [========================================== ] 1830/2673 68% [========================================== ] 1831/2673 68% [========================================== ] 1832/2673 68% [========================================== ] 1833/2673 68% [========================================== ] 1834/2673 68% [========================================== ] 1835/2673 68% [========================================== ] 1836/2673 68% [========================================== ] 1837/2673 68% [========================================== ] 1838/2673 68% [========================================== ] 1839/2673 68% [========================================== ] 1840/2673 68% [========================================== ] 1841/2673 68% [========================================== ] 1842/2673 68% [========================================== ] 1843/2673 68% [========================================== ] 1844/2673 68% [========================================== ] 1845/2673 69% [========================================== ] 1846/2673 69% [========================================== ] 1847/2673 69% [========================================== ] 1848/2673 69% [========================================== ] 1849/2673 69% [========================================== ] 1850/2673 69% [========================================== ] 1851/2673 69% [========================================== ] 1852/2673 69% [========================================== ] 1853/2673 69% [=========================================== ] 1854/2673 69% [=========================================== ] 1855/2673 69% [=========================================== ] 1856/2673 69% [=========================================== ] 1857/2673 69% [=========================================== ] 1858/2673 69% [=========================================== ] 1859/2673 69% [=========================================== ] 1860/2673 69% [=========================================== ] 1861/2673 69% [=========================================== ] 1862/2673 69% [=========================================== ] 1863/2673 69% [=========================================== ] 1864/2673 69% [=========================================== ] 1865/2673 69% [=========================================== ] 1866/2673 69% [=========================================== ] 1867/2673 69% [=========================================== ] 1868/2673 69% [=========================================== ] 1869/2673 69% [=========================================== ] 1870/2673 69% [=========================================== ] 1871/2673 69% [=========================================== ] 1872/2673 70% [=========================================== ] 1873/2673 70% [=========================================== ] 1874/2673 70% [=========================================== ] 1875/2673 70% [=========================================== ] 1876/2673 70% [=========================================== ] 1877/2673 70% [=========================================== ] 1878/2673 70% [=========================================== ] 1879/2673 70% [=========================================== ] 1880/2673 70% [=========================================== ] 1881/2673 70% [=========================================== ] 1882/2673 70% [=========================================== ] 1883/2673 70% [=========================================== ] 1884/2673 70% [=========================================== ] 1885/2673 70% [=========================================== ] 1886/2673 70% [=========================================== ] 1887/2673 70% [=========================================== ] 1888/2673 70% [=========================================== ] 1889/2673 70% [=========================================== ] 1890/2673 70% [=========================================== ] 1891/2673 70% [=========================================== ] 1892/2673 70% [=========================================== ] 1893/2673 70% [=========================================== ] 1894/2673 70% [=========================================== ] 1895/2673 70% [=========================================== ] 1896/2673 70% [============================================ ] 1897/2673 70% [============================================ ] 1898/2673 71% [============================================ ] 1899/2673 71% [============================================ ] 1900/2673 71% [============================================ ] 1901/2673 71% [============================================ ] 1902/2673 71% [============================================ ] 1903/2673 71% [============================================ ] 1904/2673 71% [============================================ ] 1905/2673 71% [============================================ ] 1906/2673 71% [============================================ ] 1907/2673 71% [============================================ ] 1908/2673 71% [============================================ ] 1909/2673 71% [============================================ ] 1910/2673 71% [============================================ ] 1911/2673 71% [============================================ ] 1912/2673 71% [============================================ ] 1913/2673 71% [============================================ ] 1914/2673 71% [============================================ ] 1915/2673 71% [============================================ ] 1916/2673 71% [============================================ ] 1917/2673 71% [============================================ ] 1918/2673 71% [============================================ ] 1919/2673 71% [============================================ ] 1920/2673 71% [============================================ ] 1921/2673 71% [============================================ ] 1922/2673 71% [============================================ ] 1923/2673 71% [============================================ ] 1924/2673 71% [============================================ ] 1925/2673 72% [============================================ ] 1926/2673 72% [============================================ ] 1927/2673 72% [============================================ ] 1928/2673 72% [============================================ ] 1929/2673 72% [============================================ ] 1930/2673 72% [============================================ ] 1931/2673 72% [============================================ ] 1932/2673 72% [============================================ ] 1933/2673 72% [============================================ ] 1934/2673 72% [============================================ ] 1935/2673 72% [============================================ ] 1936/2673 72% [============================================ ] 1937/2673 72% [============================================ ] 1938/2673 72% [============================================ ] 1939/2673 72% [============================================ ] 1940/2673 72% [============================================= ] 1941/2673 72% [============================================= ] 1942/2673 72% [============================================= ] 1943/2673 72% [============================================= ] 1944/2673 72% [============================================= ] 1945/2673 72% [============================================= ] 1946/2673 72% [============================================= ] 1947/2673 72% [============================================= ] 1948/2673 72% [============================================= ] 1949/2673 72% [============================================= ] 1950/2673 72% [============================================= ] 1951/2673 72% [============================================= ] 1952/2673 73% [============================================= ] 1953/2673 73% [============================================= ] 1954/2673 73% [============================================= ] 1955/2673 73% [============================================= ] 1956/2673 73% [============================================= ] 1957/2673 73% [============================================= ] 1958/2673 73% [============================================= ] 1959/2673 73% [============================================= ] 1960/2673 73% [============================================= ] 1961/2673 73% [============================================= ] 1962/2673 73% [============================================= ] 1963/2673 73% [============================================= ] 1964/2673 73% [============================================= ] 1965/2673 73% [============================================= ] 1966/2673 73% [============================================= ] 1967/2673 73% [============================================= ] 1968/2673 73% [============================================= ] 1969/2673 73% [============================================= ] 1970/2673 73% [============================================= ] 1971/2673 73% [============================================= ] 1972/2673 73% [============================================= ] 1973/2673 73% [============================================= ] 1974/2673 73% [============================================= ] 1975/2673 73% [============================================= ] 1976/2673 73% [============================================= ] 1977/2673 73% [============================================= ] 1978/2673 73% [============================================= ] 1979/2673 74% [============================================= ] 1980/2673 74% [============================================= ] 1981/2673 74% [============================================= ] 1982/2673 74% [============================================= ] 1983/2673 74% [============================================== ] 1984/2673 74% [============================================== ] 1985/2673 74% [============================================== ] 1986/2673 74% [============================================== ] 1987/2673 74% [============================================== ] 1988/2673 74% [============================================== ] 1989/2673 74% [============================================== ] 1990/2673 74% [============================================== ] 1991/2673 74% [============================================== ] 1992/2673 74% [============================================== ] 1993/2673 74% [============================================== ] 1994/2673 74% [============================================== ] 1995/2673 74% [============================================== ] 1996/2673 74% [============================================== ] 1997/2673 74% [============================================== ] 1998/2673 74% [============================================== ] 1999/2673 74% [============================================== ] 2000/2673 74% [============================================== ] 2001/2673 74% [============================================== ] 2002/2673 74% [============================================== ] 2003/2673 74% [============================================== ] 2004/2673 74% [============================================== ] 2005/2673 75% [============================================== ] 2006/2673 75% [============================================== ] 2007/2673 75% [============================================== ] 2008/2673 75% [============================================== ] 2009/2673 75% [============================================== ] 2010/2673 75% [============================================== ] 2011/2673 75% [============================================== ] 2012/2673 75% [============================================== ] 2013/2673 75% [============================================== ] 2014/2673 75% [============================================== ] 2015/2673 75% [============================================== ] 2016/2673 75% [============================================== ] 2017/2673 75% [============================================== ] 2018/2673 75% [============================================== ] 2019/2673 75% [============================================== ] 2020/2673 75% [============================================== ] 2021/2673 75% [============================================== ] 2022/2673 75% [============================================== ] 2023/2673 75% [============================================== ] 2024/2673 75% [============================================== ] 2025/2673 75% [============================================== ] 2026/2673 75% [=============================================== ] 2027/2673 75% [=============================================== ] 2028/2673 75% [=============================================== ] 2029/2673 75% [=============================================== ] 2030/2673 75% [=============================================== ] 2031/2673 75% [=============================================== ] 2032/2673 76% [=============================================== ] 2033/2673 76% [=============================================== ] 2034/2673 76% [=============================================== ] 2035/2673 76% [=============================================== ] 2036/2673 76% [=============================================== ] 2037/2673 76% [=============================================== ] 2038/2673 76% [=============================================== ] 2039/2673 76% [=============================================== ] 2040/2673 76% [=============================================== ] 2041/2673 76% [=============================================== ] 2042/2673 76% [=============================================== ] 2043/2673 76% [=============================================== ] 2044/2673 76% [=============================================== ] 2045/2673 76% [=============================================== ] 2046/2673 76% [=============================================== ] 2047/2673 76% [=============================================== ] 2048/2673 76% [=============================================== ] 2049/2673 76% [=============================================== ] 2050/2673 76% [=============================================== ] 2051/2673 76% [=============================================== ] 2052/2673 76% [=============================================== ] 2053/2673 76% [=============================================== ] 2054/2673 76% [=============================================== ] 2055/2673 76% [=============================================== ] 2056/2673 76% [=============================================== ] 2057/2673 76% [=============================================== ] 2058/2673 76% [=============================================== ] 2059/2673 77% [=============================================== ] 2060/2673 77% [=============================================== ] 2061/2673 77% [=============================================== ] 2062/2673 77% [=============================================== ] 2063/2673 77% [=============================================== ] 2064/2673 77% [=============================================== ] 2065/2673 77% [=============================================== ] 2066/2673 77% [=============================================== ] 2067/2673 77% [=============================================== ] 2068/2673 77% [=============================================== ] 2069/2673 77% [================================================ ] 2070/2673 77% [================================================ ] 2071/2673 77% [================================================ ] 2072/2673 77% [================================================ ] 2073/2673 77% [================================================ ] 2074/2673 77% [================================================ ] 2075/2673 77% [================================================ ] 2076/2673 77% [================================================ ] 2077/2673 77% [================================================ ] 2078/2673 77% [================================================ ] 2079/2673 77% [================================================ ] 2080/2673 77% [================================================ ] 2081/2673 77% [================================================ ] 2082/2673 77% [================================================ ] 2083/2673 77% [================================================ ] 2084/2673 77% [================================================ ] 2085/2673 78% [================================================ ] 2086/2673 78% [================================================ ] 2087/2673 78% [================================================ ] 2088/2673 78% [================================================ ] 2089/2673 78% [================================================ ] 2090/2673 78% [================================================ ] 2091/2673 78% [================================================ ] 2092/2673 78% [================================================ ] 2093/2673 78% [================================================ ] 2094/2673 78% [================================================ ] 2095/2673 78% [================================================ ] 2096/2673 78% [================================================ ] 2097/2673 78% [================================================ ] 2098/2673 78% [================================================ ] 2099/2673 78% [================================================ ] 2100/2673 78% [================================================ ] 2101/2673 78% [================================================ ] 2102/2673 78% [================================================ ] 2103/2673 78% [================================================ ] 2104/2673 78% [================================================ ] 2105/2673 78% [================================================ ] 2106/2673 78% [================================================ ] 2107/2673 78% [================================================ ] 2108/2673 78% [================================================ ] 2109/2673 78% [================================================ ] 2110/2673 78% [================================================ ] 2111/2673 78% [================================================ ] 2112/2673 79% [================================================= ] 2113/2673 79% [================================================= ] 2114/2673 79% [================================================= ] 2115/2673 79% [================================================= ] 2116/2673 79% [================================================= ] 2117/2673 79% [================================================= ] 2118/2673 79% [================================================= ] 2119/2673 79% [================================================= ] 2120/2673 79% [================================================= ] 2121/2673 79% [================================================= ] 2122/2673 79% [================================================= ] 2123/2673 79% [================================================= ] 2124/2673 79% [================================================= ] 2125/2673 79% [================================================= ] 2126/2673 79% [================================================= ] 2127/2673 79% [================================================= ] 2128/2673 79% [================================================= ] 2129/2673 79% [================================================= ] 2130/2673 79% [================================================= ] 2131/2673 79% [================================================= ] 2132/2673 79% [================================================= ] 2133/2673 79% [================================================= ] 2134/2673 79% [================================================= ] 2135/2673 79% [================================================= ] 2136/2673 79% [================================================= ] 2137/2673 79% [================================================= ] 2138/2673 79% [================================================= ] 2139/2673 80% [================================================= ] 2140/2673 80% [================================================= ] 2141/2673 80% [================================================= ] 2142/2673 80% [================================================= ] 2143/2673 80% [================================================= ] 2144/2673 80% [================================================= ] 2145/2673 80% [================================================= ] 2146/2673 80% [================================================= ] 2147/2673 80% [================================================= ] 2148/2673 80% [================================================= ] 2149/2673 80% [================================================= ] 2150/2673 80% [================================================= ] 2151/2673 80% [================================================= ] 2152/2673 80% [================================================= ] 2153/2673 80% [================================================= ] 2154/2673 80% [================================================= ] 2155/2673 80% [================================================== ] 2156/2673 80% [================================================== ] 2157/2673 80% [================================================== ] 2158/2673 80% [================================================== ] 2159/2673 80% [================================================== ] 2160/2673 80% [================================================== ] 2161/2673 80% [================================================== ] 2162/2673 80% [================================================== ] 2163/2673 80% [================================================== ] 2164/2673 80% [================================================== ] 2165/2673 80% [================================================== ] 2166/2673 81% [================================================== ] 2167/2673 81% [================================================== ] 2168/2673 81% [================================================== ] 2169/2673 81% [================================================== ] 2170/2673 81% [================================================== ] 2171/2673 81% [================================================== ] 2172/2673 81% [================================================== ] 2173/2673 81% [================================================== ] 2174/2673 81% [================================================== ] 2175/2673 81% [================================================== ] 2176/2673 81% [================================================== ] 2177/2673 81% [================================================== ] 2178/2673 81% [================================================== ] 2179/2673 81% [================================================== ] 2180/2673 81% [================================================== ] 2181/2673 81% [================================================== ] 2182/2673 81% [================================================== ] 2183/2673 81% [================================================== ] 2184/2673 81% [================================================== ] 2185/2673 81% [================================================== ] 2186/2673 81% [================================================== ] 2187/2673 81% [================================================== ] 2188/2673 81% [================================================== ] 2189/2673 81% [================================================== ] 2190/2673 81% [================================================== ] 2191/2673 81% [================================================== ] 2192/2673 82% [================================================== ] 2193/2673 82% [================================================== ] 2194/2673 82% [================================================== ] 2195/2673 82% [================================================== ] 2196/2673 82% [================================================== ] 2197/2673 82% [================================================== ] 2198/2673 82% [=================================================== ] 2199/2673 82% [=================================================== ] 2200/2673 82% [=================================================== ] 2201/2673 82% [=================================================== ] 2202/2673 82% [=================================================== ] 2203/2673 82% [=================================================== ] 2204/2673 82% [=================================================== ] 2205/2673 82% [=================================================== ] 2206/2673 82% [=================================================== ] 2207/2673 82% [=================================================== ] 2208/2673 82% [=================================================== ] 2209/2673 82% [=================================================== ] 2210/2673 82% [=================================================== ] 2211/2673 82% [=================================================== ] 2212/2673 82% [=================================================== ] 2213/2673 82% [=================================================== ] 2214/2673 82% [=================================================== ] 2215/2673 82% [=================================================== ] 2216/2673 82% [=================================================== ] 2217/2673 82% [=================================================== ] 2218/2673 82% [=================================================== ] 2219/2673 83% [=================================================== ] 2220/2673 83% [=================================================== ] 2221/2673 83% [=================================================== ] 2222/2673 83% [=================================================== ] 2223/2673 83% [=================================================== ] 2224/2673 83% [=================================================== ] 2225/2673 83% [=================================================== ] 2226/2673 83% [=================================================== ] 2227/2673 83% [=================================================== ] 2228/2673 83% [=================================================== ] 2229/2673 83% [=================================================== ] 2230/2673 83% [=================================================== ] 2231/2673 83% [=================================================== ] 2232/2673 83% [=================================================== ] 2233/2673 83% [=================================================== ] 2234/2673 83% [=================================================== ] 2235/2673 83% [=================================================== ] 2236/2673 83% [=================================================== ] 2237/2673 83% [=================================================== ] 2238/2673 83% [=================================================== ] 2239/2673 83% [=================================================== ] 2240/2673 83% [=================================================== ] 2241/2673 83% [==================================================== ] 2242/2673 83% [==================================================== ] 2243/2673 83% [==================================================== ] 2244/2673 83% [==================================================== ] 2245/2673 83% [==================================================== ] 2246/2673 84% [==================================================== ] 2247/2673 84% [==================================================== ] 2248/2673 84% [==================================================== ] 2249/2673 84% [==================================================== ] 2250/2673 84% [==================================================== ] 2251/2673 84% [==================================================== ] 2252/2673 84% [==================================================== ] 2253/2673 84% [==================================================== ] 2254/2673 84% [==================================================== ] 2255/2673 84% [==================================================== ] 2256/2673 84% [==================================================== ] 2257/2673 84% [==================================================== ] 2258/2673 84% [==================================================== ] 2259/2673 84% [==================================================== ] 2260/2673 84% [==================================================== ] 2261/2673 84% [==================================================== ] 2262/2673 84% [==================================================== ] 2263/2673 84% [==================================================== ] 2264/2673 84% [==================================================== ] 2265/2673 84% [==================================================== ] 2266/2673 84% [==================================================== ] 2267/2673 84% [==================================================== ] 2268/2673 84% [==================================================== ] 2269/2673 84% [==================================================== ] 2270/2673 84% [==================================================== ] 2271/2673 84% [==================================================== ] 2272/2673 84% [==================================================== ] 2273/2673 85% [==================================================== ] 2274/2673 85% [==================================================== ] 2275/2673 85% [==================================================== ] 2276/2673 85% [==================================================== ] 2277/2673 85% [==================================================== ] 2278/2673 85% [==================================================== ] 2279/2673 85% [==================================================== ] 2280/2673 85% [==================================================== ] 2281/2673 85% [==================================================== ] 2282/2673 85% [==================================================== ] 2283/2673 85% [==================================================== ] 2284/2673 85% [===================================================== ] 2285/2673 85% [===================================================== ] 2286/2673 85% [===================================================== ] 2287/2673 85% [===================================================== ] 2288/2673 85% [===================================================== ] 2289/2673 85% [===================================================== ] 2290/2673 85% [===================================================== ] 2291/2673 85% [===================================================== ] 2292/2673 85% [===================================================== ] 2293/2673 85% [===================================================== ] 2294/2673 85% [===================================================== ] 2295/2673 85% [===================================================== ] 2296/2673 85% [===================================================== ] 2297/2673 85% [===================================================== ] 2298/2673 85% [===================================================== ] 2299/2673 86% [===================================================== ] 2300/2673 86% [===================================================== ] 2301/2673 86% [===================================================== ] 2302/2673 86% [===================================================== ] 2303/2673 86% [===================================================== ] 2304/2673 86% [===================================================== ] 2305/2673 86% [===================================================== ] 2306/2673 86% [===================================================== ] 2307/2673 86% [===================================================== ] 2308/2673 86% [===================================================== ] 2309/2673 86% [===================================================== ] 2310/2673 86% [===================================================== ] 2311/2673 86% [===================================================== ] 2312/2673 86% [===================================================== ] 2313/2673 86% [===================================================== ] 2314/2673 86% [===================================================== ] 2315/2673 86% [===================================================== ] 2316/2673 86% [===================================================== ] 2317/2673 86% [===================================================== ] 2318/2673 86% [===================================================== ] 2319/2673 86% [===================================================== ] 2320/2673 86% [===================================================== ] 2321/2673 86% [===================================================== ] 2322/2673 86% [===================================================== ] 2323/2673 86% [===================================================== ] 2324/2673 86% [===================================================== ] 2325/2673 86% [===================================================== ] 2326/2673 87% [===================================================== ] 2327/2673 87% [===================================================== ] 2328/2673 87% [====================================================== ] 2329/2673 87% [====================================================== ] 2330/2673 87% [====================================================== ] 2331/2673 87% [====================================================== ] 2332/2673 87% [====================================================== ] 2333/2673 87% [====================================================== ] 2334/2673 87% [====================================================== ] 2335/2673 87% [====================================================== ] 2336/2673 87% [====================================================== ] 2337/2673 87% [====================================================== ] 2338/2673 87% [====================================================== ] 2339/2673 87% [====================================================== ] 2340/2673 87% [====================================================== ] 2341/2673 87% [====================================================== ] 2342/2673 87% [====================================================== ] 2343/2673 87% [====================================================== ] 2344/2673 87% [====================================================== ] 2345/2673 87% [====================================================== ] 2346/2673 87% [====================================================== ] 2347/2673 87% [====================================================== ] 2348/2673 87% [====================================================== ] 2349/2673 87% [====================================================== ] 2350/2673 87% [====================================================== ] 2351/2673 87% [====================================================== ] 2352/2673 87% [====================================================== ] 2353/2673 88% [====================================================== ] 2354/2673 88% [====================================================== ] 2355/2673 88% [====================================================== ] 2356/2673 88% [====================================================== ] 2357/2673 88% [====================================================== ] 2358/2673 88% [====================================================== ] 2359/2673 88% [====================================================== ] 2360/2673 88% [====================================================== ] 2361/2673 88% [====================================================== ] 2362/2673 88% [====================================================== ] 2363/2673 88% [====================================================== ] 2364/2673 88% [====================================================== ] 2365/2673 88% [====================================================== ] 2366/2673 88% [====================================================== ] 2367/2673 88% [====================================================== ] 2368/2673 88% [====================================================== ] 2369/2673 88% [====================================================== ] 2370/2673 88% [====================================================== ] 2371/2673 88% [======================================================= ] 2372/2673 88% [======================================================= ] 2373/2673 88% [======================================================= ] 2374/2673 88% [======================================================= ] 2375/2673 88% [======================================================= ] 2376/2673 88% [======================================================= ] 2377/2673 88% [======================================================= ] 2378/2673 88% [======================================================= ] 2379/2673 89% [======================================================= ] 2380/2673 89% [======================================================= ] 2381/2673 89% [======================================================= ] 2382/2673 89% [======================================================= ] 2383/2673 89% [======================================================= ] 2384/2673 89% [======================================================= ] 2385/2673 89% [======================================================= ] 2386/2673 89% [======================================================= ] 2387/2673 89% [======================================================= ] 2388/2673 89% [======================================================= ] 2389/2673 89% [======================================================= ] 2390/2673 89% [======================================================= ] 2391/2673 89% [======================================================= ] 2392/2673 89% [======================================================= ] 2393/2673 89% [======================================================= ] 2394/2673 89% [======================================================= ] 2395/2673 89% [======================================================= ] 2396/2673 89% [======================================================= ] 2397/2673 89% [======================================================= ] 2398/2673 89% [======================================================= ] 2399/2673 89% [======================================================= ] 2400/2673 89% [======================================================= ] 2401/2673 89% [======================================================= ] 2402/2673 89% [======================================================= ] 2403/2673 89% [======================================================= ] 2404/2673 89% [======================================================= ] 2405/2673 89% [======================================================= ] 2406/2673 90% [======================================================= ] 2407/2673 90% [======================================================= ] 2408/2673 90% [======================================================= ] 2409/2673 90% [======================================================= ] 2410/2673 90% [======================================================= ] 2411/2673 90% [======================================================= ] 2412/2673 90% [======================================================= ] 2413/2673 90% [======================================================= ] 2414/2673 90% [======================================================== ] 2415/2673 90% [======================================================== ] 2416/2673 90% [======================================================== ] 2417/2673 90% [======================================================== ] 2418/2673 90% [======================================================== ] 2419/2673 90% [======================================================== ] 2420/2673 90% [======================================================== ] 2421/2673 90% [======================================================== ] 2422/2673 90% [======================================================== ] 2423/2673 90% [======================================================== ] 2424/2673 90% [======================================================== ] 2425/2673 90% [======================================================== ] 2426/2673 90% [======================================================== ] 2427/2673 90% [======================================================== ] 2428/2673 90% [======================================================== ] 2429/2673 90% [======================================================== ] 2430/2673 90% [======================================================== ] 2431/2673 90% [======================================================== ] 2432/2673 90% [======================================================== ] 2433/2673 91% [======================================================== ] 2434/2673 91% [======================================================== ] 2435/2673 91% [======================================================== ] 2436/2673 91% [======================================================== ] 2437/2673 91% [======================================================== ] 2438/2673 91% [======================================================== ] 2439/2673 91% [======================================================== ] 2440/2673 91% [======================================================== ] 2441/2673 91% [======================================================== ] 2442/2673 91% [======================================================== ] 2443/2673 91% [======================================================== ] 2444/2673 91% [======================================================== ] 2445/2673 91% [======================================================== ] 2446/2673 91% [======================================================== ] 2447/2673 91% [======================================================== ] 2448/2673 91% [======================================================== ] 2449/2673 91% [======================================================== ] 2450/2673 91% [======================================================== ] 2451/2673 91% [======================================================== ] 2452/2673 91% [======================================================== ] 2453/2673 91% [======================================================== ] 2454/2673 91% [======================================================== ] 2455/2673 91% [======================================================== ] 2456/2673 91% [======================================================== ] 2457/2673 91% [========================================================= ] 2458/2673 91% [========================================================= ] 2459/2673 91% [========================================================= ] 2460/2673 92% [========================================================= ] 2461/2673 92% [========================================================= ] 2462/2673 92% [========================================================= ] 2463/2673 92% [========================================================= ] 2464/2673 92% [========================================================= ] 2465/2673 92% [========================================================= ] 2466/2673 92% [========================================================= ] 2467/2673 92% [========================================================= ] 2468/2673 92% [========================================================= ] 2469/2673 92% [========================================================= ] 2470/2673 92% [========================================================= ] 2471/2673 92% [========================================================= ] 2472/2673 92% [========================================================= ] 2473/2673 92% [========================================================= ] 2474/2673 92% [========================================================= ] 2475/2673 92% [========================================================= ] 2476/2673 92% [========================================================= ] 2477/2673 92% [========================================================= ] 2478/2673 92% [========================================================= ] 2479/2673 92% [========================================================= ] 2480/2673 92% [========================================================= ] 2481/2673 92% [========================================================= ] 2482/2673 92% [========================================================= ] 2483/2673 92% [========================================================= ] 2484/2673 92% [========================================================= ] 2485/2673 92% [========================================================= ] 2486/2673 93% [========================================================= ] 2487/2673 93% [========================================================= ] 2488/2673 93% [========================================================= ] 2489/2673 93% [========================================================= ] 2490/2673 93% [========================================================= ] 2491/2673 93% [========================================================= ] 2492/2673 93% [========================================================= ] 2493/2673 93% [========================================================= ] 2494/2673 93% [========================================================= ] 2495/2673 93% [========================================================= ] 2496/2673 93% [========================================================= ] 2497/2673 93% [========================================================= ] 2498/2673 93% [========================================================= ] 2499/2673 93% [========================================================= ] 2500/2673 93% [========================================================== ] 2501/2673 93% [========================================================== ] 2502/2673 93% [========================================================== ] 2503/2673 93% [========================================================== ] 2504/2673 93% [========================================================== ] 2505/2673 93% [========================================================== ] 2506/2673 93% [========================================================== ] 2507/2673 93% [========================================================== ] 2508/2673 93% [========================================================== ] 2509/2673 93% [========================================================== ] 2510/2673 93% [========================================================== ] 2511/2673 93% [========================================================== ] 2512/2673 93% [========================================================== ] 2513/2673 94% [========================================================== ] 2514/2673 94% [========================================================== ] 2515/2673 94% [========================================================== ] 2516/2673 94% [========================================================== ] 2517/2673 94% [========================================================== ] 2518/2673 94% [========================================================== ] 2519/2673 94% [========================================================== ] 2520/2673 94% [========================================================== ] 2521/2673 94% [========================================================== ] 2522/2673 94% [========================================================== ] 2523/2673 94% [========================================================== ] 2524/2673 94% [========================================================== ] 2525/2673 94% [========================================================== ] 2526/2673 94% [========================================================== ] 2527/2673 94% [========================================================== ] 2528/2673 94% [========================================================== ] 2529/2673 94% [========================================================== ] 2530/2673 94% [========================================================== ] 2531/2673 94% [========================================================== ] 2532/2673 94% [========================================================== ] 2533/2673 94% [========================================================== ] 2534/2673 94% [========================================================== ] 2535/2673 94% [========================================================== ] 2536/2673 94% [========================================================== ] 2537/2673 94% [========================================================== ] 2538/2673 94% [========================================================== ] 2539/2673 94% [========================================================== ] 2540/2673 95% [========================================================== ] 2541/2673 95% [========================================================== ] 2542/2673 95% [========================================================== ] 2543/2673 95% [=========================================================== ] 2544/2673 95% [=========================================================== ] 2545/2673 95% [=========================================================== ] 2546/2673 95% [=========================================================== ] 2547/2673 95% [=========================================================== ] 2548/2673 95% [=========================================================== ] 2549/2673 95% [=========================================================== ] 2550/2673 95% [=========================================================== ] 2551/2673 95% [=========================================================== ] 2552/2673 95% [=========================================================== ] 2553/2673 95% [=========================================================== ] 2554/2673 95% [=========================================================== ] 2555/2673 95% [=========================================================== ] 2556/2673 95% [=========================================================== ] 2557/2673 95% [=========================================================== ] 2558/2673 95% [=========================================================== ] 2559/2673 95% [=========================================================== ] 2560/2673 95% [=========================================================== ] 2561/2673 95% [=========================================================== ] 2562/2673 95% [=========================================================== ] 2563/2673 95% [=========================================================== ] 2564/2673 95% [=========================================================== ] 2565/2673 95% [=========================================================== ] 2566/2673 95% [=========================================================== ] 2567/2673 96% [=========================================================== ] 2568/2673 96% [=========================================================== ] 2569/2673 96% [=========================================================== ] 2570/2673 96% [=========================================================== ] 2571/2673 96% [=========================================================== ] 2572/2673 96% [=========================================================== ] 2573/2673 96% [=========================================================== ] 2574/2673 96% [=========================================================== ] 2575/2673 96% [=========================================================== ] 2576/2673 96% [=========================================================== ] 2577/2673 96% [=========================================================== ] 2578/2673 96% [=========================================================== ] 2579/2673 96% [=========================================================== ] 2580/2673 96% [=========================================================== ] 2581/2673 96% [=========================================================== ] 2582/2673 96% [=========================================================== ] 2583/2673 96% [=========================================================== ] 2584/2673 96% [=========================================================== ] 2585/2673 96% [=========================================================== ] 2586/2673 96% [============================================================ ] 2587/2673 96% [============================================================ ] 2588/2673 96% [============================================================ ] 2589/2673 96% [============================================================ ] 2590/2673 96% [============================================================ ] 2591/2673 96% [============================================================ ] 2592/2673 96% [============================================================ ] 2593/2673 97% [============================================================ ] 2594/2673 97% [============================================================ ] 2595/2673 97% [============================================================ ] 2596/2673 97% [============================================================ ] 2597/2673 97% [============================================================ ] 2598/2673 97% [============================================================ ] 2599/2673 97% [============================================================ ] 2600/2673 97% [============================================================ ] 2601/2673 97% [============================================================ ] 2602/2673 97% [============================================================ ] 2603/2673 97% [============================================================ ] 2604/2673 97% [============================================================ ] 2605/2673 97% [============================================================ ] 2606/2673 97% [============================================================ ] 2607/2673 97% [============================================================ ] 2608/2673 97% [============================================================ ] 2609/2673 97% [============================================================ ] 2610/2673 97% [============================================================ ] 2611/2673 97% [============================================================ ] 2612/2673 97% [============================================================ ] 2613/2673 97% [============================================================ ] 2614/2673 97% [============================================================ ] 2615/2673 97% [============================================================ ] 2616/2673 97% [============================================================ ] 2617/2673 97% [============================================================ ] 2618/2673 97% [============================================================ ] 2619/2673 97% [============================================================ ] 2620/2673 98% [============================================================ ] 2621/2673 98% [============================================================ ] 2622/2673 98% [============================================================ ] 2623/2673 98% [============================================================ ] 2624/2673 98% [============================================================ ] 2625/2673 98% [============================================================ ] 2626/2673 98% [============================================================ ] 2627/2673 98% [============================================================ ] 2628/2673 98% [============================================================ ] 2629/2673 98% [============================================================= ] 2630/2673 98% [============================================================= ] 2631/2673 98% [============================================================= ] 2632/2673 98% [============================================================= ] 2633/2673 98% [============================================================= ] 2634/2673 98% [============================================================= ] 2635/2673 98% [============================================================= ] 2636/2673 98% [============================================================= ] 2637/2673 98% [============================================================= ] 2638/2673 98% [============================================================= ] 2639/2673 98% [============================================================= ] 2640/2673 98% [============================================================= ] 2641/2673 98% [============================================================= ] 2642/2673 98% [============================================================= ] 2643/2673 98% [============================================================= ] 2644/2673 98% [============================================================= ] 2645/2673 98% [============================================================= ] 2646/2673 98% [============================================================= ] 2647/2673 99% [============================================================= ] 2648/2673 99% [============================================================= ] 2649/2673 99% [============================================================= ] 2650/2673 99% [============================================================= ] 2651/2673 99% [============================================================= ] 2652/2673 99% [============================================================= ] 2653/2673 99% [============================================================= ] 2654/2673 99% [============================================================= ] 2655/2673 99% [============================================================= ] 2656/2673 99% [============================================================= ] 2657/2673 99% [============================================================= ] 2658/2673 99% [============================================================= ] 2659/2673 99% [============================================================= ] 2660/2673 99% [============================================================= ] 2661/2673 99% [============================================================= ] 2662/2673 99% [============================================================= ] 2663/2673 99% [============================================================= ] 2664/2673 99% [============================================================= ] 2665/2673 99% [============================================================= ] 2666/2673 99% [============================================================= ] 2667/2673 99% [============================================================= ] 2668/2673 99% [============================================================= ] 2669/2673 99% [============================================================= ] 2670/2673 99% [============================================================= ] 2671/2673 99% [============================================================= ] 2672/2673 99% [==============================================================] 2673/2673 100% operation complete, 2673 objects in 139981 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/microblaze-buildroot-linux-musl/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2023.08-rc1-93-g94edad7ed5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.4 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 12.3.0 Collecting legal info >>> linux-headers 6.4.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> alsa-utils 1.2.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> arp-scan 1.10.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.2.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bubblewrap 0.8.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> crun 1.8.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> dieharder 3.31.1.4 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htpdate 1.3.7 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> openssl Collecting legal info >>> libressl 3.7.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> igh-ethercat f5dc109176400f540a8682a2c9ee20d411d14d61 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux 6.4.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> ksmbd-tools 3.4.6 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libcurl 8.2.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libedit 20221030-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> linux-fusion 9.0.3 Collecting legal info debian/copyright: OK (sha256: 51bc14bdef3a064383702e638515824986e5a746de236d46ee904ea15312a198) >>> mrouted 4.5 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> neardal 4143d130ed39299bfc59d08d2c7c77dbc7f809e9 Collecting legal info COPYING: OK (sha256: 296a87e9098d3f2ce1ef80c73c53399dc2c7412f35d4175c45810ea15ed86406) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> parted 3.6 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> perl-devel-stacktrace-ashtml 0.15 Collecting legal info LICENSE: OK (sha256: ffecf60c52b85d56c928f5eac889b5044243c3907b810ef640c9f02fbce567ac) >>> host-perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> perl-devel-stacktrace 2.04 Collecting legal info LICENSE: OK (sha256: dbd3162d261db5b40cac4d85afba619ec6a196398003c57b85c2333e7ef4c393) >>> perl-digest-hmac 1.04 Collecting legal info LICENSE: OK (sha256: cb9ff694d1769f450dd5c400204aa921d2fb3db90fcb21674a39f3725c4255c1) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-sub-install 0.928 Collecting legal info LICENSE: OK (sha256: ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> psplash 44afb7506d43cca15582b4c5b90ba5580344d75d Collecting legal info COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> rtl8821au 0cab870ff635ba038705ab29363b0cbbedd5c258 Collecting legal info LICENSE: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sshpass 1.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> sysstat 12.6.1 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uftp 5.0.1 Collecting legal info LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> vuejs 3.3.2 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> vulkan-headers 1.3.257 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> 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.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> 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-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'