/usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-0/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-0/output-1/target/etc/passwd if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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-0/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-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05.2-113-gb52299adfd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05.2"; \ echo "PRETTY_NAME=\"Buildroot 2023.05.2\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/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-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2648 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2648 0% [ ] 2/2648 0% [ ] 3/2648 0% [ ] 4/2648 0% [ ] 5/2648 0% [ ] 6/2648 0% [ ] 7/2648 0% [ ] 8/2648 0% [ ] 9/2648 0% [ ] 10/2648 0% [ ] 11/2648 0% [ ] 12/2648 0% [ ] 13/2648 0% [ ] 14/2648 0% [ ] 15/2648 0% [ ] 16/2648 0% [ ] 17/2648 0% [ ] 18/2648 0% [ ] 19/2648 0% [ ] 20/2648 0% [ ] 21/2648 0% [ ] 22/2648 0% [ ] 23/2648 0% [ ] 24/2648 0% [ ] 25/2648 0% [ ] 26/2648 0% [ ] 27/2648 1% [ ] 28/2648 1% [ ] 29/2648 1% [ ] 30/2648 1% [ ] 31/2648 1% [ ] 32/2648 1% [ ] 33/2648 1% [ ] 34/2648 1% [ ] 35/2648 1% [ ] 36/2648 1% [ ] 37/2648 1% [ ] 38/2648 1% [ ] 39/2648 1% [ ] 40/2648 1% [ ] 41/2648 1% [ ] 42/2648 1% [= ] 43/2648 1% [= ] 44/2648 1% [= ] 45/2648 1% [= ] 46/2648 1% [= ] 47/2648 1% [= ] 48/2648 1% [= ] 49/2648 1% [= ] 50/2648 1% [= ] 51/2648 1% [= ] 52/2648 1% [= ] 53/2648 2% [= ] 54/2648 2% [= ] 55/2648 2% [= ] 56/2648 2% [= ] 57/2648 2% [= ] 58/2648 2% [= ] 59/2648 2% [= ] 60/2648 2% [= ] 61/2648 2% [= ] 62/2648 2% [= ] 63/2648 2% [= ] 64/2648 2% [= ] 65/2648 2% [= ] 66/2648 2% [= ] 67/2648 2% [= ] 68/2648 2% [= ] 69/2648 2% [= ] 70/2648 2% [= ] 71/2648 2% [= ] 72/2648 2% [= ] 73/2648 2% [= ] 74/2648 2% [= ] 75/2648 2% [= ] 76/2648 2% [= ] 77/2648 2% [= ] 78/2648 2% [= ] 79/2648 2% [= ] 80/2648 3% [= ] 81/2648 3% [= ] 82/2648 3% [= ] 83/2648 3% [= ] 84/2648 3% [= ] 85/2648 3% [== ] 86/2648 3% [== ] 87/2648 3% [== ] 88/2648 3% [== ] 89/2648 3% [== ] 90/2648 3% [== ] 91/2648 3% [== ] 92/2648 3% [== ] 93/2648 3% [== ] 94/2648 3% [== ] 95/2648 3% [== ] 96/2648 3% [== ] 97/2648 3% [== ] 98/2648 3% [== ] 99/2648 3% [== ] 100/2648 3% [== ] 101/2648 3% [== ] 102/2648 3% [== ] 103/2648 3% [== ] 104/2648 3% [== ] 105/2648 3% [== ] 106/2648 4% [== ] 107/2648 4% [== ] 108/2648 4% [== ] 109/2648 4% [== ] 110/2648 4% [== ] 111/2648 4% [== ] 112/2648 4% [== ] 113/2648 4% [== ] 114/2648 4% [== ] 115/2648 4% [== ] 116/2648 4% [== ] 117/2648 4% [== ] 118/2648 4% [== ] 119/2648 4% [== ] 120/2648 4% [== ] 121/2648 4% [== ] 122/2648 4% [== ] 123/2648 4% [== ] 124/2648 4% [== ] 125/2648 4% [== ] 126/2648 4% [== ] 127/2648 4% [== ] 128/2648 4% [=== ] 129/2648 4% [=== ] 130/2648 4% [=== ] 131/2648 4% [=== ] 132/2648 4% [=== ] 133/2648 5% [=== ] 134/2648 5% [=== ] 135/2648 5% [=== ] 136/2648 5% [=== ] 137/2648 5% [=== ] 138/2648 5% [=== ] 139/2648 5% [=== ] 140/2648 5% [=== ] 141/2648 5% [=== ] 142/2648 5% [=== ] 143/2648 5% [=== ] 144/2648 5% [=== ] 145/2648 5% [=== ] 146/2648 5% [=== ] 147/2648 5% [=== ] 148/2648 5% [=== ] 149/2648 5% [=== ] 150/2648 5% [=== ] 151/2648 5% [=== ] 152/2648 5% [=== ] 153/2648 5% [=== ] 154/2648 5% [=== ] 155/2648 5% [=== ] 156/2648 5% [=== ] 157/2648 5% [=== ] 158/2648 5% [=== ] 159/2648 6% [=== ] 160/2648 6% [=== ] 161/2648 6% [=== ] 162/2648 6% [=== ] 163/2648 6% [=== ] 164/2648 6% [=== ] 165/2648 6% [=== ] 166/2648 6% [=== ] 167/2648 6% [=== ] 168/2648 6% [=== ] 169/2648 6% [=== ] 170/2648 6% [==== ] 171/2648 6% [==== ] 172/2648 6% [==== ] 173/2648 6% [==== ] 174/2648 6% [==== ] 175/2648 6% [==== ] 176/2648 6% [==== ] 177/2648 6% [==== ] 178/2648 6% [==== ] 179/2648 6% [==== ] 180/2648 6% [==== ] 181/2648 6% [==== ] 182/2648 6% [==== ] 183/2648 6% [==== ] 184/2648 6% [==== ] 185/2648 6% [==== ] 186/2648 7% [==== ] 187/2648 7% [==== ] 188/2648 7% [==== ] 189/2648 7% [==== ] 190/2648 7% [==== ] 191/2648 7% [==== ] 192/2648 7% [==== ] 193/2648 7% [==== ] 194/2648 7% [==== ] 195/2648 7% [==== ] 196/2648 7% [==== ] 197/2648 7% [==== ] 198/2648 7% [==== ] 199/2648 7% [==== ] 200/2648 7% [==== ] 201/2648 7% [==== ] 202/2648 7% [==== ] 203/2648 7% [==== ] 204/2648 7% [==== ] 205/2648 7% [==== ] 206/2648 7% [==== ] 207/2648 7% [==== ] 208/2648 7% [==== ] 209/2648 7% [==== ] 210/2648 7% [==== ] 211/2648 7% [==== ] 212/2648 8% [==== ] 213/2648 8% [===== ] 214/2648 8% [===== ] 215/2648 8% [===== ] 216/2648 8% [===== ] 217/2648 8% [===== ] 218/2648 8% [===== ] 219/2648 8% [===== ] 220/2648 8% [===== ] 221/2648 8% [===== ] 222/2648 8% [===== ] 223/2648 8% [===== ] 224/2648 8% [===== ] 225/2648 8% [===== ] 226/2648 8% [===== ] 227/2648 8% [===== ] 228/2648 8% [===== ] 229/2648 8% [===== ] 230/2648 8% [===== ] 231/2648 8% [===== ] 232/2648 8% [===== ] 233/2648 8% [===== ] 234/2648 8% [===== ] 235/2648 8% [===== ] 236/2648 8% [===== ] 237/2648 8% [===== ] 238/2648 8% [===== ] 239/2648 9% [===== ] 240/2648 9% [===== ] 241/2648 9% [===== ] 242/2648 9% [===== ] 243/2648 9% [===== ] 244/2648 9% [===== ] 245/2648 9% [===== ] 246/2648 9% [===== ] 247/2648 9% [===== ] 248/2648 9% [===== ] 249/2648 9% [===== ] 250/2648 9% [===== ] 251/2648 9% [===== ] 252/2648 9% [===== ] 253/2648 9% [===== ] 254/2648 9% [===== ] 255/2648 9% [===== ] 256/2648 9% [====== ] 257/2648 9% [====== ] 258/2648 9% [====== ] 259/2648 9% [====== ] 260/2648 9% [====== ] 261/2648 9% [====== ] 262/2648 9% [====== ] 263/2648 9% [====== ] 264/2648 9% [====== ] 265/2648 10% [====== ] 266/2648 10% [====== ] 267/2648 10% [====== ] 268/2648 10% [====== ] 269/2648 10% [====== ] 270/2648 10% [====== ] 271/2648 10% [====== ] 272/2648 10% [====== ] 273/2648 10% [====== ] 274/2648 10% [====== ] 275/2648 10% [====== ] 276/2648 10% [====== ] 277/2648 10% [====== ] 278/2648 10% [====== ] 279/2648 10% [====== ] 280/2648 10% [====== ] 281/2648 10% [====== ] 282/2648 10% [====== ] 283/2648 10% [====== ] 284/2648 10% [====== ] 285/2648 10% [====== ] 286/2648 10% [====== ] 287/2648 10% [====== ] 288/2648 10% [====== ] 289/2648 10% [====== ] 290/2648 10% [====== ] 291/2648 10% [====== ] 292/2648 11% [====== ] 293/2648 11% [====== ] 294/2648 11% [====== ] 295/2648 11% [====== ] 296/2648 11% [====== ] 297/2648 11% [====== ] 298/2648 11% [======= ] 299/2648 11% [======= ] 300/2648 11% [======= ] 301/2648 11% [======= ] 302/2648 11% [======= ] 303/2648 11% [======= ] 304/2648 11% [======= ] 305/2648 11% [======= ] 306/2648 11% [======= ] 307/2648 11% [======= ] 308/2648 11% [======= ] 309/2648 11% [======= ] 310/2648 11% [======= ] 311/2648 11% [======= ] 312/2648 11% [======= ] 313/2648 11% [======= ] 314/2648 11% [======= ] 315/2648 11% [======= ] 316/2648 11% [======= ] 317/2648 11% [======= ] 318/2648 12% [======= ] 319/2648 12% [======= ] 320/2648 12% [======= ] 321/2648 12% [======= ] 322/2648 12% [======= ] 323/2648 12% [======= ] 324/2648 12% [======= ] 325/2648 12% [======= ] 326/2648 12% [======= ] 327/2648 12% [======= ] 328/2648 12% [======= ] 329/2648 12% [======= ] 330/2648 12% [======= ] 331/2648 12% [======= ] 332/2648 12% [======= ] 333/2648 12% [======= ] 334/2648 12% [======= ] 335/2648 12% [======= ] 336/2648 12% [======= ] 337/2648 12% [======= ] 338/2648 12% [======= ] 339/2648 12% [======= ] 340/2648 12% [======= ] 341/2648 12% [======== ] 342/2648 12% [======== ] 343/2648 12% [======== ] 344/2648 12% [======== ] 345/2648 13% [======== ] 346/2648 13% [======== ] 347/2648 13% [======== ] 348/2648 13% [======== ] 349/2648 13% [======== ] 350/2648 13% [======== ] 351/2648 13% [======== ] 352/2648 13% [======== ] 353/2648 13% [======== ] 354/2648 13% [======== ] 355/2648 13% [======== ] 356/2648 13% [======== ] 357/2648 13% [======== ] 358/2648 13% [======== ] 359/2648 13% [======== ] 360/2648 13% [======== ] 361/2648 13% [======== ] 362/2648 13% [======== ] 363/2648 13% [======== ] 364/2648 13% [======== ] 365/2648 13% [======== ] 366/2648 13% [======== ] 367/2648 13% [======== ] 368/2648 13% [======== ] 369/2648 13% [======== ] 370/2648 13% [======== ] 371/2648 14% [======== ] 372/2648 14% [======== ] 373/2648 14% [======== ] 374/2648 14% [======== ] 375/2648 14% [======== ] 376/2648 14% [======== ] 377/2648 14% [======== ] 378/2648 14% [======== ] 379/2648 14% [======== ] 380/2648 14% [======== ] 381/2648 14% [======== ] 382/2648 14% [======== ] 383/2648 14% [======== ] 384/2648 14% [========= ] 385/2648 14% [========= ] 386/2648 14% [========= ] 387/2648 14% [========= ] 388/2648 14% [========= ] 389/2648 14% [========= ] 390/2648 14% [========= ] 391/2648 14% [========= ] 392/2648 14% [========= ] 393/2648 14% [========= ] 394/2648 14% [========= ] 395/2648 14% [========= ] 396/2648 14% [========= ] 397/2648 14% [========= ] 398/2648 15% [========= ] 399/2648 15% [========= ] 400/2648 15% [========= ] 401/2648 15% [========= ] 402/2648 15% [========= ] 403/2648 15% [========= ] 404/2648 15% [========= ] 405/2648 15% [========= ] 406/2648 15% [========= ] 407/2648 15% [========= ] 408/2648 15% [========= ] 409/2648 15% [========= ] 410/2648 15% [========= ] 411/2648 15% [========= ] 412/2648 15% [========= ] 413/2648 15% [========= ] 414/2648 15% [========= ] 415/2648 15% [========= ] 416/2648 15% [========= ] 417/2648 15% [========= ] 418/2648 15% [========= ] 419/2648 15% [========= ] 420/2648 15% [========= ] 421/2648 15% [========= ] 422/2648 15% [========= ] 423/2648 15% [========= ] 424/2648 16% [========= ] 425/2648 16% [========= ] 426/2648 16% [========= ] 427/2648 16% [========== ] 428/2648 16% [========== ] 429/2648 16% [========== ] 430/2648 16% [========== ] 431/2648 16% [========== ] 432/2648 16% [========== ] 433/2648 16% [========== ] 434/2648 16% [========== ] 435/2648 16% [========== ] 436/2648 16% [========== ] 437/2648 16% [========== ] 438/2648 16% [========== ] 439/2648 16% [========== ] 440/2648 16% [========== ] 441/2648 16% [========== ] 442/2648 16% [========== ] 443/2648 16% [========== ] 444/2648 16% [========== ] 445/2648 16% [========== ] 446/2648 16% [========== ] 447/2648 16% [========== ] 448/2648 16% [========== ] 449/2648 16% [========== ] 450/2648 16% [========== ] 451/2648 17% [========== ] 452/2648 17% [========== ] 453/2648 17% [========== ] 454/2648 17% [========== ] 455/2648 17% [========== ] 456/2648 17% [========== ] 457/2648 17% [========== ] 458/2648 17% [========== ] 459/2648 17% [========== ] 460/2648 17% [========== ] 461/2648 17% [========== ] 462/2648 17% [========== ] 463/2648 17% [========== ] 464/2648 17% [========== ] 465/2648 17% [========== ] 466/2648 17% [========== ] 467/2648 17% [========== ] 468/2648 17% [========== ] 469/2648 17% [=========== ] 470/2648 17% [=========== ] 471/2648 17% [=========== ] 472/2648 17% [=========== ] 473/2648 17% [=========== ] 474/2648 17% [=========== ] 475/2648 17% [=========== ] 476/2648 17% [=========== ] 477/2648 18% [=========== ] 478/2648 18% [=========== ] 479/2648 18% [=========== ] 480/2648 18% [=========== ] 481/2648 18% [=========== ] 482/2648 18% [=========== ] 483/2648 18% [=========== ] 484/2648 18% [=========== ] 485/2648 18% [=========== ] 486/2648 18% [=========== ] 487/2648 18% [=========== ] 488/2648 18% [=========== ] 489/2648 18% [=========== ] 490/2648 18% [=========== ] 491/2648 18% [=========== ] 492/2648 18% [=========== ] 493/2648 18% [=========== ] 494/2648 18% [=========== ] 495/2648 18% [=========== ] 496/2648 18% [=========== ] 497/2648 18% [=========== ] 498/2648 18% [=========== ] 499/2648 18% [=========== ] 500/2648 18% [=========== ] 501/2648 18% [=========== ] 502/2648 18% [=========== ] 503/2648 18% [=========== ] 504/2648 19% [=========== ] 505/2648 19% [=========== ] 506/2648 19% [=========== ] 507/2648 19% [=========== ] 508/2648 19% [=========== ] 509/2648 19% [=========== ] 510/2648 19% [=========== ] 511/2648 19% [=========== ] 512/2648 19% [============ ] 513/2648 19% [============ ] 514/2648 19% [============ ] 515/2648 19% [============ ] 516/2648 19% [============ ] 517/2648 19% [============ ] 518/2648 19% [============ ] 519/2648 19% [============ ] 520/2648 19% [============ ] 521/2648 19% [============ ] 522/2648 19% [============ ] 523/2648 19% [============ ] 524/2648 19% [============ ] 525/2648 19% [============ ] 526/2648 19% [============ ] 527/2648 19% [============ ] 528/2648 19% [============ ] 529/2648 19% [============ ] 530/2648 20% [============ ] 531/2648 20% [============ ] 532/2648 20% [============ ] 533/2648 20% [============ ] 534/2648 20% [============ ] 535/2648 20% [============ ] 536/2648 20% [============ ] 537/2648 20% [============ ] 538/2648 20% [============ ] 539/2648 20% [============ ] 540/2648 20% [============ ] 541/2648 20% [============ ] 542/2648 20% [============ ] 543/2648 20% [============ ] 544/2648 20% [============ ] 545/2648 20% [============ ] 546/2648 20% [============ ] 547/2648 20% [============ ] 548/2648 20% [============ ] 549/2648 20% [============ ] 550/2648 20% [============ ] 551/2648 20% [============ ] 552/2648 20% [============ ] 553/2648 20% [============ ] 554/2648 20% [============ ] 555/2648 20% [============= ] 556/2648 20% [============= ] 557/2648 21% [============= ] 558/2648 21% [============= ] 559/2648 21% [============= ] 560/2648 21% [============= ] 561/2648 21% [============= ] 562/2648 21% [============= ] 563/2648 21% [============= ] 564/2648 21% [============= ] 565/2648 21% [============= ] 566/2648 21% [============= ] 567/2648 21% [============= ] 568/2648 21% [============= ] 569/2648 21% [============= ] 570/2648 21% [============= ] 571/2648 21% [============= ] 572/2648 21% [============= ] 573/2648 21% [============= ] 574/2648 21% [============= ] 575/2648 21% [============= ] 576/2648 21% [============= ] 577/2648 21% [============= ] 578/2648 21% [============= ] 579/2648 21% [============= ] 580/2648 21% [============= ] 581/2648 21% [============= ] 582/2648 21% [============= ] 583/2648 22% [============= ] 584/2648 22% [============= ] 585/2648 22% [============= ] 586/2648 22% [============= ] 587/2648 22% [============= ] 588/2648 22% [============= ] 589/2648 22% [============= ] 590/2648 22% [============= ] 591/2648 22% [============= ] 592/2648 22% [============= ] 593/2648 22% [============= ] 594/2648 22% [============= ] 595/2648 22% [============= ] 596/2648 22% [============= ] 597/2648 22% [============== ] 598/2648 22% [============== ] 599/2648 22% [============== ] 600/2648 22% [============== ] 601/2648 22% [============== ] 602/2648 22% [============== ] 603/2648 22% [============== ] 604/2648 22% [============== ] 605/2648 22% [============== ] 606/2648 22% [============== ] 607/2648 22% [============== ] 608/2648 22% [============== ] 609/2648 22% [============== ] 610/2648 23% [============== ] 611/2648 23% [============== ] 612/2648 23% [============== ] 613/2648 23% [============== ] 614/2648 23% [============== ] 615/2648 23% [============== ] 616/2648 23% [============== ] 617/2648 23% [============== ] 618/2648 23% [============== ] 619/2648 23% [============== ] 620/2648 23% [============== ] 621/2648 23% [============== ] 622/2648 23% [============== ] 623/2648 23% [============== ] 624/2648 23% [============== ] 625/2648 23% [============== ] 626/2648 23% [============== ] 627/2648 23% [============== ] 628/2648 23% [============== ] 629/2648 23% [============== ] 630/2648 23% [============== ] 631/2648 23% [============== ] 632/2648 23% [============== ] 633/2648 23% [============== ] 634/2648 23% [============== ] 635/2648 23% [============== ] 636/2648 24% [============== ] 637/2648 24% [============== ] 638/2648 24% [============== ] 639/2648 24% [============== ] 640/2648 24% [=============== ] 641/2648 24% [=============== ] 642/2648 24% [=============== ] 643/2648 24% [=============== ] 644/2648 24% [=============== ] 645/2648 24% [=============== ] 646/2648 24% [=============== ] 647/2648 24% [=============== ] 648/2648 24% [=============== ] 649/2648 24% [=============== ] 650/2648 24% [=============== ] 651/2648 24% [=============== ] 652/2648 24% [=============== ] 653/2648 24% [=============== ] 654/2648 24% [=============== ] 655/2648 24% [=============== ] 656/2648 24% [=============== ] 657/2648 24% [=============== ] 658/2648 24% [=============== ] 659/2648 24% [=============== ] 660/2648 24% [=============== ] 661/2648 24% [=============== ] 662/2648 25% [=============== ] 663/2648 25% [=============== ] 664/2648 25% [=============== ] 665/2648 25% [=============== ] 666/2648 25% [=============== ] 667/2648 25% [=============== ] 668/2648 25% [=============== ] 669/2648 25% [=============== ] 670/2648 25% [=============== ] 671/2648 25% [=============== ] 672/2648 25% [=============== ] 673/2648 25% [=============== ] 674/2648 25% [=============== ] 675/2648 25% [=============== ] 676/2648 25% [=============== ] 677/2648 25% [=============== ] 678/2648 25% [=============== ] 679/2648 25% [=============== ] 680/2648 25% [=============== ] 681/2648 25% [=============== ] 682/2648 25% [=============== ] 683/2648 25% [================ ] 684/2648 25% [================ ] 685/2648 25% [================ ] 686/2648 25% [================ ] 687/2648 25% [================ ] 688/2648 25% [================ ] 689/2648 26% [================ ] 690/2648 26% [================ ] 691/2648 26% [================ ] 692/2648 26% [================ ] 693/2648 26% [================ ] 694/2648 26% [================ ] 695/2648 26% [================ ] 696/2648 26% [================ ] 697/2648 26% [================ ] 698/2648 26% [================ ] 699/2648 26% [================ ] 700/2648 26% [================ ] 701/2648 26% [================ ] 702/2648 26% [================ ] 703/2648 26% [================ ] 704/2648 26% [================ ] 705/2648 26% [================ ] 706/2648 26% [================ ] 707/2648 26% [================ ] 708/2648 26% [================ ] 709/2648 26% [================ ] 710/2648 26% [================ ] 711/2648 26% [================ ] 712/2648 26% [================ ] 713/2648 26% [================ ] 714/2648 26% [================ ] 715/2648 27% [================ ] 716/2648 27% [================ ] 717/2648 27% [================ ] 718/2648 27% [================ ] 719/2648 27% [================ ] 720/2648 27% [================ ] 721/2648 27% [================ ] 722/2648 27% [================ ] 723/2648 27% [================ ] 724/2648 27% [================ ] 725/2648 27% [================ ] 726/2648 27% [================= ] 727/2648 27% [================= ] 728/2648 27% [================= ] 729/2648 27% [================= ] 730/2648 27% [================= ] 731/2648 27% [================= ] 732/2648 27% [================= ] 733/2648 27% [================= ] 734/2648 27% [================= ] 735/2648 27% [================= ] 736/2648 27% [================= ] 737/2648 27% [================= ] 738/2648 27% [================= ] 739/2648 27% [================= ] 740/2648 27% [================= ] 741/2648 27% [================= ] 742/2648 28% [================= ] 743/2648 28% [================= ] 744/2648 28% [================= ] 745/2648 28% [================= ] 746/2648 28% [================= ] 747/2648 28% [================= ] 748/2648 28% [================= ] 749/2648 28% [================= ] 750/2648 28% [================= ] 751/2648 28% [================= ] 752/2648 28% [================= ] 753/2648 28% [================= ] 754/2648 28% [================= ] 755/2648 28% [================= ] 756/2648 28% [================= ] 757/2648 28% [================= ] 758/2648 28% [================= ] 759/2648 28% [================= ] 760/2648 28% [================= ] 761/2648 28% [================= ] 762/2648 28% [================= ] 763/2648 28% [================= ] 764/2648 28% [================= ] 765/2648 28% [================= ] 766/2648 28% [================= ] 767/2648 28% [================= ] 768/2648 29% [================== ] 769/2648 29% [================== ] 770/2648 29% [================== ] 771/2648 29% [================== ] 772/2648 29% [================== ] 773/2648 29% [================== ] 774/2648 29% [================== ] 775/2648 29% [================== ] 776/2648 29% [================== ] 777/2648 29% [================== ] 778/2648 29% [================== ] 779/2648 29% [================== ] 780/2648 29% [================== ] 781/2648 29% [================== ] 782/2648 29% [================== ] 783/2648 29% [================== ] 784/2648 29% [================== ] 785/2648 29% [================== ] 786/2648 29% [================== ] 787/2648 29% [================== ] 788/2648 29% [================== ] 789/2648 29% [================== ] 790/2648 29% [================== ] 791/2648 29% [================== ] 792/2648 29% [================== ] 793/2648 29% [================== ] 794/2648 29% [================== ] 795/2648 30% [================== ] 796/2648 30% [================== ] 797/2648 30% [================== ] 798/2648 30% [================== ] 799/2648 30% [================== ] 800/2648 30% [================== ] 801/2648 30% [================== ] 802/2648 30% [================== ] 803/2648 30% [================== ] 804/2648 30% [================== ] 805/2648 30% [================== ] 806/2648 30% [================== ] 807/2648 30% [================== ] 808/2648 30% [================== ] 809/2648 30% [================== ] 810/2648 30% [================== ] 811/2648 30% [=================== ] 812/2648 30% [=================== ] 813/2648 30% [=================== ] 814/2648 30% [=================== ] 815/2648 30% [=================== ] 816/2648 30% [=================== ] 817/2648 30% [=================== ] 818/2648 30% [=================== ] 819/2648 30% [=================== ] 820/2648 30% [=================== ] 821/2648 31% [=================== ] 822/2648 31% [=================== ] 823/2648 31% [=================== ] 824/2648 31% [=================== ] 825/2648 31% [=================== ] 826/2648 31% [=================== ] 827/2648 31% [=================== ] 828/2648 31% [=================== ] 829/2648 31% [=================== ] 830/2648 31% [=================== ] 831/2648 31% [=================== ] 832/2648 31% [=================== ] 833/2648 31% [=================== ] 834/2648 31% [=================== ] 835/2648 31% [=================== ] 836/2648 31% [=================== ] 837/2648 31% [=================== ] 838/2648 31% [=================== ] 839/2648 31% [=================== ] 840/2648 31% [=================== ] 841/2648 31% [=================== ] 842/2648 31% [=================== ] 843/2648 31% [=================== ] 844/2648 31% [=================== ] 845/2648 31% [=================== ] 846/2648 31% [=================== ] 847/2648 31% [=================== ] 848/2648 32% [=================== ] 849/2648 32% [=================== ] 850/2648 32% [=================== ] 851/2648 32% [=================== ] 852/2648 32% [=================== ] 853/2648 32% [=================== ] 854/2648 32% [==================== ] 855/2648 32% [==================== ] 856/2648 32% [==================== ] 857/2648 32% [==================== ] 858/2648 32% [==================== ] 859/2648 32% [==================== ] 860/2648 32% [==================== ] 861/2648 32% [==================== ] 862/2648 32% [==================== ] 863/2648 32% [==================== ] 864/2648 32% [==================== ] 865/2648 32% [==================== ] 866/2648 32% [==================== ] 867/2648 32% [==================== ] 868/2648 32% [==================== ] 869/2648 32% [==================== ] 870/2648 32% [==================== ] 871/2648 32% [==================== ] 872/2648 32% [==================== ] 873/2648 32% [==================== ] 874/2648 33% [==================== ] 875/2648 33% [==================== ] 876/2648 33% [==================== ] 877/2648 33% [==================== ] 878/2648 33% [==================== ] 879/2648 33% [==================== ] 880/2648 33% [==================== ] 881/2648 33% [==================== ] 882/2648 33% [==================== ] 883/2648 33% [==================== ] 884/2648 33% [==================== ] 885/2648 33% [==================== ] 886/2648 33% [==================== ] 887/2648 33% [==================== ] 888/2648 33% [==================== ] 889/2648 33% [==================== ] 890/2648 33% [==================== ] 891/2648 33% [==================== ] 892/2648 33% [==================== ] 893/2648 33% [==================== ] 894/2648 33% [==================== ] 895/2648 33% [==================== ] 896/2648 33% [===================== ] 897/2648 33% [===================== ] 898/2648 33% [===================== ] 899/2648 33% [===================== ] 900/2648 33% [===================== ] 901/2648 34% [===================== ] 902/2648 34% [===================== ] 903/2648 34% [===================== ] 904/2648 34% [===================== ] 905/2648 34% [===================== ] 906/2648 34% [===================== ] 907/2648 34% [===================== ] 908/2648 34% [===================== ] 909/2648 34% [===================== ] 910/2648 34% [===================== ] 911/2648 34% [===================== ] 912/2648 34% [===================== ] 913/2648 34% [===================== ] 914/2648 34% [===================== ] 915/2648 34% [===================== ] 916/2648 34% [===================== ] 917/2648 34% [===================== ] 918/2648 34% [===================== ] 919/2648 34% [===================== ] 920/2648 34% [===================== ] 921/2648 34% [===================== ] 922/2648 34% [===================== ] 923/2648 34% [===================== ] 924/2648 34% [===================== ] 925/2648 34% [===================== ] 926/2648 34% [===================== ] 927/2648 35% [===================== ] 928/2648 35% [===================== ] 929/2648 35% [===================== ] 930/2648 35% [===================== ] 931/2648 35% [===================== ] 932/2648 35% [===================== ] 933/2648 35% [===================== ] 934/2648 35% [===================== ] 935/2648 35% [===================== ] 936/2648 35% [===================== ] 937/2648 35% [===================== ] 938/2648 35% [===================== ] 939/2648 35% [====================== ] 940/2648 35% [====================== ] 941/2648 35% [====================== ] 942/2648 35% [====================== ] 943/2648 35% [====================== ] 944/2648 35% [====================== ] 945/2648 35% [====================== ] 946/2648 35% [====================== ] 947/2648 35% [====================== ] 948/2648 35% [====================== ] 949/2648 35% [====================== ] 950/2648 35% [====================== ] 951/2648 35% [====================== ] 952/2648 35% [====================== ] 953/2648 35% [====================== ] 954/2648 36% [====================== ] 955/2648 36% [====================== ] 956/2648 36% [====================== ] 957/2648 36% [====================== ] 958/2648 36% [====================== ] 959/2648 36% [====================== ] 960/2648 36% [====================== ] 961/2648 36% [====================== ] 962/2648 36% [====================== ] 963/2648 36% [====================== ] 964/2648 36% [====================== ] 965/2648 36% [====================== ] 966/2648 36% [====================== ] 967/2648 36% [====================== ] 968/2648 36% [====================== ] 969/2648 36% [====================== ] 970/2648 36% [====================== ] 971/2648 36% [====================== ] 972/2648 36% [====================== ] 973/2648 36% [====================== ] 974/2648 36% [====================== ] 975/2648 36% [====================== ] 976/2648 36% [====================== ] 977/2648 36% [====================== ] 978/2648 36% [====================== ] 979/2648 36% [====================== ] 980/2648 37% [====================== ] 981/2648 37% [====================== ] 982/2648 37% [======================= ] 983/2648 37% [======================= ] 984/2648 37% [======================= ] 985/2648 37% [======================= ] 986/2648 37% [======================= ] 987/2648 37% [======================= ] 988/2648 37% [======================= ] 989/2648 37% [======================= ] 990/2648 37% [======================= ] 991/2648 37% [======================= ] 992/2648 37% [======================= ] 993/2648 37% [======================= ] 994/2648 37% [======================= ] 995/2648 37% [======================= ] 996/2648 37% [======================= ] 997/2648 37% [======================= ] 998/2648 37% [======================= ] 999/2648 37% [======================= ] 1000/2648 37% [======================= ] 1001/2648 37% [======================= ] 1002/2648 37% [======================= ] 1003/2648 37% [======================= ] 1004/2648 37% [======================= ] 1005/2648 37% [======================= ] 1006/2648 37% [======================= ] 1007/2648 38% [======================= ] 1008/2648 38% [======================= ] 1009/2648 38% [======================= ] 1010/2648 38% [======================= ] 1011/2648 38% [======================= ] 1012/2648 38% [======================= ] 1013/2648 38% [======================= ] 1014/2648 38% [======================= ] 1015/2648 38% [======================= ] 1016/2648 38% [======================= ] 1017/2648 38% [======================= ] 1018/2648 38% [======================= ] 1019/2648 38% [======================= ] 1020/2648 38% [======================= ] 1021/2648 38% [======================= ] 1022/2648 38% [======================= ] 1023/2648 38% [======================= ] 1024/2648 38% [======================= ] 1025/2648 38% [======================== ] 1026/2648 38% [======================== ] 1027/2648 38% [======================== ] 1028/2648 38% [======================== ] 1029/2648 38% [======================== ] 1030/2648 38% [======================== ] 1031/2648 38% [======================== ] 1032/2648 38% [======================== ] 1033/2648 39% [======================== ] 1034/2648 39% [======================== ] 1035/2648 39% [======================== ] 1036/2648 39% [======================== ] 1037/2648 39% [======================== ] 1038/2648 39% [======================== ] 1039/2648 39% [======================== ] 1040/2648 39% [======================== ] 1041/2648 39% [======================== ] 1042/2648 39% [======================== ] 1043/2648 39% [======================== ] 1044/2648 39% [======================== ] 1045/2648 39% [======================== ] 1046/2648 39% [======================== ] 1047/2648 39% [======================== ] 1048/2648 39% [======================== ] 1049/2648 39% [======================== ] 1050/2648 39% [======================== ] 1051/2648 39% [======================== ] 1052/2648 39% [======================== ] 1053/2648 39% [======================== ] 1054/2648 39% [======================== ] 1055/2648 39% [======================== ] 1056/2648 39% [======================== ] 1057/2648 39% [======================== ] 1058/2648 39% [======================== ] 1059/2648 39% [======================== ] 1060/2648 40% [======================== ] 1061/2648 40% [======================== ] 1062/2648 40% [======================== ] 1063/2648 40% [======================== ] 1064/2648 40% [======================== ] 1065/2648 40% [======================== ] 1066/2648 40% [======================== ] 1067/2648 40% [========================= ] 1068/2648 40% [========================= ] 1069/2648 40% [========================= ] 1070/2648 40% [========================= ] 1071/2648 40% [========================= ] 1072/2648 40% [========================= ] 1073/2648 40% [========================= ] 1074/2648 40% [========================= ] 1075/2648 40% [========================= ] 1076/2648 40% [========================= ] 1077/2648 40% [========================= ] 1078/2648 40% [========================= ] 1079/2648 40% [========================= ] 1080/2648 40% [========================= ] 1081/2648 40% [========================= ] 1082/2648 40% [========================= ] 1083/2648 40% [========================= ] 1084/2648 40% [========================= ] 1085/2648 40% [========================= ] 1086/2648 41% [========================= ] 1087/2648 41% [========================= ] 1088/2648 41% [========================= ] 1089/2648 41% [========================= ] 1090/2648 41% [========================= ] 1091/2648 41% [========================= ] 1092/2648 41% [========================= ] 1093/2648 41% [========================= ] 1094/2648 41% [========================= ] 1095/2648 41% [========================= ] 1096/2648 41% [========================= ] 1097/2648 41% [========================= ] 1098/2648 41% [========================= ] 1099/2648 41% [========================= ] 1100/2648 41% [========================= ] 1101/2648 41% [========================= ] 1102/2648 41% [========================= ] 1103/2648 41% [========================= ] 1104/2648 41% [========================= ] 1105/2648 41% [========================= ] 1106/2648 41% [========================= ] 1107/2648 41% [========================= ] 1108/2648 41% [========================= ] 1109/2648 41% [========================= ] 1110/2648 41% [========================== ] 1111/2648 41% [========================== ] 1112/2648 41% [========================== ] 1113/2648 42% [========================== ] 1114/2648 42% [========================== ] 1115/2648 42% [========================== ] 1116/2648 42% [========================== ] 1117/2648 42% [========================== ] 1118/2648 42% [========================== ] 1119/2648 42% [========================== ] 1120/2648 42% [========================== ] 1121/2648 42% [========================== ] 1122/2648 42% [========================== ] 1123/2648 42% [========================== ] 1124/2648 42% [========================== ] 1125/2648 42% [========================== ] 1126/2648 42% [========================== ] 1127/2648 42% [========================== ] 1128/2648 42% [========================== ] 1129/2648 42% [========================== ] 1130/2648 42% [========================== ] 1131/2648 42% [========================== ] 1132/2648 42% [========================== ] 1133/2648 42% [========================== ] 1134/2648 42% [========================== ] 1135/2648 42% [========================== ] 1136/2648 42% [========================== ] 1137/2648 42% [========================== ] 1138/2648 42% [========================== ] 1139/2648 43% [========================== ] 1140/2648 43% [========================== ] 1141/2648 43% [========================== ] 1142/2648 43% [========================== ] 1143/2648 43% [========================== ] 1144/2648 43% [========================== ] 1145/2648 43% [========================== ] 1146/2648 43% [========================== ] 1147/2648 43% [========================== ] 1148/2648 43% [========================== ] 1149/2648 43% [========================== ] 1150/2648 43% [========================== ] 1151/2648 43% [========================== ] 1152/2648 43% [========================== ] 1153/2648 43% [=========================== ] 1154/2648 43% [=========================== ] 1155/2648 43% [=========================== ] 1156/2648 43% [=========================== ] 1157/2648 43% [=========================== ] 1158/2648 43% [=========================== ] 1159/2648 43% [=========================== ] 1160/2648 43% [=========================== ] 1161/2648 43% [=========================== ] 1162/2648 43% [=========================== ] 1163/2648 43% [=========================== ] 1164/2648 43% [=========================== ] 1165/2648 43% [=========================== ] 1166/2648 44% [=========================== ] 1167/2648 44% [=========================== ] 1168/2648 44% [=========================== ] 1169/2648 44% [=========================== ] 1170/2648 44% [=========================== ] 1171/2648 44% [=========================== ] 1172/2648 44% [=========================== ] 1173/2648 44% [=========================== ] 1174/2648 44% [=========================== ] 1175/2648 44% [=========================== ] 1176/2648 44% [=========================== ] 1177/2648 44% [=========================== ] 1178/2648 44% [=========================== ] 1179/2648 44% [=========================== ] 1180/2648 44% [=========================== ] 1181/2648 44% [=========================== ] 1182/2648 44% [=========================== ] 1183/2648 44% [=========================== ] 1184/2648 44% [=========================== ] 1185/2648 44% [=========================== ] 1186/2648 44% [=========================== ] 1187/2648 44% [=========================== ] 1188/2648 44% [=========================== ] 1189/2648 44% [=========================== ] 1190/2648 44% [=========================== ] 1191/2648 44% [=========================== ] 1192/2648 45% [=========================== ] 1193/2648 45% [=========================== ] 1194/2648 45% [=========================== ] 1195/2648 45% [============================ ] 1196/2648 45% [============================ ] 1197/2648 45% [============================ ] 1198/2648 45% [============================ ] 1199/2648 45% [============================ ] 1200/2648 45% [============================ ] 1201/2648 45% [============================ ] 1202/2648 45% [============================ ] 1203/2648 45% [============================ ] 1204/2648 45% [============================ ] 1205/2648 45% [============================ ] 1206/2648 45% [============================ ] 1207/2648 45% [============================ ] 1208/2648 45% [============================ ] 1209/2648 45% [============================ ] 1210/2648 45% [============================ ] 1211/2648 45% [============================ ] 1212/2648 45% [============================ ] 1213/2648 45% [============================ ] 1214/2648 45% [============================ ] 1215/2648 45% [============================ ] 1216/2648 45% [============================ ] 1217/2648 45% [============================ ] 1218/2648 45% [============================ ] 1219/2648 46% [============================ ] 1220/2648 46% [============================ ] 1221/2648 46% [============================ ] 1222/2648 46% [============================ ] 1223/2648 46% [============================ ] 1224/2648 46% [============================ ] 1225/2648 46% [============================ ] 1226/2648 46% [============================ ] 1227/2648 46% [============================ ] 1228/2648 46% [============================ ] 1229/2648 46% [============================ ] 1230/2648 46% [============================ ] 1231/2648 46% [============================ ] 1232/2648 46% [============================ ] 1233/2648 46% [============================ ] 1234/2648 46% [============================ ] 1235/2648 46% [============================ ] 1236/2648 46% [============================ ] 1237/2648 46% [============================ ] 1238/2648 46% [============================= ] 1239/2648 46% [============================= ] 1240/2648 46% [============================= ] 1241/2648 46% [============================= ] 1242/2648 46% [============================= ] 1243/2648 46% [============================= ] 1244/2648 46% [============================= ] 1245/2648 47% [============================= ] 1246/2648 47% [============================= ] 1247/2648 47% [============================= ] 1248/2648 47% [============================= ] 1249/2648 47% [============================= ] 1250/2648 47% [============================= ] 1251/2648 47% [============================= ] 1252/2648 47% [============================= ] 1253/2648 47% [============================= ] 1254/2648 47% [============================= ] 1255/2648 47% [============================= ] 1256/2648 47% [============================= ] 1257/2648 47% [============================= ] 1258/2648 47% [============================= ] 1259/2648 47% [============================= ] 1260/2648 47% [============================= ] 1261/2648 47% [============================= ] 1262/2648 47% [============================= ] 1263/2648 47% [============================= ] 1264/2648 47% [============================= ] 1265/2648 47% [============================= ] 1266/2648 47% [============================= ] 1267/2648 47% [============================= ] 1268/2648 47% [============================= ] 1269/2648 47% [============================= ] 1270/2648 47% [============================= ] 1271/2648 47% [============================= ] 1272/2648 48% [============================= ] 1273/2648 48% [============================= ] 1274/2648 48% [============================= ] 1275/2648 48% [============================= ] 1276/2648 48% [============================= ] 1277/2648 48% [============================= ] 1278/2648 48% [============================= ] 1279/2648 48% [============================= ] 1280/2648 48% [============================= ] 1281/2648 48% [============================== ] 1282/2648 48% [============================== ] 1283/2648 48% [============================== ] 1284/2648 48% [============================== ] 1285/2648 48% [============================== ] 1286/2648 48% [============================== ] 1287/2648 48% [============================== ] 1288/2648 48% [============================== ] 1289/2648 48% [============================== ] 1290/2648 48% [============================== ] 1291/2648 48% [============================== ] 1292/2648 48% [============================== ] 1293/2648 48% [============================== ] 1294/2648 48% [============================== ] 1295/2648 48% [============================== ] 1296/2648 48% [============================== ] 1297/2648 48% [============================== ] 1298/2648 49% [============================== ] 1299/2648 49% [============================== ] 1300/2648 49% [============================== ] 1301/2648 49% [============================== ] 1302/2648 49% [============================== ] 1303/2648 49% [============================== ] 1304/2648 49% [============================== ] 1305/2648 49% [============================== ] 1306/2648 49% [============================== ] 1307/2648 49% [============================== ] 1308/2648 49% [============================== ] 1309/2648 49% [============================== ] 1310/2648 49% [============================== ] 1311/2648 49% [============================== ] 1312/2648 49% [============================== ] 1313/2648 49% [============================== ] 1314/2648 49% [============================== ] 1315/2648 49% [============================== ] 1316/2648 49% [============================== ] 1317/2648 49% [============================== ] 1318/2648 49% [============================== ] 1319/2648 49% [============================== ] 1320/2648 49% [============================== ] 1321/2648 49% [============================== ] 1322/2648 49% [============================== ] 1323/2648 49% [=============================== ] 1324/2648 50% [=============================== ] 1325/2648 50% [=============================== ] 1326/2648 50% [=============================== ] 1327/2648 50% [=============================== ] 1328/2648 50% [=============================== ] 1329/2648 50% [=============================== ] 1330/2648 50% [=============================== ] 1331/2648 50% [=============================== ] 1332/2648 50% [=============================== ] 1333/2648 50% [=============================== ] 1334/2648 50% [=============================== ] 1335/2648 50% [=============================== ] 1336/2648 50% [=============================== ] 1337/2648 50% [=============================== ] 1338/2648 50% [=============================== ] 1339/2648 50% [=============================== ] 1340/2648 50% [=============================== ] 1341/2648 50% [=============================== ] 1342/2648 50% [=============================== ] 1343/2648 50% [=============================== ] 1344/2648 50% [=============================== ] 1345/2648 50% [=============================== ] 1346/2648 50% [=============================== ] 1347/2648 50% [=============================== ] 1348/2648 50% [=============================== ] 1349/2648 50% [=============================== ] 1350/2648 50% [=============================== ] 1351/2648 51% [=============================== ] 1352/2648 51% [=============================== ] 1353/2648 51% [=============================== ] 1354/2648 51% [=============================== ] 1355/2648 51% [=============================== ] 1356/2648 51% [=============================== ] 1357/2648 51% [=============================== ] 1358/2648 51% [=============================== ] 1359/2648 51% [=============================== ] 1360/2648 51% [=============================== ] 1361/2648 51% [=============================== ] 1362/2648 51% [=============================== ] 1363/2648 51% [=============================== ] 1364/2648 51% [=============================== ] 1365/2648 51% [=============================== ] 1366/2648 51% [================================ ] 1367/2648 51% [================================ ] 1368/2648 51% [================================ ] 1369/2648 51% [================================ ] 1370/2648 51% [================================ ] 1371/2648 51% [================================ ] 1372/2648 51% [================================ ] 1373/2648 51% [================================ ] 1374/2648 51% [================================ ] 1375/2648 51% [================================ ] 1376/2648 51% [================================ ] 1377/2648 52% [================================ ] 1378/2648 52% [================================ ] 1379/2648 52% [================================ ] 1380/2648 52% [================================ ] 1381/2648 52% [================================ ] 1382/2648 52% [================================ ] 1383/2648 52% [================================ ] 1384/2648 52% [================================ ] 1385/2648 52% [================================ ] 1386/2648 52% [================================ ] 1387/2648 52% [================================ ] 1388/2648 52% [================================ ] 1389/2648 52% [================================ ] 1390/2648 52% [================================ ] 1391/2648 52% [================================ ] 1392/2648 52% [================================ ] 1393/2648 52% [================================ ] 1394/2648 52% [================================ ] 1395/2648 52% [================================ ] 1396/2648 52% [================================ ] 1397/2648 52% [================================ ] 1398/2648 52% [================================ ] 1399/2648 52% [================================ ] 1400/2648 52% [================================ ] 1401/2648 52% [================================ ] 1402/2648 52% [================================ ] 1403/2648 52% [================================ ] 1404/2648 53% [================================ ] 1405/2648 53% [================================ ] 1406/2648 53% [================================ ] 1407/2648 53% [================================ ] 1408/2648 53% [================================ ] 1409/2648 53% [================================= ] 1410/2648 53% [================================= ] 1411/2648 53% [================================= ] 1412/2648 53% [================================= ] 1413/2648 53% [================================= ] 1414/2648 53% [================================= ] 1415/2648 53% [================================= ] 1416/2648 53% [================================= ] 1417/2648 53% [================================= ] 1418/2648 53% [================================= ] 1419/2648 53% [================================= ] 1420/2648 53% [================================= ] 1421/2648 53% [================================= ] 1422/2648 53% [================================= ] 1423/2648 53% [================================= ] 1424/2648 53% [================================= ] 1425/2648 53% [================================= ] 1426/2648 53% [================================= ] 1427/2648 53% [================================= ] 1428/2648 53% [================================= ] 1429/2648 53% [================================= ] 1430/2648 54% [================================= ] 1431/2648 54% [================================= ] 1432/2648 54% [================================= ] 1433/2648 54% [================================= ] 1434/2648 54% [================================= ] 1435/2648 54% [================================= ] 1436/2648 54% [================================= ] 1437/2648 54% [================================= ] 1438/2648 54% [================================= ] 1439/2648 54% [================================= ] 1440/2648 54% [================================= ] 1441/2648 54% [================================= ] 1442/2648 54% [================================= ] 1443/2648 54% [================================= ] 1444/2648 54% [================================= ] 1445/2648 54% [================================= ] 1446/2648 54% [================================= ] 1447/2648 54% [================================= ] 1448/2648 54% [================================= ] 1449/2648 54% [================================= ] 1450/2648 54% [================================= ] 1451/2648 54% [================================= ] 1452/2648 54% [================================== ] 1453/2648 54% [================================== ] 1454/2648 54% [================================== ] 1455/2648 54% [================================== ] 1456/2648 54% [================================== ] 1457/2648 55% [================================== ] 1458/2648 55% [================================== ] 1459/2648 55% [================================== ] 1460/2648 55% [================================== ] 1461/2648 55% [================================== ] 1462/2648 55% [================================== ] 1463/2648 55% [================================== ] 1464/2648 55% [================================== ] 1465/2648 55% [================================== ] 1466/2648 55% [================================== ] 1467/2648 55% [================================== ] 1468/2648 55% [================================== ] 1469/2648 55% [================================== ] 1470/2648 55% [================================== ] 1471/2648 55% [================================== ] 1472/2648 55% [================================== ] 1473/2648 55% [================================== ] 1474/2648 55% [================================== ] 1475/2648 55% [================================== ] 1476/2648 55% [================================== ] 1477/2648 55% [================================== ] 1478/2648 55% [================================== ] 1479/2648 55% [================================== ] 1480/2648 55% [================================== ] 1481/2648 55% [================================== ] 1482/2648 55% [================================== ] 1483/2648 56% [================================== ] 1484/2648 56% [================================== ] 1485/2648 56% [================================== ] 1486/2648 56% [================================== ] 1487/2648 56% [================================== ] 1488/2648 56% [================================== ] 1489/2648 56% [================================== ] 1490/2648 56% [================================== ] 1491/2648 56% [================================== ] 1492/2648 56% [================================== ] 1493/2648 56% [================================== ] 1494/2648 56% [=================================== ] 1495/2648 56% [=================================== ] 1496/2648 56% [=================================== ] 1497/2648 56% [=================================== ] 1498/2648 56% [=================================== ] 1499/2648 56% [=================================== ] 1500/2648 56% [=================================== ] 1501/2648 56% [=================================== ] 1502/2648 56% [=================================== ] 1503/2648 56% [=================================== ] 1504/2648 56% [=================================== ] 1505/2648 56% [=================================== ] 1506/2648 56% [=================================== ] 1507/2648 56% [=================================== ] 1508/2648 56% [=================================== ] 1509/2648 56% [=================================== ] 1510/2648 57% [=================================== ] 1511/2648 57% [=================================== ] 1512/2648 57% [=================================== ] 1513/2648 57% [=================================== ] 1514/2648 57% [=================================== ] 1515/2648 57% [=================================== ] 1516/2648 57% [=================================== ] 1517/2648 57% [=================================== ] 1518/2648 57% [=================================== ] 1519/2648 57% [=================================== ] 1520/2648 57% [=================================== ] 1521/2648 57% [=================================== ] 1522/2648 57% [=================================== ] 1523/2648 57% [=================================== ] 1524/2648 57% [=================================== ] 1525/2648 57% [=================================== ] 1526/2648 57% [=================================== ] 1527/2648 57% [=================================== ] 1528/2648 57% [=================================== ] 1529/2648 57% [=================================== ] 1530/2648 57% [=================================== ] 1531/2648 57% [=================================== ] 1532/2648 57% [=================================== ] 1533/2648 57% [=================================== ] 1534/2648 57% [=================================== ] 1535/2648 57% [=================================== ] 1536/2648 58% [=================================== ] 1537/2648 58% [==================================== ] 1538/2648 58% [==================================== ] 1539/2648 58% [==================================== ] 1540/2648 58% [==================================== ] 1541/2648 58% [==================================== ] 1542/2648 58% [==================================== ] 1543/2648 58% [==================================== ] 1544/2648 58% [==================================== ] 1545/2648 58% [==================================== ] 1546/2648 58% [==================================== ] 1547/2648 58% [==================================== ] 1548/2648 58% [==================================== ] 1549/2648 58% [==================================== ] 1550/2648 58% [==================================== ] 1551/2648 58% [==================================== ] 1552/2648 58% [==================================== ] 1553/2648 58% [==================================== ] 1554/2648 58% [==================================== ] 1555/2648 58% [==================================== ] 1556/2648 58% [==================================== ] 1557/2648 58% [==================================== ] 1558/2648 58% [==================================== ] 1559/2648 58% [==================================== ] 1560/2648 58% [==================================== ] 1561/2648 58% [==================================== ] 1562/2648 58% [==================================== ] 1563/2648 59% [==================================== ] 1564/2648 59% [==================================== ] 1565/2648 59% [==================================== ] 1566/2648 59% [==================================== ] 1567/2648 59% [==================================== ] 1568/2648 59% [==================================== ] 1569/2648 59% [==================================== ] 1570/2648 59% [==================================== ] 1571/2648 59% [==================================== ] 1572/2648 59% [==================================== ] 1573/2648 59% [==================================== ] 1574/2648 59% [==================================== ] 1575/2648 59% [==================================== ] 1576/2648 59% [==================================== ] 1577/2648 59% [==================================== ] 1578/2648 59% [==================================== ] 1579/2648 59% [==================================== ] 1580/2648 59% [===================================== ] 1581/2648 59% [===================================== ] 1582/2648 59% [===================================== ] 1583/2648 59% [===================================== ] 1584/2648 59% [===================================== ] 1585/2648 59% [===================================== ] 1586/2648 59% [===================================== ] 1587/2648 59% [===================================== ] 1588/2648 59% [===================================== ] 1589/2648 60% [===================================== ] 1590/2648 60% [===================================== ] 1591/2648 60% [===================================== ] 1592/2648 60% [===================================== ] 1593/2648 60% [===================================== ] 1594/2648 60% [===================================== ] 1595/2648 60% [===================================== ] 1596/2648 60% [===================================== ] 1597/2648 60% [===================================== ] 1598/2648 60% [===================================== ] 1599/2648 60% [===================================== ] 1600/2648 60% [===================================== ] 1601/2648 60% [===================================== ] 1602/2648 60% [===================================== ] 1603/2648 60% [===================================== ] 1604/2648 60% [===================================== ] 1605/2648 60% [===================================== ] 1606/2648 60% [===================================== ] 1607/2648 60% [===================================== ] 1608/2648 60% [===================================== ] 1609/2648 60% [===================================== ] 1610/2648 60% [===================================== ] 1611/2648 60% [===================================== ] 1612/2648 60% [===================================== ] 1613/2648 60% [===================================== ] 1614/2648 60% [===================================== ] 1615/2648 60% [===================================== ] 1616/2648 61% [===================================== ] 1617/2648 61% [===================================== ] 1618/2648 61% [===================================== ] 1619/2648 61% [===================================== ] 1620/2648 61% [===================================== ] 1621/2648 61% [===================================== ] 1622/2648 61% [====================================== ] 1623/2648 61% [====================================== ] 1624/2648 61% [====================================== ] 1625/2648 61% [====================================== ] 1626/2648 61% [====================================== ] 1627/2648 61% [====================================== ] 1628/2648 61% [====================================== ] 1629/2648 61% [====================================== ] 1630/2648 61% [====================================== ] 1631/2648 61% [====================================== ] 1632/2648 61% [====================================== ] 1633/2648 61% [====================================== ] 1634/2648 61% [====================================== ] 1635/2648 61% [====================================== ] 1636/2648 61% [====================================== ] 1637/2648 61% [====================================== ] 1638/2648 61% [====================================== ] 1639/2648 61% [====================================== ] 1640/2648 61% [====================================== ] 1641/2648 61% [====================================== ] 1642/2648 62% [====================================== ] 1643/2648 62% [====================================== ] 1644/2648 62% [====================================== ] 1645/2648 62% [====================================== ] 1646/2648 62% [====================================== ] 1647/2648 62% [====================================== ] 1648/2648 62% [====================================== ] 1649/2648 62% [====================================== ] 1650/2648 62% [====================================== ] 1651/2648 62% [====================================== ] 1652/2648 62% [====================================== ] 1653/2648 62% [====================================== ] 1654/2648 62% [====================================== ] 1655/2648 62% [====================================== ] 1656/2648 62% [====================================== ] 1657/2648 62% [====================================== ] 1658/2648 62% [====================================== ] 1659/2648 62% [====================================== ] 1660/2648 62% [====================================== ] 1661/2648 62% [====================================== ] 1662/2648 62% [====================================== ] 1663/2648 62% [====================================== ] 1664/2648 62% [====================================== ] 1665/2648 62% [======================================= ] 1666/2648 62% [======================================= ] 1667/2648 62% [======================================= ] 1668/2648 62% [======================================= ] 1669/2648 63% [======================================= ] 1670/2648 63% [======================================= ] 1671/2648 63% [======================================= ] 1672/2648 63% [======================================= ] 1673/2648 63% [======================================= ] 1674/2648 63% [======================================= ] 1675/2648 63% [======================================= ] 1676/2648 63% [======================================= ] 1677/2648 63% [======================================= ] 1678/2648 63% [======================================= ] 1679/2648 63% [======================================= ] 1680/2648 63% [======================================= ] 1681/2648 63% [======================================= ] 1682/2648 63% [======================================= ] 1683/2648 63% [======================================= ] 1684/2648 63% [======================================= ] 1685/2648 63% [======================================= ] 1686/2648 63% [======================================= ] 1687/2648 63% [======================================= ] 1688/2648 63% [======================================= ] 1689/2648 63% [======================================= ] 1690/2648 63% [======================================= ] 1691/2648 63% [======================================= ] 1692/2648 63% [======================================= ] 1693/2648 63% [======================================= ] 1694/2648 63% [======================================= ] 1695/2648 64% [======================================= ] 1696/2648 64% [======================================= ] 1697/2648 64% [======================================= ] 1698/2648 64% [======================================= ] 1699/2648 64% [======================================= ] 1700/2648 64% [======================================= ] 1701/2648 64% [======================================= ] 1702/2648 64% [======================================= ] 1703/2648 64% [======================================= ] 1704/2648 64% [======================================= ] 1705/2648 64% [======================================= ] 1706/2648 64% [======================================= ] 1707/2648 64% [======================================= ] 1708/2648 64% [======================================== ] 1709/2648 64% [======================================== ] 1710/2648 64% [======================================== ] 1711/2648 64% [======================================== ] 1712/2648 64% [======================================== ] 1713/2648 64% [======================================== ] 1714/2648 64% [======================================== ] 1715/2648 64% [======================================== ] 1716/2648 64% [======================================== ] 1717/2648 64% [======================================== ] 1718/2648 64% [======================================== ] 1719/2648 64% [======================================== ] 1720/2648 64% [======================================== ] 1721/2648 64% [======================================== ] 1722/2648 65% [======================================== ] 1723/2648 65% [======================================== ] 1724/2648 65% [======================================== ] 1725/2648 65% [======================================== ] 1726/2648 65% [======================================== ] 1727/2648 65% [======================================== ] 1728/2648 65% [======================================== ] 1729/2648 65% [======================================== ] 1730/2648 65% [======================================== ] 1731/2648 65% [======================================== ] 1732/2648 65% [======================================== ] 1733/2648 65% [======================================== ] 1734/2648 65% [======================================== ] 1735/2648 65% [======================================== ] 1736/2648 65% [======================================== ] 1737/2648 65% [======================================== ] 1738/2648 65% [======================================== ] 1739/2648 65% [======================================== ] 1740/2648 65% [======================================== ] 1741/2648 65% [======================================== ] 1742/2648 65% [======================================== ] 1743/2648 65% [======================================== ] 1744/2648 65% [======================================== ] 1745/2648 65% [======================================== ] 1746/2648 65% [======================================== ] 1747/2648 65% [======================================== ] 1748/2648 66% [======================================== ] 1749/2648 66% [======================================== ] 1750/2648 66% [======================================== ] 1751/2648 66% [========================================= ] 1752/2648 66% [========================================= ] 1753/2648 66% [========================================= ] 1754/2648 66% [========================================= ] 1755/2648 66% [========================================= ] 1756/2648 66% [========================================= ] 1757/2648 66% [========================================= ] 1758/2648 66% [========================================= ] 1759/2648 66% [========================================= ] 1760/2648 66% [========================================= ] 1761/2648 66% [========================================= ] 1762/2648 66% [========================================= ] 1763/2648 66% [========================================= ] 1764/2648 66% [========================================= ] 1765/2648 66% [========================================= ] 1766/2648 66% [========================================= ] 1767/2648 66% [========================================= ] 1768/2648 66% [========================================= ] 1769/2648 66% [========================================= ] 1770/2648 66% [========================================= ] 1771/2648 66% [========================================= ] 1772/2648 66% [========================================= ] 1773/2648 66% [========================================= ] 1774/2648 66% [========================================= ] 1775/2648 67% [========================================= ] 1776/2648 67% [========================================= ] 1777/2648 67% [========================================= ] 1778/2648 67% [========================================= ] 1779/2648 67% [========================================= ] 1780/2648 67% [========================================= ] 1781/2648 67% [========================================= ] 1782/2648 67% [========================================= ] 1783/2648 67% [========================================= ] 1784/2648 67% [========================================= ] 1785/2648 67% [========================================= ] 1786/2648 67% [========================================= ] 1787/2648 67% [========================================= ] 1788/2648 67% [========================================= ] 1789/2648 67% [========================================= ] 1790/2648 67% [========================================= ] 1791/2648 67% [========================================= ] 1792/2648 67% [========================================= ] 1793/2648 67% [========================================== ] 1794/2648 67% [========================================== ] 1795/2648 67% [========================================== ] 1796/2648 67% [========================================== ] 1797/2648 67% [========================================== ] 1798/2648 67% [========================================== ] 1799/2648 67% [========================================== ] 1800/2648 67% [========================================== ] 1801/2648 68% [========================================== ] 1802/2648 68% [========================================== ] 1803/2648 68% [========================================== ] 1804/2648 68% [========================================== ] 1805/2648 68% [========================================== ] 1806/2648 68% [========================================== ] 1807/2648 68% [========================================== ] 1808/2648 68% [========================================== ] 1809/2648 68% [========================================== ] 1810/2648 68% [========================================== ] 1811/2648 68% [========================================== ] 1812/2648 68% [========================================== ] 1813/2648 68% [========================================== ] 1814/2648 68% [========================================== ] 1815/2648 68% [========================================== ] 1816/2648 68% [========================================== ] 1817/2648 68% [========================================== ] 1818/2648 68% [========================================== ] 1819/2648 68% [========================================== ] 1820/2648 68% [========================================== ] 1821/2648 68% [========================================== ] 1822/2648 68% [========================================== ] 1823/2648 68% [========================================== ] 1824/2648 68% [========================================== ] 1825/2648 68% [========================================== ] 1826/2648 68% [========================================== ] 1827/2648 68% [========================================== ] 1828/2648 69% [========================================== ] 1829/2648 69% [========================================== ] 1830/2648 69% [========================================== ] 1831/2648 69% [========================================== ] 1832/2648 69% [========================================== ] 1833/2648 69% [========================================== ] 1834/2648 69% [========================================== ] 1835/2648 69% [========================================== ] 1836/2648 69% [=========================================== ] 1837/2648 69% [=========================================== ] 1838/2648 69% [=========================================== ] 1839/2648 69% [=========================================== ] 1840/2648 69% [=========================================== ] 1841/2648 69% [=========================================== ] 1842/2648 69% [=========================================== ] 1843/2648 69% [=========================================== ] 1844/2648 69% [=========================================== ] 1845/2648 69% [=========================================== ] 1846/2648 69% [=========================================== ] 1847/2648 69% [=========================================== ] 1848/2648 69% [=========================================== ] 1849/2648 69% [=========================================== ] 1850/2648 69% [=========================================== ] 1851/2648 69% [=========================================== ] 1852/2648 69% [=========================================== ] 1853/2648 69% [=========================================== ] 1854/2648 70% [=========================================== ] 1855/2648 70% [=========================================== ] 1856/2648 70% [=========================================== ] 1857/2648 70% [=========================================== ] 1858/2648 70% [=========================================== ] 1859/2648 70% [=========================================== ] 1860/2648 70% [=========================================== ] 1861/2648 70% [=========================================== ] 1862/2648 70% [=========================================== ] 1863/2648 70% [=========================================== ] 1864/2648 70% [=========================================== ] 1865/2648 70% [=========================================== ] 1866/2648 70% [=========================================== ] 1867/2648 70% [=========================================== ] 1868/2648 70% [=========================================== ] 1869/2648 70% [=========================================== ] 1870/2648 70% [=========================================== ] 1871/2648 70% [=========================================== ] 1872/2648 70% [=========================================== ] 1873/2648 70% [=========================================== ] 1874/2648 70% [=========================================== ] 1875/2648 70% [=========================================== ] 1876/2648 70% [=========================================== ] 1877/2648 70% [=========================================== ] 1878/2648 70% [=========================================== ] 1879/2648 70% [============================================ ] 1880/2648 70% [============================================ ] 1881/2648 71% [============================================ ] 1882/2648 71% [============================================ ] 1883/2648 71% [============================================ ] 1884/2648 71% [============================================ ] 1885/2648 71% [============================================ ] 1886/2648 71% [============================================ ] 1887/2648 71% [============================================ ] 1888/2648 71% [============================================ ] 1889/2648 71% [============================================ ] 1890/2648 71% [============================================ ] 1891/2648 71% [============================================ ] 1892/2648 71% [============================================ ] 1893/2648 71% [============================================ ] 1894/2648 71% [============================================ ] 1895/2648 71% [============================================ ] 1896/2648 71% [============================================ ] 1897/2648 71% [============================================ ] 1898/2648 71% [============================================ ] 1899/2648 71% [============================================ ] 1900/2648 71% [============================================ ] 1901/2648 71% [============================================ ] 1902/2648 71% [============================================ ] 1903/2648 71% [============================================ ] 1904/2648 71% [============================================ ] 1905/2648 71% [============================================ ] 1906/2648 71% [============================================ ] 1907/2648 72% [============================================ ] 1908/2648 72% [============================================ ] 1909/2648 72% [============================================ ] 1910/2648 72% [============================================ ] 1911/2648 72% [============================================ ] 1912/2648 72% [============================================ ] 1913/2648 72% [============================================ ] 1914/2648 72% [============================================ ] 1915/2648 72% [============================================ ] 1916/2648 72% [============================================ ] 1917/2648 72% [============================================ ] 1918/2648 72% [============================================ ] 1919/2648 72% [============================================ ] 1920/2648 72% [============================================ ] 1921/2648 72% [============================================= ] 1922/2648 72% [============================================= ] 1923/2648 72% [============================================= ] 1924/2648 72% [============================================= ] 1925/2648 72% [============================================= ] 1926/2648 72% [============================================= ] 1927/2648 72% [============================================= ] 1928/2648 72% [============================================= ] 1929/2648 72% [============================================= ] 1930/2648 72% [============================================= ] 1931/2648 72% [============================================= ] 1932/2648 72% [============================================= ] 1933/2648 72% [============================================= ] 1934/2648 73% [============================================= ] 1935/2648 73% [============================================= ] 1936/2648 73% [============================================= ] 1937/2648 73% [============================================= ] 1938/2648 73% [============================================= ] 1939/2648 73% [============================================= ] 1940/2648 73% [============================================= ] 1941/2648 73% [============================================= ] 1942/2648 73% [============================================= ] 1943/2648 73% [============================================= ] 1944/2648 73% [============================================= ] 1945/2648 73% [============================================= ] 1946/2648 73% [============================================= ] 1947/2648 73% [============================================= ] 1948/2648 73% [============================================= ] 1949/2648 73% [============================================= ] 1950/2648 73% [============================================= ] 1951/2648 73% [============================================= ] 1952/2648 73% [============================================= ] 1953/2648 73% [============================================= ] 1954/2648 73% [============================================= ] 1955/2648 73% [============================================= ] 1956/2648 73% [============================================= ] 1957/2648 73% [============================================= ] 1958/2648 73% [============================================= ] 1959/2648 73% [============================================= ] 1960/2648 74% [============================================= ] 1961/2648 74% [============================================= ] 1962/2648 74% [============================================= ] 1963/2648 74% [============================================= ] 1964/2648 74% [============================================== ] 1965/2648 74% [============================================== ] 1966/2648 74% [============================================== ] 1967/2648 74% [============================================== ] 1968/2648 74% [============================================== ] 1969/2648 74% [============================================== ] 1970/2648 74% [============================================== ] 1971/2648 74% [============================================== ] 1972/2648 74% [============================================== ] 1973/2648 74% [============================================== ] 1974/2648 74% [============================================== ] 1975/2648 74% [============================================== ] 1976/2648 74% [============================================== ] 1977/2648 74% [============================================== ] 1978/2648 74% [============================================== ] 1979/2648 74% [============================================== ] 1980/2648 74% [============================================== ] 1981/2648 74% [============================================== ] 1982/2648 74% [============================================== ] 1983/2648 74% [============================================== ] 1984/2648 74% [============================================== ] 1985/2648 74% [============================================== ] 1986/2648 75% [============================================== ] 1987/2648 75% [============================================== ] 1988/2648 75% [============================================== ] 1989/2648 75% [============================================== ] 1990/2648 75% [============================================== ] 1991/2648 75% [============================================== ] 1992/2648 75% [============================================== ] 1993/2648 75% [============================================== ] 1994/2648 75% [============================================== ] 1995/2648 75% [============================================== ] 1996/2648 75% [============================================== ] 1997/2648 75% [============================================== ] 1998/2648 75% [============================================== ] 1999/2648 75% [============================================== ] 2000/2648 75% [============================================== ] 2001/2648 75% [============================================== ] 2002/2648 75% [============================================== ] 2003/2648 75% [============================================== ] 2004/2648 75% [============================================== ] 2005/2648 75% [============================================== ] 2006/2648 75% [============================================== ] 2007/2648 75% [=============================================== ] 2008/2648 75% [=============================================== ] 2009/2648 75% [=============================================== ] 2010/2648 75% [=============================================== ] 2011/2648 75% [=============================================== ] 2012/2648 75% [=============================================== ] 2013/2648 76% [=============================================== ] 2014/2648 76% [=============================================== ] 2015/2648 76% [=============================================== ] 2016/2648 76% [=============================================== ] 2017/2648 76% [=============================================== ] 2018/2648 76% [=============================================== ] 2019/2648 76% [=============================================== ] 2020/2648 76% [=============================================== ] 2021/2648 76% [=============================================== ] 2022/2648 76% [=============================================== ] 2023/2648 76% [=============================================== ] 2024/2648 76% [=============================================== ] 2025/2648 76% [=============================================== ] 2026/2648 76% [=============================================== ] 2027/2648 76% [=============================================== ] 2028/2648 76% [=============================================== ] 2029/2648 76% [=============================================== ] 2030/2648 76% [=============================================== ] 2031/2648 76% [=============================================== ] 2032/2648 76% [=============================================== ] 2033/2648 76% [=============================================== ] 2034/2648 76% [=============================================== ] 2035/2648 76% [=============================================== ] 2036/2648 76% [=============================================== ] 2037/2648 76% [=============================================== ] 2038/2648 76% [=============================================== ] 2039/2648 77% [=============================================== ] 2040/2648 77% [=============================================== ] 2041/2648 77% [=============================================== ] 2042/2648 77% [=============================================== ] 2043/2648 77% [=============================================== ] 2044/2648 77% [=============================================== ] 2045/2648 77% [=============================================== ] 2046/2648 77% [=============================================== ] 2047/2648 77% [=============================================== ] 2048/2648 77% [=============================================== ] 2049/2648 77% [=============================================== ] 2050/2648 77% [================================================ ] 2051/2648 77% [================================================ ] 2052/2648 77% [================================================ ] 2053/2648 77% [================================================ ] 2054/2648 77% [================================================ ] 2055/2648 77% [================================================ ] 2056/2648 77% [================================================ ] 2057/2648 77% [================================================ ] 2058/2648 77% [================================================ ] 2059/2648 77% [================================================ ] 2060/2648 77% [================================================ ] 2061/2648 77% [================================================ ] 2062/2648 77% [================================================ ] 2063/2648 77% [================================================ ] 2064/2648 77% [================================================ ] 2065/2648 77% [================================================ ] 2066/2648 78% [================================================ ] 2067/2648 78% [================================================ ] 2068/2648 78% [================================================ ] 2069/2648 78% [================================================ ] 2070/2648 78% [================================================ ] 2071/2648 78% [================================================ ] 2072/2648 78% [================================================ ] 2073/2648 78% [================================================ ] 2074/2648 78% [================================================ ] 2075/2648 78% [================================================ ] 2076/2648 78% [================================================ ] 2077/2648 78% [================================================ ] 2078/2648 78% [================================================ ] 2079/2648 78% [================================================ ] 2080/2648 78% [================================================ ] 2081/2648 78% [================================================ ] 2082/2648 78% [================================================ ] 2083/2648 78% [================================================ ] 2084/2648 78% [================================================ ] 2085/2648 78% [================================================ ] 2086/2648 78% [================================================ ] 2087/2648 78% [================================================ ] 2088/2648 78% [================================================ ] 2089/2648 78% [================================================ ] 2090/2648 78% [================================================ ] 2091/2648 78% [================================================ ] 2092/2648 79% [================================================= ] 2093/2648 79% [================================================= ] 2094/2648 79% [================================================= ] 2095/2648 79% [================================================= ] 2096/2648 79% [================================================= ] 2097/2648 79% [================================================= ] 2098/2648 79% [================================================= ] 2099/2648 79% [================================================= ] 2100/2648 79% [================================================= ] 2101/2648 79% [================================================= ] 2102/2648 79% [================================================= ] 2103/2648 79% [================================================= ] 2104/2648 79% [================================================= ] 2105/2648 79% [================================================= ] 2106/2648 79% [================================================= ] 2107/2648 79% [================================================= ] 2108/2648 79% [================================================= ] 2109/2648 79% [================================================= ] 2110/2648 79% [================================================= ] 2111/2648 79% [================================================= ] 2112/2648 79% [================================================= ] 2113/2648 79% [================================================= ] 2114/2648 79% [================================================= ] 2115/2648 79% [================================================= ] 2116/2648 79% [================================================= ] 2117/2648 79% [================================================= ] 2118/2648 79% [================================================= ] 2119/2648 80% [================================================= ] 2120/2648 80% [================================================= ] 2121/2648 80% [================================================= ] 2122/2648 80% [================================================= ] 2123/2648 80% [================================================= ] 2124/2648 80% [================================================= ] 2125/2648 80% [================================================= ] 2126/2648 80% [================================================= ] 2127/2648 80% [================================================= ] 2128/2648 80% [================================================= ] 2129/2648 80% [================================================= ] 2130/2648 80% [================================================= ] 2131/2648 80% [================================================= ] 2132/2648 80% [================================================= ] 2133/2648 80% [================================================= ] 2134/2648 80% [================================================= ] 2135/2648 80% [================================================== ] 2136/2648 80% [================================================== ] 2137/2648 80% [================================================== ] 2138/2648 80% [================================================== ] 2139/2648 80% [================================================== ] 2140/2648 80% [================================================== ] 2141/2648 80% [================================================== ] 2142/2648 80% [================================================== ] 2143/2648 80% [================================================== ] 2144/2648 80% [================================================== ] 2145/2648 81% [================================================== ] 2146/2648 81% [================================================== ] 2147/2648 81% [================================================== ] 2148/2648 81% [================================================== ] 2149/2648 81% [================================================== ] 2150/2648 81% [================================================== ] 2151/2648 81% [================================================== ] 2152/2648 81% [================================================== ] 2153/2648 81% [================================================== ] 2154/2648 81% [================================================== ] 2155/2648 81% [================================================== ] 2156/2648 81% [================================================== ] 2157/2648 81% [================================================== ] 2158/2648 81% [================================================== ] 2159/2648 81% [================================================== ] 2160/2648 81% [================================================== ] 2161/2648 81% [================================================== ] 2162/2648 81% [================================================== ] 2163/2648 81% [================================================== ] 2164/2648 81% [================================================== ] 2165/2648 81% [================================================== ] 2166/2648 81% [================================================== ] 2167/2648 81% [================================================== ] 2168/2648 81% [================================================== ] 2169/2648 81% [================================================== ] 2170/2648 81% [================================================== ] 2171/2648 81% [================================================== ] 2172/2648 82% [================================================== ] 2173/2648 82% [================================================== ] 2174/2648 82% [================================================== ] 2175/2648 82% [================================================== ] 2176/2648 82% [================================================== ] 2177/2648 82% [================================================== ] 2178/2648 82% [=================================================== ] 2179/2648 82% [=================================================== ] 2180/2648 82% [=================================================== ] 2181/2648 82% [=================================================== ] 2182/2648 82% [=================================================== ] 2183/2648 82% [=================================================== ] 2184/2648 82% [=================================================== ] 2185/2648 82% [=================================================== ] 2186/2648 82% [=================================================== ] 2187/2648 82% [=================================================== ] 2188/2648 82% [=================================================== ] 2189/2648 82% [=================================================== ] 2190/2648 82% [=================================================== ] 2191/2648 82% [=================================================== ] 2192/2648 82% [=================================================== ] 2193/2648 82% [=================================================== ] 2194/2648 82% [=================================================== ] 2195/2648 82% [=================================================== ] 2196/2648 82% [=================================================== ] 2197/2648 82% [=================================================== ] 2198/2648 83% [=================================================== ] 2199/2648 83% [=================================================== ] 2200/2648 83% [=================================================== ] 2201/2648 83% [=================================================== ] 2202/2648 83% [=================================================== ] 2203/2648 83% [=================================================== ] 2204/2648 83% [=================================================== ] 2205/2648 83% [=================================================== ] 2206/2648 83% [=================================================== ] 2207/2648 83% [=================================================== ] 2208/2648 83% [=================================================== ] 2209/2648 83% [=================================================== ] 2210/2648 83% [=================================================== ] 2211/2648 83% [=================================================== ] 2212/2648 83% [=================================================== ] 2213/2648 83% [=================================================== ] 2214/2648 83% [=================================================== ] 2215/2648 83% [=================================================== ] 2216/2648 83% [=================================================== ] 2217/2648 83% [=================================================== ] 2218/2648 83% [=================================================== ] 2219/2648 83% [=================================================== ] 2220/2648 83% [==================================================== ] 2221/2648 83% [==================================================== ] 2222/2648 83% [==================================================== ] 2223/2648 83% [==================================================== ] 2224/2648 83% [==================================================== ] 2225/2648 84% [==================================================== ] 2226/2648 84% [==================================================== ] 2227/2648 84% [==================================================== ] 2228/2648 84% [==================================================== ] 2229/2648 84% [==================================================== ] 2230/2648 84% [==================================================== ] 2231/2648 84% [==================================================== ] 2232/2648 84% [==================================================== ] 2233/2648 84% [==================================================== ] 2234/2648 84% [==================================================== ] 2235/2648 84% [==================================================== ] 2236/2648 84% [==================================================== ] 2237/2648 84% [==================================================== ] 2238/2648 84% [==================================================== ] 2239/2648 84% [==================================================== ] 2240/2648 84% [==================================================== ] 2241/2648 84% [==================================================== ] 2242/2648 84% [==================================================== ] 2243/2648 84% [==================================================== ] 2244/2648 84% [==================================================== ] 2245/2648 84% [==================================================== ] 2246/2648 84% [==================================================== ] 2247/2648 84% [==================================================== ] 2248/2648 84% [==================================================== ] 2249/2648 84% [==================================================== ] 2250/2648 84% [==================================================== ] 2251/2648 85% [==================================================== ] 2252/2648 85% [==================================================== ] 2253/2648 85% [==================================================== ] 2254/2648 85% [==================================================== ] 2255/2648 85% [==================================================== ] 2256/2648 85% [==================================================== ] 2257/2648 85% [==================================================== ] 2258/2648 85% [==================================================== ] 2259/2648 85% [==================================================== ] 2260/2648 85% [==================================================== ] 2261/2648 85% [==================================================== ] 2262/2648 85% [==================================================== ] 2263/2648 85% [===================================================== ] 2264/2648 85% [===================================================== ] 2265/2648 85% [===================================================== ] 2266/2648 85% [===================================================== ] 2267/2648 85% [===================================================== ] 2268/2648 85% [===================================================== ] 2269/2648 85% [===================================================== ] 2270/2648 85% [===================================================== ] 2271/2648 85% [===================================================== ] 2272/2648 85% [===================================================== ] 2273/2648 85% [===================================================== ] 2274/2648 85% [===================================================== ] 2275/2648 85% [===================================================== ] 2276/2648 85% [===================================================== ] 2277/2648 85% [===================================================== ] 2278/2648 86% [===================================================== ] 2279/2648 86% [===================================================== ] 2280/2648 86% [===================================================== ] 2281/2648 86% [===================================================== ] 2282/2648 86% [===================================================== ] 2283/2648 86% [===================================================== ] 2284/2648 86% [===================================================== ] 2285/2648 86% [===================================================== ] 2286/2648 86% [===================================================== ] 2287/2648 86% [===================================================== ] 2288/2648 86% [===================================================== ] 2289/2648 86% [===================================================== ] 2290/2648 86% [===================================================== ] 2291/2648 86% [===================================================== ] 2292/2648 86% [===================================================== ] 2293/2648 86% [===================================================== ] 2294/2648 86% [===================================================== ] 2295/2648 86% [===================================================== ] 2296/2648 86% [===================================================== ] 2297/2648 86% [===================================================== ] 2298/2648 86% [===================================================== ] 2299/2648 86% [===================================================== ] 2300/2648 86% [===================================================== ] 2301/2648 86% [===================================================== ] 2302/2648 86% [===================================================== ] 2303/2648 86% [===================================================== ] 2304/2648 87% [===================================================== ] 2305/2648 87% [===================================================== ] 2306/2648 87% [====================================================== ] 2307/2648 87% [====================================================== ] 2308/2648 87% [====================================================== ] 2309/2648 87% [====================================================== ] 2310/2648 87% [====================================================== ] 2311/2648 87% [====================================================== ] 2312/2648 87% [====================================================== ] 2313/2648 87% [====================================================== ] 2314/2648 87% [====================================================== ] 2315/2648 87% [====================================================== ] 2316/2648 87% [====================================================== ] 2317/2648 87% [====================================================== ] 2318/2648 87% [====================================================== ] 2319/2648 87% [====================================================== ] 2320/2648 87% [====================================================== ] 2321/2648 87% [====================================================== ] 2322/2648 87% [====================================================== ] 2323/2648 87% [====================================================== ] 2324/2648 87% [====================================================== ] 2325/2648 87% [====================================================== ] 2326/2648 87% [====================================================== ] 2327/2648 87% [====================================================== ] 2328/2648 87% [====================================================== ] 2329/2648 87% [====================================================== ] 2330/2648 87% [====================================================== ] 2331/2648 88% [====================================================== ] 2332/2648 88% [====================================================== ] 2333/2648 88% [====================================================== ] 2334/2648 88% [====================================================== ] 2335/2648 88% [====================================================== ] 2336/2648 88% [====================================================== ] 2337/2648 88% [====================================================== ] 2338/2648 88% [====================================================== ] 2339/2648 88% [====================================================== ] 2340/2648 88% [====================================================== ] 2341/2648 88% [====================================================== ] 2342/2648 88% [====================================================== ] 2343/2648 88% [====================================================== ] 2344/2648 88% [====================================================== ] 2345/2648 88% [====================================================== ] 2346/2648 88% [====================================================== ] 2347/2648 88% [====================================================== ] 2348/2648 88% [====================================================== ] 2349/2648 88% [======================================================= ] 2350/2648 88% [======================================================= ] 2351/2648 88% [======================================================= ] 2352/2648 88% [======================================================= ] 2353/2648 88% [======================================================= ] 2354/2648 88% [======================================================= ] 2355/2648 88% [======================================================= ] 2356/2648 88% [======================================================= ] 2357/2648 89% [======================================================= ] 2358/2648 89% [======================================================= ] 2359/2648 89% [======================================================= ] 2360/2648 89% [======================================================= ] 2361/2648 89% [======================================================= ] 2362/2648 89% [======================================================= ] 2363/2648 89% [======================================================= ] 2364/2648 89% [======================================================= ] 2365/2648 89% [======================================================= ] 2366/2648 89% [======================================================= ] 2367/2648 89% [======================================================= ] 2368/2648 89% [======================================================= ] 2369/2648 89% [======================================================= ] 2370/2648 89% [======================================================= ] 2371/2648 89% [======================================================= ] 2372/2648 89% [======================================================= ] 2373/2648 89% [======================================================= ] 2374/2648 89% [======================================================= ] 2375/2648 89% [======================================================= ] 2376/2648 89% [======================================================= ] 2377/2648 89% [======================================================= ] 2378/2648 89% [======================================================= ] 2379/2648 89% [======================================================= ] 2380/2648 89% [======================================================= ] 2381/2648 89% [======================================================= ] 2382/2648 89% [======================================================= ] 2383/2648 89% [======================================================= ] 2384/2648 90% [======================================================= ] 2385/2648 90% [======================================================= ] 2386/2648 90% [======================================================= ] 2387/2648 90% [======================================================= ] 2388/2648 90% [======================================================= ] 2389/2648 90% [======================================================= ] 2390/2648 90% [======================================================= ] 2391/2648 90% [======================================================== ] 2392/2648 90% [======================================================== ] 2393/2648 90% [======================================================== ] 2394/2648 90% [======================================================== ] 2395/2648 90% [======================================================== ] 2396/2648 90% [======================================================== ] 2397/2648 90% [======================================================== ] 2398/2648 90% [======================================================== ] 2399/2648 90% [======================================================== ] 2400/2648 90% [======================================================== ] 2401/2648 90% [======================================================== ] 2402/2648 90% [======================================================== ] 2403/2648 90% [======================================================== ] 2404/2648 90% [======================================================== ] 2405/2648 90% [======================================================== ] 2406/2648 90% [======================================================== ] 2407/2648 90% [======================================================== ] 2408/2648 90% [======================================================== ] 2409/2648 90% [======================================================== ] 2410/2648 91% [======================================================== ] 2411/2648 91% [======================================================== ] 2412/2648 91% [======================================================== ] 2413/2648 91% [======================================================== ] 2414/2648 91% [======================================================== ] 2415/2648 91% [======================================================== ] 2416/2648 91% [======================================================== ] 2417/2648 91% [======================================================== ] 2418/2648 91% [======================================================== ] 2419/2648 91% [======================================================== ] 2420/2648 91% [======================================================== ] 2421/2648 91% [======================================================== ] 2422/2648 91% [======================================================== ] 2423/2648 91% [======================================================== ] 2424/2648 91% [======================================================== ] 2425/2648 91% [======================================================== ] 2426/2648 91% [======================================================== ] 2427/2648 91% [======================================================== ] 2428/2648 91% [======================================================== ] 2429/2648 91% [======================================================== ] 2430/2648 91% [======================================================== ] 2431/2648 91% [======================================================== ] 2432/2648 91% [======================================================== ] 2433/2648 91% [======================================================== ] 2434/2648 91% [========================================================= ] 2435/2648 91% [========================================================= ] 2436/2648 91% [========================================================= ] 2437/2648 92% [========================================================= ] 2438/2648 92% [========================================================= ] 2439/2648 92% [========================================================= ] 2440/2648 92% [========================================================= ] 2441/2648 92% [========================================================= ] 2442/2648 92% [========================================================= ] 2443/2648 92% [========================================================= ] 2444/2648 92% [========================================================= ] 2445/2648 92% [========================================================= ] 2446/2648 92% [========================================================= ] 2447/2648 92% [========================================================= ] 2448/2648 92% [========================================================= ] 2449/2648 92% [========================================================= ] 2450/2648 92% [========================================================= ] 2451/2648 92% [========================================================= ] 2452/2648 92% [========================================================= ] 2453/2648 92% [========================================================= ] 2454/2648 92% [========================================================= ] 2455/2648 92% [========================================================= ] 2456/2648 92% [========================================================= ] 2457/2648 92% [========================================================= ] 2458/2648 92% [========================================================= ] 2459/2648 92% [========================================================= ] 2460/2648 92% [========================================================= ] 2461/2648 92% [========================================================= ] 2462/2648 92% [========================================================= ] 2463/2648 93% [========================================================= ] 2464/2648 93% [========================================================= ] 2465/2648 93% [========================================================= ] 2466/2648 93% [========================================================= ] 2467/2648 93% [========================================================= ] 2468/2648 93% [========================================================= ] 2469/2648 93% [========================================================= ] 2470/2648 93% [========================================================= ] 2471/2648 93% [========================================================= ] 2472/2648 93% [========================================================= ] 2473/2648 93% [========================================================= ] 2474/2648 93% [========================================================= ] 2475/2648 93% [========================================================= ] 2476/2648 93% [========================================================= ] 2477/2648 93% [========================================================== ] 2478/2648 93% [========================================================== ] 2479/2648 93% [========================================================== ] 2480/2648 93% [========================================================== ] 2481/2648 93% [========================================================== ] 2482/2648 93% [========================================================== ] 2483/2648 93% [========================================================== ] 2484/2648 93% [========================================================== ] 2485/2648 93% [========================================================== ] 2486/2648 93% [========================================================== ] 2487/2648 93% [========================================================== ] 2488/2648 93% [========================================================== ] 2489/2648 93% [========================================================== ] 2490/2648 94% [========================================================== ] 2491/2648 94% [========================================================== ] 2492/2648 94% [========================================================== ] 2493/2648 94% [========================================================== ] 2494/2648 94% [========================================================== ] 2495/2648 94% [========================================================== ] 2496/2648 94% [========================================================== ] 2497/2648 94% [========================================================== ] 2498/2648 94% [========================================================== ] 2499/2648 94% [========================================================== ] 2500/2648 94% [========================================================== ] 2501/2648 94% [========================================================== ] 2502/2648 94% [========================================================== ] 2503/2648 94% [========================================================== ] 2504/2648 94% [========================================================== ] 2505/2648 94% [========================================================== ] 2506/2648 94% [========================================================== ] 2507/2648 94% [========================================================== ] 2508/2648 94% [========================================================== ] 2509/2648 94% [========================================================== ] 2510/2648 94% [========================================================== ] 2511/2648 94% [========================================================== ] 2512/2648 94% [========================================================== ] 2513/2648 94% [========================================================== ] 2514/2648 94% [========================================================== ] 2515/2648 94% [========================================================== ] 2516/2648 95% [========================================================== ] 2517/2648 95% [========================================================== ] 2518/2648 95% [========================================================== ] 2519/2648 95% [=========================================================== ] 2520/2648 95% [=========================================================== ] 2521/2648 95% [=========================================================== ] 2522/2648 95% [=========================================================== ] 2523/2648 95% [=========================================================== ] 2524/2648 95% [=========================================================== ] 2525/2648 95% [=========================================================== ] 2526/2648 95% [=========================================================== ] 2527/2648 95% [=========================================================== ] 2528/2648 95% [=========================================================== ] 2529/2648 95% [=========================================================== ] 2530/2648 95% [=========================================================== ] 2531/2648 95% [=========================================================== ] 2532/2648 95% [=========================================================== ] 2533/2648 95% [=========================================================== ] 2534/2648 95% [=========================================================== ] 2535/2648 95% [=========================================================== ] 2536/2648 95% [=========================================================== ] 2537/2648 95% [=========================================================== ] 2538/2648 95% [=========================================================== ] 2539/2648 95% [=========================================================== ] 2540/2648 95% [=========================================================== ] 2541/2648 95% [=========================================================== ] 2542/2648 95% [=========================================================== ] 2543/2648 96% [=========================================================== ] 2544/2648 96% [=========================================================== ] 2545/2648 96% [=========================================================== ] 2546/2648 96% [=========================================================== ] 2547/2648 96% [=========================================================== ] 2548/2648 96% [=========================================================== ] 2549/2648 96% [=========================================================== ] 2550/2648 96% [=========================================================== ] 2551/2648 96% [=========================================================== ] 2552/2648 96% [=========================================================== ] 2553/2648 96% [=========================================================== ] 2554/2648 96% [=========================================================== ] 2555/2648 96% [=========================================================== ] 2556/2648 96% [=========================================================== ] 2557/2648 96% [=========================================================== ] 2558/2648 96% [=========================================================== ] 2559/2648 96% [=========================================================== ] 2560/2648 96% [=========================================================== ] 2561/2648 96% [=========================================================== ] 2562/2648 96% [============================================================ ] 2563/2648 96% [============================================================ ] 2564/2648 96% [============================================================ ] 2565/2648 96% [============================================================ ] 2566/2648 96% [============================================================ ] 2567/2648 96% [============================================================ ] 2568/2648 96% [============================================================ ] 2569/2648 97% [============================================================ ] 2570/2648 97% [============================================================ ] 2571/2648 97% [============================================================ ] 2572/2648 97% [============================================================ ] 2573/2648 97% [============================================================ ] 2574/2648 97% [============================================================ ] 2575/2648 97% [============================================================ ] 2576/2648 97% [============================================================ ] 2577/2648 97% [============================================================ ] 2578/2648 97% [============================================================ ] 2579/2648 97% [============================================================ ] 2580/2648 97% [============================================================ ] 2581/2648 97% [============================================================ ] 2582/2648 97% [============================================================ ] 2583/2648 97% [============================================================ ] 2584/2648 97% [============================================================ ] 2585/2648 97% [============================================================ ] 2586/2648 97% [============================================================ ] 2587/2648 97% [============================================================ ] 2588/2648 97% [============================================================ ] 2589/2648 97% [============================================================ ] 2590/2648 97% [============================================================ ] 2591/2648 97% [============================================================ ] 2592/2648 97% [============================================================ ] 2593/2648 97% [============================================================ ] 2594/2648 97% [============================================================ ] 2595/2648 97% [============================================================ ] 2596/2648 98% [============================================================ ] 2597/2648 98% [============================================================ ] 2598/2648 98% [============================================================ ] 2599/2648 98% [============================================================ ] 2600/2648 98% [============================================================ ] 2601/2648 98% [============================================================ ] 2602/2648 98% [============================================================ ] 2603/2648 98% [============================================================ ] 2604/2648 98% [============================================================ ] 2605/2648 98% [============================================================= ] 2606/2648 98% [============================================================= ] 2607/2648 98% [============================================================= ] 2608/2648 98% [============================================================= ] 2609/2648 98% [============================================================= ] 2610/2648 98% [============================================================= ] 2611/2648 98% [============================================================= ] 2612/2648 98% [============================================================= ] 2613/2648 98% [============================================================= ] 2614/2648 98% [============================================================= ] 2615/2648 98% [============================================================= ] 2616/2648 98% [============================================================= ] 2617/2648 98% [============================================================= ] 2618/2648 98% [============================================================= ] 2619/2648 98% [============================================================= ] 2620/2648 98% [============================================================= ] 2621/2648 98% [============================================================= ] 2622/2648 99% [============================================================= ] 2623/2648 99% [============================================================= ] 2624/2648 99% [============================================================= ] 2625/2648 99% [============================================================= ] 2626/2648 99% [============================================================= ] 2627/2648 99% [============================================================= ] 2628/2648 99% [============================================================= ] 2629/2648 99% [============================================================= ] 2630/2648 99% [============================================================= ] 2631/2648 99% [============================================================= ] 2632/2648 99% [============================================================= ] 2633/2648 99% [============================================================= ] 2634/2648 99% [============================================================= ] 2635/2648 99% [============================================================= ] 2636/2648 99% [============================================================= ] 2637/2648 99% [============================================================= ] 2638/2648 99% [============================================================= ] 2639/2648 99% [============================================================= ] 2640/2648 99% [============================================================= ] 2641/2648 99% [============================================================= ] 2642/2648 99% [============================================================= ] 2643/2648 99% [============================================================= ] 2644/2648 99% [============================================================= ] 2645/2648 99% [============================================================= ] 2646/2648 99% [============================================================= ] 2647/2648 99% [==============================================================] 2648/2648 100% operation complete, 2648 objects in 117474 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/x86_64-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2023.05.2-113-gb52299adfd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.4.0 Collecting legal info >>> linux-headers 4.14.325 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> 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) >>> 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) >>> ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> empty 0.6.22b Collecting legal info COPYRIGHT: OK (sha256: db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> ffmpeg 4.4.4 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> host-nasm 2.16.01 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> openssl Collecting legal info >>> libopenssl 1.1.1v Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> genpart 1.0.2 Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> inadyn 2.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libcurl 8.2.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgcrypt 1.10.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nginx 1.24.0 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rtl_433 22.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> 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.2.4 Collecting legal info LICENSE: OK (sha256: 760f22b3e9ea4a50eb99201bd8dd118869f28108cfb64ccce6d1b305cf9ae9fa) >>> host-python-markupsafe 2.1.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) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> sqlite 3.41.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinifier 3.4.0 Collecting legal info LICENSE: OK (sha256: 18f524914c0df04e21289c3d9ca3e27c10abe5869cc4e4d4790a1b2c56df282c) >>> host-go 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> trinity 1.9 Collecting legal info COPYING: OK (sha256: 35e3fc68c89fd7b8f72fd910b521cb3292f859e9181f3c26bd0df84d144bc1d4) >>> uclibc-ng-test 6790eafe897b3a8c19a2caf50a5ecccf06647adf Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1v Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wtfutil 0.41.0 Collecting legal info LICENSE.md: OK (sha256: b59f3dbd83c6aa4e003b6eafa80bc53f0629e4d164e8b125c56869c2603dbc8f) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.14.325: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'