if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-1935-g014ec19dfe9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ext2\n /home/buildroot/autobuild/instance-2/output-1/host/sbin/mkfs.ext2 -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: b58b09a3-91fe-4cec-bd2f-7f801962fbc3 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" xz -9 -C crc32 -c -T 4 /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ext2 > /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ext2.xz >>> Generating filesystem image rootfs.romfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/genromfs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target -f /home/buildroot/autobuild/instance-2/output-1/images/rootfs.romfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/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-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2647 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/2647 0% [ ] 2/2647 0% [ ] 3/2647 0% [ ] 4/2647 0% [ ] 5/2647 0% [ ] 6/2647 0% [ ] 7/2647 0% [ ] 8/2647 0% [ ] 9/2647 0% [ ] 10/2647 0% [ ] 11/2647 0% [ ] 12/2647 0% [ ] 13/2647 0% [ ] 14/2647 0% [ ] 15/2647 0% [ ] 16/2647 0% [ ] 17/2647 0% [ ] 18/2647 0% [ ] 19/2647 0% [ ] 20/2647 0% [ ] 21/2647 0% [ ] 22/2647 0% [ ] 23/2647 0% [ ] 24/2647 0% [ ] 25/2647 0% [ ] 26/2647 0% [ ] 27/2647 1% [ ] 28/2647 1% [ ] 29/2647 1% [ ] 30/2647 1% [ ] 31/2647 1% [ ] 32/2647 1% [ ] 33/2647 1% [ ] 34/2647 1% [ ] 35/2647 1% [ ] 36/2647 1% [ ] 37/2647 1% [ ] 38/2647 1% [ ] 39/2647 1% [ ] 40/2647 1% [ ] 41/2647 1% [ ] 42/2647 1% [= ] 43/2647 1% [= ] 44/2647 1% [= ] 45/2647 1% [= ] 46/2647 1% [= ] 47/2647 1% [= ] 48/2647 1% [= ] 49/2647 1% [= ] 50/2647 1% [= ] 51/2647 1% [= ] 52/2647 1% [= ] 53/2647 2% [= ] 54/2647 2% [= ] 55/2647 2% [= ] 56/2647 2% [= ] 57/2647 2% [= ] 58/2647 2% [= ] 59/2647 2% [= ] 60/2647 2% [= ] 61/2647 2% [= ] 62/2647 2% [= ] 63/2647 2% [= ] 64/2647 2% [= ] 65/2647 2% [= ] 66/2647 2% [= ] 67/2647 2% [= ] 68/2647 2% [= ] 69/2647 2% [= ] 70/2647 2% [= ] 71/2647 2% [= ] 72/2647 2% [= ] 73/2647 2% [= ] 74/2647 2% [= ] 75/2647 2% [= ] 76/2647 2% [= ] 77/2647 2% [= ] 78/2647 2% [= ] 79/2647 2% [= ] 80/2647 3% [= ] 81/2647 3% [= ] 82/2647 3% [= ] 83/2647 3% [= ] 84/2647 3% [= ] 85/2647 3% [== ] 86/2647 3% [== ] 87/2647 3% [== ] 88/2647 3% [== ] 89/2647 3% [== ] 90/2647 3% [== ] 91/2647 3% [== ] 92/2647 3% [== ] 93/2647 3% [== ] 94/2647 3% [== ] 95/2647 3% [== ] 96/2647 3% [== ] 97/2647 3% [== ] 98/2647 3% [== ] 99/2647 3% [== ] 100/2647 3% [== ] 101/2647 3% [== ] 102/2647 3% [== ] 103/2647 3% [== ] 104/2647 3% [== ] 105/2647 3% [== ] 106/2647 4% [== ] 107/2647 4% [== ] 108/2647 4% [== ] 109/2647 4% [== ] 110/2647 4% [== ] 111/2647 4% [== ] 112/2647 4% [== ] 113/2647 4% [== ] 114/2647 4% [== ] 115/2647 4% [== ] 116/2647 4% [== ] 117/2647 4% [== ] 118/2647 4% [== ] 119/2647 4% [== ] 120/2647 4% [== ] 121/2647 4% [== ] 122/2647 4% [== ] 123/2647 4% [== ] 124/2647 4% [== ] 125/2647 4% [== ] 126/2647 4% [== ] 127/2647 4% [== ] 128/2647 4% [=== ] 129/2647 4% [=== ] 130/2647 4% [=== ] 131/2647 4% [=== ] 132/2647 4% [=== ] 133/2647 5% [=== ] 134/2647 5% [=== ] 135/2647 5% [=== ] 136/2647 5% [=== ] 137/2647 5% [=== ] 138/2647 5% [=== ] 139/2647 5% [=== ] 140/2647 5% [=== ] 141/2647 5% [=== ] 142/2647 5% [=== ] 143/2647 5% [=== ] 144/2647 5% [=== ] 145/2647 5% [=== ] 146/2647 5% [=== ] 147/2647 5% [=== ] 148/2647 5% [=== ] 149/2647 5% [=== ] 150/2647 5% [=== ] 151/2647 5% [=== ] 152/2647 5% [=== ] 153/2647 5% [=== ] 154/2647 5% [=== ] 155/2647 5% [=== ] 156/2647 5% [=== ] 157/2647 5% [=== ] 158/2647 5% [=== ] 159/2647 6% [=== ] 160/2647 6% [=== ] 161/2647 6% [=== ] 162/2647 6% [=== ] 163/2647 6% [=== ] 164/2647 6% [=== ] 165/2647 6% [=== ] 166/2647 6% [=== ] 167/2647 6% [=== ] 168/2647 6% [=== ] 169/2647 6% [=== ] 170/2647 6% [==== ] 171/2647 6% [==== ] 172/2647 6% [==== ] 173/2647 6% [==== ] 174/2647 6% [==== ] 175/2647 6% [==== ] 176/2647 6% [==== ] 177/2647 6% [==== ] 178/2647 6% [==== ] 179/2647 6% [==== ] 180/2647 6% [==== ] 181/2647 6% [==== ] 182/2647 6% [==== ] 183/2647 6% [==== ] 184/2647 6% [==== ] 185/2647 6% [==== ] 186/2647 7% [==== ] 187/2647 7% [==== ] 188/2647 7% [==== ] 189/2647 7% [==== ] 190/2647 7% [==== ] 191/2647 7% [==== ] 192/2647 7% [==== ] 193/2647 7% [==== ] 194/2647 7% [==== ] 195/2647 7% [==== ] 196/2647 7% [==== ] 197/2647 7% [==== ] 198/2647 7% [==== ] 199/2647 7% [==== ] 200/2647 7% [==== ] 201/2647 7% [==== ] 202/2647 7% [==== ] 203/2647 7% [==== ] 204/2647 7% [==== ] 205/2647 7% [==== ] 206/2647 7% [==== ] 207/2647 7% [==== ] 208/2647 7% [==== ] 209/2647 7% [==== ] 210/2647 7% [==== ] 211/2647 7% [==== ] 212/2647 8% [==== ] 213/2647 8% [===== ] 214/2647 8% [===== ] 215/2647 8% [===== ] 216/2647 8% [===== ] 217/2647 8% [===== ] 218/2647 8% [===== ] 219/2647 8% [===== ] 220/2647 8% [===== ] 221/2647 8% [===== ] 222/2647 8% [===== ] 223/2647 8% [===== ] 224/2647 8% [===== ] 225/2647 8% [===== ] 226/2647 8% [===== ] 227/2647 8% [===== ] 228/2647 8% [===== ] 229/2647 8% [===== ] 230/2647 8% [===== ] 231/2647 8% [===== ] 232/2647 8% [===== ] 233/2647 8% [===== ] 234/2647 8% [===== ] 235/2647 8% [===== ] 236/2647 8% [===== ] 237/2647 8% [===== ] 238/2647 8% [===== ] 239/2647 9% [===== ] 240/2647 9% [===== ] 241/2647 9% [===== ] 242/2647 9% [===== ] 243/2647 9% [===== ] 244/2647 9% [===== ] 245/2647 9% [===== ] 246/2647 9% [===== ] 247/2647 9% [===== ] 248/2647 9% [===== ] 249/2647 9% [===== ] 250/2647 9% [===== ] 251/2647 9% [===== ] 252/2647 9% [===== ] 253/2647 9% [===== ] 254/2647 9% [===== ] 255/2647 9% [===== ] 256/2647 9% [====== ] 257/2647 9% [====== ] 258/2647 9% [====== ] 259/2647 9% [====== ] 260/2647 9% [====== ] 261/2647 9% [====== ] 262/2647 9% [====== ] 263/2647 9% [====== ] 264/2647 9% [====== ] 265/2647 10% [====== ] 266/2647 10% [====== ] 267/2647 10% [====== ] 268/2647 10% [====== ] 269/2647 10% [====== ] 270/2647 10% [====== ] 271/2647 10% [====== ] 272/2647 10% [====== ] 273/2647 10% [====== ] 274/2647 10% [====== ] 275/2647 10% [====== ] 276/2647 10% [====== ] 277/2647 10% [====== ] 278/2647 10% [====== ] 279/2647 10% [====== ] 280/2647 10% [====== ] 281/2647 10% [====== ] 282/2647 10% [====== ] 283/2647 10% [====== ] 284/2647 10% [====== ] 285/2647 10% [====== ] 286/2647 10% [====== ] 287/2647 10% [====== ] 288/2647 10% [====== ] 289/2647 10% [====== ] 290/2647 10% [====== ] 291/2647 10% [====== ] 292/2647 11% [====== ] 293/2647 11% [====== ] 294/2647 11% [====== ] 295/2647 11% [====== ] 296/2647 11% [====== ] 297/2647 11% [====== ] 298/2647 11% [======= ] 299/2647 11% [======= ] 300/2647 11% [======= ] 301/2647 11% [======= ] 302/2647 11% [======= ] 303/2647 11% [======= ] 304/2647 11% [======= ] 305/2647 11% [======= ] 306/2647 11% [======= ] 307/2647 11% [======= ] 308/2647 11% [======= ] 309/2647 11% [======= ] 310/2647 11% [======= ] 311/2647 11% [======= ] 312/2647 11% [======= ] 313/2647 11% [======= ] 314/2647 11% [======= ] 315/2647 11% [======= ] 316/2647 11% [======= ] 317/2647 11% [======= ] 318/2647 12% [======= ] 319/2647 12% [======= ] 320/2647 12% [======= ] 321/2647 12% [======= ] 322/2647 12% [======= ] 323/2647 12% [======= ] 324/2647 12% [======= ] 325/2647 12% [======= ] 326/2647 12% [======= ] 327/2647 12% [======= ] 328/2647 12% [======= ] 329/2647 12% [======= ] 330/2647 12% [======= ] 331/2647 12% [======= ] 332/2647 12% [======= ] 333/2647 12% [======= ] 334/2647 12% [======= ] 335/2647 12% [======= ] 336/2647 12% [======= ] 337/2647 12% [======= ] 338/2647 12% [======= ] 339/2647 12% [======= ] 340/2647 12% [======= ] 341/2647 12% [======== ] 342/2647 12% [======== ] 343/2647 12% [======== ] 344/2647 12% [======== ] 345/2647 13% [======== ] 346/2647 13% [======== ] 347/2647 13% [======== ] 348/2647 13% [======== ] 349/2647 13% [======== ] 350/2647 13% [======== ] 351/2647 13% [======== ] 352/2647 13% [======== ] 353/2647 13% [======== ] 354/2647 13% [======== ] 355/2647 13% [======== ] 356/2647 13% [======== ] 357/2647 13% [======== ] 358/2647 13% [======== ] 359/2647 13% [======== ] 360/2647 13% [======== ] 361/2647 13% [======== ] 362/2647 13% [======== ] 363/2647 13% [======== ] 364/2647 13% [======== ] 365/2647 13% [======== ] 366/2647 13% [======== ] 367/2647 13% [======== ] 368/2647 13% [======== ] 369/2647 13% [======== ] 370/2647 13% [======== ] 371/2647 14% [======== ] 372/2647 14% [======== ] 373/2647 14% [======== ] 374/2647 14% [======== ] 375/2647 14% [======== ] 376/2647 14% [======== ] 377/2647 14% [======== ] 378/2647 14% [======== ] 379/2647 14% [======== ] 380/2647 14% [======== ] 381/2647 14% [======== ] 382/2647 14% [======== ] 383/2647 14% [======== ] 384/2647 14% [========= ] 385/2647 14% [========= ] 386/2647 14% [========= ] 387/2647 14% [========= ] 388/2647 14% [========= ] 389/2647 14% [========= ] 390/2647 14% [========= ] 391/2647 14% [========= ] 392/2647 14% [========= ] 393/2647 14% [========= ] 394/2647 14% [========= ] 395/2647 14% [========= ] 396/2647 14% [========= ] 397/2647 14% [========= ] 398/2647 15% [========= ] 399/2647 15% [========= ] 400/2647 15% [========= ] 401/2647 15% [========= ] 402/2647 15% [========= ] 403/2647 15% [========= ] 404/2647 15% [========= ] 405/2647 15% [========= ] 406/2647 15% [========= ] 407/2647 15% [========= ] 408/2647 15% [========= ] 409/2647 15% [========= ] 410/2647 15% [========= ] 411/2647 15% [========= ] 412/2647 15% [========= ] 413/2647 15% [========= ] 414/2647 15% [========= ] 415/2647 15% [========= ] 416/2647 15% [========= ] 417/2647 15% [========= ] 418/2647 15% [========= ] 419/2647 15% [========= ] 420/2647 15% [========= ] 421/2647 15% [========= ] 422/2647 15% [========= ] 423/2647 15% [========= ] 424/2647 16% [========= ] 425/2647 16% [========= ] 426/2647 16% [========== ] 427/2647 16% [========== ] 428/2647 16% [========== ] 429/2647 16% [========== ] 430/2647 16% [========== ] 431/2647 16% [========== ] 432/2647 16% [========== ] 433/2647 16% [========== ] 434/2647 16% [========== ] 435/2647 16% [========== ] 436/2647 16% [========== ] 437/2647 16% [========== ] 438/2647 16% [========== ] 439/2647 16% [========== ] 440/2647 16% [========== ] 441/2647 16% [========== ] 442/2647 16% [========== ] 443/2647 16% [========== ] 444/2647 16% [========== ] 445/2647 16% [========== ] 446/2647 16% [========== ] 447/2647 16% [========== ] 448/2647 16% [========== ] 449/2647 16% [========== ] 450/2647 17% [========== ] 451/2647 17% [========== ] 452/2647 17% [========== ] 453/2647 17% [========== ] 454/2647 17% [========== ] 455/2647 17% [========== ] 456/2647 17% [========== ] 457/2647 17% [========== ] 458/2647 17% [========== ] 459/2647 17% [========== ] 460/2647 17% [========== ] 461/2647 17% [========== ] 462/2647 17% [========== ] 463/2647 17% [========== ] 464/2647 17% [========== ] 465/2647 17% [========== ] 466/2647 17% [========== ] 467/2647 17% [========== ] 468/2647 17% [========== ] 469/2647 17% [=========== ] 470/2647 17% [=========== ] 471/2647 17% [=========== ] 472/2647 17% [=========== ] 473/2647 17% [=========== ] 474/2647 17% [=========== ] 475/2647 17% [=========== ] 476/2647 17% [=========== ] 477/2647 18% [=========== ] 478/2647 18% [=========== ] 479/2647 18% [=========== ] 480/2647 18% [=========== ] 481/2647 18% [=========== ] 482/2647 18% [=========== ] 483/2647 18% [=========== ] 484/2647 18% [=========== ] 485/2647 18% [=========== ] 486/2647 18% [=========== ] 487/2647 18% [=========== ] 488/2647 18% [=========== ] 489/2647 18% [=========== ] 490/2647 18% [=========== ] 491/2647 18% [=========== ] 492/2647 18% [=========== ] 493/2647 18% [=========== ] 494/2647 18% [=========== ] 495/2647 18% [=========== ] 496/2647 18% [=========== ] 497/2647 18% [=========== ] 498/2647 18% [=========== ] 499/2647 18% [=========== ] 500/2647 18% [=========== ] 501/2647 18% [=========== ] 502/2647 18% [=========== ] 503/2647 19% [=========== ] 504/2647 19% [=========== ] 505/2647 19% [=========== ] 506/2647 19% [=========== ] 507/2647 19% [=========== ] 508/2647 19% [=========== ] 509/2647 19% [=========== ] 510/2647 19% [=========== ] 511/2647 19% [=========== ] 512/2647 19% [============ ] 513/2647 19% [============ ] 514/2647 19% [============ ] 515/2647 19% [============ ] 516/2647 19% [============ ] 517/2647 19% [============ ] 518/2647 19% [============ ] 519/2647 19% [============ ] 520/2647 19% [============ ] 521/2647 19% [============ ] 522/2647 19% [============ ] 523/2647 19% [============ ] 524/2647 19% [============ ] 525/2647 19% [============ ] 526/2647 19% [============ ] 527/2647 19% [============ ] 528/2647 19% [============ ] 529/2647 19% [============ ] 530/2647 20% [============ ] 531/2647 20% [============ ] 532/2647 20% [============ ] 533/2647 20% [============ ] 534/2647 20% [============ ] 535/2647 20% [============ ] 536/2647 20% [============ ] 537/2647 20% [============ ] 538/2647 20% [============ ] 539/2647 20% [============ ] 540/2647 20% [============ ] 541/2647 20% [============ ] 542/2647 20% [============ ] 543/2647 20% [============ ] 544/2647 20% [============ ] 545/2647 20% [============ ] 546/2647 20% [============ ] 547/2647 20% [============ ] 548/2647 20% [============ ] 549/2647 20% [============ ] 550/2647 20% [============ ] 551/2647 20% [============ ] 552/2647 20% [============ ] 553/2647 20% [============ ] 554/2647 20% [============ ] 555/2647 20% [============= ] 556/2647 21% [============= ] 557/2647 21% [============= ] 558/2647 21% [============= ] 559/2647 21% [============= ] 560/2647 21% [============= ] 561/2647 21% [============= ] 562/2647 21% [============= ] 563/2647 21% [============= ] 564/2647 21% [============= ] 565/2647 21% [============= ] 566/2647 21% [============= ] 567/2647 21% [============= ] 568/2647 21% [============= ] 569/2647 21% [============= ] 570/2647 21% [============= ] 571/2647 21% [============= ] 572/2647 21% [============= ] 573/2647 21% [============= ] 574/2647 21% [============= ] 575/2647 21% [============= ] 576/2647 21% [============= ] 577/2647 21% [============= ] 578/2647 21% [============= ] 579/2647 21% [============= ] 580/2647 21% [============= ] 581/2647 21% [============= ] 582/2647 21% [============= ] 583/2647 22% [============= ] 584/2647 22% [============= ] 585/2647 22% [============= ] 586/2647 22% [============= ] 587/2647 22% [============= ] 588/2647 22% [============= ] 589/2647 22% [============= ] 590/2647 22% [============= ] 591/2647 22% [============= ] 592/2647 22% [============= ] 593/2647 22% [============= ] 594/2647 22% [============= ] 595/2647 22% [============= ] 596/2647 22% [============= ] 597/2647 22% [============== ] 598/2647 22% [============== ] 599/2647 22% [============== ] 600/2647 22% [============== ] 601/2647 22% [============== ] 602/2647 22% [============== ] 603/2647 22% [============== ] 604/2647 22% [============== ] 605/2647 22% [============== ] 606/2647 22% [============== ] 607/2647 22% [============== ] 608/2647 22% [============== ] 609/2647 23% [============== ] 610/2647 23% [============== ] 611/2647 23% [============== ] 612/2647 23% [============== ] 613/2647 23% [============== ] 614/2647 23% [============== ] 615/2647 23% [============== ] 616/2647 23% [============== ] 617/2647 23% [============== ] 618/2647 23% [============== ] 619/2647 23% [============== ] 620/2647 23% [============== ] 621/2647 23% [============== ] 622/2647 23% [============== ] 623/2647 23% [============== ] 624/2647 23% [============== ] 625/2647 23% [============== ] 626/2647 23% [============== ] 627/2647 23% [============== ] 628/2647 23% [============== ] 629/2647 23% [============== ] 630/2647 23% [============== ] 631/2647 23% [============== ] 632/2647 23% [============== ] 633/2647 23% [============== ] 634/2647 23% [============== ] 635/2647 23% [============== ] 636/2647 24% [============== ] 637/2647 24% [============== ] 638/2647 24% [============== ] 639/2647 24% [============== ] 640/2647 24% [=============== ] 641/2647 24% [=============== ] 642/2647 24% [=============== ] 643/2647 24% [=============== ] 644/2647 24% [=============== ] 645/2647 24% [=============== ] 646/2647 24% [=============== ] 647/2647 24% [=============== ] 648/2647 24% [=============== ] 649/2647 24% [=============== ] 650/2647 24% [=============== ] 651/2647 24% [=============== ] 652/2647 24% [=============== ] 653/2647 24% [=============== ] 654/2647 24% [=============== ] 655/2647 24% [=============== ] 656/2647 24% [=============== ] 657/2647 24% [=============== ] 658/2647 24% [=============== ] 659/2647 24% [=============== ] 660/2647 24% [=============== ] 661/2647 24% [=============== ] 662/2647 25% [=============== ] 663/2647 25% [=============== ] 664/2647 25% [=============== ] 665/2647 25% [=============== ] 666/2647 25% [=============== ] 667/2647 25% [=============== ] 668/2647 25% [=============== ] 669/2647 25% [=============== ] 670/2647 25% [=============== ] 671/2647 25% [=============== ] 672/2647 25% [=============== ] 673/2647 25% [=============== ] 674/2647 25% [=============== ] 675/2647 25% [=============== ] 676/2647 25% [=============== ] 677/2647 25% [=============== ] 678/2647 25% [=============== ] 679/2647 25% [=============== ] 680/2647 25% [=============== ] 681/2647 25% [=============== ] 682/2647 25% [=============== ] 683/2647 25% [================ ] 684/2647 25% [================ ] 685/2647 25% [================ ] 686/2647 25% [================ ] 687/2647 25% [================ ] 688/2647 25% [================ ] 689/2647 26% [================ ] 690/2647 26% [================ ] 691/2647 26% [================ ] 692/2647 26% [================ ] 693/2647 26% [================ ] 694/2647 26% [================ ] 695/2647 26% [================ ] 696/2647 26% [================ ] 697/2647 26% [================ ] 698/2647 26% [================ ] 699/2647 26% [================ ] 700/2647 26% [================ ] 701/2647 26% [================ ] 702/2647 26% [================ ] 703/2647 26% [================ ] 704/2647 26% [================ ] 705/2647 26% [================ ] 706/2647 26% [================ ] 707/2647 26% [================ ] 708/2647 26% [================ ] 709/2647 26% [================ ] 710/2647 26% [================ ] 711/2647 26% [================ ] 712/2647 26% [================ ] 713/2647 26% [================ ] 714/2647 26% [================ ] 715/2647 27% [================ ] 716/2647 27% [================ ] 717/2647 27% [================ ] 718/2647 27% [================ ] 719/2647 27% [================ ] 720/2647 27% [================ ] 721/2647 27% [================ ] 722/2647 27% [================ ] 723/2647 27% [================ ] 724/2647 27% [================ ] 725/2647 27% [================= ] 726/2647 27% [================= ] 727/2647 27% [================= ] 728/2647 27% [================= ] 729/2647 27% [================= ] 730/2647 27% [================= ] 731/2647 27% [================= ] 732/2647 27% [================= ] 733/2647 27% [================= ] 734/2647 27% [================= ] 735/2647 27% [================= ] 736/2647 27% [================= ] 737/2647 27% [================= ] 738/2647 27% [================= ] 739/2647 27% [================= ] 740/2647 27% [================= ] 741/2647 27% [================= ] 742/2647 28% [================= ] 743/2647 28% [================= ] 744/2647 28% [================= ] 745/2647 28% [================= ] 746/2647 28% [================= ] 747/2647 28% [================= ] 748/2647 28% [================= ] 749/2647 28% [================= ] 750/2647 28% [================= ] 751/2647 28% [================= ] 752/2647 28% [================= ] 753/2647 28% [================= ] 754/2647 28% [================= ] 755/2647 28% [================= ] 756/2647 28% [================= ] 757/2647 28% [================= ] 758/2647 28% [================= ] 759/2647 28% [================= ] 760/2647 28% [================= ] 761/2647 28% [================= ] 762/2647 28% [================= ] 763/2647 28% [================= ] 764/2647 28% [================= ] 765/2647 28% [================= ] 766/2647 28% [================= ] 767/2647 28% [================= ] 768/2647 29% [================== ] 769/2647 29% [================== ] 770/2647 29% [================== ] 771/2647 29% [================== ] 772/2647 29% [================== ] 773/2647 29% [================== ] 774/2647 29% [================== ] 775/2647 29% [================== ] 776/2647 29% [================== ] 777/2647 29% [================== ] 778/2647 29% [================== ] 779/2647 29% [================== ] 780/2647 29% [================== ] 781/2647 29% [================== ] 782/2647 29% [================== ] 783/2647 29% [================== ] 784/2647 29% [================== ] 785/2647 29% [================== ] 786/2647 29% [================== ] 787/2647 29% [================== ] 788/2647 29% [================== ] 789/2647 29% [================== ] 790/2647 29% [================== ] 791/2647 29% [================== ] 792/2647 29% [================== ] 793/2647 29% [================== ] 794/2647 29% [================== ] 795/2647 30% [================== ] 796/2647 30% [================== ] 797/2647 30% [================== ] 798/2647 30% [================== ] 799/2647 30% [================== ] 800/2647 30% [================== ] 801/2647 30% [================== ] 802/2647 30% [================== ] 803/2647 30% [================== ] 804/2647 30% [================== ] 805/2647 30% [================== ] 806/2647 30% [================== ] 807/2647 30% [================== ] 808/2647 30% [================== ] 809/2647 30% [================== ] 810/2647 30% [================== ] 811/2647 30% [=================== ] 812/2647 30% [=================== ] 813/2647 30% [=================== ] 814/2647 30% [=================== ] 815/2647 30% [=================== ] 816/2647 30% [=================== ] 817/2647 30% [=================== ] 818/2647 30% [=================== ] 819/2647 30% [=================== ] 820/2647 30% [=================== ] 821/2647 31% [=================== ] 822/2647 31% [=================== ] 823/2647 31% [=================== ] 824/2647 31% [=================== ] 825/2647 31% [=================== ] 826/2647 31% [=================== ] 827/2647 31% [=================== ] 828/2647 31% [=================== ] 829/2647 31% [=================== ] 830/2647 31% [=================== ] 831/2647 31% [=================== ] 832/2647 31% [=================== ] 833/2647 31% [=================== ] 834/2647 31% [=================== ] 835/2647 31% [=================== ] 836/2647 31% [=================== ] 837/2647 31% [=================== ] 838/2647 31% [=================== ] 839/2647 31% [=================== ] 840/2647 31% [=================== ] 841/2647 31% [=================== ] 842/2647 31% [=================== ] 843/2647 31% [=================== ] 844/2647 31% [=================== ] 845/2647 31% [=================== ] 846/2647 31% [=================== ] 847/2647 31% [=================== ] 848/2647 32% [=================== ] 849/2647 32% [=================== ] 850/2647 32% [=================== ] 851/2647 32% [=================== ] 852/2647 32% [=================== ] 853/2647 32% [==================== ] 854/2647 32% [==================== ] 855/2647 32% [==================== ] 856/2647 32% [==================== ] 857/2647 32% [==================== ] 858/2647 32% [==================== ] 859/2647 32% [==================== ] 860/2647 32% [==================== ] 861/2647 32% [==================== ] 862/2647 32% [==================== ] 863/2647 32% [==================== ] 864/2647 32% [==================== ] 865/2647 32% [==================== ] 866/2647 32% [==================== ] 867/2647 32% [==================== ] 868/2647 32% [==================== ] 869/2647 32% [==================== ] 870/2647 32% [==================== ] 871/2647 32% [==================== ] 872/2647 32% [==================== ] 873/2647 32% [==================== ] 874/2647 33% [==================== ] 875/2647 33% [==================== ] 876/2647 33% [==================== ] 877/2647 33% [==================== ] 878/2647 33% [==================== ] 879/2647 33% [==================== ] 880/2647 33% [==================== ] 881/2647 33% [==================== ] 882/2647 33% [==================== ] 883/2647 33% [==================== ] 884/2647 33% [==================== ] 885/2647 33% [==================== ] 886/2647 33% [==================== ] 887/2647 33% [==================== ] 888/2647 33% [==================== ] 889/2647 33% [==================== ] 890/2647 33% [==================== ] 891/2647 33% [==================== ] 892/2647 33% [==================== ] 893/2647 33% [==================== ] 894/2647 33% [==================== ] 895/2647 33% [==================== ] 896/2647 33% [===================== ] 897/2647 33% [===================== ] 898/2647 33% [===================== ] 899/2647 33% [===================== ] 900/2647 34% [===================== ] 901/2647 34% [===================== ] 902/2647 34% [===================== ] 903/2647 34% [===================== ] 904/2647 34% [===================== ] 905/2647 34% [===================== ] 906/2647 34% [===================== ] 907/2647 34% [===================== ] 908/2647 34% [===================== ] 909/2647 34% [===================== ] 910/2647 34% [===================== ] 911/2647 34% [===================== ] 912/2647 34% [===================== ] 913/2647 34% [===================== ] 914/2647 34% [===================== ] 915/2647 34% [===================== ] 916/2647 34% [===================== ] 917/2647 34% [===================== ] 918/2647 34% [===================== ] 919/2647 34% [===================== ] 920/2647 34% [===================== ] 921/2647 34% [===================== ] 922/2647 34% [===================== ] 923/2647 34% [===================== ] 924/2647 34% [===================== ] 925/2647 34% [===================== ] 926/2647 34% [===================== ] 927/2647 35% [===================== ] 928/2647 35% [===================== ] 929/2647 35% [===================== ] 930/2647 35% [===================== ] 931/2647 35% [===================== ] 932/2647 35% [===================== ] 933/2647 35% [===================== ] 934/2647 35% [===================== ] 935/2647 35% [===================== ] 936/2647 35% [===================== ] 937/2647 35% [===================== ] 938/2647 35% [===================== ] 939/2647 35% [====================== ] 940/2647 35% [====================== ] 941/2647 35% [====================== ] 942/2647 35% [====================== ] 943/2647 35% [====================== ] 944/2647 35% [====================== ] 945/2647 35% [====================== ] 946/2647 35% [====================== ] 947/2647 35% [====================== ] 948/2647 35% [====================== ] 949/2647 35% [====================== ] 950/2647 35% [====================== ] 951/2647 35% [====================== ] 952/2647 35% [====================== ] 953/2647 36% [====================== ] 954/2647 36% [====================== ] 955/2647 36% [====================== ] 956/2647 36% [====================== ] 957/2647 36% [====================== ] 958/2647 36% [====================== ] 959/2647 36% [====================== ] 960/2647 36% [====================== ] 961/2647 36% [====================== ] 962/2647 36% [====================== ] 963/2647 36% [====================== ] 964/2647 36% [====================== ] 965/2647 36% [====================== ] 966/2647 36% [====================== ] 967/2647 36% [====================== ] 968/2647 36% [====================== ] 969/2647 36% [====================== ] 970/2647 36% [====================== ] 971/2647 36% [====================== ] 972/2647 36% [====================== ] 973/2647 36% [====================== ] 974/2647 36% [====================== ] 975/2647 36% [====================== ] 976/2647 36% [====================== ] 977/2647 36% [====================== ] 978/2647 36% [====================== ] 979/2647 36% [====================== ] 980/2647 37% [====================== ] 981/2647 37% [======================= ] 982/2647 37% [======================= ] 983/2647 37% [======================= ] 984/2647 37% [======================= ] 985/2647 37% [======================= ] 986/2647 37% [======================= ] 987/2647 37% [======================= ] 988/2647 37% [======================= ] 989/2647 37% [======================= ] 990/2647 37% [======================= ] 991/2647 37% [======================= ] 992/2647 37% [======================= ] 993/2647 37% [======================= ] 994/2647 37% [======================= ] 995/2647 37% [======================= ] 996/2647 37% [======================= ] 997/2647 37% [======================= ] 998/2647 37% [======================= ] 999/2647 37% [======================= ] 1000/2647 37% [======================= ] 1001/2647 37% [======================= ] 1002/2647 37% [======================= ] 1003/2647 37% [======================= ] 1004/2647 37% [======================= ] 1005/2647 37% [======================= ] 1006/2647 38% [======================= ] 1007/2647 38% [======================= ] 1008/2647 38% [======================= ] 1009/2647 38% [======================= ] 1010/2647 38% [======================= ] 1011/2647 38% [======================= ] 1012/2647 38% [======================= ] 1013/2647 38% [======================= ] 1014/2647 38% [======================= ] 1015/2647 38% [======================= ] 1016/2647 38% [======================= ] 1017/2647 38% [======================= ] 1018/2647 38% [======================= ] 1019/2647 38% [======================= ] 1020/2647 38% [======================= ] 1021/2647 38% [======================= ] 1022/2647 38% [======================= ] 1023/2647 38% [======================= ] 1024/2647 38% [======================== ] 1025/2647 38% [======================== ] 1026/2647 38% [======================== ] 1027/2647 38% [======================== ] 1028/2647 38% [======================== ] 1029/2647 38% [======================== ] 1030/2647 38% [======================== ] 1031/2647 38% [======================== ] 1032/2647 38% [======================== ] 1033/2647 39% [======================== ] 1034/2647 39% [======================== ] 1035/2647 39% [======================== ] 1036/2647 39% [======================== ] 1037/2647 39% [======================== ] 1038/2647 39% [======================== ] 1039/2647 39% [======================== ] 1040/2647 39% [======================== ] 1041/2647 39% [======================== ] 1042/2647 39% [======================== ] 1043/2647 39% [======================== ] 1044/2647 39% [======================== ] 1045/2647 39% [======================== ] 1046/2647 39% [======================== ] 1047/2647 39% [======================== ] 1048/2647 39% [======================== ] 1049/2647 39% [======================== ] 1050/2647 39% [======================== ] 1051/2647 39% [======================== ] 1052/2647 39% [======================== ] 1053/2647 39% [======================== ] 1054/2647 39% [======================== ] 1055/2647 39% [======================== ] 1056/2647 39% [======================== ] 1057/2647 39% [======================== ] 1058/2647 39% [======================== ] 1059/2647 40% [======================== ] 1060/2647 40% [======================== ] 1061/2647 40% [======================== ] 1062/2647 40% [======================== ] 1063/2647 40% [======================== ] 1064/2647 40% [======================== ] 1065/2647 40% [======================== ] 1066/2647 40% [======================== ] 1067/2647 40% [========================= ] 1068/2647 40% [========================= ] 1069/2647 40% [========================= ] 1070/2647 40% [========================= ] 1071/2647 40% [========================= ] 1072/2647 40% [========================= ] 1073/2647 40% [========================= ] 1074/2647 40% [========================= ] 1075/2647 40% [========================= ] 1076/2647 40% [========================= ] 1077/2647 40% [========================= ] 1078/2647 40% [========================= ] 1079/2647 40% [========================= ] 1080/2647 40% [========================= ] 1081/2647 40% [========================= ] 1082/2647 40% [========================= ] 1083/2647 40% [========================= ] 1084/2647 40% [========================= ] 1085/2647 40% [========================= ] 1086/2647 41% [========================= ] 1087/2647 41% [========================= ] 1088/2647 41% [========================= ] 1089/2647 41% [========================= ] 1090/2647 41% [========================= ] 1091/2647 41% [========================= ] 1092/2647 41% [========================= ] 1093/2647 41% [========================= ] 1094/2647 41% [========================= ] 1095/2647 41% [========================= ] 1096/2647 41% [========================= ] 1097/2647 41% [========================= ] 1098/2647 41% [========================= ] 1099/2647 41% [========================= ] 1100/2647 41% [========================= ] 1101/2647 41% [========================= ] 1102/2647 41% [========================= ] 1103/2647 41% [========================= ] 1104/2647 41% [========================= ] 1105/2647 41% [========================= ] 1106/2647 41% [========================= ] 1107/2647 41% [========================= ] 1108/2647 41% [========================= ] 1109/2647 41% [========================= ] 1110/2647 41% [========================== ] 1111/2647 41% [========================== ] 1112/2647 42% [========================== ] 1113/2647 42% [========================== ] 1114/2647 42% [========================== ] 1115/2647 42% [========================== ] 1116/2647 42% [========================== ] 1117/2647 42% [========================== ] 1118/2647 42% [========================== ] 1119/2647 42% [========================== ] 1120/2647 42% [========================== ] 1121/2647 42% [========================== ] 1122/2647 42% [========================== ] 1123/2647 42% [========================== ] 1124/2647 42% [========================== ] 1125/2647 42% [========================== ] 1126/2647 42% [========================== ] 1127/2647 42% [========================== ] 1128/2647 42% [========================== ] 1129/2647 42% [========================== ] 1130/2647 42% [========================== ] 1131/2647 42% [========================== ] 1132/2647 42% [========================== ] 1133/2647 42% [========================== ] 1134/2647 42% [========================== ] 1135/2647 42% [========================== ] 1136/2647 42% [========================== ] 1137/2647 42% [========================== ] 1138/2647 42% [========================== ] 1139/2647 43% [========================== ] 1140/2647 43% [========================== ] 1141/2647 43% [========================== ] 1142/2647 43% [========================== ] 1143/2647 43% [========================== ] 1144/2647 43% [========================== ] 1145/2647 43% [========================== ] 1146/2647 43% [========================== ] 1147/2647 43% [========================== ] 1148/2647 43% [========================== ] 1149/2647 43% [========================== ] 1150/2647 43% [========================== ] 1151/2647 43% [========================== ] 1152/2647 43% [=========================== ] 1153/2647 43% [=========================== ] 1154/2647 43% [=========================== ] 1155/2647 43% [=========================== ] 1156/2647 43% [=========================== ] 1157/2647 43% [=========================== ] 1158/2647 43% [=========================== ] 1159/2647 43% [=========================== ] 1160/2647 43% [=========================== ] 1161/2647 43% [=========================== ] 1162/2647 43% [=========================== ] 1163/2647 43% [=========================== ] 1164/2647 43% [=========================== ] 1165/2647 44% [=========================== ] 1166/2647 44% [=========================== ] 1167/2647 44% [=========================== ] 1168/2647 44% [=========================== ] 1169/2647 44% [=========================== ] 1170/2647 44% [=========================== ] 1171/2647 44% [=========================== ] 1172/2647 44% [=========================== ] 1173/2647 44% [=========================== ] 1174/2647 44% [=========================== ] 1175/2647 44% [=========================== ] 1176/2647 44% [=========================== ] 1177/2647 44% [=========================== ] 1178/2647 44% [=========================== ] 1179/2647 44% [=========================== ] 1180/2647 44% [=========================== ] 1181/2647 44% [=========================== ] 1182/2647 44% [=========================== ] 1183/2647 44% [=========================== ] 1184/2647 44% [=========================== ] 1185/2647 44% [=========================== ] 1186/2647 44% [=========================== ] 1187/2647 44% [=========================== ] 1188/2647 44% [=========================== ] 1189/2647 44% [=========================== ] 1190/2647 44% [=========================== ] 1191/2647 44% [=========================== ] 1192/2647 45% [=========================== ] 1193/2647 45% [=========================== ] 1194/2647 45% [=========================== ] 1195/2647 45% [============================ ] 1196/2647 45% [============================ ] 1197/2647 45% [============================ ] 1198/2647 45% [============================ ] 1199/2647 45% [============================ ] 1200/2647 45% [============================ ] 1201/2647 45% [============================ ] 1202/2647 45% [============================ ] 1203/2647 45% [============================ ] 1204/2647 45% [============================ ] 1205/2647 45% [============================ ] 1206/2647 45% [============================ ] 1207/2647 45% [============================ ] 1208/2647 45% [============================ ] 1209/2647 45% [============================ ] 1210/2647 45% [============================ ] 1211/2647 45% [============================ ] 1212/2647 45% [============================ ] 1213/2647 45% [============================ ] 1214/2647 45% [============================ ] 1215/2647 45% [============================ ] 1216/2647 45% [============================ ] 1217/2647 45% [============================ ] 1218/2647 46% [============================ ] 1219/2647 46% [============================ ] 1220/2647 46% [============================ ] 1221/2647 46% [============================ ] 1222/2647 46% [============================ ] 1223/2647 46% [============================ ] 1224/2647 46% [============================ ] 1225/2647 46% [============================ ] 1226/2647 46% [============================ ] 1227/2647 46% [============================ ] 1228/2647 46% [============================ ] 1229/2647 46% [============================ ] 1230/2647 46% [============================ ] 1231/2647 46% [============================ ] 1232/2647 46% [============================ ] 1233/2647 46% [============================ ] 1234/2647 46% [============================ ] 1235/2647 46% [============================ ] 1236/2647 46% [============================ ] 1237/2647 46% [============================ ] 1238/2647 46% [============================= ] 1239/2647 46% [============================= ] 1240/2647 46% [============================= ] 1241/2647 46% [============================= ] 1242/2647 46% [============================= ] 1243/2647 46% [============================= ] 1244/2647 46% [============================= ] 1245/2647 47% [============================= ] 1246/2647 47% [============================= ] 1247/2647 47% [============================= ] 1248/2647 47% [============================= ] 1249/2647 47% [============================= ] 1250/2647 47% [============================= ] 1251/2647 47% [============================= ] 1252/2647 47% [============================= ] 1253/2647 47% [============================= ] 1254/2647 47% [============================= ] 1255/2647 47% [============================= ] 1256/2647 47% [============================= ] 1257/2647 47% [============================= ] 1258/2647 47% [============================= ] 1259/2647 47% [============================= ] 1260/2647 47% [============================= ] 1261/2647 47% [============================= ] 1262/2647 47% [============================= ] 1263/2647 47% [============================= ] 1264/2647 47% [============================= ] 1265/2647 47% [============================= ] 1266/2647 47% [============================= ] 1267/2647 47% [============================= ] 1268/2647 47% [============================= ] 1269/2647 47% [============================= ] 1270/2647 47% [============================= ] 1271/2647 48% [============================= ] 1272/2647 48% [============================= ] 1273/2647 48% [============================= ] 1274/2647 48% [============================= ] 1275/2647 48% [============================= ] 1276/2647 48% [============================= ] 1277/2647 48% [============================= ] 1278/2647 48% [============================= ] 1279/2647 48% [============================= ] 1280/2647 48% [============================== ] 1281/2647 48% [============================== ] 1282/2647 48% [============================== ] 1283/2647 48% [============================== ] 1284/2647 48% [============================== ] 1285/2647 48% [============================== ] 1286/2647 48% [============================== ] 1287/2647 48% [============================== ] 1288/2647 48% [============================== ] 1289/2647 48% [============================== ] 1290/2647 48% [============================== ] 1291/2647 48% [============================== ] 1292/2647 48% [============================== ] 1293/2647 48% [============================== ] 1294/2647 48% [============================== ] 1295/2647 48% [============================== ] 1296/2647 48% [============================== ] 1297/2647 48% [============================== ] 1298/2647 49% [============================== ] 1299/2647 49% [============================== ] 1300/2647 49% [============================== ] 1301/2647 49% [============================== ] 1302/2647 49% [============================== ] 1303/2647 49% [============================== ] 1304/2647 49% [============================== ] 1305/2647 49% [============================== ] 1306/2647 49% [============================== ] 1307/2647 49% [============================== ] 1308/2647 49% [============================== ] 1309/2647 49% [============================== ] 1310/2647 49% [============================== ] 1311/2647 49% [============================== ] 1312/2647 49% [============================== ] 1313/2647 49% [============================== ] 1314/2647 49% [============================== ] 1315/2647 49% [============================== ] 1316/2647 49% [============================== ] 1317/2647 49% [============================== ] 1318/2647 49% [============================== ] 1319/2647 49% [============================== ] 1320/2647 49% [============================== ] 1321/2647 49% [============================== ] 1322/2647 49% [============================== ] 1323/2647 49% [=============================== ] 1324/2647 50% [=============================== ] 1325/2647 50% [=============================== ] 1326/2647 50% [=============================== ] 1327/2647 50% [=============================== ] 1328/2647 50% [=============================== ] 1329/2647 50% [=============================== ] 1330/2647 50% [=============================== ] 1331/2647 50% [=============================== ] 1332/2647 50% [=============================== ] 1333/2647 50% [=============================== ] 1334/2647 50% [=============================== ] 1335/2647 50% [=============================== ] 1336/2647 50% [=============================== ] 1337/2647 50% [=============================== ] 1338/2647 50% [=============================== ] 1339/2647 50% [=============================== ] 1340/2647 50% [=============================== ] 1341/2647 50% [=============================== ] 1342/2647 50% [=============================== ] 1343/2647 50% [=============================== ] 1344/2647 50% [=============================== ] 1345/2647 50% [=============================== ] 1346/2647 50% [=============================== ] 1347/2647 50% [=============================== ] 1348/2647 50% [=============================== ] 1349/2647 50% [=============================== ] 1350/2647 51% [=============================== ] 1351/2647 51% [=============================== ] 1352/2647 51% [=============================== ] 1353/2647 51% [=============================== ] 1354/2647 51% [=============================== ] 1355/2647 51% [=============================== ] 1356/2647 51% [=============================== ] 1357/2647 51% [=============================== ] 1358/2647 51% [=============================== ] 1359/2647 51% [=============================== ] 1360/2647 51% [=============================== ] 1361/2647 51% [=============================== ] 1362/2647 51% [=============================== ] 1363/2647 51% [=============================== ] 1364/2647 51% [=============================== ] 1365/2647 51% [=============================== ] 1366/2647 51% [================================ ] 1367/2647 51% [================================ ] 1368/2647 51% [================================ ] 1369/2647 51% [================================ ] 1370/2647 51% [================================ ] 1371/2647 51% [================================ ] 1372/2647 51% [================================ ] 1373/2647 51% [================================ ] 1374/2647 51% [================================ ] 1375/2647 51% [================================ ] 1376/2647 51% [================================ ] 1377/2647 52% [================================ ] 1378/2647 52% [================================ ] 1379/2647 52% [================================ ] 1380/2647 52% [================================ ] 1381/2647 52% [================================ ] 1382/2647 52% [================================ ] 1383/2647 52% [================================ ] 1384/2647 52% [================================ ] 1385/2647 52% [================================ ] 1386/2647 52% [================================ ] 1387/2647 52% [================================ ] 1388/2647 52% [================================ ] 1389/2647 52% [================================ ] 1390/2647 52% [================================ ] 1391/2647 52% [================================ ] 1392/2647 52% [================================ ] 1393/2647 52% [================================ ] 1394/2647 52% [================================ ] 1395/2647 52% [================================ ] 1396/2647 52% [================================ ] 1397/2647 52% [================================ ] 1398/2647 52% [================================ ] 1399/2647 52% [================================ ] 1400/2647 52% [================================ ] 1401/2647 52% [================================ ] 1402/2647 52% [================================ ] 1403/2647 53% [================================ ] 1404/2647 53% [================================ ] 1405/2647 53% [================================ ] 1406/2647 53% [================================ ] 1407/2647 53% [================================ ] 1408/2647 53% [================================= ] 1409/2647 53% [================================= ] 1410/2647 53% [================================= ] 1411/2647 53% [================================= ] 1412/2647 53% [================================= ] 1413/2647 53% [================================= ] 1414/2647 53% [================================= ] 1415/2647 53% [================================= ] 1416/2647 53% [================================= ] 1417/2647 53% [================================= ] 1418/2647 53% [================================= ] 1419/2647 53% [================================= ] 1420/2647 53% [================================= ] 1421/2647 53% [================================= ] 1422/2647 53% [================================= ] 1423/2647 53% [================================= ] 1424/2647 53% [================================= ] 1425/2647 53% [================================= ] 1426/2647 53% [================================= ] 1427/2647 53% [================================= ] 1428/2647 53% [================================= ] 1429/2647 53% [================================= ] 1430/2647 54% [================================= ] 1431/2647 54% [================================= ] 1432/2647 54% [================================= ] 1433/2647 54% [================================= ] 1434/2647 54% [================================= ] 1435/2647 54% [================================= ] 1436/2647 54% [================================= ] 1437/2647 54% [================================= ] 1438/2647 54% [================================= ] 1439/2647 54% [================================= ] 1440/2647 54% [================================= ] 1441/2647 54% [================================= ] 1442/2647 54% [================================= ] 1443/2647 54% [================================= ] 1444/2647 54% [================================= ] 1445/2647 54% [================================= ] 1446/2647 54% [================================= ] 1447/2647 54% [================================= ] 1448/2647 54% [================================= ] 1449/2647 54% [================================= ] 1450/2647 54% [================================= ] 1451/2647 54% [================================== ] 1452/2647 54% [================================== ] 1453/2647 54% [================================== ] 1454/2647 54% [================================== ] 1455/2647 54% [================================== ] 1456/2647 55% [================================== ] 1457/2647 55% [================================== ] 1458/2647 55% [================================== ] 1459/2647 55% [================================== ] 1460/2647 55% [================================== ] 1461/2647 55% [================================== ] 1462/2647 55% [================================== ] 1463/2647 55% [================================== ] 1464/2647 55% [================================== ] 1465/2647 55% [================================== ] 1466/2647 55% [================================== ] 1467/2647 55% [================================== ] 1468/2647 55% [================================== ] 1469/2647 55% [================================== ] 1470/2647 55% [================================== ] 1471/2647 55% [================================== ] 1472/2647 55% [================================== ] 1473/2647 55% [================================== ] 1474/2647 55% [================================== ] 1475/2647 55% [================================== ] 1476/2647 55% [================================== ] 1477/2647 55% [================================== ] 1478/2647 55% [================================== ] 1479/2647 55% [================================== ] 1480/2647 55% [================================== ] 1481/2647 55% [================================== ] 1482/2647 55% [================================== ] 1483/2647 56% [================================== ] 1484/2647 56% [================================== ] 1485/2647 56% [================================== ] 1486/2647 56% [================================== ] 1487/2647 56% [================================== ] 1488/2647 56% [================================== ] 1489/2647 56% [================================== ] 1490/2647 56% [================================== ] 1491/2647 56% [================================== ] 1492/2647 56% [================================== ] 1493/2647 56% [================================== ] 1494/2647 56% [=================================== ] 1495/2647 56% [=================================== ] 1496/2647 56% [=================================== ] 1497/2647 56% [=================================== ] 1498/2647 56% [=================================== ] 1499/2647 56% [=================================== ] 1500/2647 56% [=================================== ] 1501/2647 56% [=================================== ] 1502/2647 56% [=================================== ] 1503/2647 56% [=================================== ] 1504/2647 56% [=================================== ] 1505/2647 56% [=================================== ] 1506/2647 56% [=================================== ] 1507/2647 56% [=================================== ] 1508/2647 56% [=================================== ] 1509/2647 57% [=================================== ] 1510/2647 57% [=================================== ] 1511/2647 57% [=================================== ] 1512/2647 57% [=================================== ] 1513/2647 57% [=================================== ] 1514/2647 57% [=================================== ] 1515/2647 57% [=================================== ] 1516/2647 57% [=================================== ] 1517/2647 57% [=================================== ] 1518/2647 57% [=================================== ] 1519/2647 57% [=================================== ] 1520/2647 57% [=================================== ] 1521/2647 57% [=================================== ] 1522/2647 57% [=================================== ] 1523/2647 57% [=================================== ] 1524/2647 57% [=================================== ] 1525/2647 57% [=================================== ] 1526/2647 57% [=================================== ] 1527/2647 57% [=================================== ] 1528/2647 57% [=================================== ] 1529/2647 57% [=================================== ] 1530/2647 57% [=================================== ] 1531/2647 57% [=================================== ] 1532/2647 57% [=================================== ] 1533/2647 57% [=================================== ] 1534/2647 57% [=================================== ] 1535/2647 57% [=================================== ] 1536/2647 58% [==================================== ] 1537/2647 58% [==================================== ] 1538/2647 58% [==================================== ] 1539/2647 58% [==================================== ] 1540/2647 58% [==================================== ] 1541/2647 58% [==================================== ] 1542/2647 58% [==================================== ] 1543/2647 58% [==================================== ] 1544/2647 58% [==================================== ] 1545/2647 58% [==================================== ] 1546/2647 58% [==================================== ] 1547/2647 58% [==================================== ] 1548/2647 58% [==================================== ] 1549/2647 58% [==================================== ] 1550/2647 58% [==================================== ] 1551/2647 58% [==================================== ] 1552/2647 58% [==================================== ] 1553/2647 58% [==================================== ] 1554/2647 58% [==================================== ] 1555/2647 58% [==================================== ] 1556/2647 58% [==================================== ] 1557/2647 58% [==================================== ] 1558/2647 58% [==================================== ] 1559/2647 58% [==================================== ] 1560/2647 58% [==================================== ] 1561/2647 58% [==================================== ] 1562/2647 59% [==================================== ] 1563/2647 59% [==================================== ] 1564/2647 59% [==================================== ] 1565/2647 59% [==================================== ] 1566/2647 59% [==================================== ] 1567/2647 59% [==================================== ] 1568/2647 59% [==================================== ] 1569/2647 59% [==================================== ] 1570/2647 59% [==================================== ] 1571/2647 59% [==================================== ] 1572/2647 59% [==================================== ] 1573/2647 59% [==================================== ] 1574/2647 59% [==================================== ] 1575/2647 59% [==================================== ] 1576/2647 59% [==================================== ] 1577/2647 59% [==================================== ] 1578/2647 59% [==================================== ] 1579/2647 59% [===================================== ] 1580/2647 59% [===================================== ] 1581/2647 59% [===================================== ] 1582/2647 59% [===================================== ] 1583/2647 59% [===================================== ] 1584/2647 59% [===================================== ] 1585/2647 59% [===================================== ] 1586/2647 59% [===================================== ] 1587/2647 59% [===================================== ] 1588/2647 59% [===================================== ] 1589/2647 60% [===================================== ] 1590/2647 60% [===================================== ] 1591/2647 60% [===================================== ] 1592/2647 60% [===================================== ] 1593/2647 60% [===================================== ] 1594/2647 60% [===================================== ] 1595/2647 60% [===================================== ] 1596/2647 60% [===================================== ] 1597/2647 60% [===================================== ] 1598/2647 60% [===================================== ] 1599/2647 60% [===================================== ] 1600/2647 60% [===================================== ] 1601/2647 60% [===================================== ] 1602/2647 60% [===================================== ] 1603/2647 60% [===================================== ] 1604/2647 60% [===================================== ] 1605/2647 60% [===================================== ] 1606/2647 60% [===================================== ] 1607/2647 60% [===================================== ] 1608/2647 60% [===================================== ] 1609/2647 60% [===================================== ] 1610/2647 60% [===================================== ] 1611/2647 60% [===================================== ] 1612/2647 60% [===================================== ] 1613/2647 60% [===================================== ] 1614/2647 60% [===================================== ] 1615/2647 61% [===================================== ] 1616/2647 61% [===================================== ] 1617/2647 61% [===================================== ] 1618/2647 61% [===================================== ] 1619/2647 61% [===================================== ] 1620/2647 61% [===================================== ] 1621/2647 61% [===================================== ] 1622/2647 61% [====================================== ] 1623/2647 61% [====================================== ] 1624/2647 61% [====================================== ] 1625/2647 61% [====================================== ] 1626/2647 61% [====================================== ] 1627/2647 61% [====================================== ] 1628/2647 61% [====================================== ] 1629/2647 61% [====================================== ] 1630/2647 61% [====================================== ] 1631/2647 61% [====================================== ] 1632/2647 61% [====================================== ] 1633/2647 61% [====================================== ] 1634/2647 61% [====================================== ] 1635/2647 61% [====================================== ] 1636/2647 61% [====================================== ] 1637/2647 61% [====================================== ] 1638/2647 61% [====================================== ] 1639/2647 61% [====================================== ] 1640/2647 61% [====================================== ] 1641/2647 61% [====================================== ] 1642/2647 62% [====================================== ] 1643/2647 62% [====================================== ] 1644/2647 62% [====================================== ] 1645/2647 62% [====================================== ] 1646/2647 62% [====================================== ] 1647/2647 62% [====================================== ] 1648/2647 62% [====================================== ] 1649/2647 62% [====================================== ] 1650/2647 62% [====================================== ] 1651/2647 62% [====================================== ] 1652/2647 62% [====================================== ] 1653/2647 62% [====================================== ] 1654/2647 62% [====================================== ] 1655/2647 62% [====================================== ] 1656/2647 62% [====================================== ] 1657/2647 62% [====================================== ] 1658/2647 62% [====================================== ] 1659/2647 62% [====================================== ] 1660/2647 62% [====================================== ] 1661/2647 62% [====================================== ] 1662/2647 62% [====================================== ] 1663/2647 62% [====================================== ] 1664/2647 62% [====================================== ] 1665/2647 62% [======================================= ] 1666/2647 62% [======================================= ] 1667/2647 62% [======================================= ] 1668/2647 63% [======================================= ] 1669/2647 63% [======================================= ] 1670/2647 63% [======================================= ] 1671/2647 63% [======================================= ] 1672/2647 63% [======================================= ] 1673/2647 63% [======================================= ] 1674/2647 63% [======================================= ] 1675/2647 63% [======================================= ] 1676/2647 63% [======================================= ] 1677/2647 63% [======================================= ] 1678/2647 63% [======================================= ] 1679/2647 63% [======================================= ] 1680/2647 63% [======================================= ] 1681/2647 63% [======================================= ] 1682/2647 63% [======================================= ] 1683/2647 63% [======================================= ] 1684/2647 63% [======================================= ] 1685/2647 63% [======================================= ] 1686/2647 63% [======================================= ] 1687/2647 63% [======================================= ] 1688/2647 63% [======================================= ] 1689/2647 63% [======================================= ] 1690/2647 63% [======================================= ] 1691/2647 63% [======================================= ] 1692/2647 63% [======================================= ] 1693/2647 63% [======================================= ] 1694/2647 63% [======================================= ] 1695/2647 64% [======================================= ] 1696/2647 64% [======================================= ] 1697/2647 64% [======================================= ] 1698/2647 64% [======================================= ] 1699/2647 64% [======================================= ] 1700/2647 64% [======================================= ] 1701/2647 64% [======================================= ] 1702/2647 64% [======================================= ] 1703/2647 64% [======================================= ] 1704/2647 64% [======================================= ] 1705/2647 64% [======================================= ] 1706/2647 64% [======================================= ] 1707/2647 64% [======================================== ] 1708/2647 64% [======================================== ] 1709/2647 64% [======================================== ] 1710/2647 64% [======================================== ] 1711/2647 64% [======================================== ] 1712/2647 64% [======================================== ] 1713/2647 64% [======================================== ] 1714/2647 64% [======================================== ] 1715/2647 64% [======================================== ] 1716/2647 64% [======================================== ] 1717/2647 64% [======================================== ] 1718/2647 64% [======================================== ] 1719/2647 64% [======================================== ] 1720/2647 64% [======================================== ] 1721/2647 65% [======================================== ] 1722/2647 65% [======================================== ] 1723/2647 65% [======================================== ] 1724/2647 65% [======================================== ] 1725/2647 65% [======================================== ] 1726/2647 65% [======================================== ] 1727/2647 65% [======================================== ] 1728/2647 65% [======================================== ] 1729/2647 65% [======================================== ] 1730/2647 65% [======================================== ] 1731/2647 65% [======================================== ] 1732/2647 65% [======================================== ] 1733/2647 65% [======================================== ] 1734/2647 65% [======================================== ] 1735/2647 65% [======================================== ] 1736/2647 65% [======================================== ] 1737/2647 65% [======================================== ] 1738/2647 65% [======================================== ] 1739/2647 65% [======================================== ] 1740/2647 65% [======================================== ] 1741/2647 65% [======================================== ] 1742/2647 65% [======================================== ] 1743/2647 65% [======================================== ] 1744/2647 65% [======================================== ] 1745/2647 65% [======================================== ] 1746/2647 65% [======================================== ] 1747/2647 65% [======================================== ] 1748/2647 66% [======================================== ] 1749/2647 66% [======================================== ] 1750/2647 66% [========================================= ] 1751/2647 66% [========================================= ] 1752/2647 66% [========================================= ] 1753/2647 66% [========================================= ] 1754/2647 66% [========================================= ] 1755/2647 66% [========================================= ] 1756/2647 66% [========================================= ] 1757/2647 66% [========================================= ] 1758/2647 66% [========================================= ] 1759/2647 66% [========================================= ] 1760/2647 66% [========================================= ] 1761/2647 66% [========================================= ] 1762/2647 66% [========================================= ] 1763/2647 66% [========================================= ] 1764/2647 66% [========================================= ] 1765/2647 66% [========================================= ] 1766/2647 66% [========================================= ] 1767/2647 66% [========================================= ] 1768/2647 66% [========================================= ] 1769/2647 66% [========================================= ] 1770/2647 66% [========================================= ] 1771/2647 66% [========================================= ] 1772/2647 66% [========================================= ] 1773/2647 66% [========================================= ] 1774/2647 67% [========================================= ] 1775/2647 67% [========================================= ] 1776/2647 67% [========================================= ] 1777/2647 67% [========================================= ] 1778/2647 67% [========================================= ] 1779/2647 67% [========================================= ] 1780/2647 67% [========================================= ] 1781/2647 67% [========================================= ] 1782/2647 67% [========================================= ] 1783/2647 67% [========================================= ] 1784/2647 67% [========================================= ] 1785/2647 67% [========================================= ] 1786/2647 67% [========================================= ] 1787/2647 67% [========================================= ] 1788/2647 67% [========================================= ] 1789/2647 67% [========================================= ] 1790/2647 67% [========================================= ] 1791/2647 67% [========================================= ] 1792/2647 67% [========================================= ] 1793/2647 67% [========================================== ] 1794/2647 67% [========================================== ] 1795/2647 67% [========================================== ] 1796/2647 67% [========================================== ] 1797/2647 67% [========================================== ] 1798/2647 67% [========================================== ] 1799/2647 67% [========================================== ] 1800/2647 68% [========================================== ] 1801/2647 68% [========================================== ] 1802/2647 68% [========================================== ] 1803/2647 68% [========================================== ] 1804/2647 68% [========================================== ] 1805/2647 68% [========================================== ] 1806/2647 68% [========================================== ] 1807/2647 68% [========================================== ] 1808/2647 68% [========================================== ] 1809/2647 68% [========================================== ] 1810/2647 68% [========================================== ] 1811/2647 68% [========================================== ] 1812/2647 68% [========================================== ] 1813/2647 68% [========================================== ] 1814/2647 68% [========================================== ] 1815/2647 68% [========================================== ] 1816/2647 68% [========================================== ] 1817/2647 68% [========================================== ] 1818/2647 68% [========================================== ] 1819/2647 68% [========================================== ] 1820/2647 68% [========================================== ] 1821/2647 68% [========================================== ] 1822/2647 68% [========================================== ] 1823/2647 68% [========================================== ] 1824/2647 68% [========================================== ] 1825/2647 68% [========================================== ] 1826/2647 68% [========================================== ] 1827/2647 69% [========================================== ] 1828/2647 69% [========================================== ] 1829/2647 69% [========================================== ] 1830/2647 69% [========================================== ] 1831/2647 69% [========================================== ] 1832/2647 69% [========================================== ] 1833/2647 69% [========================================== ] 1834/2647 69% [========================================== ] 1835/2647 69% [=========================================== ] 1836/2647 69% [=========================================== ] 1837/2647 69% [=========================================== ] 1838/2647 69% [=========================================== ] 1839/2647 69% [=========================================== ] 1840/2647 69% [=========================================== ] 1841/2647 69% [=========================================== ] 1842/2647 69% [=========================================== ] 1843/2647 69% [=========================================== ] 1844/2647 69% [=========================================== ] 1845/2647 69% [=========================================== ] 1846/2647 69% [=========================================== ] 1847/2647 69% [=========================================== ] 1848/2647 69% [=========================================== ] 1849/2647 69% [=========================================== ] 1850/2647 69% [=========================================== ] 1851/2647 69% [=========================================== ] 1852/2647 69% [=========================================== ] 1853/2647 70% [=========================================== ] 1854/2647 70% [=========================================== ] 1855/2647 70% [=========================================== ] 1856/2647 70% [=========================================== ] 1857/2647 70% [=========================================== ] 1858/2647 70% [=========================================== ] 1859/2647 70% [=========================================== ] 1860/2647 70% [=========================================== ] 1861/2647 70% [=========================================== ] 1862/2647 70% [=========================================== ] 1863/2647 70% [=========================================== ] 1864/2647 70% [=========================================== ] 1865/2647 70% [=========================================== ] 1866/2647 70% [=========================================== ] 1867/2647 70% [=========================================== ] 1868/2647 70% [=========================================== ] 1869/2647 70% [=========================================== ] 1870/2647 70% [=========================================== ] 1871/2647 70% [=========================================== ] 1872/2647 70% [=========================================== ] 1873/2647 70% [=========================================== ] 1874/2647 70% [=========================================== ] 1875/2647 70% [=========================================== ] 1876/2647 70% [=========================================== ] 1877/2647 70% [=========================================== ] 1878/2647 70% [============================================ ] 1879/2647 70% [============================================ ] 1880/2647 71% [============================================ ] 1881/2647 71% [============================================ ] 1882/2647 71% [============================================ ] 1883/2647 71% [============================================ ] 1884/2647 71% [============================================ ] 1885/2647 71% [============================================ ] 1886/2647 71% [============================================ ] 1887/2647 71% [============================================ ] 1888/2647 71% [============================================ ] 1889/2647 71% [============================================ ] 1890/2647 71% [============================================ ] 1891/2647 71% [============================================ ] 1892/2647 71% [============================================ ] 1893/2647 71% [============================================ ] 1894/2647 71% [============================================ ] 1895/2647 71% [============================================ ] 1896/2647 71% [============================================ ] 1897/2647 71% [============================================ ] 1898/2647 71% [============================================ ] 1899/2647 71% [============================================ ] 1900/2647 71% [============================================ ] 1901/2647 71% [============================================ ] 1902/2647 71% [============================================ ] 1903/2647 71% [============================================ ] 1904/2647 71% [============================================ ] 1905/2647 71% [============================================ ] 1906/2647 72% [============================================ ] 1907/2647 72% [============================================ ] 1908/2647 72% [============================================ ] 1909/2647 72% [============================================ ] 1910/2647 72% [============================================ ] 1911/2647 72% [============================================ ] 1912/2647 72% [============================================ ] 1913/2647 72% [============================================ ] 1914/2647 72% [============================================ ] 1915/2647 72% [============================================ ] 1916/2647 72% [============================================ ] 1917/2647 72% [============================================ ] 1918/2647 72% [============================================ ] 1919/2647 72% [============================================ ] 1920/2647 72% [============================================ ] 1921/2647 72% [============================================= ] 1922/2647 72% [============================================= ] 1923/2647 72% [============================================= ] 1924/2647 72% [============================================= ] 1925/2647 72% [============================================= ] 1926/2647 72% [============================================= ] 1927/2647 72% [============================================= ] 1928/2647 72% [============================================= ] 1929/2647 72% [============================================= ] 1930/2647 72% [============================================= ] 1931/2647 72% [============================================= ] 1932/2647 72% [============================================= ] 1933/2647 73% [============================================= ] 1934/2647 73% [============================================= ] 1935/2647 73% [============================================= ] 1936/2647 73% [============================================= ] 1937/2647 73% [============================================= ] 1938/2647 73% [============================================= ] 1939/2647 73% [============================================= ] 1940/2647 73% [============================================= ] 1941/2647 73% [============================================= ] 1942/2647 73% [============================================= ] 1943/2647 73% [============================================= ] 1944/2647 73% [============================================= ] 1945/2647 73% [============================================= ] 1946/2647 73% [============================================= ] 1947/2647 73% [============================================= ] 1948/2647 73% [============================================= ] 1949/2647 73% [============================================= ] 1950/2647 73% [============================================= ] 1951/2647 73% [============================================= ] 1952/2647 73% [============================================= ] 1953/2647 73% [============================================= ] 1954/2647 73% [============================================= ] 1955/2647 73% [============================================= ] 1956/2647 73% [============================================= ] 1957/2647 73% [============================================= ] 1958/2647 73% [============================================= ] 1959/2647 74% [============================================= ] 1960/2647 74% [============================================= ] 1961/2647 74% [============================================= ] 1962/2647 74% [============================================= ] 1963/2647 74% [============================================== ] 1964/2647 74% [============================================== ] 1965/2647 74% [============================================== ] 1966/2647 74% [============================================== ] 1967/2647 74% [============================================== ] 1968/2647 74% [============================================== ] 1969/2647 74% [============================================== ] 1970/2647 74% [============================================== ] 1971/2647 74% [============================================== ] 1972/2647 74% [============================================== ] 1973/2647 74% [============================================== ] 1974/2647 74% [============================================== ] 1975/2647 74% [============================================== ] 1976/2647 74% [============================================== ] 1977/2647 74% [============================================== ] 1978/2647 74% [============================================== ] 1979/2647 74% [============================================== ] 1980/2647 74% [============================================== ] 1981/2647 74% [============================================== ] 1982/2647 74% [============================================== ] 1983/2647 74% [============================================== ] 1984/2647 74% [============================================== ] 1985/2647 74% [============================================== ] 1986/2647 75% [============================================== ] 1987/2647 75% [============================================== ] 1988/2647 75% [============================================== ] 1989/2647 75% [============================================== ] 1990/2647 75% [============================================== ] 1991/2647 75% [============================================== ] 1992/2647 75% [============================================== ] 1993/2647 75% [============================================== ] 1994/2647 75% [============================================== ] 1995/2647 75% [============================================== ] 1996/2647 75% [============================================== ] 1997/2647 75% [============================================== ] 1998/2647 75% [============================================== ] 1999/2647 75% [============================================== ] 2000/2647 75% [============================================== ] 2001/2647 75% [============================================== ] 2002/2647 75% [============================================== ] 2003/2647 75% [============================================== ] 2004/2647 75% [============================================== ] 2005/2647 75% [============================================== ] 2006/2647 75% [=============================================== ] 2007/2647 75% [=============================================== ] 2008/2647 75% [=============================================== ] 2009/2647 75% [=============================================== ] 2010/2647 75% [=============================================== ] 2011/2647 75% [=============================================== ] 2012/2647 76% [=============================================== ] 2013/2647 76% [=============================================== ] 2014/2647 76% [=============================================== ] 2015/2647 76% [=============================================== ] 2016/2647 76% [=============================================== ] 2017/2647 76% [=============================================== ] 2018/2647 76% [=============================================== ] 2019/2647 76% [=============================================== ] 2020/2647 76% [=============================================== ] 2021/2647 76% [=============================================== ] 2022/2647 76% [=============================================== ] 2023/2647 76% [=============================================== ] 2024/2647 76% [=============================================== ] 2025/2647 76% [=============================================== ] 2026/2647 76% [=============================================== ] 2027/2647 76% [=============================================== ] 2028/2647 76% [=============================================== ] 2029/2647 76% [=============================================== ] 2030/2647 76% [=============================================== ] 2031/2647 76% [=============================================== ] 2032/2647 76% [=============================================== ] 2033/2647 76% [=============================================== ] 2034/2647 76% [=============================================== ] 2035/2647 76% [=============================================== ] 2036/2647 76% [=============================================== ] 2037/2647 76% [=============================================== ] 2038/2647 76% [=============================================== ] 2039/2647 77% [=============================================== ] 2040/2647 77% [=============================================== ] 2041/2647 77% [=============================================== ] 2042/2647 77% [=============================================== ] 2043/2647 77% [=============================================== ] 2044/2647 77% [=============================================== ] 2045/2647 77% [=============================================== ] 2046/2647 77% [=============================================== ] 2047/2647 77% [=============================================== ] 2048/2647 77% [=============================================== ] 2049/2647 77% [================================================ ] 2050/2647 77% [================================================ ] 2051/2647 77% [================================================ ] 2052/2647 77% [================================================ ] 2053/2647 77% [================================================ ] 2054/2647 77% [================================================ ] 2055/2647 77% [================================================ ] 2056/2647 77% [================================================ ] 2057/2647 77% [================================================ ] 2058/2647 77% [================================================ ] 2059/2647 77% [================================================ ] 2060/2647 77% [================================================ ] 2061/2647 77% [================================================ ] 2062/2647 77% [================================================ ] 2063/2647 77% [================================================ ] 2064/2647 77% [================================================ ] 2065/2647 78% [================================================ ] 2066/2647 78% [================================================ ] 2067/2647 78% [================================================ ] 2068/2647 78% [================================================ ] 2069/2647 78% [================================================ ] 2070/2647 78% [================================================ ] 2071/2647 78% [================================================ ] 2072/2647 78% [================================================ ] 2073/2647 78% [================================================ ] 2074/2647 78% [================================================ ] 2075/2647 78% [================================================ ] 2076/2647 78% [================================================ ] 2077/2647 78% [================================================ ] 2078/2647 78% [================================================ ] 2079/2647 78% [================================================ ] 2080/2647 78% [================================================ ] 2081/2647 78% [================================================ ] 2082/2647 78% [================================================ ] 2083/2647 78% [================================================ ] 2084/2647 78% [================================================ ] 2085/2647 78% [================================================ ] 2086/2647 78% [================================================ ] 2087/2647 78% [================================================ ] 2088/2647 78% [================================================ ] 2089/2647 78% [================================================ ] 2090/2647 78% [================================================ ] 2091/2647 78% [================================================= ] 2092/2647 79% [================================================= ] 2093/2647 79% [================================================= ] 2094/2647 79% [================================================= ] 2095/2647 79% [================================================= ] 2096/2647 79% [================================================= ] 2097/2647 79% [================================================= ] 2098/2647 79% [================================================= ] 2099/2647 79% [================================================= ] 2100/2647 79% [================================================= ] 2101/2647 79% [================================================= ] 2102/2647 79% [================================================= ] 2103/2647 79% [================================================= ] 2104/2647 79% [================================================= ] 2105/2647 79% [================================================= ] 2106/2647 79% [================================================= ] 2107/2647 79% [================================================= ] 2108/2647 79% [================================================= ] 2109/2647 79% [================================================= ] 2110/2647 79% [================================================= ] 2111/2647 79% [================================================= ] 2112/2647 79% [================================================= ] 2113/2647 79% [================================================= ] 2114/2647 79% [================================================= ] 2115/2647 79% [================================================= ] 2116/2647 79% [================================================= ] 2117/2647 79% [================================================= ] 2118/2647 80% [================================================= ] 2119/2647 80% [================================================= ] 2120/2647 80% [================================================= ] 2121/2647 80% [================================================= ] 2122/2647 80% [================================================= ] 2123/2647 80% [================================================= ] 2124/2647 80% [================================================= ] 2125/2647 80% [================================================= ] 2126/2647 80% [================================================= ] 2127/2647 80% [================================================= ] 2128/2647 80% [================================================= ] 2129/2647 80% [================================================= ] 2130/2647 80% [================================================= ] 2131/2647 80% [================================================= ] 2132/2647 80% [================================================= ] 2133/2647 80% [================================================= ] 2134/2647 80% [================================================== ] 2135/2647 80% [================================================== ] 2136/2647 80% [================================================== ] 2137/2647 80% [================================================== ] 2138/2647 80% [================================================== ] 2139/2647 80% [================================================== ] 2140/2647 80% [================================================== ] 2141/2647 80% [================================================== ] 2142/2647 80% [================================================== ] 2143/2647 80% [================================================== ] 2144/2647 80% [================================================== ] 2145/2647 81% [================================================== ] 2146/2647 81% [================================================== ] 2147/2647 81% [================================================== ] 2148/2647 81% [================================================== ] 2149/2647 81% [================================================== ] 2150/2647 81% [================================================== ] 2151/2647 81% [================================================== ] 2152/2647 81% [================================================== ] 2153/2647 81% [================================================== ] 2154/2647 81% [================================================== ] 2155/2647 81% [================================================== ] 2156/2647 81% [================================================== ] 2157/2647 81% [================================================== ] 2158/2647 81% [================================================== ] 2159/2647 81% [================================================== ] 2160/2647 81% [================================================== ] 2161/2647 81% [================================================== ] 2162/2647 81% [================================================== ] 2163/2647 81% [================================================== ] 2164/2647 81% [================================================== ] 2165/2647 81% [================================================== ] 2166/2647 81% [================================================== ] 2167/2647 81% [================================================== ] 2168/2647 81% [================================================== ] 2169/2647 81% [================================================== ] 2170/2647 81% [================================================== ] 2171/2647 82% [================================================== ] 2172/2647 82% [================================================== ] 2173/2647 82% [================================================== ] 2174/2647 82% [================================================== ] 2175/2647 82% [================================================== ] 2176/2647 82% [================================================== ] 2177/2647 82% [=================================================== ] 2178/2647 82% [=================================================== ] 2179/2647 82% [=================================================== ] 2180/2647 82% [=================================================== ] 2181/2647 82% [=================================================== ] 2182/2647 82% [=================================================== ] 2183/2647 82% [=================================================== ] 2184/2647 82% [=================================================== ] 2185/2647 82% [=================================================== ] 2186/2647 82% [=================================================== ] 2187/2647 82% [=================================================== ] 2188/2647 82% [=================================================== ] 2189/2647 82% [=================================================== ] 2190/2647 82% [=================================================== ] 2191/2647 82% [=================================================== ] 2192/2647 82% [=================================================== ] 2193/2647 82% [=================================================== ] 2194/2647 82% [=================================================== ] 2195/2647 82% [=================================================== ] 2196/2647 82% [=================================================== ] 2197/2647 82% [=================================================== ] 2198/2647 83% [=================================================== ] 2199/2647 83% [=================================================== ] 2200/2647 83% [=================================================== ] 2201/2647 83% [=================================================== ] 2202/2647 83% [=================================================== ] 2203/2647 83% [=================================================== ] 2204/2647 83% [=================================================== ] 2205/2647 83% [=================================================== ] 2206/2647 83% [=================================================== ] 2207/2647 83% [=================================================== ] 2208/2647 83% [=================================================== ] 2209/2647 83% [=================================================== ] 2210/2647 83% [=================================================== ] 2211/2647 83% [=================================================== ] 2212/2647 83% [=================================================== ] 2213/2647 83% [=================================================== ] 2214/2647 83% [=================================================== ] 2215/2647 83% [=================================================== ] 2216/2647 83% [=================================================== ] 2217/2647 83% [=================================================== ] 2218/2647 83% [=================================================== ] 2219/2647 83% [=================================================== ] 2220/2647 83% [==================================================== ] 2221/2647 83% [==================================================== ] 2222/2647 83% [==================================================== ] 2223/2647 83% [==================================================== ] 2224/2647 84% [==================================================== ] 2225/2647 84% [==================================================== ] 2226/2647 84% [==================================================== ] 2227/2647 84% [==================================================== ] 2228/2647 84% [==================================================== ] 2229/2647 84% [==================================================== ] 2230/2647 84% [==================================================== ] 2231/2647 84% [==================================================== ] 2232/2647 84% [==================================================== ] 2233/2647 84% [==================================================== ] 2234/2647 84% [==================================================== ] 2235/2647 84% [==================================================== ] 2236/2647 84% [==================================================== ] 2237/2647 84% [==================================================== ] 2238/2647 84% [==================================================== ] 2239/2647 84% [==================================================== ] 2240/2647 84% [==================================================== ] 2241/2647 84% [==================================================== ] 2242/2647 84% [==================================================== ] 2243/2647 84% [==================================================== ] 2244/2647 84% [==================================================== ] 2245/2647 84% [==================================================== ] 2246/2647 84% [==================================================== ] 2247/2647 84% [==================================================== ] 2248/2647 84% [==================================================== ] 2249/2647 84% [==================================================== ] 2250/2647 85% [==================================================== ] 2251/2647 85% [==================================================== ] 2252/2647 85% [==================================================== ] 2253/2647 85% [==================================================== ] 2254/2647 85% [==================================================== ] 2255/2647 85% [==================================================== ] 2256/2647 85% [==================================================== ] 2257/2647 85% [==================================================== ] 2258/2647 85% [==================================================== ] 2259/2647 85% [==================================================== ] 2260/2647 85% [==================================================== ] 2261/2647 85% [==================================================== ] 2262/2647 85% [===================================================== ] 2263/2647 85% [===================================================== ] 2264/2647 85% [===================================================== ] 2265/2647 85% [===================================================== ] 2266/2647 85% [===================================================== ] 2267/2647 85% [===================================================== ] 2268/2647 85% [===================================================== ] 2269/2647 85% [===================================================== ] 2270/2647 85% [===================================================== ] 2271/2647 85% [===================================================== ] 2272/2647 85% [===================================================== ] 2273/2647 85% [===================================================== ] 2274/2647 85% [===================================================== ] 2275/2647 85% [===================================================== ] 2276/2647 85% [===================================================== ] 2277/2647 86% [===================================================== ] 2278/2647 86% [===================================================== ] 2279/2647 86% [===================================================== ] 2280/2647 86% [===================================================== ] 2281/2647 86% [===================================================== ] 2282/2647 86% [===================================================== ] 2283/2647 86% [===================================================== ] 2284/2647 86% [===================================================== ] 2285/2647 86% [===================================================== ] 2286/2647 86% [===================================================== ] 2287/2647 86% [===================================================== ] 2288/2647 86% [===================================================== ] 2289/2647 86% [===================================================== ] 2290/2647 86% [===================================================== ] 2291/2647 86% [===================================================== ] 2292/2647 86% [===================================================== ] 2293/2647 86% [===================================================== ] 2294/2647 86% [===================================================== ] 2295/2647 86% [===================================================== ] 2296/2647 86% [===================================================== ] 2297/2647 86% [===================================================== ] 2298/2647 86% [===================================================== ] 2299/2647 86% [===================================================== ] 2300/2647 86% [===================================================== ] 2301/2647 86% [===================================================== ] 2302/2647 86% [===================================================== ] 2303/2647 87% [===================================================== ] 2304/2647 87% [===================================================== ] 2305/2647 87% [====================================================== ] 2306/2647 87% [====================================================== ] 2307/2647 87% [====================================================== ] 2308/2647 87% [====================================================== ] 2309/2647 87% [====================================================== ] 2310/2647 87% [====================================================== ] 2311/2647 87% [====================================================== ] 2312/2647 87% [====================================================== ] 2313/2647 87% [====================================================== ] 2314/2647 87% [====================================================== ] 2315/2647 87% [====================================================== ] 2316/2647 87% [====================================================== ] 2317/2647 87% [====================================================== ] 2318/2647 87% [====================================================== ] 2319/2647 87% [====================================================== ] 2320/2647 87% [====================================================== ] 2321/2647 87% [====================================================== ] 2322/2647 87% [====================================================== ] 2323/2647 87% [====================================================== ] 2324/2647 87% [====================================================== ] 2325/2647 87% [====================================================== ] 2326/2647 87% [====================================================== ] 2327/2647 87% [====================================================== ] 2328/2647 87% [====================================================== ] 2329/2647 87% [====================================================== ] 2330/2647 88% [====================================================== ] 2331/2647 88% [====================================================== ] 2332/2647 88% [====================================================== ] 2333/2647 88% [====================================================== ] 2334/2647 88% [====================================================== ] 2335/2647 88% [====================================================== ] 2336/2647 88% [====================================================== ] 2337/2647 88% [====================================================== ] 2338/2647 88% [====================================================== ] 2339/2647 88% [====================================================== ] 2340/2647 88% [====================================================== ] 2341/2647 88% [====================================================== ] 2342/2647 88% [====================================================== ] 2343/2647 88% [====================================================== ] 2344/2647 88% [====================================================== ] 2345/2647 88% [====================================================== ] 2346/2647 88% [====================================================== ] 2347/2647 88% [====================================================== ] 2348/2647 88% [======================================================= ] 2349/2647 88% [======================================================= ] 2350/2647 88% [======================================================= ] 2351/2647 88% [======================================================= ] 2352/2647 88% [======================================================= ] 2353/2647 88% [======================================================= ] 2354/2647 88% [======================================================= ] 2355/2647 88% [======================================================= ] 2356/2647 89% [======================================================= ] 2357/2647 89% [======================================================= ] 2358/2647 89% [======================================================= ] 2359/2647 89% [======================================================= ] 2360/2647 89% [======================================================= ] 2361/2647 89% [======================================================= ] 2362/2647 89% [======================================================= ] 2363/2647 89% [======================================================= ] 2364/2647 89% [======================================================= ] 2365/2647 89% [======================================================= ] 2366/2647 89% [======================================================= ] 2367/2647 89% [======================================================= ] 2368/2647 89% [======================================================= ] 2369/2647 89% [======================================================= ] 2370/2647 89% [======================================================= ] 2371/2647 89% [======================================================= ] 2372/2647 89% [======================================================= ] 2373/2647 89% [======================================================= ] 2374/2647 89% [======================================================= ] 2375/2647 89% [======================================================= ] 2376/2647 89% [======================================================= ] 2377/2647 89% [======================================================= ] 2378/2647 89% [======================================================= ] 2379/2647 89% [======================================================= ] 2380/2647 89% [======================================================= ] 2381/2647 89% [======================================================= ] 2382/2647 89% [======================================================= ] 2383/2647 90% [======================================================= ] 2384/2647 90% [======================================================= ] 2385/2647 90% [======================================================= ] 2386/2647 90% [======================================================= ] 2387/2647 90% [======================================================= ] 2388/2647 90% [======================================================= ] 2389/2647 90% [======================================================= ] 2390/2647 90% [======================================================== ] 2391/2647 90% [======================================================== ] 2392/2647 90% [======================================================== ] 2393/2647 90% [======================================================== ] 2394/2647 90% [======================================================== ] 2395/2647 90% [======================================================== ] 2396/2647 90% [======================================================== ] 2397/2647 90% [======================================================== ] 2398/2647 90% [======================================================== ] 2399/2647 90% [======================================================== ] 2400/2647 90% [======================================================== ] 2401/2647 90% [======================================================== ] 2402/2647 90% [======================================================== ] 2403/2647 90% [======================================================== ] 2404/2647 90% [======================================================== ] 2405/2647 90% [======================================================== ] 2406/2647 90% [======================================================== ] 2407/2647 90% [======================================================== ] 2408/2647 90% [======================================================== ] 2409/2647 91% [======================================================== ] 2410/2647 91% [======================================================== ] 2411/2647 91% [======================================================== ] 2412/2647 91% [======================================================== ] 2413/2647 91% [======================================================== ] 2414/2647 91% [======================================================== ] 2415/2647 91% [======================================================== ] 2416/2647 91% [======================================================== ] 2417/2647 91% [======================================================== ] 2418/2647 91% [======================================================== ] 2419/2647 91% [======================================================== ] 2420/2647 91% [======================================================== ] 2421/2647 91% [======================================================== ] 2422/2647 91% [======================================================== ] 2423/2647 91% [======================================================== ] 2424/2647 91% [======================================================== ] 2425/2647 91% [======================================================== ] 2426/2647 91% [======================================================== ] 2427/2647 91% [======================================================== ] 2428/2647 91% [======================================================== ] 2429/2647 91% [======================================================== ] 2430/2647 91% [======================================================== ] 2431/2647 91% [======================================================== ] 2432/2647 91% [======================================================== ] 2433/2647 91% [========================================================= ] 2434/2647 91% [========================================================= ] 2435/2647 91% [========================================================= ] 2436/2647 92% [========================================================= ] 2437/2647 92% [========================================================= ] 2438/2647 92% [========================================================= ] 2439/2647 92% [========================================================= ] 2440/2647 92% [========================================================= ] 2441/2647 92% [========================================================= ] 2442/2647 92% [========================================================= ] 2443/2647 92% [========================================================= ] 2444/2647 92% [========================================================= ] 2445/2647 92% [========================================================= ] 2446/2647 92% [========================================================= ] 2447/2647 92% [========================================================= ] 2448/2647 92% [========================================================= ] 2449/2647 92% [========================================================= ] 2450/2647 92% [========================================================= ] 2451/2647 92% [========================================================= ] 2452/2647 92% [========================================================= ] 2453/2647 92% [========================================================= ] 2454/2647 92% [========================================================= ] 2455/2647 92% [========================================================= ] 2456/2647 92% [========================================================= ] 2457/2647 92% [========================================================= ] 2458/2647 92% [========================================================= ] 2459/2647 92% [========================================================= ] 2460/2647 92% [========================================================= ] 2461/2647 92% [========================================================= ] 2462/2647 93% [========================================================= ] 2463/2647 93% [========================================================= ] 2464/2647 93% [========================================================= ] 2465/2647 93% [========================================================= ] 2466/2647 93% [========================================================= ] 2467/2647 93% [========================================================= ] 2468/2647 93% [========================================================= ] 2469/2647 93% [========================================================= ] 2470/2647 93% [========================================================= ] 2471/2647 93% [========================================================= ] 2472/2647 93% [========================================================= ] 2473/2647 93% [========================================================= ] 2474/2647 93% [========================================================= ] 2475/2647 93% [========================================================= ] 2476/2647 93% [========================================================== ] 2477/2647 93% [========================================================== ] 2478/2647 93% [========================================================== ] 2479/2647 93% [========================================================== ] 2480/2647 93% [========================================================== ] 2481/2647 93% [========================================================== ] 2482/2647 93% [========================================================== ] 2483/2647 93% [========================================================== ] 2484/2647 93% [========================================================== ] 2485/2647 93% [========================================================== ] 2486/2647 93% [========================================================== ] 2487/2647 93% [========================================================== ] 2488/2647 93% [========================================================== ] 2489/2647 94% [========================================================== ] 2490/2647 94% [========================================================== ] 2491/2647 94% [========================================================== ] 2492/2647 94% [========================================================== ] 2493/2647 94% [========================================================== ] 2494/2647 94% [========================================================== ] 2495/2647 94% [========================================================== ] 2496/2647 94% [========================================================== ] 2497/2647 94% [========================================================== ] 2498/2647 94% [========================================================== ] 2499/2647 94% [========================================================== ] 2500/2647 94% [========================================================== ] 2501/2647 94% [========================================================== ] 2502/2647 94% [========================================================== ] 2503/2647 94% [========================================================== ] 2504/2647 94% [========================================================== ] 2505/2647 94% [========================================================== ] 2506/2647 94% [========================================================== ] 2507/2647 94% [========================================================== ] 2508/2647 94% [========================================================== ] 2509/2647 94% [========================================================== ] 2510/2647 94% [========================================================== ] 2511/2647 94% [========================================================== ] 2512/2647 94% [========================================================== ] 2513/2647 94% [========================================================== ] 2514/2647 94% [========================================================== ] 2515/2647 95% [========================================================== ] 2516/2647 95% [========================================================== ] 2517/2647 95% [========================================================== ] 2518/2647 95% [=========================================================== ] 2519/2647 95% [=========================================================== ] 2520/2647 95% [=========================================================== ] 2521/2647 95% [=========================================================== ] 2522/2647 95% [=========================================================== ] 2523/2647 95% [=========================================================== ] 2524/2647 95% [=========================================================== ] 2525/2647 95% [=========================================================== ] 2526/2647 95% [=========================================================== ] 2527/2647 95% [=========================================================== ] 2528/2647 95% [=========================================================== ] 2529/2647 95% [=========================================================== ] 2530/2647 95% [=========================================================== ] 2531/2647 95% [=========================================================== ] 2532/2647 95% [=========================================================== ] 2533/2647 95% [=========================================================== ] 2534/2647 95% [=========================================================== ] 2535/2647 95% [=========================================================== ] 2536/2647 95% [=========================================================== ] 2537/2647 95% [=========================================================== ] 2538/2647 95% [=========================================================== ] 2539/2647 95% [=========================================================== ] 2540/2647 95% [=========================================================== ] 2541/2647 95% [=========================================================== ] 2542/2647 96% [=========================================================== ] 2543/2647 96% [=========================================================== ] 2544/2647 96% [=========================================================== ] 2545/2647 96% [=========================================================== ] 2546/2647 96% [=========================================================== ] 2547/2647 96% [=========================================================== ] 2548/2647 96% [=========================================================== ] 2549/2647 96% [=========================================================== ] 2550/2647 96% [=========================================================== ] 2551/2647 96% [=========================================================== ] 2552/2647 96% [=========================================================== ] 2553/2647 96% [=========================================================== ] 2554/2647 96% [=========================================================== ] 2555/2647 96% [=========================================================== ] 2556/2647 96% [=========================================================== ] 2557/2647 96% [=========================================================== ] 2558/2647 96% [=========================================================== ] 2559/2647 96% [=========================================================== ] 2560/2647 96% [=========================================================== ] 2561/2647 96% [============================================================ ] 2562/2647 96% [============================================================ ] 2563/2647 96% [============================================================ ] 2564/2647 96% [============================================================ ] 2565/2647 96% [============================================================ ] 2566/2647 96% [============================================================ ] 2567/2647 96% [============================================================ ] 2568/2647 97% [============================================================ ] 2569/2647 97% [============================================================ ] 2570/2647 97% [============================================================ ] 2571/2647 97% [============================================================ ] 2572/2647 97% [============================================================ ] 2573/2647 97% [============================================================ ] 2574/2647 97% [============================================================ ] 2575/2647 97% [============================================================ ] 2576/2647 97% [============================================================ ] 2577/2647 97% [============================================================ ] 2578/2647 97% [============================================================ ] 2579/2647 97% [============================================================ ] 2580/2647 97% [============================================================ ] 2581/2647 97% [============================================================ ] 2582/2647 97% [============================================================ ] 2583/2647 97% [============================================================ ] 2584/2647 97% [============================================================ ] 2585/2647 97% [============================================================ ] 2586/2647 97% [============================================================ ] 2587/2647 97% [============================================================ ] 2588/2647 97% [============================================================ ] 2589/2647 97% [============================================================ ] 2590/2647 97% [============================================================ ] 2591/2647 97% [============================================================ ] 2592/2647 97% [============================================================ ] 2593/2647 97% [============================================================ ] 2594/2647 97% [============================================================ ] 2595/2647 98% [============================================================ ] 2596/2647 98% [============================================================ ] 2597/2647 98% [============================================================ ] 2598/2647 98% [============================================================ ] 2599/2647 98% [============================================================ ] 2600/2647 98% [============================================================ ] 2601/2647 98% [============================================================ ] 2602/2647 98% [============================================================ ] 2603/2647 98% [============================================================ ] 2604/2647 98% [============================================================= ] 2605/2647 98% [============================================================= ] 2606/2647 98% [============================================================= ] 2607/2647 98% [============================================================= ] 2608/2647 98% [============================================================= ] 2609/2647 98% [============================================================= ] 2610/2647 98% [============================================================= ] 2611/2647 98% [============================================================= ] 2612/2647 98% [============================================================= ] 2613/2647 98% [============================================================= ] 2614/2647 98% [============================================================= ] 2615/2647 98% [============================================================= ] 2616/2647 98% [============================================================= ] 2617/2647 98% [============================================================= ] 2618/2647 98% [============================================================= ] 2619/2647 98% [============================================================= ] 2620/2647 98% [============================================================= ] 2621/2647 99% [============================================================= ] 2622/2647 99% [============================================================= ] 2623/2647 99% [============================================================= ] 2624/2647 99% [============================================================= ] 2625/2647 99% [============================================================= ] 2626/2647 99% [============================================================= ] 2627/2647 99% [============================================================= ] 2628/2647 99% [============================================================= ] 2629/2647 99% [============================================================= ] 2630/2647 99% [============================================================= ] 2631/2647 99% [============================================================= ] 2632/2647 99% [============================================================= ] 2633/2647 99% [============================================================= ] 2634/2647 99% [============================================================= ] 2635/2647 99% [============================================================= ] 2636/2647 99% [============================================================= ] 2637/2647 99% [============================================================= ] 2638/2647 99% [============================================================= ] 2639/2647 99% [============================================================= ] 2640/2647 99% [============================================================= ] 2641/2647 99% [============================================================= ] 2642/2647 99% [============================================================= ] 2643/2647 99% [============================================================= ] 2644/2647 99% [============================================================= ] 2645/2647 99% [============================================================= ] 2646/2647 99% [==============================================================] 2647/2647 100% operation complete, 2647 objects in 77363 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2022.05-1935-g014ec19dfe9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.10.147 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 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.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 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-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> crun 1.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> flac 1.4.0 Collecting legal info COPYING.Xiph: OK (sha256: 6e58d3036f05e2a0d58af854c12a505ddbe75011d71a598a2170987f3b15408d) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> genpart 1.0.2 Collecting legal info >>> getent Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> janet 1.25.0 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libcodec2 1.0.5 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> mimic 1.1.0 Collecting legal info COPYING: OK (sha256: c423c1c6d260091d80ee4c00f386a10fea39963a3f1530f2c245f15dd20324ee) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> nano 6.4 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> obsidian-cursors 1.0 Collecting legal info >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.6 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> psplash 44afb7506d43cca15582b4c5b90ba5580344d75d Collecting legal info COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gdk-pixbuf 2.42.9 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> host-rust-bin 1.64.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.147: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'