>>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/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-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-3/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-3/output-1/target/etc/passwd if [ -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/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-3/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-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-6193-g93ae35df721"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05.2"; \ echo "PRETTY_NAME=\"Buildroot 2022.05.2\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.squashfs -noappend -processors 4 -b 1024K -nopad -comp lz4\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-3/output-1/images/rootfs.squashfs, block size 1048576. [=============================================================/] 2129/2129 100% Exportable Squashfs 4.0 filesystem, lz4 compressed, data block size 1048576 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 98259.30 Kbytes (95.96 Mbytes) 49.75% of uncompressed filesystem size (197497.03 Kbytes) Inode table size 40386 bytes (39.44 Kbytes) 41.21% of uncompressed inode table size (97999 bytes) Directory table size 39825 bytes (38.89 Kbytes) 66.48% of uncompressed directory table size (59909 bytes) Number of duplicate files found 21 Number of inodes 2626 Number of files 1984 Number of fragments 46 Number of symbolic links 478 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 164 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) www-data (33) Number of gids 2 root (0) www-data (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/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-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2626 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2626 0% [ ] 2/2626 0% [ ] 3/2626 0% [ ] 4/2626 0% [ ] 5/2626 0% [ ] 6/2626 0% [ ] 7/2626 0% [ ] 8/2626 0% [ ] 9/2626 0% [ ] 10/2626 0% [ ] 11/2626 0% [ ] 12/2626 0% [ ] 13/2626 0% [ ] 14/2626 0% [ ] 15/2626 0% [ ] 16/2626 0% [ ] 17/2626 0% [ ] 18/2626 0% [ ] 19/2626 0% [ ] 20/2626 0% [ ] 21/2626 0% [ ] 22/2626 0% [ ] 23/2626 0% [ ] 24/2626 0% [ ] 25/2626 0% [ ] 26/2626 0% [ ] 27/2626 1% [ ] 28/2626 1% [ ] 29/2626 1% [ ] 30/2626 1% [ ] 31/2626 1% [ ] 32/2626 1% [ ] 33/2626 1% [ ] 34/2626 1% [ ] 35/2626 1% [ ] 36/2626 1% [ ] 37/2626 1% [ ] 38/2626 1% [ ] 39/2626 1% [ ] 40/2626 1% [ ] 41/2626 1% [ ] 42/2626 1% [= ] 43/2626 1% [= ] 44/2626 1% [= ] 45/2626 1% [= ] 46/2626 1% [= ] 47/2626 1% [= ] 48/2626 1% [= ] 49/2626 1% [= ] 50/2626 1% [= ] 51/2626 1% [= ] 52/2626 1% [= ] 53/2626 2% [= ] 54/2626 2% [= ] 55/2626 2% [= ] 56/2626 2% [= ] 57/2626 2% [= ] 58/2626 2% [= ] 59/2626 2% [= ] 60/2626 2% [= ] 61/2626 2% [= ] 62/2626 2% [= ] 63/2626 2% [= ] 64/2626 2% [= ] 65/2626 2% [= ] 66/2626 2% [= ] 67/2626 2% [= ] 68/2626 2% [= ] 69/2626 2% [= ] 70/2626 2% [= ] 71/2626 2% [= ] 72/2626 2% [= ] 73/2626 2% [= ] 74/2626 2% [= ] 75/2626 2% [= ] 76/2626 2% [= ] 77/2626 2% [= ] 78/2626 2% [= ] 79/2626 3% [= ] 80/2626 3% [= ] 81/2626 3% [= ] 82/2626 3% [= ] 83/2626 3% [= ] 84/2626 3% [== ] 85/2626 3% [== ] 86/2626 3% [== ] 87/2626 3% [== ] 88/2626 3% [== ] 89/2626 3% [== ] 90/2626 3% [== ] 91/2626 3% [== ] 92/2626 3% [== ] 93/2626 3% [== ] 94/2626 3% [== ] 95/2626 3% [== ] 96/2626 3% [== ] 97/2626 3% [== ] 98/2626 3% [== ] 99/2626 3% [== ] 100/2626 3% [== ] 101/2626 3% [== ] 102/2626 3% [== ] 103/2626 3% [== ] 104/2626 3% [== ] 105/2626 3% [== ] 106/2626 4% [== ] 107/2626 4% [== ] 108/2626 4% [== ] 109/2626 4% [== ] 110/2626 4% [== ] 111/2626 4% [== ] 112/2626 4% [== ] 113/2626 4% [== ] 114/2626 4% [== ] 115/2626 4% [== ] 116/2626 4% [== ] 117/2626 4% [== ] 118/2626 4% [== ] 119/2626 4% [== ] 120/2626 4% [== ] 121/2626 4% [== ] 122/2626 4% [== ] 123/2626 4% [== ] 124/2626 4% [== ] 125/2626 4% [== ] 126/2626 4% [== ] 127/2626 4% [=== ] 128/2626 4% [=== ] 129/2626 4% [=== ] 130/2626 4% [=== ] 131/2626 4% [=== ] 132/2626 5% [=== ] 133/2626 5% [=== ] 134/2626 5% [=== ] 135/2626 5% [=== ] 136/2626 5% [=== ] 137/2626 5% [=== ] 138/2626 5% [=== ] 139/2626 5% [=== ] 140/2626 5% [=== ] 141/2626 5% [=== ] 142/2626 5% [=== ] 143/2626 5% [=== ] 144/2626 5% [=== ] 145/2626 5% [=== ] 146/2626 5% [=== ] 147/2626 5% [=== ] 148/2626 5% [=== ] 149/2626 5% [=== ] 150/2626 5% [=== ] 151/2626 5% [=== ] 152/2626 5% [=== ] 153/2626 5% [=== ] 154/2626 5% [=== ] 155/2626 5% [=== ] 156/2626 5% [=== ] 157/2626 5% [=== ] 158/2626 6% [=== ] 159/2626 6% [=== ] 160/2626 6% [=== ] 161/2626 6% [=== ] 162/2626 6% [=== ] 163/2626 6% [=== ] 164/2626 6% [=== ] 165/2626 6% [=== ] 166/2626 6% [=== ] 167/2626 6% [=== ] 168/2626 6% [=== ] 169/2626 6% [==== ] 170/2626 6% [==== ] 171/2626 6% [==== ] 172/2626 6% [==== ] 173/2626 6% [==== ] 174/2626 6% [==== ] 175/2626 6% [==== ] 176/2626 6% [==== ] 177/2626 6% [==== ] 178/2626 6% [==== ] 179/2626 6% [==== ] 180/2626 6% [==== ] 181/2626 6% [==== ] 182/2626 6% [==== ] 183/2626 6% [==== ] 184/2626 7% [==== ] 185/2626 7% [==== ] 186/2626 7% [==== ] 187/2626 7% [==== ] 188/2626 7% [==== ] 189/2626 7% [==== ] 190/2626 7% [==== ] 191/2626 7% [==== ] 192/2626 7% [==== ] 193/2626 7% [==== ] 194/2626 7% [==== ] 195/2626 7% [==== ] 196/2626 7% [==== ] 197/2626 7% [==== ] 198/2626 7% [==== ] 199/2626 7% [==== ] 200/2626 7% [==== ] 201/2626 7% [==== ] 202/2626 7% [==== ] 203/2626 7% [==== ] 204/2626 7% [==== ] 205/2626 7% [==== ] 206/2626 7% [==== ] 207/2626 7% [==== ] 208/2626 7% [==== ] 209/2626 7% [==== ] 210/2626 7% [==== ] 211/2626 8% [===== ] 212/2626 8% [===== ] 213/2626 8% [===== ] 214/2626 8% [===== ] 215/2626 8% [===== ] 216/2626 8% [===== ] 217/2626 8% [===== ] 218/2626 8% [===== ] 219/2626 8% [===== ] 220/2626 8% [===== ] 221/2626 8% [===== ] 222/2626 8% [===== ] 223/2626 8% [===== ] 224/2626 8% [===== ] 225/2626 8% [===== ] 226/2626 8% [===== ] 227/2626 8% [===== ] 228/2626 8% [===== ] 229/2626 8% [===== ] 230/2626 8% [===== ] 231/2626 8% [===== ] 232/2626 8% [===== ] 233/2626 8% [===== ] 234/2626 8% [===== ] 235/2626 8% [===== ] 236/2626 8% [===== ] 237/2626 9% [===== ] 238/2626 9% [===== ] 239/2626 9% [===== ] 240/2626 9% [===== ] 241/2626 9% [===== ] 242/2626 9% [===== ] 243/2626 9% [===== ] 244/2626 9% [===== ] 245/2626 9% [===== ] 246/2626 9% [===== ] 247/2626 9% [===== ] 248/2626 9% [===== ] 249/2626 9% [===== ] 250/2626 9% [===== ] 251/2626 9% [===== ] 252/2626 9% [===== ] 253/2626 9% [===== ] 254/2626 9% [====== ] 255/2626 9% [====== ] 256/2626 9% [====== ] 257/2626 9% [====== ] 258/2626 9% [====== ] 259/2626 9% [====== ] 260/2626 9% [====== ] 261/2626 9% [====== ] 262/2626 9% [====== ] 263/2626 10% [====== ] 264/2626 10% [====== ] 265/2626 10% [====== ] 266/2626 10% [====== ] 267/2626 10% [====== ] 268/2626 10% [====== ] 269/2626 10% [====== ] 270/2626 10% [====== ] 271/2626 10% [====== ] 272/2626 10% [====== ] 273/2626 10% [====== ] 274/2626 10% [====== ] 275/2626 10% [====== ] 276/2626 10% [====== ] 277/2626 10% [====== ] 278/2626 10% [====== ] 279/2626 10% [====== ] 280/2626 10% [====== ] 281/2626 10% [====== ] 282/2626 10% [====== ] 283/2626 10% [====== ] 284/2626 10% [====== ] 285/2626 10% [====== ] 286/2626 10% [====== ] 287/2626 10% [====== ] 288/2626 10% [====== ] 289/2626 11% [====== ] 290/2626 11% [====== ] 291/2626 11% [====== ] 292/2626 11% [====== ] 293/2626 11% [====== ] 294/2626 11% [====== ] 295/2626 11% [====== ] 296/2626 11% [======= ] 297/2626 11% [======= ] 298/2626 11% [======= ] 299/2626 11% [======= ] 300/2626 11% [======= ] 301/2626 11% [======= ] 302/2626 11% [======= ] 303/2626 11% [======= ] 304/2626 11% [======= ] 305/2626 11% [======= ] 306/2626 11% [======= ] 307/2626 11% [======= ] 308/2626 11% [======= ] 309/2626 11% [======= ] 310/2626 11% [======= ] 311/2626 11% [======= ] 312/2626 11% [======= ] 313/2626 11% [======= ] 314/2626 11% [======= ] 315/2626 11% [======= ] 316/2626 12% [======= ] 317/2626 12% [======= ] 318/2626 12% [======= ] 319/2626 12% [======= ] 320/2626 12% [======= ] 321/2626 12% [======= ] 322/2626 12% [======= ] 323/2626 12% [======= ] 324/2626 12% [======= ] 325/2626 12% [======= ] 326/2626 12% [======= ] 327/2626 12% [======= ] 328/2626 12% [======= ] 329/2626 12% [======= ] 330/2626 12% [======= ] 331/2626 12% [======= ] 332/2626 12% [======= ] 333/2626 12% [======= ] 334/2626 12% [======= ] 335/2626 12% [======= ] 336/2626 12% [======= ] 337/2626 12% [======= ] 338/2626 12% [======== ] 339/2626 12% [======== ] 340/2626 12% [======== ] 341/2626 12% [======== ] 342/2626 13% [======== ] 343/2626 13% [======== ] 344/2626 13% [======== ] 345/2626 13% [======== ] 346/2626 13% [======== ] 347/2626 13% [======== ] 348/2626 13% [======== ] 349/2626 13% [======== ] 350/2626 13% [======== ] 351/2626 13% [======== ] 352/2626 13% [======== ] 353/2626 13% [======== ] 354/2626 13% [======== ] 355/2626 13% [======== ] 356/2626 13% [======== ] 357/2626 13% [======== ] 358/2626 13% [======== ] 359/2626 13% [======== ] 360/2626 13% [======== ] 361/2626 13% [======== ] 362/2626 13% [======== ] 363/2626 13% [======== ] 364/2626 13% [======== ] 365/2626 13% [======== ] 366/2626 13% [======== ] 367/2626 13% [======== ] 368/2626 14% [======== ] 369/2626 14% [======== ] 370/2626 14% [======== ] 371/2626 14% [======== ] 372/2626 14% [======== ] 373/2626 14% [======== ] 374/2626 14% [======== ] 375/2626 14% [======== ] 376/2626 14% [======== ] 377/2626 14% [======== ] 378/2626 14% [======== ] 379/2626 14% [======== ] 380/2626 14% [======== ] 381/2626 14% [========= ] 382/2626 14% [========= ] 383/2626 14% [========= ] 384/2626 14% [========= ] 385/2626 14% [========= ] 386/2626 14% [========= ] 387/2626 14% [========= ] 388/2626 14% [========= ] 389/2626 14% [========= ] 390/2626 14% [========= ] 391/2626 14% [========= ] 392/2626 14% [========= ] 393/2626 14% [========= ] 394/2626 15% [========= ] 395/2626 15% [========= ] 396/2626 15% [========= ] 397/2626 15% [========= ] 398/2626 15% [========= ] 399/2626 15% [========= ] 400/2626 15% [========= ] 401/2626 15% [========= ] 402/2626 15% [========= ] 403/2626 15% [========= ] 404/2626 15% [========= ] 405/2626 15% [========= ] 406/2626 15% [========= ] 407/2626 15% [========= ] 408/2626 15% [========= ] 409/2626 15% [========= ] 410/2626 15% [========= ] 411/2626 15% [========= ] 412/2626 15% [========= ] 413/2626 15% [========= ] 414/2626 15% [========= ] 415/2626 15% [========= ] 416/2626 15% [========= ] 417/2626 15% [========= ] 418/2626 15% [========= ] 419/2626 15% [========= ] 420/2626 15% [========= ] 421/2626 16% [========= ] 422/2626 16% [========= ] 423/2626 16% [========== ] 424/2626 16% [========== ] 425/2626 16% [========== ] 426/2626 16% [========== ] 427/2626 16% [========== ] 428/2626 16% [========== ] 429/2626 16% [========== ] 430/2626 16% [========== ] 431/2626 16% [========== ] 432/2626 16% [========== ] 433/2626 16% [========== ] 434/2626 16% [========== ] 435/2626 16% [========== ] 436/2626 16% [========== ] 437/2626 16% [========== ] 438/2626 16% [========== ] 439/2626 16% [========== ] 440/2626 16% [========== ] 441/2626 16% [========== ] 442/2626 16% [========== ] 443/2626 16% [========== ] 444/2626 16% [========== ] 445/2626 16% [========== ] 446/2626 16% [========== ] 447/2626 17% [========== ] 448/2626 17% [========== ] 449/2626 17% [========== ] 450/2626 17% [========== ] 451/2626 17% [========== ] 452/2626 17% [========== ] 453/2626 17% [========== ] 454/2626 17% [========== ] 455/2626 17% [========== ] 456/2626 17% [========== ] 457/2626 17% [========== ] 458/2626 17% [========== ] 459/2626 17% [========== ] 460/2626 17% [========== ] 461/2626 17% [========== ] 462/2626 17% [========== ] 463/2626 17% [========== ] 464/2626 17% [========== ] 465/2626 17% [=========== ] 466/2626 17% [=========== ] 467/2626 17% [=========== ] 468/2626 17% [=========== ] 469/2626 17% [=========== ] 470/2626 17% [=========== ] 471/2626 17% [=========== ] 472/2626 17% [=========== ] 473/2626 18% [=========== ] 474/2626 18% [=========== ] 475/2626 18% [=========== ] 476/2626 18% [=========== ] 477/2626 18% [=========== ] 478/2626 18% [=========== ] 479/2626 18% [=========== ] 480/2626 18% [=========== ] 481/2626 18% [=========== ] 482/2626 18% [=========== ] 483/2626 18% [=========== ] 484/2626 18% [=========== ] 485/2626 18% [=========== ] 486/2626 18% [=========== ] 487/2626 18% [=========== ] 488/2626 18% [=========== ] 489/2626 18% [=========== ] 490/2626 18% [=========== ] 491/2626 18% [=========== ] 492/2626 18% [=========== ] 493/2626 18% [=========== ] 494/2626 18% [=========== ] 495/2626 18% [=========== ] 496/2626 18% [=========== ] 497/2626 18% [=========== ] 498/2626 18% [=========== ] 499/2626 19% [=========== ] 500/2626 19% [=========== ] 501/2626 19% [=========== ] 502/2626 19% [=========== ] 503/2626 19% [=========== ] 504/2626 19% [=========== ] 505/2626 19% [=========== ] 506/2626 19% [=========== ] 507/2626 19% [=========== ] 508/2626 19% [============ ] 509/2626 19% [============ ] 510/2626 19% [============ ] 511/2626 19% [============ ] 512/2626 19% [============ ] 513/2626 19% [============ ] 514/2626 19% [============ ] 515/2626 19% [============ ] 516/2626 19% [============ ] 517/2626 19% [============ ] 518/2626 19% [============ ] 519/2626 19% [============ ] 520/2626 19% [============ ] 521/2626 19% [============ ] 522/2626 19% [============ ] 523/2626 19% [============ ] 524/2626 19% [============ ] 525/2626 19% [============ ] 526/2626 20% [============ ] 527/2626 20% [============ ] 528/2626 20% [============ ] 529/2626 20% [============ ] 530/2626 20% [============ ] 531/2626 20% [============ ] 532/2626 20% [============ ] 533/2626 20% [============ ] 534/2626 20% [============ ] 535/2626 20% [============ ] 536/2626 20% [============ ] 537/2626 20% [============ ] 538/2626 20% [============ ] 539/2626 20% [============ ] 540/2626 20% [============ ] 541/2626 20% [============ ] 542/2626 20% [============ ] 543/2626 20% [============ ] 544/2626 20% [============ ] 545/2626 20% [============ ] 546/2626 20% [============ ] 547/2626 20% [============ ] 548/2626 20% [============ ] 549/2626 20% [============ ] 550/2626 20% [============= ] 551/2626 20% [============= ] 552/2626 21% [============= ] 553/2626 21% [============= ] 554/2626 21% [============= ] 555/2626 21% [============= ] 556/2626 21% [============= ] 557/2626 21% [============= ] 558/2626 21% [============= ] 559/2626 21% [============= ] 560/2626 21% [============= ] 561/2626 21% [============= ] 562/2626 21% [============= ] 563/2626 21% [============= ] 564/2626 21% [============= ] 565/2626 21% [============= ] 566/2626 21% [============= ] 567/2626 21% [============= ] 568/2626 21% [============= ] 569/2626 21% [============= ] 570/2626 21% [============= ] 571/2626 21% [============= ] 572/2626 21% [============= ] 573/2626 21% [============= ] 574/2626 21% [============= ] 575/2626 21% [============= ] 576/2626 21% [============= ] 577/2626 21% [============= ] 578/2626 22% [============= ] 579/2626 22% [============= ] 580/2626 22% [============= ] 581/2626 22% [============= ] 582/2626 22% [============= ] 583/2626 22% [============= ] 584/2626 22% [============= ] 585/2626 22% [============= ] 586/2626 22% [============= ] 587/2626 22% [============= ] 588/2626 22% [============= ] 589/2626 22% [============= ] 590/2626 22% [============= ] 591/2626 22% [============= ] 592/2626 22% [============== ] 593/2626 22% [============== ] 594/2626 22% [============== ] 595/2626 22% [============== ] 596/2626 22% [============== ] 597/2626 22% [============== ] 598/2626 22% [============== ] 599/2626 22% [============== ] 600/2626 22% [============== ] 601/2626 22% [============== ] 602/2626 22% [============== ] 603/2626 22% [============== ] 604/2626 23% [============== ] 605/2626 23% [============== ] 606/2626 23% [============== ] 607/2626 23% [============== ] 608/2626 23% [============== ] 609/2626 23% [============== ] 610/2626 23% [============== ] 611/2626 23% [============== ] 612/2626 23% [============== ] 613/2626 23% [============== ] 614/2626 23% [============== ] 615/2626 23% [============== ] 616/2626 23% [============== ] 617/2626 23% [============== ] 618/2626 23% [============== ] 619/2626 23% [============== ] 620/2626 23% [============== ] 621/2626 23% [============== ] 622/2626 23% [============== ] 623/2626 23% [============== ] 624/2626 23% [============== ] 625/2626 23% [============== ] 626/2626 23% [============== ] 627/2626 23% [============== ] 628/2626 23% [============== ] 629/2626 23% [============== ] 630/2626 23% [============== ] 631/2626 24% [============== ] 632/2626 24% [============== ] 633/2626 24% [============== ] 634/2626 24% [============== ] 635/2626 24% [=============== ] 636/2626 24% [=============== ] 637/2626 24% [=============== ] 638/2626 24% [=============== ] 639/2626 24% [=============== ] 640/2626 24% [=============== ] 641/2626 24% [=============== ] 642/2626 24% [=============== ] 643/2626 24% [=============== ] 644/2626 24% [=============== ] 645/2626 24% [=============== ] 646/2626 24% [=============== ] 647/2626 24% [=============== ] 648/2626 24% [=============== ] 649/2626 24% [=============== ] 650/2626 24% [=============== ] 651/2626 24% [=============== ] 652/2626 24% [=============== ] 653/2626 24% [=============== ] 654/2626 24% [=============== ] 655/2626 24% [=============== ] 656/2626 24% [=============== ] 657/2626 25% [=============== ] 658/2626 25% [=============== ] 659/2626 25% [=============== ] 660/2626 25% [=============== ] 661/2626 25% [=============== ] 662/2626 25% [=============== ] 663/2626 25% [=============== ] 664/2626 25% [=============== ] 665/2626 25% [=============== ] 666/2626 25% [=============== ] 667/2626 25% [=============== ] 668/2626 25% [=============== ] 669/2626 25% [=============== ] 670/2626 25% [=============== ] 671/2626 25% [=============== ] 672/2626 25% [=============== ] 673/2626 25% [=============== ] 674/2626 25% [=============== ] 675/2626 25% [=============== ] 676/2626 25% [=============== ] 677/2626 25% [================ ] 678/2626 25% [================ ] 679/2626 25% [================ ] 680/2626 25% [================ ] 681/2626 25% [================ ] 682/2626 25% [================ ] 683/2626 26% [================ ] 684/2626 26% [================ ] 685/2626 26% [================ ] 686/2626 26% [================ ] 687/2626 26% [================ ] 688/2626 26% [================ ] 689/2626 26% [================ ] 690/2626 26% [================ ] 691/2626 26% [================ ] 692/2626 26% [================ ] 693/2626 26% [================ ] 694/2626 26% [================ ] 695/2626 26% [================ ] 696/2626 26% [================ ] 697/2626 26% [================ ] 698/2626 26% [================ ] 699/2626 26% [================ ] 700/2626 26% [================ ] 701/2626 26% [================ ] 702/2626 26% [================ ] 703/2626 26% [================ ] 704/2626 26% [================ ] 705/2626 26% [================ ] 706/2626 26% [================ ] 707/2626 26% [================ ] 708/2626 26% [================ ] 709/2626 26% [================ ] 710/2626 27% [================ ] 711/2626 27% [================ ] 712/2626 27% [================ ] 713/2626 27% [================ ] 714/2626 27% [================ ] 715/2626 27% [================ ] 716/2626 27% [================ ] 717/2626 27% [================ ] 718/2626 27% [================ ] 719/2626 27% [================ ] 720/2626 27% [================= ] 721/2626 27% [================= ] 722/2626 27% [================= ] 723/2626 27% [================= ] 724/2626 27% [================= ] 725/2626 27% [================= ] 726/2626 27% [================= ] 727/2626 27% [================= ] 728/2626 27% [================= ] 729/2626 27% [================= ] 730/2626 27% [================= ] 731/2626 27% [================= ] 732/2626 27% [================= ] 733/2626 27% [================= ] 734/2626 27% [================= ] 735/2626 27% [================= ] 736/2626 28% [================= ] 737/2626 28% [================= ] 738/2626 28% [================= ] 739/2626 28% [================= ] 740/2626 28% [================= ] 741/2626 28% [================= ] 742/2626 28% [================= ] 743/2626 28% [================= ] 744/2626 28% [================= ] 745/2626 28% [================= ] 746/2626 28% [================= ] 747/2626 28% [================= ] 748/2626 28% [================= ] 749/2626 28% [================= ] 750/2626 28% [================= ] 751/2626 28% [================= ] 752/2626 28% [================= ] 753/2626 28% [================= ] 754/2626 28% [================= ] 755/2626 28% [================= ] 756/2626 28% [================= ] 757/2626 28% [================= ] 758/2626 28% [================= ] 759/2626 28% [================= ] 760/2626 28% [================= ] 761/2626 28% [================= ] 762/2626 29% [================== ] 763/2626 29% [================== ] 764/2626 29% [================== ] 765/2626 29% [================== ] 766/2626 29% [================== ] 767/2626 29% [================== ] 768/2626 29% [================== ] 769/2626 29% [================== ] 770/2626 29% [================== ] 771/2626 29% [================== ] 772/2626 29% [================== ] 773/2626 29% [================== ] 774/2626 29% [================== ] 775/2626 29% [================== ] 776/2626 29% [================== ] 777/2626 29% [================== ] 778/2626 29% [================== ] 779/2626 29% [================== ] 780/2626 29% [================== ] 781/2626 29% [================== ] 782/2626 29% [================== ] 783/2626 29% [================== ] 784/2626 29% [================== ] 785/2626 29% [================== ] 786/2626 29% [================== ] 787/2626 29% [================== ] 788/2626 30% [================== ] 789/2626 30% [================== ] 790/2626 30% [================== ] 791/2626 30% [================== ] 792/2626 30% [================== ] 793/2626 30% [================== ] 794/2626 30% [================== ] 795/2626 30% [================== ] 796/2626 30% [================== ] 797/2626 30% [================== ] 798/2626 30% [================== ] 799/2626 30% [================== ] 800/2626 30% [================== ] 801/2626 30% [================== ] 802/2626 30% [================== ] 803/2626 30% [================== ] 804/2626 30% [=================== ] 805/2626 30% [=================== ] 806/2626 30% [=================== ] 807/2626 30% [=================== ] 808/2626 30% [=================== ] 809/2626 30% [=================== ] 810/2626 30% [=================== ] 811/2626 30% [=================== ] 812/2626 30% [=================== ] 813/2626 30% [=================== ] 814/2626 30% [=================== ] 815/2626 31% [=================== ] 816/2626 31% [=================== ] 817/2626 31% [=================== ] 818/2626 31% [=================== ] 819/2626 31% [=================== ] 820/2626 31% [=================== ] 821/2626 31% [=================== ] 822/2626 31% [=================== ] 823/2626 31% [=================== ] 824/2626 31% [=================== ] 825/2626 31% [=================== ] 826/2626 31% [=================== ] 827/2626 31% [=================== ] 828/2626 31% [=================== ] 829/2626 31% [=================== ] 830/2626 31% [=================== ] 831/2626 31% [=================== ] 832/2626 31% [=================== ] 833/2626 31% [=================== ] 834/2626 31% [=================== ] 835/2626 31% [=================== ] 836/2626 31% [=================== ] 837/2626 31% [=================== ] 838/2626 31% [=================== ] 839/2626 31% [=================== ] 840/2626 31% [=================== ] 841/2626 32% [=================== ] 842/2626 32% [=================== ] 843/2626 32% [=================== ] 844/2626 32% [=================== ] 845/2626 32% [=================== ] 846/2626 32% [=================== ] 847/2626 32% [==================== ] 848/2626 32% [==================== ] 849/2626 32% [==================== ] 850/2626 32% [==================== ] 851/2626 32% [==================== ] 852/2626 32% [==================== ] 853/2626 32% [==================== ] 854/2626 32% [==================== ] 855/2626 32% [==================== ] 856/2626 32% [==================== ] 857/2626 32% [==================== ] 858/2626 32% [==================== ] 859/2626 32% [==================== ] 860/2626 32% [==================== ] 861/2626 32% [==================== ] 862/2626 32% [==================== ] 863/2626 32% [==================== ] 864/2626 32% [==================== ] 865/2626 32% [==================== ] 866/2626 32% [==================== ] 867/2626 33% [==================== ] 868/2626 33% [==================== ] 869/2626 33% [==================== ] 870/2626 33% [==================== ] 871/2626 33% [==================== ] 872/2626 33% [==================== ] 873/2626 33% [==================== ] 874/2626 33% [==================== ] 875/2626 33% [==================== ] 876/2626 33% [==================== ] 877/2626 33% [==================== ] 878/2626 33% [==================== ] 879/2626 33% [==================== ] 880/2626 33% [==================== ] 881/2626 33% [==================== ] 882/2626 33% [==================== ] 883/2626 33% [==================== ] 884/2626 33% [==================== ] 885/2626 33% [==================== ] 886/2626 33% [==================== ] 887/2626 33% [==================== ] 888/2626 33% [==================== ] 889/2626 33% [===================== ] 890/2626 33% [===================== ] 891/2626 33% [===================== ] 892/2626 33% [===================== ] 893/2626 34% [===================== ] 894/2626 34% [===================== ] 895/2626 34% [===================== ] 896/2626 34% [===================== ] 897/2626 34% [===================== ] 898/2626 34% [===================== ] 899/2626 34% [===================== ] 900/2626 34% [===================== ] 901/2626 34% [===================== ] 902/2626 34% [===================== ] 903/2626 34% [===================== ] 904/2626 34% [===================== ] 905/2626 34% [===================== ] 906/2626 34% [===================== ] 907/2626 34% [===================== ] 908/2626 34% [===================== ] 909/2626 34% [===================== ] 910/2626 34% [===================== ] 911/2626 34% [===================== ] 912/2626 34% [===================== ] 913/2626 34% [===================== ] 914/2626 34% [===================== ] 915/2626 34% [===================== ] 916/2626 34% [===================== ] 917/2626 34% [===================== ] 918/2626 34% [===================== ] 919/2626 34% [===================== ] 920/2626 35% [===================== ] 921/2626 35% [===================== ] 922/2626 35% [===================== ] 923/2626 35% [===================== ] 924/2626 35% [===================== ] 925/2626 35% [===================== ] 926/2626 35% [===================== ] 927/2626 35% [===================== ] 928/2626 35% [===================== ] 929/2626 35% [===================== ] 930/2626 35% [===================== ] 931/2626 35% [====================== ] 932/2626 35% [====================== ] 933/2626 35% [====================== ] 934/2626 35% [====================== ] 935/2626 35% [====================== ] 936/2626 35% [====================== ] 937/2626 35% [====================== ] 938/2626 35% [====================== ] 939/2626 35% [====================== ] 940/2626 35% [====================== ] 941/2626 35% [====================== ] 942/2626 35% [====================== ] 943/2626 35% [====================== ] 944/2626 35% [====================== ] 945/2626 35% [====================== ] 946/2626 36% [====================== ] 947/2626 36% [====================== ] 948/2626 36% [====================== ] 949/2626 36% [====================== ] 950/2626 36% [====================== ] 951/2626 36% [====================== ] 952/2626 36% [====================== ] 953/2626 36% [====================== ] 954/2626 36% [====================== ] 955/2626 36% [====================== ] 956/2626 36% [====================== ] 957/2626 36% [====================== ] 958/2626 36% [====================== ] 959/2626 36% [====================== ] 960/2626 36% [====================== ] 961/2626 36% [====================== ] 962/2626 36% [====================== ] 963/2626 36% [====================== ] 964/2626 36% [====================== ] 965/2626 36% [====================== ] 966/2626 36% [====================== ] 967/2626 36% [====================== ] 968/2626 36% [====================== ] 969/2626 36% [====================== ] 970/2626 36% [====================== ] 971/2626 36% [====================== ] 972/2626 37% [====================== ] 973/2626 37% [====================== ] 974/2626 37% [======================= ] 975/2626 37% [======================= ] 976/2626 37% [======================= ] 977/2626 37% [======================= ] 978/2626 37% [======================= ] 979/2626 37% [======================= ] 980/2626 37% [======================= ] 981/2626 37% [======================= ] 982/2626 37% [======================= ] 983/2626 37% [======================= ] 984/2626 37% [======================= ] 985/2626 37% [======================= ] 986/2626 37% [======================= ] 987/2626 37% [======================= ] 988/2626 37% [======================= ] 989/2626 37% [======================= ] 990/2626 37% [======================= ] 991/2626 37% [======================= ] 992/2626 37% [======================= ] 993/2626 37% [======================= ] 994/2626 37% [======================= ] 995/2626 37% [======================= ] 996/2626 37% [======================= ] 997/2626 37% [======================= ] 998/2626 38% [======================= ] 999/2626 38% [======================= ] 1000/2626 38% [======================= ] 1001/2626 38% [======================= ] 1002/2626 38% [======================= ] 1003/2626 38% [======================= ] 1004/2626 38% [======================= ] 1005/2626 38% [======================= ] 1006/2626 38% [======================= ] 1007/2626 38% [======================= ] 1008/2626 38% [======================= ] 1009/2626 38% [======================= ] 1010/2626 38% [======================= ] 1011/2626 38% [======================= ] 1012/2626 38% [======================= ] 1013/2626 38% [======================= ] 1014/2626 38% [======================= ] 1015/2626 38% [======================= ] 1016/2626 38% [======================== ] 1017/2626 38% [======================== ] 1018/2626 38% [======================== ] 1019/2626 38% [======================== ] 1020/2626 38% [======================== ] 1021/2626 38% [======================== ] 1022/2626 38% [======================== ] 1023/2626 38% [======================== ] 1024/2626 38% [======================== ] 1025/2626 39% [======================== ] 1026/2626 39% [======================== ] 1027/2626 39% [======================== ] 1028/2626 39% [======================== ] 1029/2626 39% [======================== ] 1030/2626 39% [======================== ] 1031/2626 39% [======================== ] 1032/2626 39% [======================== ] 1033/2626 39% [======================== ] 1034/2626 39% [======================== ] 1035/2626 39% [======================== ] 1036/2626 39% [======================== ] 1037/2626 39% [======================== ] 1038/2626 39% [======================== ] 1039/2626 39% [======================== ] 1040/2626 39% [======================== ] 1041/2626 39% [======================== ] 1042/2626 39% [======================== ] 1043/2626 39% [======================== ] 1044/2626 39% [======================== ] 1045/2626 39% [======================== ] 1046/2626 39% [======================== ] 1047/2626 39% [======================== ] 1048/2626 39% [======================== ] 1049/2626 39% [======================== ] 1050/2626 39% [======================== ] 1051/2626 40% [======================== ] 1052/2626 40% [======================== ] 1053/2626 40% [======================== ] 1054/2626 40% [======================== ] 1055/2626 40% [======================== ] 1056/2626 40% [======================== ] 1057/2626 40% [======================== ] 1058/2626 40% [========================= ] 1059/2626 40% [========================= ] 1060/2626 40% [========================= ] 1061/2626 40% [========================= ] 1062/2626 40% [========================= ] 1063/2626 40% [========================= ] 1064/2626 40% [========================= ] 1065/2626 40% [========================= ] 1066/2626 40% [========================= ] 1067/2626 40% [========================= ] 1068/2626 40% [========================= ] 1069/2626 40% [========================= ] 1070/2626 40% [========================= ] 1071/2626 40% [========================= ] 1072/2626 40% [========================= ] 1073/2626 40% [========================= ] 1074/2626 40% [========================= ] 1075/2626 40% [========================= ] 1076/2626 40% [========================= ] 1077/2626 41% [========================= ] 1078/2626 41% [========================= ] 1079/2626 41% [========================= ] 1080/2626 41% [========================= ] 1081/2626 41% [========================= ] 1082/2626 41% [========================= ] 1083/2626 41% [========================= ] 1084/2626 41% [========================= ] 1085/2626 41% [========================= ] 1086/2626 41% [========================= ] 1087/2626 41% [========================= ] 1088/2626 41% [========================= ] 1089/2626 41% [========================= ] 1090/2626 41% [========================= ] 1091/2626 41% [========================= ] 1092/2626 41% [========================= ] 1093/2626 41% [========================= ] 1094/2626 41% [========================= ] 1095/2626 41% [========================= ] 1096/2626 41% [========================= ] 1097/2626 41% [========================= ] 1098/2626 41% [========================= ] 1099/2626 41% [========================= ] 1100/2626 41% [========================= ] 1101/2626 41% [========================== ] 1102/2626 41% [========================== ] 1103/2626 42% [========================== ] 1104/2626 42% [========================== ] 1105/2626 42% [========================== ] 1106/2626 42% [========================== ] 1107/2626 42% [========================== ] 1108/2626 42% [========================== ] 1109/2626 42% [========================== ] 1110/2626 42% [========================== ] 1111/2626 42% [========================== ] 1112/2626 42% [========================== ] 1113/2626 42% [========================== ] 1114/2626 42% [========================== ] 1115/2626 42% [========================== ] 1116/2626 42% [========================== ] 1117/2626 42% [========================== ] 1118/2626 42% [========================== ] 1119/2626 42% [========================== ] 1120/2626 42% [========================== ] 1121/2626 42% [========================== ] 1122/2626 42% [========================== ] 1123/2626 42% [========================== ] 1124/2626 42% [========================== ] 1125/2626 42% [========================== ] 1126/2626 42% [========================== ] 1127/2626 42% [========================== ] 1128/2626 42% [========================== ] 1129/2626 42% [========================== ] 1130/2626 43% [========================== ] 1131/2626 43% [========================== ] 1132/2626 43% [========================== ] 1133/2626 43% [========================== ] 1134/2626 43% [========================== ] 1135/2626 43% [========================== ] 1136/2626 43% [========================== ] 1137/2626 43% [========================== ] 1138/2626 43% [========================== ] 1139/2626 43% [========================== ] 1140/2626 43% [========================== ] 1141/2626 43% [========================== ] 1142/2626 43% [========================== ] 1143/2626 43% [=========================== ] 1144/2626 43% [=========================== ] 1145/2626 43% [=========================== ] 1146/2626 43% [=========================== ] 1147/2626 43% [=========================== ] 1148/2626 43% [=========================== ] 1149/2626 43% [=========================== ] 1150/2626 43% [=========================== ] 1151/2626 43% [=========================== ] 1152/2626 43% [=========================== ] 1153/2626 43% [=========================== ] 1154/2626 43% [=========================== ] 1155/2626 43% [=========================== ] 1156/2626 44% [=========================== ] 1157/2626 44% [=========================== ] 1158/2626 44% [=========================== ] 1159/2626 44% [=========================== ] 1160/2626 44% [=========================== ] 1161/2626 44% [=========================== ] 1162/2626 44% [=========================== ] 1163/2626 44% [=========================== ] 1164/2626 44% [=========================== ] 1165/2626 44% [=========================== ] 1166/2626 44% [=========================== ] 1167/2626 44% [=========================== ] 1168/2626 44% [=========================== ] 1169/2626 44% [=========================== ] 1170/2626 44% [=========================== ] 1171/2626 44% [=========================== ] 1172/2626 44% [=========================== ] 1173/2626 44% [=========================== ] 1174/2626 44% [=========================== ] 1175/2626 44% [=========================== ] 1176/2626 44% [=========================== ] 1177/2626 44% [=========================== ] 1178/2626 44% [=========================== ] 1179/2626 44% [=========================== ] 1180/2626 44% [=========================== ] 1181/2626 44% [=========================== ] 1182/2626 45% [=========================== ] 1183/2626 45% [=========================== ] 1184/2626 45% [=========================== ] 1185/2626 45% [============================ ] 1186/2626 45% [============================ ] 1187/2626 45% [============================ ] 1188/2626 45% [============================ ] 1189/2626 45% [============================ ] 1190/2626 45% [============================ ] 1191/2626 45% [============================ ] 1192/2626 45% [============================ ] 1193/2626 45% [============================ ] 1194/2626 45% [============================ ] 1195/2626 45% [============================ ] 1196/2626 45% [============================ ] 1197/2626 45% [============================ ] 1198/2626 45% [============================ ] 1199/2626 45% [============================ ] 1200/2626 45% [============================ ] 1201/2626 45% [============================ ] 1202/2626 45% [============================ ] 1203/2626 45% [============================ ] 1204/2626 45% [============================ ] 1205/2626 45% [============================ ] 1206/2626 45% [============================ ] 1207/2626 45% [============================ ] 1208/2626 46% [============================ ] 1209/2626 46% [============================ ] 1210/2626 46% [============================ ] 1211/2626 46% [============================ ] 1212/2626 46% [============================ ] 1213/2626 46% [============================ ] 1214/2626 46% [============================ ] 1215/2626 46% [============================ ] 1216/2626 46% [============================ ] 1217/2626 46% [============================ ] 1218/2626 46% [============================ ] 1219/2626 46% [============================ ] 1220/2626 46% [============================ ] 1221/2626 46% [============================ ] 1222/2626 46% [============================ ] 1223/2626 46% [============================ ] 1224/2626 46% [============================ ] 1225/2626 46% [============================ ] 1226/2626 46% [============================ ] 1227/2626 46% [============================ ] 1228/2626 46% [============================= ] 1229/2626 46% [============================= ] 1230/2626 46% [============================= ] 1231/2626 46% [============================= ] 1232/2626 46% [============================= ] 1233/2626 46% [============================= ] 1234/2626 46% [============================= ] 1235/2626 47% [============================= ] 1236/2626 47% [============================= ] 1237/2626 47% [============================= ] 1238/2626 47% [============================= ] 1239/2626 47% [============================= ] 1240/2626 47% [============================= ] 1241/2626 47% [============================= ] 1242/2626 47% [============================= ] 1243/2626 47% [============================= ] 1244/2626 47% [============================= ] 1245/2626 47% [============================= ] 1246/2626 47% [============================= ] 1247/2626 47% [============================= ] 1248/2626 47% [============================= ] 1249/2626 47% [============================= ] 1250/2626 47% [============================= ] 1251/2626 47% [============================= ] 1252/2626 47% [============================= ] 1253/2626 47% [============================= ] 1254/2626 47% [============================= ] 1255/2626 47% [============================= ] 1256/2626 47% [============================= ] 1257/2626 47% [============================= ] 1258/2626 47% [============================= ] 1259/2626 47% [============================= ] 1260/2626 47% [============================= ] 1261/2626 48% [============================= ] 1262/2626 48% [============================= ] 1263/2626 48% [============================= ] 1264/2626 48% [============================= ] 1265/2626 48% [============================= ] 1266/2626 48% [============================= ] 1267/2626 48% [============================= ] 1268/2626 48% [============================= ] 1269/2626 48% [============================= ] 1270/2626 48% [============================== ] 1271/2626 48% [============================== ] 1272/2626 48% [============================== ] 1273/2626 48% [============================== ] 1274/2626 48% [============================== ] 1275/2626 48% [============================== ] 1276/2626 48% [============================== ] 1277/2626 48% [============================== ] 1278/2626 48% [============================== ] 1279/2626 48% [============================== ] 1280/2626 48% [============================== ] 1281/2626 48% [============================== ] 1282/2626 48% [============================== ] 1283/2626 48% [============================== ] 1284/2626 48% [============================== ] 1285/2626 48% [============================== ] 1286/2626 48% [============================== ] 1287/2626 49% [============================== ] 1288/2626 49% [============================== ] 1289/2626 49% [============================== ] 1290/2626 49% [============================== ] 1291/2626 49% [============================== ] 1292/2626 49% [============================== ] 1293/2626 49% [============================== ] 1294/2626 49% [============================== ] 1295/2626 49% [============================== ] 1296/2626 49% [============================== ] 1297/2626 49% [============================== ] 1298/2626 49% [============================== ] 1299/2626 49% [============================== ] 1300/2626 49% [============================== ] 1301/2626 49% [============================== ] 1302/2626 49% [============================== ] 1303/2626 49% [============================== ] 1304/2626 49% [============================== ] 1305/2626 49% [============================== ] 1306/2626 49% [============================== ] 1307/2626 49% [============================== ] 1308/2626 49% [============================== ] 1309/2626 49% [============================== ] 1310/2626 49% [============================== ] 1311/2626 49% [============================== ] 1312/2626 49% [=============================== ] 1313/2626 50% [=============================== ] 1314/2626 50% [=============================== ] 1315/2626 50% [=============================== ] 1316/2626 50% [=============================== ] 1317/2626 50% [=============================== ] 1318/2626 50% [=============================== ] 1319/2626 50% [=============================== ] 1320/2626 50% [=============================== ] 1321/2626 50% [=============================== ] 1322/2626 50% [=============================== ] 1323/2626 50% [=============================== ] 1324/2626 50% [=============================== ] 1325/2626 50% [=============================== ] 1326/2626 50% [=============================== ] 1327/2626 50% [=============================== ] 1328/2626 50% [=============================== ] 1329/2626 50% [=============================== ] 1330/2626 50% [=============================== ] 1331/2626 50% [=============================== ] 1332/2626 50% [=============================== ] 1333/2626 50% [=============================== ] 1334/2626 50% [=============================== ] 1335/2626 50% [=============================== ] 1336/2626 50% [=============================== ] 1337/2626 50% [=============================== ] 1338/2626 50% [=============================== ] 1339/2626 50% [=============================== ] 1340/2626 51% [=============================== ] 1341/2626 51% [=============================== ] 1342/2626 51% [=============================== ] 1343/2626 51% [=============================== ] 1344/2626 51% [=============================== ] 1345/2626 51% [=============================== ] 1346/2626 51% [=============================== ] 1347/2626 51% [=============================== ] 1348/2626 51% [=============================== ] 1349/2626 51% [=============================== ] 1350/2626 51% [=============================== ] 1351/2626 51% [=============================== ] 1352/2626 51% [=============================== ] 1353/2626 51% [=============================== ] 1354/2626 51% [=============================== ] 1355/2626 51% [================================ ] 1356/2626 51% [================================ ] 1357/2626 51% [================================ ] 1358/2626 51% [================================ ] 1359/2626 51% [================================ ] 1360/2626 51% [================================ ] 1361/2626 51% [================================ ] 1362/2626 51% [================================ ] 1363/2626 51% [================================ ] 1364/2626 51% [================================ ] 1365/2626 51% [================================ ] 1366/2626 52% [================================ ] 1367/2626 52% [================================ ] 1368/2626 52% [================================ ] 1369/2626 52% [================================ ] 1370/2626 52% [================================ ] 1371/2626 52% [================================ ] 1372/2626 52% [================================ ] 1373/2626 52% [================================ ] 1374/2626 52% [================================ ] 1375/2626 52% [================================ ] 1376/2626 52% [================================ ] 1377/2626 52% [================================ ] 1378/2626 52% [================================ ] 1379/2626 52% [================================ ] 1380/2626 52% [================================ ] 1381/2626 52% [================================ ] 1382/2626 52% [================================ ] 1383/2626 52% [================================ ] 1384/2626 52% [================================ ] 1385/2626 52% [================================ ] 1386/2626 52% [================================ ] 1387/2626 52% [================================ ] 1388/2626 52% [================================ ] 1389/2626 52% [================================ ] 1390/2626 52% [================================ ] 1391/2626 52% [================================ ] 1392/2626 53% [================================ ] 1393/2626 53% [================================ ] 1394/2626 53% [================================ ] 1395/2626 53% [================================ ] 1396/2626 53% [================================ ] 1397/2626 53% [================================= ] 1398/2626 53% [================================= ] 1399/2626 53% [================================= ] 1400/2626 53% [================================= ] 1401/2626 53% [================================= ] 1402/2626 53% [================================= ] 1403/2626 53% [================================= ] 1404/2626 53% [================================= ] 1405/2626 53% [================================= ] 1406/2626 53% [================================= ] 1407/2626 53% [================================= ] 1408/2626 53% [================================= ] 1409/2626 53% [================================= ] 1410/2626 53% [================================= ] 1411/2626 53% [================================= ] 1412/2626 53% [================================= ] 1413/2626 53% [================================= ] 1414/2626 53% [================================= ] 1415/2626 53% [================================= ] 1416/2626 53% [================================= ] 1417/2626 53% [================================= ] 1418/2626 53% [================================= ] 1419/2626 54% [================================= ] 1420/2626 54% [================================= ] 1421/2626 54% [================================= ] 1422/2626 54% [================================= ] 1423/2626 54% [================================= ] 1424/2626 54% [================================= ] 1425/2626 54% [================================= ] 1426/2626 54% [================================= ] 1427/2626 54% [================================= ] 1428/2626 54% [================================= ] 1429/2626 54% [================================= ] 1430/2626 54% [================================= ] 1431/2626 54% [================================= ] 1432/2626 54% [================================= ] 1433/2626 54% [================================= ] 1434/2626 54% [================================= ] 1435/2626 54% [================================= ] 1436/2626 54% [================================= ] 1437/2626 54% [================================= ] 1438/2626 54% [================================= ] 1439/2626 54% [================================= ] 1440/2626 54% [================================== ] 1441/2626 54% [================================== ] 1442/2626 54% [================================== ] 1443/2626 54% [================================== ] 1444/2626 54% [================================== ] 1445/2626 55% [================================== ] 1446/2626 55% [================================== ] 1447/2626 55% [================================== ] 1448/2626 55% [================================== ] 1449/2626 55% [================================== ] 1450/2626 55% [================================== ] 1451/2626 55% [================================== ] 1452/2626 55% [================================== ] 1453/2626 55% [================================== ] 1454/2626 55% [================================== ] 1455/2626 55% [================================== ] 1456/2626 55% [================================== ] 1457/2626 55% [================================== ] 1458/2626 55% [================================== ] 1459/2626 55% [================================== ] 1460/2626 55% [================================== ] 1461/2626 55% [================================== ] 1462/2626 55% [================================== ] 1463/2626 55% [================================== ] 1464/2626 55% [================================== ] 1465/2626 55% [================================== ] 1466/2626 55% [================================== ] 1467/2626 55% [================================== ] 1468/2626 55% [================================== ] 1469/2626 55% [================================== ] 1470/2626 55% [================================== ] 1471/2626 56% [================================== ] 1472/2626 56% [================================== ] 1473/2626 56% [================================== ] 1474/2626 56% [================================== ] 1475/2626 56% [================================== ] 1476/2626 56% [================================== ] 1477/2626 56% [================================== ] 1478/2626 56% [================================== ] 1479/2626 56% [================================== ] 1480/2626 56% [================================== ] 1481/2626 56% [================================== ] 1482/2626 56% [=================================== ] 1483/2626 56% [=================================== ] 1484/2626 56% [=================================== ] 1485/2626 56% [=================================== ] 1486/2626 56% [=================================== ] 1487/2626 56% [=================================== ] 1488/2626 56% [=================================== ] 1489/2626 56% [=================================== ] 1490/2626 56% [=================================== ] 1491/2626 56% [=================================== ] 1492/2626 56% [=================================== ] 1493/2626 56% [=================================== ] 1494/2626 56% [=================================== ] 1495/2626 56% [=================================== ] 1496/2626 56% [=================================== ] 1497/2626 57% [=================================== ] 1498/2626 57% [=================================== ] 1499/2626 57% [=================================== ] 1500/2626 57% [=================================== ] 1501/2626 57% [=================================== ] 1502/2626 57% [=================================== ] 1503/2626 57% [=================================== ] 1504/2626 57% [=================================== ] 1505/2626 57% [=================================== ] 1506/2626 57% [=================================== ] 1507/2626 57% [=================================== ] 1508/2626 57% [=================================== ] 1509/2626 57% [=================================== ] 1510/2626 57% [=================================== ] 1511/2626 57% [=================================== ] 1512/2626 57% [=================================== ] 1513/2626 57% [=================================== ] 1514/2626 57% [=================================== ] 1515/2626 57% [=================================== ] 1516/2626 57% [=================================== ] 1517/2626 57% [=================================== ] 1518/2626 57% [=================================== ] 1519/2626 57% [=================================== ] 1520/2626 57% [=================================== ] 1521/2626 57% [=================================== ] 1522/2626 57% [=================================== ] 1523/2626 57% [=================================== ] 1524/2626 58% [==================================== ] 1525/2626 58% [==================================== ] 1526/2626 58% [==================================== ] 1527/2626 58% [==================================== ] 1528/2626 58% [==================================== ] 1529/2626 58% [==================================== ] 1530/2626 58% [==================================== ] 1531/2626 58% [==================================== ] 1532/2626 58% [==================================== ] 1533/2626 58% [==================================== ] 1534/2626 58% [==================================== ] 1535/2626 58% [==================================== ] 1536/2626 58% [==================================== ] 1537/2626 58% [==================================== ] 1538/2626 58% [==================================== ] 1539/2626 58% [==================================== ] 1540/2626 58% [==================================== ] 1541/2626 58% [==================================== ] 1542/2626 58% [==================================== ] 1543/2626 58% [==================================== ] 1544/2626 58% [==================================== ] 1545/2626 58% [==================================== ] 1546/2626 58% [==================================== ] 1547/2626 58% [==================================== ] 1548/2626 58% [==================================== ] 1549/2626 58% [==================================== ] 1550/2626 59% [==================================== ] 1551/2626 59% [==================================== ] 1552/2626 59% [==================================== ] 1553/2626 59% [==================================== ] 1554/2626 59% [==================================== ] 1555/2626 59% [==================================== ] 1556/2626 59% [==================================== ] 1557/2626 59% [==================================== ] 1558/2626 59% [==================================== ] 1559/2626 59% [==================================== ] 1560/2626 59% [==================================== ] 1561/2626 59% [==================================== ] 1562/2626 59% [==================================== ] 1563/2626 59% [==================================== ] 1564/2626 59% [==================================== ] 1565/2626 59% [==================================== ] 1566/2626 59% [==================================== ] 1567/2626 59% [===================================== ] 1568/2626 59% [===================================== ] 1569/2626 59% [===================================== ] 1570/2626 59% [===================================== ] 1571/2626 59% [===================================== ] 1572/2626 59% [===================================== ] 1573/2626 59% [===================================== ] 1574/2626 59% [===================================== ] 1575/2626 59% [===================================== ] 1576/2626 60% [===================================== ] 1577/2626 60% [===================================== ] 1578/2626 60% [===================================== ] 1579/2626 60% [===================================== ] 1580/2626 60% [===================================== ] 1581/2626 60% [===================================== ] 1582/2626 60% [===================================== ] 1583/2626 60% [===================================== ] 1584/2626 60% [===================================== ] 1585/2626 60% [===================================== ] 1586/2626 60% [===================================== ] 1587/2626 60% [===================================== ] 1588/2626 60% [===================================== ] 1589/2626 60% [===================================== ] 1590/2626 60% [===================================== ] 1591/2626 60% [===================================== ] 1592/2626 60% [===================================== ] 1593/2626 60% [===================================== ] 1594/2626 60% [===================================== ] 1595/2626 60% [===================================== ] 1596/2626 60% [===================================== ] 1597/2626 60% [===================================== ] 1598/2626 60% [===================================== ] 1599/2626 60% [===================================== ] 1600/2626 60% [===================================== ] 1601/2626 60% [===================================== ] 1602/2626 61% [===================================== ] 1603/2626 61% [===================================== ] 1604/2626 61% [===================================== ] 1605/2626 61% [===================================== ] 1606/2626 61% [===================================== ] 1607/2626 61% [===================================== ] 1608/2626 61% [===================================== ] 1609/2626 61% [====================================== ] 1610/2626 61% [====================================== ] 1611/2626 61% [====================================== ] 1612/2626 61% [====================================== ] 1613/2626 61% [====================================== ] 1614/2626 61% [====================================== ] 1615/2626 61% [====================================== ] 1616/2626 61% [====================================== ] 1617/2626 61% [====================================== ] 1618/2626 61% [====================================== ] 1619/2626 61% [====================================== ] 1620/2626 61% [====================================== ] 1621/2626 61% [====================================== ] 1622/2626 61% [====================================== ] 1623/2626 61% [====================================== ] 1624/2626 61% [====================================== ] 1625/2626 61% [====================================== ] 1626/2626 61% [====================================== ] 1627/2626 61% [====================================== ] 1628/2626 61% [====================================== ] 1629/2626 62% [====================================== ] 1630/2626 62% [====================================== ] 1631/2626 62% [====================================== ] 1632/2626 62% [====================================== ] 1633/2626 62% [====================================== ] 1634/2626 62% [====================================== ] 1635/2626 62% [====================================== ] 1636/2626 62% [====================================== ] 1637/2626 62% [====================================== ] 1638/2626 62% [====================================== ] 1639/2626 62% [====================================== ] 1640/2626 62% [====================================== ] 1641/2626 62% [====================================== ] 1642/2626 62% [====================================== ] 1643/2626 62% [====================================== ] 1644/2626 62% [====================================== ] 1645/2626 62% [====================================== ] 1646/2626 62% [====================================== ] 1647/2626 62% [====================================== ] 1648/2626 62% [====================================== ] 1649/2626 62% [====================================== ] 1650/2626 62% [====================================== ] 1651/2626 62% [======================================= ] 1652/2626 62% [======================================= ] 1653/2626 62% [======================================= ] 1654/2626 62% [======================================= ] 1655/2626 63% [======================================= ] 1656/2626 63% [======================================= ] 1657/2626 63% [======================================= ] 1658/2626 63% [======================================= ] 1659/2626 63% [======================================= ] 1660/2626 63% [======================================= ] 1661/2626 63% [======================================= ] 1662/2626 63% [======================================= ] 1663/2626 63% [======================================= ] 1664/2626 63% [======================================= ] 1665/2626 63% [======================================= ] 1666/2626 63% [======================================= ] 1667/2626 63% [======================================= ] 1668/2626 63% [======================================= ] 1669/2626 63% [======================================= ] 1670/2626 63% [======================================= ] 1671/2626 63% [======================================= ] 1672/2626 63% [======================================= ] 1673/2626 63% [======================================= ] 1674/2626 63% [======================================= ] 1675/2626 63% [======================================= ] 1676/2626 63% [======================================= ] 1677/2626 63% [======================================= ] 1678/2626 63% [======================================= ] 1679/2626 63% [======================================= ] 1680/2626 63% [======================================= ] 1681/2626 64% [======================================= ] 1682/2626 64% [======================================= ] 1683/2626 64% [======================================= ] 1684/2626 64% [======================================= ] 1685/2626 64% [======================================= ] 1686/2626 64% [======================================= ] 1687/2626 64% [======================================= ] 1688/2626 64% [======================================= ] 1689/2626 64% [======================================= ] 1690/2626 64% [======================================= ] 1691/2626 64% [======================================= ] 1692/2626 64% [======================================= ] 1693/2626 64% [======================================= ] 1694/2626 64% [======================================== ] 1695/2626 64% [======================================== ] 1696/2626 64% [======================================== ] 1697/2626 64% [======================================== ] 1698/2626 64% [======================================== ] 1699/2626 64% [======================================== ] 1700/2626 64% [======================================== ] 1701/2626 64% [======================================== ] 1702/2626 64% [======================================== ] 1703/2626 64% [======================================== ] 1704/2626 64% [======================================== ] 1705/2626 64% [======================================== ] 1706/2626 64% [======================================== ] 1707/2626 65% [======================================== ] 1708/2626 65% [======================================== ] 1709/2626 65% [======================================== ] 1710/2626 65% [======================================== ] 1711/2626 65% [======================================== ] 1712/2626 65% [======================================== ] 1713/2626 65% [======================================== ] 1714/2626 65% [======================================== ] 1715/2626 65% [======================================== ] 1716/2626 65% [======================================== ] 1717/2626 65% [======================================== ] 1718/2626 65% [======================================== ] 1719/2626 65% [======================================== ] 1720/2626 65% [======================================== ] 1721/2626 65% [======================================== ] 1722/2626 65% [======================================== ] 1723/2626 65% [======================================== ] 1724/2626 65% [======================================== ] 1725/2626 65% [======================================== ] 1726/2626 65% [======================================== ] 1727/2626 65% [======================================== ] 1728/2626 65% [======================================== ] 1729/2626 65% [======================================== ] 1730/2626 65% [======================================== ] 1731/2626 65% [======================================== ] 1732/2626 65% [======================================== ] 1733/2626 65% [======================================== ] 1734/2626 66% [======================================== ] 1735/2626 66% [======================================== ] 1736/2626 66% [========================================= ] 1737/2626 66% [========================================= ] 1738/2626 66% [========================================= ] 1739/2626 66% [========================================= ] 1740/2626 66% [========================================= ] 1741/2626 66% [========================================= ] 1742/2626 66% [========================================= ] 1743/2626 66% [========================================= ] 1744/2626 66% [========================================= ] 1745/2626 66% [========================================= ] 1746/2626 66% [========================================= ] 1747/2626 66% [========================================= ] 1748/2626 66% [========================================= ] 1749/2626 66% [========================================= ] 1750/2626 66% [========================================= ] 1751/2626 66% [========================================= ] 1752/2626 66% [========================================= ] 1753/2626 66% [========================================= ] 1754/2626 66% [========================================= ] 1755/2626 66% [========================================= ] 1756/2626 66% [========================================= ] 1757/2626 66% [========================================= ] 1758/2626 66% [========================================= ] 1759/2626 66% [========================================= ] 1760/2626 67% [========================================= ] 1761/2626 67% [========================================= ] 1762/2626 67% [========================================= ] 1763/2626 67% [========================================= ] 1764/2626 67% [========================================= ] 1765/2626 67% [========================================= ] 1766/2626 67% [========================================= ] 1767/2626 67% [========================================= ] 1768/2626 67% [========================================= ] 1769/2626 67% [========================================= ] 1770/2626 67% [========================================= ] 1771/2626 67% [========================================= ] 1772/2626 67% [========================================= ] 1773/2626 67% [========================================= ] 1774/2626 67% [========================================= ] 1775/2626 67% [========================================= ] 1776/2626 67% [========================================= ] 1777/2626 67% [========================================= ] 1778/2626 67% [========================================== ] 1779/2626 67% [========================================== ] 1780/2626 67% [========================================== ] 1781/2626 67% [========================================== ] 1782/2626 67% [========================================== ] 1783/2626 67% [========================================== ] 1784/2626 67% [========================================== ] 1785/2626 67% [========================================== ] 1786/2626 68% [========================================== ] 1787/2626 68% [========================================== ] 1788/2626 68% [========================================== ] 1789/2626 68% [========================================== ] 1790/2626 68% [========================================== ] 1791/2626 68% [========================================== ] 1792/2626 68% [========================================== ] 1793/2626 68% [========================================== ] 1794/2626 68% [========================================== ] 1795/2626 68% [========================================== ] 1796/2626 68% [========================================== ] 1797/2626 68% [========================================== ] 1798/2626 68% [========================================== ] 1799/2626 68% [========================================== ] 1800/2626 68% [========================================== ] 1801/2626 68% [========================================== ] 1802/2626 68% [========================================== ] 1803/2626 68% [========================================== ] 1804/2626 68% [========================================== ] 1805/2626 68% [========================================== ] 1806/2626 68% [========================================== ] 1807/2626 68% [========================================== ] 1808/2626 68% [========================================== ] 1809/2626 68% [========================================== ] 1810/2626 68% [========================================== ] 1811/2626 68% [========================================== ] 1812/2626 69% [========================================== ] 1813/2626 69% [========================================== ] 1814/2626 69% [========================================== ] 1815/2626 69% [========================================== ] 1816/2626 69% [========================================== ] 1817/2626 69% [========================================== ] 1818/2626 69% [========================================== ] 1819/2626 69% [========================================== ] 1820/2626 69% [========================================== ] 1821/2626 69% [=========================================== ] 1822/2626 69% [=========================================== ] 1823/2626 69% [=========================================== ] 1824/2626 69% [=========================================== ] 1825/2626 69% [=========================================== ] 1826/2626 69% [=========================================== ] 1827/2626 69% [=========================================== ] 1828/2626 69% [=========================================== ] 1829/2626 69% [=========================================== ] 1830/2626 69% [=========================================== ] 1831/2626 69% [=========================================== ] 1832/2626 69% [=========================================== ] 1833/2626 69% [=========================================== ] 1834/2626 69% [=========================================== ] 1835/2626 69% [=========================================== ] 1836/2626 69% [=========================================== ] 1837/2626 69% [=========================================== ] 1838/2626 69% [=========================================== ] 1839/2626 70% [=========================================== ] 1840/2626 70% [=========================================== ] 1841/2626 70% [=========================================== ] 1842/2626 70% [=========================================== ] 1843/2626 70% [=========================================== ] 1844/2626 70% [=========================================== ] 1845/2626 70% [=========================================== ] 1846/2626 70% [=========================================== ] 1847/2626 70% [=========================================== ] 1848/2626 70% [=========================================== ] 1849/2626 70% [=========================================== ] 1850/2626 70% [=========================================== ] 1851/2626 70% [=========================================== ] 1852/2626 70% [=========================================== ] 1853/2626 70% [=========================================== ] 1854/2626 70% [=========================================== ] 1855/2626 70% [=========================================== ] 1856/2626 70% [=========================================== ] 1857/2626 70% [=========================================== ] 1858/2626 70% [=========================================== ] 1859/2626 70% [=========================================== ] 1860/2626 70% [=========================================== ] 1861/2626 70% [=========================================== ] 1862/2626 70% [=========================================== ] 1863/2626 70% [============================================ ] 1864/2626 70% [============================================ ] 1865/2626 71% [============================================ ] 1866/2626 71% [============================================ ] 1867/2626 71% [============================================ ] 1868/2626 71% [============================================ ] 1869/2626 71% [============================================ ] 1870/2626 71% [============================================ ] 1871/2626 71% [============================================ ] 1872/2626 71% [============================================ ] 1873/2626 71% [============================================ ] 1874/2626 71% [============================================ ] 1875/2626 71% [============================================ ] 1876/2626 71% [============================================ ] 1877/2626 71% [============================================ ] 1878/2626 71% [============================================ ] 1879/2626 71% [============================================ ] 1880/2626 71% [============================================ ] 1881/2626 71% [============================================ ] 1882/2626 71% [============================================ ] 1883/2626 71% [============================================ ] 1884/2626 71% [============================================ ] 1885/2626 71% [============================================ ] 1886/2626 71% [============================================ ] 1887/2626 71% [============================================ ] 1888/2626 71% [============================================ ] 1889/2626 71% [============================================ ] 1890/2626 71% [============================================ ] 1891/2626 72% [============================================ ] 1892/2626 72% [============================================ ] 1893/2626 72% [============================================ ] 1894/2626 72% [============================================ ] 1895/2626 72% [============================================ ] 1896/2626 72% [============================================ ] 1897/2626 72% [============================================ ] 1898/2626 72% [============================================ ] 1899/2626 72% [============================================ ] 1900/2626 72% [============================================ ] 1901/2626 72% [============================================ ] 1902/2626 72% [============================================ ] 1903/2626 72% [============================================ ] 1904/2626 72% [============================================ ] 1905/2626 72% [============================================= ] 1906/2626 72% [============================================= ] 1907/2626 72% [============================================= ] 1908/2626 72% [============================================= ] 1909/2626 72% [============================================= ] 1910/2626 72% [============================================= ] 1911/2626 72% [============================================= ] 1912/2626 72% [============================================= ] 1913/2626 72% [============================================= ] 1914/2626 72% [============================================= ] 1915/2626 72% [============================================= ] 1916/2626 72% [============================================= ] 1917/2626 73% [============================================= ] 1918/2626 73% [============================================= ] 1919/2626 73% [============================================= ] 1920/2626 73% [============================================= ] 1921/2626 73% [============================================= ] 1922/2626 73% [============================================= ] 1923/2626 73% [============================================= ] 1924/2626 73% [============================================= ] 1925/2626 73% [============================================= ] 1926/2626 73% [============================================= ] 1927/2626 73% [============================================= ] 1928/2626 73% [============================================= ] 1929/2626 73% [============================================= ] 1930/2626 73% [============================================= ] 1931/2626 73% [============================================= ] 1932/2626 73% [============================================= ] 1933/2626 73% [============================================= ] 1934/2626 73% [============================================= ] 1935/2626 73% [============================================= ] 1936/2626 73% [============================================= ] 1937/2626 73% [============================================= ] 1938/2626 73% [============================================= ] 1939/2626 73% [============================================= ] 1940/2626 73% [============================================= ] 1941/2626 73% [============================================= ] 1942/2626 73% [============================================= ] 1943/2626 73% [============================================= ] 1944/2626 74% [============================================= ] 1945/2626 74% [============================================= ] 1946/2626 74% [============================================= ] 1947/2626 74% [============================================= ] 1948/2626 74% [============================================== ] 1949/2626 74% [============================================== ] 1950/2626 74% [============================================== ] 1951/2626 74% [============================================== ] 1952/2626 74% [============================================== ] 1953/2626 74% [============================================== ] 1954/2626 74% [============================================== ] 1955/2626 74% [============================================== ] 1956/2626 74% [============================================== ] 1957/2626 74% [============================================== ] 1958/2626 74% [============================================== ] 1959/2626 74% [============================================== ] 1960/2626 74% [============================================== ] 1961/2626 74% [============================================== ] 1962/2626 74% [============================================== ] 1963/2626 74% [============================================== ] 1964/2626 74% [============================================== ] 1965/2626 74% [============================================== ] 1966/2626 74% [============================================== ] 1967/2626 74% [============================================== ] 1968/2626 74% [============================================== ] 1969/2626 74% [============================================== ] 1970/2626 75% [============================================== ] 1971/2626 75% [============================================== ] 1972/2626 75% [============================================== ] 1973/2626 75% [============================================== ] 1974/2626 75% [============================================== ] 1975/2626 75% [============================================== ] 1976/2626 75% [============================================== ] 1977/2626 75% [============================================== ] 1978/2626 75% [============================================== ] 1979/2626 75% [============================================== ] 1980/2626 75% [============================================== ] 1981/2626 75% [============================================== ] 1982/2626 75% [============================================== ] 1983/2626 75% [============================================== ] 1984/2626 75% [============================================== ] 1985/2626 75% [============================================== ] 1986/2626 75% [============================================== ] 1987/2626 75% [============================================== ] 1988/2626 75% [============================================== ] 1989/2626 75% [============================================== ] 1990/2626 75% [=============================================== ] 1991/2626 75% [=============================================== ] 1992/2626 75% [=============================================== ] 1993/2626 75% [=============================================== ] 1994/2626 75% [=============================================== ] 1995/2626 75% [=============================================== ] 1996/2626 76% [=============================================== ] 1997/2626 76% [=============================================== ] 1998/2626 76% [=============================================== ] 1999/2626 76% [=============================================== ] 2000/2626 76% [=============================================== ] 2001/2626 76% [=============================================== ] 2002/2626 76% [=============================================== ] 2003/2626 76% [=============================================== ] 2004/2626 76% [=============================================== ] 2005/2626 76% [=============================================== ] 2006/2626 76% [=============================================== ] 2007/2626 76% [=============================================== ] 2008/2626 76% [=============================================== ] 2009/2626 76% [=============================================== ] 2010/2626 76% [=============================================== ] 2011/2626 76% [=============================================== ] 2012/2626 76% [=============================================== ] 2013/2626 76% [=============================================== ] 2014/2626 76% [=============================================== ] 2015/2626 76% [=============================================== ] 2016/2626 76% [=============================================== ] 2017/2626 76% [=============================================== ] 2018/2626 76% [=============================================== ] 2019/2626 76% [=============================================== ] 2020/2626 76% [=============================================== ] 2021/2626 76% [=============================================== ] 2022/2626 76% [=============================================== ] 2023/2626 77% [=============================================== ] 2024/2626 77% [=============================================== ] 2025/2626 77% [=============================================== ] 2026/2626 77% [=============================================== ] 2027/2626 77% [=============================================== ] 2028/2626 77% [=============================================== ] 2029/2626 77% [=============================================== ] 2030/2626 77% [=============================================== ] 2031/2626 77% [=============================================== ] 2032/2626 77% [=============================================== ] 2033/2626 77% [================================================ ] 2034/2626 77% [================================================ ] 2035/2626 77% [================================================ ] 2036/2626 77% [================================================ ] 2037/2626 77% [================================================ ] 2038/2626 77% [================================================ ] 2039/2626 77% [================================================ ] 2040/2626 77% [================================================ ] 2041/2626 77% [================================================ ] 2042/2626 77% [================================================ ] 2043/2626 77% [================================================ ] 2044/2626 77% [================================================ ] 2045/2626 77% [================================================ ] 2046/2626 77% [================================================ ] 2047/2626 77% [================================================ ] 2048/2626 77% [================================================ ] 2049/2626 78% [================================================ ] 2050/2626 78% [================================================ ] 2051/2626 78% [================================================ ] 2052/2626 78% [================================================ ] 2053/2626 78% [================================================ ] 2054/2626 78% [================================================ ] 2055/2626 78% [================================================ ] 2056/2626 78% [================================================ ] 2057/2626 78% [================================================ ] 2058/2626 78% [================================================ ] 2059/2626 78% [================================================ ] 2060/2626 78% [================================================ ] 2061/2626 78% [================================================ ] 2062/2626 78% [================================================ ] 2063/2626 78% [================================================ ] 2064/2626 78% [================================================ ] 2065/2626 78% [================================================ ] 2066/2626 78% [================================================ ] 2067/2626 78% [================================================ ] 2068/2626 78% [================================================ ] 2069/2626 78% [================================================ ] 2070/2626 78% [================================================ ] 2071/2626 78% [================================================ ] 2072/2626 78% [================================================ ] 2073/2626 78% [================================================ ] 2074/2626 78% [================================================ ] 2075/2626 79% [================================================= ] 2076/2626 79% [================================================= ] 2077/2626 79% [================================================= ] 2078/2626 79% [================================================= ] 2079/2626 79% [================================================= ] 2080/2626 79% [================================================= ] 2081/2626 79% [================================================= ] 2082/2626 79% [================================================= ] 2083/2626 79% [================================================= ] 2084/2626 79% [================================================= ] 2085/2626 79% [================================================= ] 2086/2626 79% [================================================= ] 2087/2626 79% [================================================= ] 2088/2626 79% [================================================= ] 2089/2626 79% [================================================= ] 2090/2626 79% [================================================= ] 2091/2626 79% [================================================= ] 2092/2626 79% [================================================= ] 2093/2626 79% [================================================= ] 2094/2626 79% [================================================= ] 2095/2626 79% [================================================= ] 2096/2626 79% [================================================= ] 2097/2626 79% [================================================= ] 2098/2626 79% [================================================= ] 2099/2626 79% [================================================= ] 2100/2626 79% [================================================= ] 2101/2626 80% [================================================= ] 2102/2626 80% [================================================= ] 2103/2626 80% [================================================= ] 2104/2626 80% [================================================= ] 2105/2626 80% [================================================= ] 2106/2626 80% [================================================= ] 2107/2626 80% [================================================= ] 2108/2626 80% [================================================= ] 2109/2626 80% [================================================= ] 2110/2626 80% [================================================= ] 2111/2626 80% [================================================= ] 2112/2626 80% [================================================= ] 2113/2626 80% [================================================= ] 2114/2626 80% [================================================= ] 2115/2626 80% [================================================= ] 2116/2626 80% [================================================= ] 2117/2626 80% [================================================== ] 2118/2626 80% [================================================== ] 2119/2626 80% [================================================== ] 2120/2626 80% [================================================== ] 2121/2626 80% [================================================== ] 2122/2626 80% [================================================== ] 2123/2626 80% [================================================== ] 2124/2626 80% [================================================== ] 2125/2626 80% [================================================== ] 2126/2626 80% [================================================== ] 2127/2626 80% [================================================== ] 2128/2626 81% [================================================== ] 2129/2626 81% [================================================== ] 2130/2626 81% [================================================== ] 2131/2626 81% [================================================== ] 2132/2626 81% [================================================== ] 2133/2626 81% [================================================== ] 2134/2626 81% [================================================== ] 2135/2626 81% [================================================== ] 2136/2626 81% [================================================== ] 2137/2626 81% [================================================== ] 2138/2626 81% [================================================== ] 2139/2626 81% [================================================== ] 2140/2626 81% [================================================== ] 2141/2626 81% [================================================== ] 2142/2626 81% [================================================== ] 2143/2626 81% [================================================== ] 2144/2626 81% [================================================== ] 2145/2626 81% [================================================== ] 2146/2626 81% [================================================== ] 2147/2626 81% [================================================== ] 2148/2626 81% [================================================== ] 2149/2626 81% [================================================== ] 2150/2626 81% [================================================== ] 2151/2626 81% [================================================== ] 2152/2626 81% [================================================== ] 2153/2626 81% [================================================== ] 2154/2626 82% [================================================== ] 2155/2626 82% [================================================== ] 2156/2626 82% [================================================== ] 2157/2626 82% [================================================== ] 2158/2626 82% [================================================== ] 2159/2626 82% [================================================== ] 2160/2626 82% [=================================================== ] 2161/2626 82% [=================================================== ] 2162/2626 82% [=================================================== ] 2163/2626 82% [=================================================== ] 2164/2626 82% [=================================================== ] 2165/2626 82% [=================================================== ] 2166/2626 82% [=================================================== ] 2167/2626 82% [=================================================== ] 2168/2626 82% [=================================================== ] 2169/2626 82% [=================================================== ] 2170/2626 82% [=================================================== ] 2171/2626 82% [=================================================== ] 2172/2626 82% [=================================================== ] 2173/2626 82% [=================================================== ] 2174/2626 82% [=================================================== ] 2175/2626 82% [=================================================== ] 2176/2626 82% [=================================================== ] 2177/2626 82% [=================================================== ] 2178/2626 82% [=================================================== ] 2179/2626 82% [=================================================== ] 2180/2626 83% [=================================================== ] 2181/2626 83% [=================================================== ] 2182/2626 83% [=================================================== ] 2183/2626 83% [=================================================== ] 2184/2626 83% [=================================================== ] 2185/2626 83% [=================================================== ] 2186/2626 83% [=================================================== ] 2187/2626 83% [=================================================== ] 2188/2626 83% [=================================================== ] 2189/2626 83% [=================================================== ] 2190/2626 83% [=================================================== ] 2191/2626 83% [=================================================== ] 2192/2626 83% [=================================================== ] 2193/2626 83% [=================================================== ] 2194/2626 83% [=================================================== ] 2195/2626 83% [=================================================== ] 2196/2626 83% [=================================================== ] 2197/2626 83% [=================================================== ] 2198/2626 83% [=================================================== ] 2199/2626 83% [=================================================== ] 2200/2626 83% [=================================================== ] 2201/2626 83% [=================================================== ] 2202/2626 83% [==================================================== ] 2203/2626 83% [==================================================== ] 2204/2626 83% [==================================================== ] 2205/2626 83% [==================================================== ] 2206/2626 84% [==================================================== ] 2207/2626 84% [==================================================== ] 2208/2626 84% [==================================================== ] 2209/2626 84% [==================================================== ] 2210/2626 84% [==================================================== ] 2211/2626 84% [==================================================== ] 2212/2626 84% [==================================================== ] 2213/2626 84% [==================================================== ] 2214/2626 84% [==================================================== ] 2215/2626 84% [==================================================== ] 2216/2626 84% [==================================================== ] 2217/2626 84% [==================================================== ] 2218/2626 84% [==================================================== ] 2219/2626 84% [==================================================== ] 2220/2626 84% [==================================================== ] 2221/2626 84% [==================================================== ] 2222/2626 84% [==================================================== ] 2223/2626 84% [==================================================== ] 2224/2626 84% [==================================================== ] 2225/2626 84% [==================================================== ] 2226/2626 84% [==================================================== ] 2227/2626 84% [==================================================== ] 2228/2626 84% [==================================================== ] 2229/2626 84% [==================================================== ] 2230/2626 84% [==================================================== ] 2231/2626 84% [==================================================== ] 2232/2626 84% [==================================================== ] 2233/2626 85% [==================================================== ] 2234/2626 85% [==================================================== ] 2235/2626 85% [==================================================== ] 2236/2626 85% [==================================================== ] 2237/2626 85% [==================================================== ] 2238/2626 85% [==================================================== ] 2239/2626 85% [==================================================== ] 2240/2626 85% [==================================================== ] 2241/2626 85% [==================================================== ] 2242/2626 85% [==================================================== ] 2243/2626 85% [==================================================== ] 2244/2626 85% [===================================================== ] 2245/2626 85% [===================================================== ] 2246/2626 85% [===================================================== ] 2247/2626 85% [===================================================== ] 2248/2626 85% [===================================================== ] 2249/2626 85% [===================================================== ] 2250/2626 85% [===================================================== ] 2251/2626 85% [===================================================== ] 2252/2626 85% [===================================================== ] 2253/2626 85% [===================================================== ] 2254/2626 85% [===================================================== ] 2255/2626 85% [===================================================== ] 2256/2626 85% [===================================================== ] 2257/2626 85% [===================================================== ] 2258/2626 85% [===================================================== ] 2259/2626 86% [===================================================== ] 2260/2626 86% [===================================================== ] 2261/2626 86% [===================================================== ] 2262/2626 86% [===================================================== ] 2263/2626 86% [===================================================== ] 2264/2626 86% [===================================================== ] 2265/2626 86% [===================================================== ] 2266/2626 86% [===================================================== ] 2267/2626 86% [===================================================== ] 2268/2626 86% [===================================================== ] 2269/2626 86% [===================================================== ] 2270/2626 86% [===================================================== ] 2271/2626 86% [===================================================== ] 2272/2626 86% [===================================================== ] 2273/2626 86% [===================================================== ] 2274/2626 86% [===================================================== ] 2275/2626 86% [===================================================== ] 2276/2626 86% [===================================================== ] 2277/2626 86% [===================================================== ] 2278/2626 86% [===================================================== ] 2279/2626 86% [===================================================== ] 2280/2626 86% [===================================================== ] 2281/2626 86% [===================================================== ] 2282/2626 86% [===================================================== ] 2283/2626 86% [===================================================== ] 2284/2626 86% [===================================================== ] 2285/2626 87% [===================================================== ] 2286/2626 87% [===================================================== ] 2287/2626 87% [====================================================== ] 2288/2626 87% [====================================================== ] 2289/2626 87% [====================================================== ] 2290/2626 87% [====================================================== ] 2291/2626 87% [====================================================== ] 2292/2626 87% [====================================================== ] 2293/2626 87% [====================================================== ] 2294/2626 87% [====================================================== ] 2295/2626 87% [====================================================== ] 2296/2626 87% [====================================================== ] 2297/2626 87% [====================================================== ] 2298/2626 87% [====================================================== ] 2299/2626 87% [====================================================== ] 2300/2626 87% [====================================================== ] 2301/2626 87% [====================================================== ] 2302/2626 87% [====================================================== ] 2303/2626 87% [====================================================== ] 2304/2626 87% [====================================================== ] 2305/2626 87% [====================================================== ] 2306/2626 87% [====================================================== ] 2307/2626 87% [====================================================== ] 2308/2626 87% [====================================================== ] 2309/2626 87% [====================================================== ] 2310/2626 87% [====================================================== ] 2311/2626 88% [====================================================== ] 2312/2626 88% [====================================================== ] 2313/2626 88% [====================================================== ] 2314/2626 88% [====================================================== ] 2315/2626 88% [====================================================== ] 2316/2626 88% [====================================================== ] 2317/2626 88% [====================================================== ] 2318/2626 88% [====================================================== ] 2319/2626 88% [====================================================== ] 2320/2626 88% [====================================================== ] 2321/2626 88% [====================================================== ] 2322/2626 88% [====================================================== ] 2323/2626 88% [====================================================== ] 2324/2626 88% [====================================================== ] 2325/2626 88% [====================================================== ] 2326/2626 88% [====================================================== ] 2327/2626 88% [====================================================== ] 2328/2626 88% [====================================================== ] 2329/2626 88% [======================================================= ] 2330/2626 88% [======================================================= ] 2331/2626 88% [======================================================= ] 2332/2626 88% [======================================================= ] 2333/2626 88% [======================================================= ] 2334/2626 88% [======================================================= ] 2335/2626 88% [======================================================= ] 2336/2626 88% [======================================================= ] 2337/2626 88% [======================================================= ] 2338/2626 89% [======================================================= ] 2339/2626 89% [======================================================= ] 2340/2626 89% [======================================================= ] 2341/2626 89% [======================================================= ] 2342/2626 89% [======================================================= ] 2343/2626 89% [======================================================= ] 2344/2626 89% [======================================================= ] 2345/2626 89% [======================================================= ] 2346/2626 89% [======================================================= ] 2347/2626 89% [======================================================= ] 2348/2626 89% [======================================================= ] 2349/2626 89% [======================================================= ] 2350/2626 89% [======================================================= ] 2351/2626 89% [======================================================= ] 2352/2626 89% [======================================================= ] 2353/2626 89% [======================================================= ] 2354/2626 89% [======================================================= ] 2355/2626 89% [======================================================= ] 2356/2626 89% [======================================================= ] 2357/2626 89% [======================================================= ] 2358/2626 89% [======================================================= ] 2359/2626 89% [======================================================= ] 2360/2626 89% [======================================================= ] 2361/2626 89% [======================================================= ] 2362/2626 89% [======================================================= ] 2363/2626 89% [======================================================= ] 2364/2626 90% [======================================================= ] 2365/2626 90% [======================================================= ] 2366/2626 90% [======================================================= ] 2367/2626 90% [======================================================= ] 2368/2626 90% [======================================================= ] 2369/2626 90% [======================================================= ] 2370/2626 90% [======================================================= ] 2371/2626 90% [======================================================== ] 2372/2626 90% [======================================================== ] 2373/2626 90% [======================================================== ] 2374/2626 90% [======================================================== ] 2375/2626 90% [======================================================== ] 2376/2626 90% [======================================================== ] 2377/2626 90% [======================================================== ] 2378/2626 90% [======================================================== ] 2379/2626 90% [======================================================== ] 2380/2626 90% [======================================================== ] 2381/2626 90% [======================================================== ] 2382/2626 90% [======================================================== ] 2383/2626 90% [======================================================== ] 2384/2626 90% [======================================================== ] 2385/2626 90% [======================================================== ] 2386/2626 90% [======================================================== ] 2387/2626 90% [======================================================== ] 2388/2626 90% [======================================================== ] 2389/2626 90% [======================================================== ] 2390/2626 91% [======================================================== ] 2391/2626 91% [======================================================== ] 2392/2626 91% [======================================================== ] 2393/2626 91% [======================================================== ] 2394/2626 91% [======================================================== ] 2395/2626 91% [======================================================== ] 2396/2626 91% [======================================================== ] 2397/2626 91% [======================================================== ] 2398/2626 91% [======================================================== ] 2399/2626 91% [======================================================== ] 2400/2626 91% [======================================================== ] 2401/2626 91% [======================================================== ] 2402/2626 91% [======================================================== ] 2403/2626 91% [======================================================== ] 2404/2626 91% [======================================================== ] 2405/2626 91% [======================================================== ] 2406/2626 91% [======================================================== ] 2407/2626 91% [======================================================== ] 2408/2626 91% [======================================================== ] 2409/2626 91% [======================================================== ] 2410/2626 91% [======================================================== ] 2411/2626 91% [======================================================== ] 2412/2626 91% [======================================================== ] 2413/2626 91% [======================================================== ] 2414/2626 91% [========================================================= ] 2415/2626 91% [========================================================= ] 2416/2626 92% [========================================================= ] 2417/2626 92% [========================================================= ] 2418/2626 92% [========================================================= ] 2419/2626 92% [========================================================= ] 2420/2626 92% [========================================================= ] 2421/2626 92% [========================================================= ] 2422/2626 92% [========================================================= ] 2423/2626 92% [========================================================= ] 2424/2626 92% [========================================================= ] 2425/2626 92% [========================================================= ] 2426/2626 92% [========================================================= ] 2427/2626 92% [========================================================= ] 2428/2626 92% [========================================================= ] 2429/2626 92% [========================================================= ] 2430/2626 92% [========================================================= ] 2431/2626 92% [========================================================= ] 2432/2626 92% [========================================================= ] 2433/2626 92% [========================================================= ] 2434/2626 92% [========================================================= ] 2435/2626 92% [========================================================= ] 2436/2626 92% [========================================================= ] 2437/2626 92% [========================================================= ] 2438/2626 92% [========================================================= ] 2439/2626 92% [========================================================= ] 2440/2626 92% [========================================================= ] 2441/2626 92% [========================================================= ] 2442/2626 92% [========================================================= ] 2443/2626 93% [========================================================= ] 2444/2626 93% [========================================================= ] 2445/2626 93% [========================================================= ] 2446/2626 93% [========================================================= ] 2447/2626 93% [========================================================= ] 2448/2626 93% [========================================================= ] 2449/2626 93% [========================================================= ] 2450/2626 93% [========================================================= ] 2451/2626 93% [========================================================= ] 2452/2626 93% [========================================================= ] 2453/2626 93% [========================================================= ] 2454/2626 93% [========================================================= ] 2455/2626 93% [========================================================= ] 2456/2626 93% [========================================================== ] 2457/2626 93% [========================================================== ] 2458/2626 93% [========================================================== ] 2459/2626 93% [========================================================== ] 2460/2626 93% [========================================================== ] 2461/2626 93% [========================================================== ] 2462/2626 93% [========================================================== ] 2463/2626 93% [========================================================== ] 2464/2626 93% [========================================================== ] 2465/2626 93% [========================================================== ] 2466/2626 93% [========================================================== ] 2467/2626 93% [========================================================== ] 2468/2626 93% [========================================================== ] 2469/2626 94% [========================================================== ] 2470/2626 94% [========================================================== ] 2471/2626 94% [========================================================== ] 2472/2626 94% [========================================================== ] 2473/2626 94% [========================================================== ] 2474/2626 94% [========================================================== ] 2475/2626 94% [========================================================== ] 2476/2626 94% [========================================================== ] 2477/2626 94% [========================================================== ] 2478/2626 94% [========================================================== ] 2479/2626 94% [========================================================== ] 2480/2626 94% [========================================================== ] 2481/2626 94% [========================================================== ] 2482/2626 94% [========================================================== ] 2483/2626 94% [========================================================== ] 2484/2626 94% [========================================================== ] 2485/2626 94% [========================================================== ] 2486/2626 94% [========================================================== ] 2487/2626 94% [========================================================== ] 2488/2626 94% [========================================================== ] 2489/2626 94% [========================================================== ] 2490/2626 94% [========================================================== ] 2491/2626 94% [========================================================== ] 2492/2626 94% [========================================================== ] 2493/2626 94% [========================================================== ] 2494/2626 94% [========================================================== ] 2495/2626 95% [========================================================== ] 2496/2626 95% [========================================================== ] 2497/2626 95% [========================================================== ] 2498/2626 95% [=========================================================== ] 2499/2626 95% [=========================================================== ] 2500/2626 95% [=========================================================== ] 2501/2626 95% [=========================================================== ] 2502/2626 95% [=========================================================== ] 2503/2626 95% [=========================================================== ] 2504/2626 95% [=========================================================== ] 2505/2626 95% [=========================================================== ] 2506/2626 95% [=========================================================== ] 2507/2626 95% [=========================================================== ] 2508/2626 95% [=========================================================== ] 2509/2626 95% [=========================================================== ] 2510/2626 95% [=========================================================== ] 2511/2626 95% [=========================================================== ] 2512/2626 95% [=========================================================== ] 2513/2626 95% [=========================================================== ] 2514/2626 95% [=========================================================== ] 2515/2626 95% [=========================================================== ] 2516/2626 95% [=========================================================== ] 2517/2626 95% [=========================================================== ] 2518/2626 95% [=========================================================== ] 2519/2626 95% [=========================================================== ] 2520/2626 95% [=========================================================== ] 2521/2626 96% [=========================================================== ] 2522/2626 96% [=========================================================== ] 2523/2626 96% [=========================================================== ] 2524/2626 96% [=========================================================== ] 2525/2626 96% [=========================================================== ] 2526/2626 96% [=========================================================== ] 2527/2626 96% [=========================================================== ] 2528/2626 96% [=========================================================== ] 2529/2626 96% [=========================================================== ] 2530/2626 96% [=========================================================== ] 2531/2626 96% [=========================================================== ] 2532/2626 96% [=========================================================== ] 2533/2626 96% [=========================================================== ] 2534/2626 96% [=========================================================== ] 2535/2626 96% [=========================================================== ] 2536/2626 96% [=========================================================== ] 2537/2626 96% [=========================================================== ] 2538/2626 96% [=========================================================== ] 2539/2626 96% [=========================================================== ] 2540/2626 96% [=========================================================== ] 2541/2626 96% [============================================================ ] 2542/2626 96% [============================================================ ] 2543/2626 96% [============================================================ ] 2544/2626 96% [============================================================ ] 2545/2626 96% [============================================================ ] 2546/2626 96% [============================================================ ] 2547/2626 96% [============================================================ ] 2548/2626 97% [============================================================ ] 2549/2626 97% [============================================================ ] 2550/2626 97% [============================================================ ] 2551/2626 97% [============================================================ ] 2552/2626 97% [============================================================ ] 2553/2626 97% [============================================================ ] 2554/2626 97% [============================================================ ] 2555/2626 97% [============================================================ ] 2556/2626 97% [============================================================ ] 2557/2626 97% [============================================================ ] 2558/2626 97% [============================================================ ] 2559/2626 97% [============================================================ ] 2560/2626 97% [============================================================ ] 2561/2626 97% [============================================================ ] 2562/2626 97% [============================================================ ] 2563/2626 97% [============================================================ ] 2564/2626 97% [============================================================ ] 2565/2626 97% [============================================================ ] 2566/2626 97% [============================================================ ] 2567/2626 97% [============================================================ ] 2568/2626 97% [============================================================ ] 2569/2626 97% [============================================================ ] 2570/2626 97% [============================================================ ] 2571/2626 97% [============================================================ ] 2572/2626 97% [============================================================ ] 2573/2626 97% [============================================================ ] 2574/2626 98% [============================================================ ] 2575/2626 98% [============================================================ ] 2576/2626 98% [============================================================ ] 2577/2626 98% [============================================================ ] 2578/2626 98% [============================================================ ] 2579/2626 98% [============================================================ ] 2580/2626 98% [============================================================ ] 2581/2626 98% [============================================================ ] 2582/2626 98% [============================================================ ] 2583/2626 98% [============================================================= ] 2584/2626 98% [============================================================= ] 2585/2626 98% [============================================================= ] 2586/2626 98% [============================================================= ] 2587/2626 98% [============================================================= ] 2588/2626 98% [============================================================= ] 2589/2626 98% [============================================================= ] 2590/2626 98% [============================================================= ] 2591/2626 98% [============================================================= ] 2592/2626 98% [============================================================= ] 2593/2626 98% [============================================================= ] 2594/2626 98% [============================================================= ] 2595/2626 98% [============================================================= ] 2596/2626 98% [============================================================= ] 2597/2626 98% [============================================================= ] 2598/2626 98% [============================================================= ] 2599/2626 98% [============================================================= ] 2600/2626 99% [============================================================= ] 2601/2626 99% [============================================================= ] 2602/2626 99% [============================================================= ] 2603/2626 99% [============================================================= ] 2604/2626 99% [============================================================= ] 2605/2626 99% [============================================================= ] 2606/2626 99% [============================================================= ] 2607/2626 99% [============================================================= ] 2608/2626 99% [============================================================= ] 2609/2626 99% [============================================================= ] 2610/2626 99% [============================================================= ] 2611/2626 99% [============================================================= ] 2612/2626 99% [============================================================= ] 2613/2626 99% [============================================================= ] 2614/2626 99% [============================================================= ] 2615/2626 99% [============================================================= ] 2616/2626 99% [============================================================= ] 2617/2626 99% [============================================================= ] 2618/2626 99% [============================================================= ] 2619/2626 99% [============================================================= ] 2620/2626 99% [============================================================= ] 2621/2626 99% [============================================================= ] 2622/2626 99% [============================================================= ] 2623/2626 99% [============================================================= ] 2624/2626 99% [============================================================= ] 2625/2626 99% [==============================================================] 2626/2626 100% operation complete, 2626 objects in 102496 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2021.05-6193-g93ae35df721 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> alsa-lib 1.2.6.1 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> atftp 0.7.5 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> aubio 0.4.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ffmpeg 4.4.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bdwgc 8.0.6 Collecting legal info README.QUICK: OK (sha256: 0aab7a56a92ed878c4a5464cf282d65f38bcdee64fe9cf213e26254bddb3f340) >>> libatomic_ops 7.6.12 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> daemon 0.8 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) COPYING: OK (sha256: 91329bb9be4ae0b7800081fa054e9bb760c60005b26958c1fb8461bc66bcd998) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> host-delve 1.8.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.18.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-dos2unix 7.4.2 Collecting legal info COPYING.txt: OK (sha256: db8888b7d1454348aca0c6ca851327245ef60e57afa8a6555761c8b95d24af77) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fetchmail 6.4.29 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> gauche 0.9.9 Collecting legal info COPYING: OK (sha256: 13cb582677dbcdc5b34313c59b4a014e74ef2f5fd80e514a0bd98fd8a4e45bed) >>> host-gauche 0.9.9 Collecting legal info COPYING: OK (sha256: 13cb582677dbcdc5b34313c59b4a014e74ef2f5fd80e514a0bd98fd8a4e45bed) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> htpdate 1.3.4 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> imagemagick 7.1.0-19 Collecting legal info LICENSE: OK (sha256: 040badb77b659e751ea16113490a937e1e01f3f5d32181e966b8982413533fb2) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> initscripts Collecting legal info >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> jack1 0.126.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.2 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libupnp 1.14.12 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> liburing 2.1 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: d0b225f17ef2d05d5cda6b25b2dc334ef6f5f12537c20edf6e391852a095ec19) README: OK (sha256: 97d62ff5d7cf0b1cef34c33a89877352911278ca4ac1c6c4f24a835baa5ea10b) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuv 1.43.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> mbuffer 20211018 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mkpasswd Collecting legal info >>> mmc-utils d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8 Collecting legal info mmc.h: OK (sha256: c3165393bcd710624e2909327a6fbeb736c47bdbe66de1c1a364ac7324d3e4d6) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> openlayers 6.14.1 Collecting legal info >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_image 2.0.5 Collecting legal info COPYING.txt: OK (sha256: 45079362e2230154205413a6940544ca94e3479ccf76205c71c4f542a6815d25) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl2_ttf 2.0.18 Collecting legal info COPYING.txt: OK (sha256: e211dfe7e2c36e64048be886fe3f2bbba8732ce4dd77b596a355d3abbec775a4) >>> sqlite 3.38.5 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinyssh 20210601 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> 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) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zlog 1.2.15 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: openlayers-6.14.1: cannot save license (OPENLAYERS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'