mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-6/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells grep -qsE '^/bin/zsh$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/zsh" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/include /home/autobuild/autobuild/instance-6/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-6/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-6/output-1/target/usr/doc find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-6/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-6/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-403-g9cab57f1b4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package \ /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1712123517\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2570 objects. stage 2: creating image '/home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/2570 0% [ ] 2/2570 0% [ ] 3/2570 0% [ ] 4/2570 0% [ ] 5/2570 0% [ ] 6/2570 0% [ ] 7/2570 0% [ ] 8/2570 0% [ ] 9/2570 0% [ ] 10/2570 0% [ ] 11/2570 0% [ ] 12/2570 0% [ ] 13/2570 0% [ ] 14/2570 0% [ ] 15/2570 0% [ ] 16/2570 0% [ ] 17/2570 0% [ ] 18/2570 0% [ ] 19/2570 0% [ ] 20/2570 0% [ ] 21/2570 0% [ ] 22/2570 0% [ ] 23/2570 0% [ ] 24/2570 0% [ ] 25/2570 0% [ ] 26/2570 1% [ ] 27/2570 1% [ ] 28/2570 1% [ ] 29/2570 1% [ ] 30/2570 1% [ ] 31/2570 1% [ ] 32/2570 1% [ ] 33/2570 1% [ ] 34/2570 1% [ ] 35/2570 1% [ ] 36/2570 1% [ ] 37/2570 1% [ ] 38/2570 1% [ ] 39/2570 1% [ ] 40/2570 1% [ ] 41/2570 1% [= ] 42/2570 1% [= ] 43/2570 1% [= ] 44/2570 1% [= ] 45/2570 1% [= ] 46/2570 1% [= ] 47/2570 1% [= ] 48/2570 1% [= ] 49/2570 1% [= ] 50/2570 1% [= ] 51/2570 1% [= ] 52/2570 2% [= ] 53/2570 2% [= ] 54/2570 2% [= ] 55/2570 2% [= ] 56/2570 2% [= ] 57/2570 2% [= ] 58/2570 2% [= ] 59/2570 2% [= ] 60/2570 2% [= ] 61/2570 2% [= ] 62/2570 2% [= ] 63/2570 2% [= ] 64/2570 2% [= ] 65/2570 2% [= ] 66/2570 2% [= ] 67/2570 2% [= ] 68/2570 2% [= ] 69/2570 2% [= ] 70/2570 2% [= ] 71/2570 2% [= ] 72/2570 2% [= ] 73/2570 2% [= ] 74/2570 2% [= ] 75/2570 2% [= ] 76/2570 2% [= ] 77/2570 2% [= ] 78/2570 3% [= ] 79/2570 3% [= ] 80/2570 3% [= ] 81/2570 3% [= ] 82/2570 3% [== ] 83/2570 3% [== ] 84/2570 3% [== ] 85/2570 3% [== ] 86/2570 3% [== ] 87/2570 3% [== ] 88/2570 3% [== ] 89/2570 3% [== ] 90/2570 3% [== ] 91/2570 3% [== ] 92/2570 3% [== ] 93/2570 3% [== ] 94/2570 3% [== ] 95/2570 3% [== ] 96/2570 3% [== ] 97/2570 3% [== ] 98/2570 3% [== ] 99/2570 3% [== ] 100/2570 3% [== ] 101/2570 3% [== ] 102/2570 3% [== ] 103/2570 4% [== ] 104/2570 4% [== ] 105/2570 4% [== ] 106/2570 4% [== ] 107/2570 4% [== ] 108/2570 4% [== ] 109/2570 4% [== ] 110/2570 4% [== ] 111/2570 4% [== ] 112/2570 4% [== ] 113/2570 4% [== ] 114/2570 4% [== ] 115/2570 4% [== ] 116/2570 4% [== ] 117/2570 4% [== ] 118/2570 4% [== ] 119/2570 4% [== ] 120/2570 4% [== ] 121/2570 4% [== ] 122/2570 4% [== ] 123/2570 4% [== ] 124/2570 4% [=== ] 125/2570 4% [=== ] 126/2570 4% [=== ] 127/2570 4% [=== ] 128/2570 4% [=== ] 129/2570 5% [=== ] 130/2570 5% [=== ] 131/2570 5% [=== ] 132/2570 5% [=== ] 133/2570 5% [=== ] 134/2570 5% [=== ] 135/2570 5% [=== ] 136/2570 5% [=== ] 137/2570 5% [=== ] 138/2570 5% [=== ] 139/2570 5% [=== ] 140/2570 5% [=== ] 141/2570 5% [=== ] 142/2570 5% [=== ] 143/2570 5% [=== ] 144/2570 5% [=== ] 145/2570 5% [=== ] 146/2570 5% [=== ] 147/2570 5% [=== ] 148/2570 5% [=== ] 149/2570 5% [=== ] 150/2570 5% [=== ] 151/2570 5% [=== ] 152/2570 5% [=== ] 153/2570 5% [=== ] 154/2570 5% [=== ] 155/2570 6% [=== ] 156/2570 6% [=== ] 157/2570 6% [=== ] 158/2570 6% [=== ] 159/2570 6% [=== ] 160/2570 6% [=== ] 161/2570 6% [=== ] 162/2570 6% [=== ] 163/2570 6% [=== ] 164/2570 6% [=== ] 165/2570 6% [==== ] 166/2570 6% [==== ] 167/2570 6% [==== ] 168/2570 6% [==== ] 169/2570 6% [==== ] 170/2570 6% [==== ] 171/2570 6% [==== ] 172/2570 6% [==== ] 173/2570 6% [==== ] 174/2570 6% [==== ] 175/2570 6% [==== ] 176/2570 6% [==== ] 177/2570 6% [==== ] 178/2570 6% [==== ] 179/2570 6% [==== ] 180/2570 7% [==== ] 181/2570 7% [==== ] 182/2570 7% [==== ] 183/2570 7% [==== ] 184/2570 7% [==== ] 185/2570 7% [==== ] 186/2570 7% [==== ] 187/2570 7% [==== ] 188/2570 7% [==== ] 189/2570 7% [==== ] 190/2570 7% [==== ] 191/2570 7% [==== ] 192/2570 7% [==== ] 193/2570 7% [==== ] 194/2570 7% [==== ] 195/2570 7% [==== ] 196/2570 7% [==== ] 197/2570 7% [==== ] 198/2570 7% [==== ] 199/2570 7% [==== ] 200/2570 7% [==== ] 201/2570 7% [==== ] 202/2570 7% [==== ] 203/2570 7% [==== ] 204/2570 7% [==== ] 205/2570 7% [==== ] 206/2570 8% [==== ] 207/2570 8% [===== ] 208/2570 8% [===== ] 209/2570 8% [===== ] 210/2570 8% [===== ] 211/2570 8% [===== ] 212/2570 8% [===== ] 213/2570 8% [===== ] 214/2570 8% [===== ] 215/2570 8% [===== ] 216/2570 8% [===== ] 217/2570 8% [===== ] 218/2570 8% [===== ] 219/2570 8% [===== ] 220/2570 8% [===== ] 221/2570 8% [===== ] 222/2570 8% [===== ] 223/2570 8% [===== ] 224/2570 8% [===== ] 225/2570 8% [===== ] 226/2570 8% [===== ] 227/2570 8% [===== ] 228/2570 8% [===== ] 229/2570 8% [===== ] 230/2570 8% [===== ] 231/2570 8% [===== ] 232/2570 9% [===== ] 233/2570 9% [===== ] 234/2570 9% [===== ] 235/2570 9% [===== ] 236/2570 9% [===== ] 237/2570 9% [===== ] 238/2570 9% [===== ] 239/2570 9% [===== ] 240/2570 9% [===== ] 241/2570 9% [===== ] 242/2570 9% [===== ] 243/2570 9% [===== ] 244/2570 9% [===== ] 245/2570 9% [===== ] 246/2570 9% [===== ] 247/2570 9% [===== ] 248/2570 9% [====== ] 249/2570 9% [====== ] 250/2570 9% [====== ] 251/2570 9% [====== ] 252/2570 9% [====== ] 253/2570 9% [====== ] 254/2570 9% [====== ] 255/2570 9% [====== ] 256/2570 9% [====== ] 257/2570 10% [====== ] 258/2570 10% [====== ] 259/2570 10% [====== ] 260/2570 10% [====== ] 261/2570 10% [====== ] 262/2570 10% [====== ] 263/2570 10% [====== ] 264/2570 10% [====== ] 265/2570 10% [====== ] 266/2570 10% [====== ] 267/2570 10% [====== ] 268/2570 10% [====== ] 269/2570 10% [====== ] 270/2570 10% [====== ] 271/2570 10% [====== ] 272/2570 10% [====== ] 273/2570 10% [====== ] 274/2570 10% [====== ] 275/2570 10% [====== ] 276/2570 10% [====== ] 277/2570 10% [====== ] 278/2570 10% [====== ] 279/2570 10% [====== ] 280/2570 10% [====== ] 281/2570 10% [====== ] 282/2570 10% [====== ] 283/2570 11% [====== ] 284/2570 11% [====== ] 285/2570 11% [====== ] 286/2570 11% [====== ] 287/2570 11% [====== ] 288/2570 11% [====== ] 289/2570 11% [====== ] 290/2570 11% [======= ] 291/2570 11% [======= ] 292/2570 11% [======= ] 293/2570 11% [======= ] 294/2570 11% [======= ] 295/2570 11% [======= ] 296/2570 11% [======= ] 297/2570 11% [======= ] 298/2570 11% [======= ] 299/2570 11% [======= ] 300/2570 11% [======= ] 301/2570 11% [======= ] 302/2570 11% [======= ] 303/2570 11% [======= ] 304/2570 11% [======= ] 305/2570 11% [======= ] 306/2570 11% [======= ] 307/2570 11% [======= ] 308/2570 11% [======= ] 309/2570 12% [======= ] 310/2570 12% [======= ] 311/2570 12% [======= ] 312/2570 12% [======= ] 313/2570 12% [======= ] 314/2570 12% [======= ] 315/2570 12% [======= ] 316/2570 12% [======= ] 317/2570 12% [======= ] 318/2570 12% [======= ] 319/2570 12% [======= ] 320/2570 12% [======= ] 321/2570 12% [======= ] 322/2570 12% [======= ] 323/2570 12% [======= ] 324/2570 12% [======= ] 325/2570 12% [======= ] 326/2570 12% [======= ] 327/2570 12% [======= ] 328/2570 12% [======= ] 329/2570 12% [======= ] 330/2570 12% [======= ] 331/2570 12% [======== ] 332/2570 12% [======== ] 333/2570 12% [======== ] 334/2570 12% [======== ] 335/2570 13% [======== ] 336/2570 13% [======== ] 337/2570 13% [======== ] 338/2570 13% [======== ] 339/2570 13% [======== ] 340/2570 13% [======== ] 341/2570 13% [======== ] 342/2570 13% [======== ] 343/2570 13% [======== ] 344/2570 13% [======== ] 345/2570 13% [======== ] 346/2570 13% [======== ] 347/2570 13% [======== ] 348/2570 13% [======== ] 349/2570 13% [======== ] 350/2570 13% [======== ] 351/2570 13% [======== ] 352/2570 13% [======== ] 353/2570 13% [======== ] 354/2570 13% [======== ] 355/2570 13% [======== ] 356/2570 13% [======== ] 357/2570 13% [======== ] 358/2570 13% [======== ] 359/2570 13% [======== ] 360/2570 14% [======== ] 361/2570 14% [======== ] 362/2570 14% [======== ] 363/2570 14% [======== ] 364/2570 14% [======== ] 365/2570 14% [======== ] 366/2570 14% [======== ] 367/2570 14% [======== ] 368/2570 14% [======== ] 369/2570 14% [======== ] 370/2570 14% [======== ] 371/2570 14% [======== ] 372/2570 14% [======== ] 373/2570 14% [========= ] 374/2570 14% [========= ] 375/2570 14% [========= ] 376/2570 14% [========= ] 377/2570 14% [========= ] 378/2570 14% [========= ] 379/2570 14% [========= ] 380/2570 14% [========= ] 381/2570 14% [========= ] 382/2570 14% [========= ] 383/2570 14% [========= ] 384/2570 14% [========= ] 385/2570 14% [========= ] 386/2570 15% [========= ] 387/2570 15% [========= ] 388/2570 15% [========= ] 389/2570 15% [========= ] 390/2570 15% [========= ] 391/2570 15% [========= ] 392/2570 15% [========= ] 393/2570 15% [========= ] 394/2570 15% [========= ] 395/2570 15% [========= ] 396/2570 15% [========= ] 397/2570 15% [========= ] 398/2570 15% [========= ] 399/2570 15% [========= ] 400/2570 15% [========= ] 401/2570 15% [========= ] 402/2570 15% [========= ] 403/2570 15% [========= ] 404/2570 15% [========= ] 405/2570 15% [========= ] 406/2570 15% [========= ] 407/2570 15% [========= ] 408/2570 15% [========= ] 409/2570 15% [========= ] 410/2570 15% [========= ] 411/2570 15% [========= ] 412/2570 16% [========= ] 413/2570 16% [========= ] 414/2570 16% [========== ] 415/2570 16% [========== ] 416/2570 16% [========== ] 417/2570 16% [========== ] 418/2570 16% [========== ] 419/2570 16% [========== ] 420/2570 16% [========== ] 421/2570 16% [========== ] 422/2570 16% [========== ] 423/2570 16% [========== ] 424/2570 16% [========== ] 425/2570 16% [========== ] 426/2570 16% [========== ] 427/2570 16% [========== ] 428/2570 16% [========== ] 429/2570 16% [========== ] 430/2570 16% [========== ] 431/2570 16% [========== ] 432/2570 16% [========== ] 433/2570 16% [========== ] 434/2570 16% [========== ] 435/2570 16% [========== ] 436/2570 16% [========== ] 437/2570 17% [========== ] 438/2570 17% [========== ] 439/2570 17% [========== ] 440/2570 17% [========== ] 441/2570 17% [========== ] 442/2570 17% [========== ] 443/2570 17% [========== ] 444/2570 17% [========== ] 445/2570 17% [========== ] 446/2570 17% [========== ] 447/2570 17% [========== ] 448/2570 17% [========== ] 449/2570 17% [========== ] 450/2570 17% [========== ] 451/2570 17% [========== ] 452/2570 17% [========== ] 453/2570 17% [========== ] 454/2570 17% [========== ] 455/2570 17% [=========== ] 456/2570 17% [=========== ] 457/2570 17% [=========== ] 458/2570 17% [=========== ] 459/2570 17% [=========== ] 460/2570 17% [=========== ] 461/2570 17% [=========== ] 462/2570 17% [=========== ] 463/2570 18% [=========== ] 464/2570 18% [=========== ] 465/2570 18% [=========== ] 466/2570 18% [=========== ] 467/2570 18% [=========== ] 468/2570 18% [=========== ] 469/2570 18% [=========== ] 470/2570 18% [=========== ] 471/2570 18% [=========== ] 472/2570 18% [=========== ] 473/2570 18% [=========== ] 474/2570 18% [=========== ] 475/2570 18% [=========== ] 476/2570 18% [=========== ] 477/2570 18% [=========== ] 478/2570 18% [=========== ] 479/2570 18% [=========== ] 480/2570 18% [=========== ] 481/2570 18% [=========== ] 482/2570 18% [=========== ] 483/2570 18% [=========== ] 484/2570 18% [=========== ] 485/2570 18% [=========== ] 486/2570 18% [=========== ] 487/2570 18% [=========== ] 488/2570 18% [=========== ] 489/2570 19% [=========== ] 490/2570 19% [=========== ] 491/2570 19% [=========== ] 492/2570 19% [=========== ] 493/2570 19% [=========== ] 494/2570 19% [=========== ] 495/2570 19% [=========== ] 496/2570 19% [=========== ] 497/2570 19% [============ ] 498/2570 19% [============ ] 499/2570 19% [============ ] 500/2570 19% [============ ] 501/2570 19% [============ ] 502/2570 19% [============ ] 503/2570 19% [============ ] 504/2570 19% [============ ] 505/2570 19% [============ ] 506/2570 19% [============ ] 507/2570 19% [============ ] 508/2570 19% [============ ] 509/2570 19% [============ ] 510/2570 19% [============ ] 511/2570 19% [============ ] 512/2570 19% [============ ] 513/2570 19% [============ ] 514/2570 20% [============ ] 515/2570 20% [============ ] 516/2570 20% [============ ] 517/2570 20% [============ ] 518/2570 20% [============ ] 519/2570 20% [============ ] 520/2570 20% [============ ] 521/2570 20% [============ ] 522/2570 20% [============ ] 523/2570 20% [============ ] 524/2570 20% [============ ] 525/2570 20% [============ ] 526/2570 20% [============ ] 527/2570 20% [============ ] 528/2570 20% [============ ] 529/2570 20% [============ ] 530/2570 20% [============ ] 531/2570 20% [============ ] 532/2570 20% [============ ] 533/2570 20% [============ ] 534/2570 20% [============ ] 535/2570 20% [============ ] 536/2570 20% [============ ] 537/2570 20% [============ ] 538/2570 20% [============= ] 539/2570 20% [============= ] 540/2570 21% [============= ] 541/2570 21% [============= ] 542/2570 21% [============= ] 543/2570 21% [============= ] 544/2570 21% [============= ] 545/2570 21% [============= ] 546/2570 21% [============= ] 547/2570 21% [============= ] 548/2570 21% [============= ] 549/2570 21% [============= ] 550/2570 21% [============= ] 551/2570 21% [============= ] 552/2570 21% [============= ] 553/2570 21% [============= ] 554/2570 21% [============= ] 555/2570 21% [============= ] 556/2570 21% [============= ] 557/2570 21% [============= ] 558/2570 21% [============= ] 559/2570 21% [============= ] 560/2570 21% [============= ] 561/2570 21% [============= ] 562/2570 21% [============= ] 563/2570 21% [============= ] 564/2570 21% [============= ] 565/2570 21% [============= ] 566/2570 22% [============= ] 567/2570 22% [============= ] 568/2570 22% [============= ] 569/2570 22% [============= ] 570/2570 22% [============= ] 571/2570 22% [============= ] 572/2570 22% [============= ] 573/2570 22% [============= ] 574/2570 22% [============= ] 575/2570 22% [============= ] 576/2570 22% [============= ] 577/2570 22% [============= ] 578/2570 22% [============= ] 579/2570 22% [============= ] 580/2570 22% [============== ] 581/2570 22% [============== ] 582/2570 22% [============== ] 583/2570 22% [============== ] 584/2570 22% [============== ] 585/2570 22% [============== ] 586/2570 22% [============== ] 587/2570 22% [============== ] 588/2570 22% [============== ] 589/2570 22% [============== ] 590/2570 22% [============== ] 591/2570 22% [============== ] 592/2570 23% [============== ] 593/2570 23% [============== ] 594/2570 23% [============== ] 595/2570 23% [============== ] 596/2570 23% [============== ] 597/2570 23% [============== ] 598/2570 23% [============== ] 599/2570 23% [============== ] 600/2570 23% [============== ] 601/2570 23% [============== ] 602/2570 23% [============== ] 603/2570 23% [============== ] 604/2570 23% [============== ] 605/2570 23% [============== ] 606/2570 23% [============== ] 607/2570 23% [============== ] 608/2570 23% [============== ] 609/2570 23% [============== ] 610/2570 23% [============== ] 611/2570 23% [============== ] 612/2570 23% [============== ] 613/2570 23% [============== ] 614/2570 23% [============== ] 615/2570 23% [============== ] 616/2570 23% [============== ] 617/2570 24% [============== ] 618/2570 24% [============== ] 619/2570 24% [============== ] 620/2570 24% [============== ] 621/2570 24% [=============== ] 622/2570 24% [=============== ] 623/2570 24% [=============== ] 624/2570 24% [=============== ] 625/2570 24% [=============== ] 626/2570 24% [=============== ] 627/2570 24% [=============== ] 628/2570 24% [=============== ] 629/2570 24% [=============== ] 630/2570 24% [=============== ] 631/2570 24% [=============== ] 632/2570 24% [=============== ] 633/2570 24% [=============== ] 634/2570 24% [=============== ] 635/2570 24% [=============== ] 636/2570 24% [=============== ] 637/2570 24% [=============== ] 638/2570 24% [=============== ] 639/2570 24% [=============== ] 640/2570 24% [=============== ] 641/2570 24% [=============== ] 642/2570 24% [=============== ] 643/2570 25% [=============== ] 644/2570 25% [=============== ] 645/2570 25% [=============== ] 646/2570 25% [=============== ] 647/2570 25% [=============== ] 648/2570 25% [=============== ] 649/2570 25% [=============== ] 650/2570 25% [=============== ] 651/2570 25% [=============== ] 652/2570 25% [=============== ] 653/2570 25% [=============== ] 654/2570 25% [=============== ] 655/2570 25% [=============== ] 656/2570 25% [=============== ] 657/2570 25% [=============== ] 658/2570 25% [=============== ] 659/2570 25% [=============== ] 660/2570 25% [=============== ] 661/2570 25% [=============== ] 662/2570 25% [=============== ] 663/2570 25% [================ ] 664/2570 25% [================ ] 665/2570 25% [================ ] 666/2570 25% [================ ] 667/2570 25% [================ ] 668/2570 25% [================ ] 669/2570 26% [================ ] 670/2570 26% [================ ] 671/2570 26% [================ ] 672/2570 26% [================ ] 673/2570 26% [================ ] 674/2570 26% [================ ] 675/2570 26% [================ ] 676/2570 26% [================ ] 677/2570 26% [================ ] 678/2570 26% [================ ] 679/2570 26% [================ ] 680/2570 26% [================ ] 681/2570 26% [================ ] 682/2570 26% [================ ] 683/2570 26% [================ ] 684/2570 26% [================ ] 685/2570 26% [================ ] 686/2570 26% [================ ] 687/2570 26% [================ ] 688/2570 26% [================ ] 689/2570 26% [================ ] 690/2570 26% [================ ] 691/2570 26% [================ ] 692/2570 26% [================ ] 693/2570 26% [================ ] 694/2570 27% [================ ] 695/2570 27% [================ ] 696/2570 27% [================ ] 697/2570 27% [================ ] 698/2570 27% [================ ] 699/2570 27% [================ ] 700/2570 27% [================ ] 701/2570 27% [================ ] 702/2570 27% [================ ] 703/2570 27% [================ ] 704/2570 27% [================= ] 705/2570 27% [================= ] 706/2570 27% [================= ] 707/2570 27% [================= ] 708/2570 27% [================= ] 709/2570 27% [================= ] 710/2570 27% [================= ] 711/2570 27% [================= ] 712/2570 27% [================= ] 713/2570 27% [================= ] 714/2570 27% [================= ] 715/2570 27% [================= ] 716/2570 27% [================= ] 717/2570 27% [================= ] 718/2570 27% [================= ] 719/2570 27% [================= ] 720/2570 28% [================= ] 721/2570 28% [================= ] 722/2570 28% [================= ] 723/2570 28% [================= ] 724/2570 28% [================= ] 725/2570 28% [================= ] 726/2570 28% [================= ] 727/2570 28% [================= ] 728/2570 28% [================= ] 729/2570 28% [================= ] 730/2570 28% [================= ] 731/2570 28% [================= ] 732/2570 28% [================= ] 733/2570 28% [================= ] 734/2570 28% [================= ] 735/2570 28% [================= ] 736/2570 28% [================= ] 737/2570 28% [================= ] 738/2570 28% [================= ] 739/2570 28% [================= ] 740/2570 28% [================= ] 741/2570 28% [================= ] 742/2570 28% [================= ] 743/2570 28% [================= ] 744/2570 28% [================= ] 745/2570 28% [================= ] 746/2570 29% [================== ] 747/2570 29% [================== ] 748/2570 29% [================== ] 749/2570 29% [================== ] 750/2570 29% [================== ] 751/2570 29% [================== ] 752/2570 29% [================== ] 753/2570 29% [================== ] 754/2570 29% [================== ] 755/2570 29% [================== ] 756/2570 29% [================== ] 757/2570 29% [================== ] 758/2570 29% [================== ] 759/2570 29% [================== ] 760/2570 29% [================== ] 761/2570 29% [================== ] 762/2570 29% [================== ] 763/2570 29% [================== ] 764/2570 29% [================== ] 765/2570 29% [================== ] 766/2570 29% [================== ] 767/2570 29% [================== ] 768/2570 29% [================== ] 769/2570 29% [================== ] 770/2570 29% [================== ] 771/2570 30% [================== ] 772/2570 30% [================== ] 773/2570 30% [================== ] 774/2570 30% [================== ] 775/2570 30% [================== ] 776/2570 30% [================== ] 777/2570 30% [================== ] 778/2570 30% [================== ] 779/2570 30% [================== ] 780/2570 30% [================== ] 781/2570 30% [================== ] 782/2570 30% [================== ] 783/2570 30% [================== ] 784/2570 30% [================== ] 785/2570 30% [================== ] 786/2570 30% [================== ] 787/2570 30% [=================== ] 788/2570 30% [=================== ] 789/2570 30% [=================== ] 790/2570 30% [=================== ] 791/2570 30% [=================== ] 792/2570 30% [=================== ] 793/2570 30% [=================== ] 794/2570 30% [=================== ] 795/2570 30% [=================== ] 796/2570 30% [=================== ] 797/2570 31% [=================== ] 798/2570 31% [=================== ] 799/2570 31% [=================== ] 800/2570 31% [=================== ] 801/2570 31% [=================== ] 802/2570 31% [=================== ] 803/2570 31% [=================== ] 804/2570 31% [=================== ] 805/2570 31% [=================== ] 806/2570 31% [=================== ] 807/2570 31% [=================== ] 808/2570 31% [=================== ] 809/2570 31% [=================== ] 810/2570 31% [=================== ] 811/2570 31% [=================== ] 812/2570 31% [=================== ] 813/2570 31% [=================== ] 814/2570 31% [=================== ] 815/2570 31% [=================== ] 816/2570 31% [=================== ] 817/2570 31% [=================== ] 818/2570 31% [=================== ] 819/2570 31% [=================== ] 820/2570 31% [=================== ] 821/2570 31% [=================== ] 822/2570 31% [=================== ] 823/2570 32% [=================== ] 824/2570 32% [=================== ] 825/2570 32% [=================== ] 826/2570 32% [=================== ] 827/2570 32% [=================== ] 828/2570 32% [=================== ] 829/2570 32% [==================== ] 830/2570 32% [==================== ] 831/2570 32% [==================== ] 832/2570 32% [==================== ] 833/2570 32% [==================== ] 834/2570 32% [==================== ] 835/2570 32% [==================== ] 836/2570 32% [==================== ] 837/2570 32% [==================== ] 838/2570 32% [==================== ] 839/2570 32% [==================== ] 840/2570 32% [==================== ] 841/2570 32% [==================== ] 842/2570 32% [==================== ] 843/2570 32% [==================== ] 844/2570 32% [==================== ] 845/2570 32% [==================== ] 846/2570 32% [==================== ] 847/2570 32% [==================== ] 848/2570 32% [==================== ] 849/2570 33% [==================== ] 850/2570 33% [==================== ] 851/2570 33% [==================== ] 852/2570 33% [==================== ] 853/2570 33% [==================== ] 854/2570 33% [==================== ] 855/2570 33% [==================== ] 856/2570 33% [==================== ] 857/2570 33% [==================== ] 858/2570 33% [==================== ] 859/2570 33% [==================== ] 860/2570 33% [==================== ] 861/2570 33% [==================== ] 862/2570 33% [==================== ] 863/2570 33% [==================== ] 864/2570 33% [==================== ] 865/2570 33% [==================== ] 866/2570 33% [==================== ] 867/2570 33% [==================== ] 868/2570 33% [==================== ] 869/2570 33% [==================== ] 870/2570 33% [===================== ] 871/2570 33% [===================== ] 872/2570 33% [===================== ] 873/2570 33% [===================== ] 874/2570 34% [===================== ] 875/2570 34% [===================== ] 876/2570 34% [===================== ] 877/2570 34% [===================== ] 878/2570 34% [===================== ] 879/2570 34% [===================== ] 880/2570 34% [===================== ] 881/2570 34% [===================== ] 882/2570 34% [===================== ] 883/2570 34% [===================== ] 884/2570 34% [===================== ] 885/2570 34% [===================== ] 886/2570 34% [===================== ] 887/2570 34% [===================== ] 888/2570 34% [===================== ] 889/2570 34% [===================== ] 890/2570 34% [===================== ] 891/2570 34% [===================== ] 892/2570 34% [===================== ] 893/2570 34% [===================== ] 894/2570 34% [===================== ] 895/2570 34% [===================== ] 896/2570 34% [===================== ] 897/2570 34% [===================== ] 898/2570 34% [===================== ] 899/2570 34% [===================== ] 900/2570 35% [===================== ] 901/2570 35% [===================== ] 902/2570 35% [===================== ] 903/2570 35% [===================== ] 904/2570 35% [===================== ] 905/2570 35% [===================== ] 906/2570 35% [===================== ] 907/2570 35% [===================== ] 908/2570 35% [===================== ] 909/2570 35% [===================== ] 910/2570 35% [===================== ] 911/2570 35% [====================== ] 912/2570 35% [====================== ] 913/2570 35% [====================== ] 914/2570 35% [====================== ] 915/2570 35% [====================== ] 916/2570 35% [====================== ] 917/2570 35% [====================== ] 918/2570 35% [====================== ] 919/2570 35% [====================== ] 920/2570 35% [====================== ] 921/2570 35% [====================== ] 922/2570 35% [====================== ] 923/2570 35% [====================== ] 924/2570 35% [====================== ] 925/2570 35% [====================== ] 926/2570 36% [====================== ] 927/2570 36% [====================== ] 928/2570 36% [====================== ] 929/2570 36% [====================== ] 930/2570 36% [====================== ] 931/2570 36% [====================== ] 932/2570 36% [====================== ] 933/2570 36% [====================== ] 934/2570 36% [====================== ] 935/2570 36% [====================== ] 936/2570 36% [====================== ] 937/2570 36% [====================== ] 938/2570 36% [====================== ] 939/2570 36% [====================== ] 940/2570 36% [====================== ] 941/2570 36% [====================== ] 942/2570 36% [====================== ] 943/2570 36% [====================== ] 944/2570 36% [====================== ] 945/2570 36% [====================== ] 946/2570 36% [====================== ] 947/2570 36% [====================== ] 948/2570 36% [====================== ] 949/2570 36% [====================== ] 950/2570 36% [====================== ] 951/2570 37% [====================== ] 952/2570 37% [====================== ] 953/2570 37% [======================= ] 954/2570 37% [======================= ] 955/2570 37% [======================= ] 956/2570 37% [======================= ] 957/2570 37% [======================= ] 958/2570 37% [======================= ] 959/2570 37% [======================= ] 960/2570 37% [======================= ] 961/2570 37% [======================= ] 962/2570 37% [======================= ] 963/2570 37% [======================= ] 964/2570 37% [======================= ] 965/2570 37% [======================= ] 966/2570 37% [======================= ] 967/2570 37% [======================= ] 968/2570 37% [======================= ] 969/2570 37% [======================= ] 970/2570 37% [======================= ] 971/2570 37% [======================= ] 972/2570 37% [======================= ] 973/2570 37% [======================= ] 974/2570 37% [======================= ] 975/2570 37% [======================= ] 976/2570 37% [======================= ] 977/2570 38% [======================= ] 978/2570 38% [======================= ] 979/2570 38% [======================= ] 980/2570 38% [======================= ] 981/2570 38% [======================= ] 982/2570 38% [======================= ] 983/2570 38% [======================= ] 984/2570 38% [======================= ] 985/2570 38% [======================= ] 986/2570 38% [======================= ] 987/2570 38% [======================= ] 988/2570 38% [======================= ] 989/2570 38% [======================= ] 990/2570 38% [======================= ] 991/2570 38% [======================= ] 992/2570 38% [======================= ] 993/2570 38% [======================= ] 994/2570 38% [======================== ] 995/2570 38% [======================== ] 996/2570 38% [======================== ] 997/2570 38% [======================== ] 998/2570 38% [======================== ] 999/2570 38% [======================== ] 1000/2570 38% [======================== ] 1001/2570 38% [======================== ] 1002/2570 38% [======================== ] 1003/2570 39% [======================== ] 1004/2570 39% [======================== ] 1005/2570 39% [======================== ] 1006/2570 39% [======================== ] 1007/2570 39% [======================== ] 1008/2570 39% [======================== ] 1009/2570 39% [======================== ] 1010/2570 39% [======================== ] 1011/2570 39% [======================== ] 1012/2570 39% [======================== ] 1013/2570 39% [======================== ] 1014/2570 39% [======================== ] 1015/2570 39% [======================== ] 1016/2570 39% [======================== ] 1017/2570 39% [======================== ] 1018/2570 39% [======================== ] 1019/2570 39% [======================== ] 1020/2570 39% [======================== ] 1021/2570 39% [======================== ] 1022/2570 39% [======================== ] 1023/2570 39% [======================== ] 1024/2570 39% [======================== ] 1025/2570 39% [======================== ] 1026/2570 39% [======================== ] 1027/2570 39% [======================== ] 1028/2570 40% [======================== ] 1029/2570 40% [======================== ] 1030/2570 40% [======================== ] 1031/2570 40% [======================== ] 1032/2570 40% [======================== ] 1033/2570 40% [======================== ] 1034/2570 40% [======================== ] 1035/2570 40% [======================== ] 1036/2570 40% [========================= ] 1037/2570 40% [========================= ] 1038/2570 40% [========================= ] 1039/2570 40% [========================= ] 1040/2570 40% [========================= ] 1041/2570 40% [========================= ] 1042/2570 40% [========================= ] 1043/2570 40% [========================= ] 1044/2570 40% [========================= ] 1045/2570 40% [========================= ] 1046/2570 40% [========================= ] 1047/2570 40% [========================= ] 1048/2570 40% [========================= ] 1049/2570 40% [========================= ] 1050/2570 40% [========================= ] 1051/2570 40% [========================= ] 1052/2570 40% [========================= ] 1053/2570 40% [========================= ] 1054/2570 41% [========================= ] 1055/2570 41% [========================= ] 1056/2570 41% [========================= ] 1057/2570 41% [========================= ] 1058/2570 41% [========================= ] 1059/2570 41% [========================= ] 1060/2570 41% [========================= ] 1061/2570 41% [========================= ] 1062/2570 41% [========================= ] 1063/2570 41% [========================= ] 1064/2570 41% [========================= ] 1065/2570 41% [========================= ] 1066/2570 41% [========================= ] 1067/2570 41% [========================= ] 1068/2570 41% [========================= ] 1069/2570 41% [========================= ] 1070/2570 41% [========================= ] 1071/2570 41% [========================= ] 1072/2570 41% [========================= ] 1073/2570 41% [========================= ] 1074/2570 41% [========================= ] 1075/2570 41% [========================= ] 1076/2570 41% [========================= ] 1077/2570 41% [========================== ] 1078/2570 41% [========================== ] 1079/2570 41% [========================== ] 1080/2570 42% [========================== ] 1081/2570 42% [========================== ] 1082/2570 42% [========================== ] 1083/2570 42% [========================== ] 1084/2570 42% [========================== ] 1085/2570 42% [========================== ] 1086/2570 42% [========================== ] 1087/2570 42% [========================== ] 1088/2570 42% [========================== ] 1089/2570 42% [========================== ] 1090/2570 42% [========================== ] 1091/2570 42% [========================== ] 1092/2570 42% [========================== ] 1093/2570 42% [========================== ] 1094/2570 42% [========================== ] 1095/2570 42% [========================== ] 1096/2570 42% [========================== ] 1097/2570 42% [========================== ] 1098/2570 42% [========================== ] 1099/2570 42% [========================== ] 1100/2570 42% [========================== ] 1101/2570 42% [========================== ] 1102/2570 42% [========================== ] 1103/2570 42% [========================== ] 1104/2570 42% [========================== ] 1105/2570 42% [========================== ] 1106/2570 43% [========================== ] 1107/2570 43% [========================== ] 1108/2570 43% [========================== ] 1109/2570 43% [========================== ] 1110/2570 43% [========================== ] 1111/2570 43% [========================== ] 1112/2570 43% [========================== ] 1113/2570 43% [========================== ] 1114/2570 43% [========================== ] 1115/2570 43% [========================== ] 1116/2570 43% [========================== ] 1117/2570 43% [========================== ] 1118/2570 43% [========================== ] 1119/2570 43% [=========================== ] 1120/2570 43% [=========================== ] 1121/2570 43% [=========================== ] 1122/2570 43% [=========================== ] 1123/2570 43% [=========================== ] 1124/2570 43% [=========================== ] 1125/2570 43% [=========================== ] 1126/2570 43% [=========================== ] 1127/2570 43% [=========================== ] 1128/2570 43% [=========================== ] 1129/2570 43% [=========================== ] 1130/2570 43% [=========================== ] 1131/2570 44% [=========================== ] 1132/2570 44% [=========================== ] 1133/2570 44% [=========================== ] 1134/2570 44% [=========================== ] 1135/2570 44% [=========================== ] 1136/2570 44% [=========================== ] 1137/2570 44% [=========================== ] 1138/2570 44% [=========================== ] 1139/2570 44% [=========================== ] 1140/2570 44% [=========================== ] 1141/2570 44% [=========================== ] 1142/2570 44% [=========================== ] 1143/2570 44% [=========================== ] 1144/2570 44% [=========================== ] 1145/2570 44% [=========================== ] 1146/2570 44% [=========================== ] 1147/2570 44% [=========================== ] 1148/2570 44% [=========================== ] 1149/2570 44% [=========================== ] 1150/2570 44% [=========================== ] 1151/2570 44% [=========================== ] 1152/2570 44% [=========================== ] 1153/2570 44% [=========================== ] 1154/2570 44% [=========================== ] 1155/2570 44% [=========================== ] 1156/2570 44% [=========================== ] 1157/2570 45% [=========================== ] 1158/2570 45% [=========================== ] 1159/2570 45% [=========================== ] 1160/2570 45% [============================ ] 1161/2570 45% [============================ ] 1162/2570 45% [============================ ] 1163/2570 45% [============================ ] 1164/2570 45% [============================ ] 1165/2570 45% [============================ ] 1166/2570 45% [============================ ] 1167/2570 45% [============================ ] 1168/2570 45% [============================ ] 1169/2570 45% [============================ ] 1170/2570 45% [============================ ] 1171/2570 45% [============================ ] 1172/2570 45% [============================ ] 1173/2570 45% [============================ ] 1174/2570 45% [============================ ] 1175/2570 45% [============================ ] 1176/2570 45% [============================ ] 1177/2570 45% [============================ ] 1178/2570 45% [============================ ] 1179/2570 45% [============================ ] 1180/2570 45% [============================ ] 1181/2570 45% [============================ ] 1182/2570 45% [============================ ] 1183/2570 46% [============================ ] 1184/2570 46% [============================ ] 1185/2570 46% [============================ ] 1186/2570 46% [============================ ] 1187/2570 46% [============================ ] 1188/2570 46% [============================ ] 1189/2570 46% [============================ ] 1190/2570 46% [============================ ] 1191/2570 46% [============================ ] 1192/2570 46% [============================ ] 1193/2570 46% [============================ ] 1194/2570 46% [============================ ] 1195/2570 46% [============================ ] 1196/2570 46% [============================ ] 1197/2570 46% [============================ ] 1198/2570 46% [============================ ] 1199/2570 46% [============================ ] 1200/2570 46% [============================ ] 1201/2570 46% [============================ ] 1202/2570 46% [============================= ] 1203/2570 46% [============================= ] 1204/2570 46% [============================= ] 1205/2570 46% [============================= ] 1206/2570 46% [============================= ] 1207/2570 46% [============================= ] 1208/2570 47% [============================= ] 1209/2570 47% [============================= ] 1210/2570 47% [============================= ] 1211/2570 47% [============================= ] 1212/2570 47% [============================= ] 1213/2570 47% [============================= ] 1214/2570 47% [============================= ] 1215/2570 47% [============================= ] 1216/2570 47% [============================= ] 1217/2570 47% [============================= ] 1218/2570 47% [============================= ] 1219/2570 47% [============================= ] 1220/2570 47% [============================= ] 1221/2570 47% [============================= ] 1222/2570 47% [============================= ] 1223/2570 47% [============================= ] 1224/2570 47% [============================= ] 1225/2570 47% [============================= ] 1226/2570 47% [============================= ] 1227/2570 47% [============================= ] 1228/2570 47% [============================= ] 1229/2570 47% [============================= ] 1230/2570 47% [============================= ] 1231/2570 47% [============================= ] 1232/2570 47% [============================= ] 1233/2570 47% [============================= ] 1234/2570 48% [============================= ] 1235/2570 48% [============================= ] 1236/2570 48% [============================= ] 1237/2570 48% [============================= ] 1238/2570 48% [============================= ] 1239/2570 48% [============================= ] 1240/2570 48% [============================= ] 1241/2570 48% [============================= ] 1242/2570 48% [============================= ] 1243/2570 48% [============================== ] 1244/2570 48% [============================== ] 1245/2570 48% [============================== ] 1246/2570 48% [============================== ] 1247/2570 48% [============================== ] 1248/2570 48% [============================== ] 1249/2570 48% [============================== ] 1250/2570 48% [============================== ] 1251/2570 48% [============================== ] 1252/2570 48% [============================== ] 1253/2570 48% [============================== ] 1254/2570 48% [============================== ] 1255/2570 48% [============================== ] 1256/2570 48% [============================== ] 1257/2570 48% [============================== ] 1258/2570 48% [============================== ] 1259/2570 48% [============================== ] 1260/2570 49% [============================== ] 1261/2570 49% [============================== ] 1262/2570 49% [============================== ] 1263/2570 49% [============================== ] 1264/2570 49% [============================== ] 1265/2570 49% [============================== ] 1266/2570 49% [============================== ] 1267/2570 49% [============================== ] 1268/2570 49% [============================== ] 1269/2570 49% [============================== ] 1270/2570 49% [============================== ] 1271/2570 49% [============================== ] 1272/2570 49% [============================== ] 1273/2570 49% [============================== ] 1274/2570 49% [============================== ] 1275/2570 49% [============================== ] 1276/2570 49% [============================== ] 1277/2570 49% [============================== ] 1278/2570 49% [============================== ] 1279/2570 49% [============================== ] 1280/2570 49% [============================== ] 1281/2570 49% [============================== ] 1282/2570 49% [============================== ] 1283/2570 49% [============================== ] 1284/2570 49% [=============================== ] 1285/2570 50% [=============================== ] 1286/2570 50% [=============================== ] 1287/2570 50% [=============================== ] 1288/2570 50% [=============================== ] 1289/2570 50% [=============================== ] 1290/2570 50% [=============================== ] 1291/2570 50% [=============================== ] 1292/2570 50% [=============================== ] 1293/2570 50% [=============================== ] 1294/2570 50% [=============================== ] 1295/2570 50% [=============================== ] 1296/2570 50% [=============================== ] 1297/2570 50% [=============================== ] 1298/2570 50% [=============================== ] 1299/2570 50% [=============================== ] 1300/2570 50% [=============================== ] 1301/2570 50% [=============================== ] 1302/2570 50% [=============================== ] 1303/2570 50% [=============================== ] 1304/2570 50% [=============================== ] 1305/2570 50% [=============================== ] 1306/2570 50% [=============================== ] 1307/2570 50% [=============================== ] 1308/2570 50% [=============================== ] 1309/2570 50% [=============================== ] 1310/2570 50% [=============================== ] 1311/2570 51% [=============================== ] 1312/2570 51% [=============================== ] 1313/2570 51% [=============================== ] 1314/2570 51% [=============================== ] 1315/2570 51% [=============================== ] 1316/2570 51% [=============================== ] 1317/2570 51% [=============================== ] 1318/2570 51% [=============================== ] 1319/2570 51% [=============================== ] 1320/2570 51% [=============================== ] 1321/2570 51% [=============================== ] 1322/2570 51% [=============================== ] 1323/2570 51% [=============================== ] 1324/2570 51% [=============================== ] 1325/2570 51% [=============================== ] 1326/2570 51% [================================ ] 1327/2570 51% [================================ ] 1328/2570 51% [================================ ] 1329/2570 51% [================================ ] 1330/2570 51% [================================ ] 1331/2570 51% [================================ ] 1332/2570 51% [================================ ] 1333/2570 51% [================================ ] 1334/2570 51% [================================ ] 1335/2570 51% [================================ ] 1336/2570 51% [================================ ] 1337/2570 52% [================================ ] 1338/2570 52% [================================ ] 1339/2570 52% [================================ ] 1340/2570 52% [================================ ] 1341/2570 52% [================================ ] 1342/2570 52% [================================ ] 1343/2570 52% [================================ ] 1344/2570 52% [================================ ] 1345/2570 52% [================================ ] 1346/2570 52% [================================ ] 1347/2570 52% [================================ ] 1348/2570 52% [================================ ] 1349/2570 52% [================================ ] 1350/2570 52% [================================ ] 1351/2570 52% [================================ ] 1352/2570 52% [================================ ] 1353/2570 52% [================================ ] 1354/2570 52% [================================ ] 1355/2570 52% [================================ ] 1356/2570 52% [================================ ] 1357/2570 52% [================================ ] 1358/2570 52% [================================ ] 1359/2570 52% [================================ ] 1360/2570 52% [================================ ] 1361/2570 52% [================================ ] 1362/2570 52% [================================ ] 1363/2570 53% [================================ ] 1364/2570 53% [================================ ] 1365/2570 53% [================================ ] 1366/2570 53% [================================ ] 1367/2570 53% [================================= ] 1368/2570 53% [================================= ] 1369/2570 53% [================================= ] 1370/2570 53% [================================= ] 1371/2570 53% [================================= ] 1372/2570 53% [================================= ] 1373/2570 53% [================================= ] 1374/2570 53% [================================= ] 1375/2570 53% [================================= ] 1376/2570 53% [================================= ] 1377/2570 53% [================================= ] 1378/2570 53% [================================= ] 1379/2570 53% [================================= ] 1380/2570 53% [================================= ] 1381/2570 53% [================================= ] 1382/2570 53% [================================= ] 1383/2570 53% [================================= ] 1384/2570 53% [================================= ] 1385/2570 53% [================================= ] 1386/2570 53% [================================= ] 1387/2570 53% [================================= ] 1388/2570 54% [================================= ] 1389/2570 54% [================================= ] 1390/2570 54% [================================= ] 1391/2570 54% [================================= ] 1392/2570 54% [================================= ] 1393/2570 54% [================================= ] 1394/2570 54% [================================= ] 1395/2570 54% [================================= ] 1396/2570 54% [================================= ] 1397/2570 54% [================================= ] 1398/2570 54% [================================= ] 1399/2570 54% [================================= ] 1400/2570 54% [================================= ] 1401/2570 54% [================================= ] 1402/2570 54% [================================= ] 1403/2570 54% [================================= ] 1404/2570 54% [================================= ] 1405/2570 54% [================================= ] 1406/2570 54% [================================= ] 1407/2570 54% [================================= ] 1408/2570 54% [================================= ] 1409/2570 54% [================================== ] 1410/2570 54% [================================== ] 1411/2570 54% [================================== ] 1412/2570 54% [================================== ] 1413/2570 54% [================================== ] 1414/2570 55% [================================== ] 1415/2570 55% [================================== ] 1416/2570 55% [================================== ] 1417/2570 55% [================================== ] 1418/2570 55% [================================== ] 1419/2570 55% [================================== ] 1420/2570 55% [================================== ] 1421/2570 55% [================================== ] 1422/2570 55% [================================== ] 1423/2570 55% [================================== ] 1424/2570 55% [================================== ] 1425/2570 55% [================================== ] 1426/2570 55% [================================== ] 1427/2570 55% [================================== ] 1428/2570 55% [================================== ] 1429/2570 55% [================================== ] 1430/2570 55% [================================== ] 1431/2570 55% [================================== ] 1432/2570 55% [================================== ] 1433/2570 55% [================================== ] 1434/2570 55% [================================== ] 1435/2570 55% [================================== ] 1436/2570 55% [================================== ] 1437/2570 55% [================================== ] 1438/2570 55% [================================== ] 1439/2570 55% [================================== ] 1440/2570 56% [================================== ] 1441/2570 56% [================================== ] 1442/2570 56% [================================== ] 1443/2570 56% [================================== ] 1444/2570 56% [================================== ] 1445/2570 56% [================================== ] 1446/2570 56% [================================== ] 1447/2570 56% [================================== ] 1448/2570 56% [================================== ] 1449/2570 56% [================================== ] 1450/2570 56% [=================================== ] 1451/2570 56% [=================================== ] 1452/2570 56% [=================================== ] 1453/2570 56% [=================================== ] 1454/2570 56% [=================================== ] 1455/2570 56% [=================================== ] 1456/2570 56% [=================================== ] 1457/2570 56% [=================================== ] 1458/2570 56% [=================================== ] 1459/2570 56% [=================================== ] 1460/2570 56% [=================================== ] 1461/2570 56% [=================================== ] 1462/2570 56% [=================================== ] 1463/2570 56% [=================================== ] 1464/2570 56% [=================================== ] 1465/2570 57% [=================================== ] 1466/2570 57% [=================================== ] 1467/2570 57% [=================================== ] 1468/2570 57% [=================================== ] 1469/2570 57% [=================================== ] 1470/2570 57% [=================================== ] 1471/2570 57% [=================================== ] 1472/2570 57% [=================================== ] 1473/2570 57% [=================================== ] 1474/2570 57% [=================================== ] 1475/2570 57% [=================================== ] 1476/2570 57% [=================================== ] 1477/2570 57% [=================================== ] 1478/2570 57% [=================================== ] 1479/2570 57% [=================================== ] 1480/2570 57% [=================================== ] 1481/2570 57% [=================================== ] 1482/2570 57% [=================================== ] 1483/2570 57% [=================================== ] 1484/2570 57% [=================================== ] 1485/2570 57% [=================================== ] 1486/2570 57% [=================================== ] 1487/2570 57% [=================================== ] 1488/2570 57% [=================================== ] 1489/2570 57% [=================================== ] 1490/2570 57% [=================================== ] 1491/2570 58% [=================================== ] 1492/2570 58% [==================================== ] 1493/2570 58% [==================================== ] 1494/2570 58% [==================================== ] 1495/2570 58% [==================================== ] 1496/2570 58% [==================================== ] 1497/2570 58% [==================================== ] 1498/2570 58% [==================================== ] 1499/2570 58% [==================================== ] 1500/2570 58% [==================================== ] 1501/2570 58% [==================================== ] 1502/2570 58% [==================================== ] 1503/2570 58% [==================================== ] 1504/2570 58% [==================================== ] 1505/2570 58% [==================================== ] 1506/2570 58% [==================================== ] 1507/2570 58% [==================================== ] 1508/2570 58% [==================================== ] 1509/2570 58% [==================================== ] 1510/2570 58% [==================================== ] 1511/2570 58% [==================================== ] 1512/2570 58% [==================================== ] 1513/2570 58% [==================================== ] 1514/2570 58% [==================================== ] 1515/2570 58% [==================================== ] 1516/2570 58% [==================================== ] 1517/2570 59% [==================================== ] 1518/2570 59% [==================================== ] 1519/2570 59% [==================================== ] 1520/2570 59% [==================================== ] 1521/2570 59% [==================================== ] 1522/2570 59% [==================================== ] 1523/2570 59% [==================================== ] 1524/2570 59% [==================================== ] 1525/2570 59% [==================================== ] 1526/2570 59% [==================================== ] 1527/2570 59% [==================================== ] 1528/2570 59% [==================================== ] 1529/2570 59% [==================================== ] 1530/2570 59% [==================================== ] 1531/2570 59% [==================================== ] 1532/2570 59% [==================================== ] 1533/2570 59% [===================================== ] 1534/2570 59% [===================================== ] 1535/2570 59% [===================================== ] 1536/2570 59% [===================================== ] 1537/2570 59% [===================================== ] 1538/2570 59% [===================================== ] 1539/2570 59% [===================================== ] 1540/2570 59% [===================================== ] 1541/2570 59% [===================================== ] 1542/2570 60% [===================================== ] 1543/2570 60% [===================================== ] 1544/2570 60% [===================================== ] 1545/2570 60% [===================================== ] 1546/2570 60% [===================================== ] 1547/2570 60% [===================================== ] 1548/2570 60% [===================================== ] 1549/2570 60% [===================================== ] 1550/2570 60% [===================================== ] 1551/2570 60% [===================================== ] 1552/2570 60% [===================================== ] 1553/2570 60% [===================================== ] 1554/2570 60% [===================================== ] 1555/2570 60% [===================================== ] 1556/2570 60% [===================================== ] 1557/2570 60% [===================================== ] 1558/2570 60% [===================================== ] 1559/2570 60% [===================================== ] 1560/2570 60% [===================================== ] 1561/2570 60% [===================================== ] 1562/2570 60% [===================================== ] 1563/2570 60% [===================================== ] 1564/2570 60% [===================================== ] 1565/2570 60% [===================================== ] 1566/2570 60% [===================================== ] 1567/2570 60% [===================================== ] 1568/2570 61% [===================================== ] 1569/2570 61% [===================================== ] 1570/2570 61% [===================================== ] 1571/2570 61% [===================================== ] 1572/2570 61% [===================================== ] 1573/2570 61% [===================================== ] 1574/2570 61% [===================================== ] 1575/2570 61% [====================================== ] 1576/2570 61% [====================================== ] 1577/2570 61% [====================================== ] 1578/2570 61% [====================================== ] 1579/2570 61% [====================================== ] 1580/2570 61% [====================================== ] 1581/2570 61% [====================================== ] 1582/2570 61% [====================================== ] 1583/2570 61% [====================================== ] 1584/2570 61% [====================================== ] 1585/2570 61% [====================================== ] 1586/2570 61% [====================================== ] 1587/2570 61% [====================================== ] 1588/2570 61% [====================================== ] 1589/2570 61% [====================================== ] 1590/2570 61% [====================================== ] 1591/2570 61% [====================================== ] 1592/2570 61% [====================================== ] 1593/2570 61% [====================================== ] 1594/2570 62% [====================================== ] 1595/2570 62% [====================================== ] 1596/2570 62% [====================================== ] 1597/2570 62% [====================================== ] 1598/2570 62% [====================================== ] 1599/2570 62% [====================================== ] 1600/2570 62% [====================================== ] 1601/2570 62% [====================================== ] 1602/2570 62% [====================================== ] 1603/2570 62% [====================================== ] 1604/2570 62% [====================================== ] 1605/2570 62% [====================================== ] 1606/2570 62% [====================================== ] 1607/2570 62% [====================================== ] 1608/2570 62% [====================================== ] 1609/2570 62% [====================================== ] 1610/2570 62% [====================================== ] 1611/2570 62% [====================================== ] 1612/2570 62% [====================================== ] 1613/2570 62% [====================================== ] 1614/2570 62% [====================================== ] 1615/2570 62% [====================================== ] 1616/2570 62% [======================================= ] 1617/2570 62% [======================================= ] 1618/2570 62% [======================================= ] 1619/2570 62% [======================================= ] 1620/2570 63% [======================================= ] 1621/2570 63% [======================================= ] 1622/2570 63% [======================================= ] 1623/2570 63% [======================================= ] 1624/2570 63% [======================================= ] 1625/2570 63% [======================================= ] 1626/2570 63% [======================================= ] 1627/2570 63% [======================================= ] 1628/2570 63% [======================================= ] 1629/2570 63% [======================================= ] 1630/2570 63% [======================================= ] 1631/2570 63% [======================================= ] 1632/2570 63% [======================================= ] 1633/2570 63% [======================================= ] 1634/2570 63% [======================================= ] 1635/2570 63% [======================================= ] 1636/2570 63% [======================================= ] 1637/2570 63% [======================================= ] 1638/2570 63% [======================================= ] 1639/2570 63% [======================================= ] 1640/2570 63% [======================================= ] 1641/2570 63% [======================================= ] 1642/2570 63% [======================================= ] 1643/2570 63% [======================================= ] 1644/2570 63% [======================================= ] 1645/2570 64% [======================================= ] 1646/2570 64% [======================================= ] 1647/2570 64% [======================================= ] 1648/2570 64% [======================================= ] 1649/2570 64% [======================================= ] 1650/2570 64% [======================================= ] 1651/2570 64% [======================================= ] 1652/2570 64% [======================================= ] 1653/2570 64% [======================================= ] 1654/2570 64% [======================================= ] 1655/2570 64% [======================================= ] 1656/2570 64% [======================================= ] 1657/2570 64% [======================================= ] 1658/2570 64% [======================================== ] 1659/2570 64% [======================================== ] 1660/2570 64% [======================================== ] 1661/2570 64% [======================================== ] 1662/2570 64% [======================================== ] 1663/2570 64% [======================================== ] 1664/2570 64% [======================================== ] 1665/2570 64% [======================================== ] 1666/2570 64% [======================================== ] 1667/2570 64% [======================================== ] 1668/2570 64% [======================================== ] 1669/2570 64% [======================================== ] 1670/2570 64% [======================================== ] 1671/2570 65% [======================================== ] 1672/2570 65% [======================================== ] 1673/2570 65% [======================================== ] 1674/2570 65% [======================================== ] 1675/2570 65% [======================================== ] 1676/2570 65% [======================================== ] 1677/2570 65% [======================================== ] 1678/2570 65% [======================================== ] 1679/2570 65% [======================================== ] 1680/2570 65% [======================================== ] 1681/2570 65% [======================================== ] 1682/2570 65% [======================================== ] 1683/2570 65% [======================================== ] 1684/2570 65% [======================================== ] 1685/2570 65% [======================================== ] 1686/2570 65% [======================================== ] 1687/2570 65% [======================================== ] 1688/2570 65% [======================================== ] 1689/2570 65% [======================================== ] 1690/2570 65% [======================================== ] 1691/2570 65% [======================================== ] 1692/2570 65% [======================================== ] 1693/2570 65% [======================================== ] 1694/2570 65% [======================================== ] 1695/2570 65% [======================================== ] 1696/2570 65% [======================================== ] 1697/2570 66% [======================================== ] 1698/2570 66% [======================================== ] 1699/2570 66% [========================================= ] 1700/2570 66% [========================================= ] 1701/2570 66% [========================================= ] 1702/2570 66% [========================================= ] 1703/2570 66% [========================================= ] 1704/2570 66% [========================================= ] 1705/2570 66% [========================================= ] 1706/2570 66% [========================================= ] 1707/2570 66% [========================================= ] 1708/2570 66% [========================================= ] 1709/2570 66% [========================================= ] 1710/2570 66% [========================================= ] 1711/2570 66% [========================================= ] 1712/2570 66% [========================================= ] 1713/2570 66% [========================================= ] 1714/2570 66% [========================================= ] 1715/2570 66% [========================================= ] 1716/2570 66% [========================================= ] 1717/2570 66% [========================================= ] 1718/2570 66% [========================================= ] 1719/2570 66% [========================================= ] 1720/2570 66% [========================================= ] 1721/2570 66% [========================================= ] 1722/2570 67% [========================================= ] 1723/2570 67% [========================================= ] 1724/2570 67% [========================================= ] 1725/2570 67% [========================================= ] 1726/2570 67% [========================================= ] 1727/2570 67% [========================================= ] 1728/2570 67% [========================================= ] 1729/2570 67% [========================================= ] 1730/2570 67% [========================================= ] 1731/2570 67% [========================================= ] 1732/2570 67% [========================================= ] 1733/2570 67% [========================================= ] 1734/2570 67% [========================================= ] 1735/2570 67% [========================================= ] 1736/2570 67% [========================================= ] 1737/2570 67% [========================================= ] 1738/2570 67% [========================================= ] 1739/2570 67% [========================================= ] 1740/2570 67% [========================================== ] 1741/2570 67% [========================================== ] 1742/2570 67% [========================================== ] 1743/2570 67% [========================================== ] 1744/2570 67% [========================================== ] 1745/2570 67% [========================================== ] 1746/2570 67% [========================================== ] 1747/2570 67% [========================================== ] 1748/2570 68% [========================================== ] 1749/2570 68% [========================================== ] 1750/2570 68% [========================================== ] 1751/2570 68% [========================================== ] 1752/2570 68% [========================================== ] 1753/2570 68% [========================================== ] 1754/2570 68% [========================================== ] 1755/2570 68% [========================================== ] 1756/2570 68% [========================================== ] 1757/2570 68% [========================================== ] 1758/2570 68% [========================================== ] 1759/2570 68% [========================================== ] 1760/2570 68% [========================================== ] 1761/2570 68% [========================================== ] 1762/2570 68% [========================================== ] 1763/2570 68% [========================================== ] 1764/2570 68% [========================================== ] 1765/2570 68% [========================================== ] 1766/2570 68% [========================================== ] 1767/2570 68% [========================================== ] 1768/2570 68% [========================================== ] 1769/2570 68% [========================================== ] 1770/2570 68% [========================================== ] 1771/2570 68% [========================================== ] 1772/2570 68% [========================================== ] 1773/2570 68% [========================================== ] 1774/2570 69% [========================================== ] 1775/2570 69% [========================================== ] 1776/2570 69% [========================================== ] 1777/2570 69% [========================================== ] 1778/2570 69% [========================================== ] 1779/2570 69% [========================================== ] 1780/2570 69% [========================================== ] 1781/2570 69% [========================================== ] 1782/2570 69% [=========================================== ] 1783/2570 69% [=========================================== ] 1784/2570 69% [=========================================== ] 1785/2570 69% [=========================================== ] 1786/2570 69% [=========================================== ] 1787/2570 69% [=========================================== ] 1788/2570 69% [=========================================== ] 1789/2570 69% [=========================================== ] 1790/2570 69% [=========================================== ] 1791/2570 69% [=========================================== ] 1792/2570 69% [=========================================== ] 1793/2570 69% [=========================================== ] 1794/2570 69% [=========================================== ] 1795/2570 69% [=========================================== ] 1796/2570 69% [=========================================== ] 1797/2570 69% [=========================================== ] 1798/2570 69% [=========================================== ] 1799/2570 70% [=========================================== ] 1800/2570 70% [=========================================== ] 1801/2570 70% [=========================================== ] 1802/2570 70% [=========================================== ] 1803/2570 70% [=========================================== ] 1804/2570 70% [=========================================== ] 1805/2570 70% [=========================================== ] 1806/2570 70% [=========================================== ] 1807/2570 70% [=========================================== ] 1808/2570 70% [=========================================== ] 1809/2570 70% [=========================================== ] 1810/2570 70% [=========================================== ] 1811/2570 70% [=========================================== ] 1812/2570 70% [=========================================== ] 1813/2570 70% [=========================================== ] 1814/2570 70% [=========================================== ] 1815/2570 70% [=========================================== ] 1816/2570 70% [=========================================== ] 1817/2570 70% [=========================================== ] 1818/2570 70% [=========================================== ] 1819/2570 70% [=========================================== ] 1820/2570 70% [=========================================== ] 1821/2570 70% [=========================================== ] 1822/2570 70% [=========================================== ] 1823/2570 70% [============================================ ] 1824/2570 70% [============================================ ] 1825/2570 71% [============================================ ] 1826/2570 71% [============================================ ] 1827/2570 71% [============================================ ] 1828/2570 71% [============================================ ] 1829/2570 71% [============================================ ] 1830/2570 71% [============================================ ] 1831/2570 71% [============================================ ] 1832/2570 71% [============================================ ] 1833/2570 71% [============================================ ] 1834/2570 71% [============================================ ] 1835/2570 71% [============================================ ] 1836/2570 71% [============================================ ] 1837/2570 71% [============================================ ] 1838/2570 71% [============================================ ] 1839/2570 71% [============================================ ] 1840/2570 71% [============================================ ] 1841/2570 71% [============================================ ] 1842/2570 71% [============================================ ] 1843/2570 71% [============================================ ] 1844/2570 71% [============================================ ] 1845/2570 71% [============================================ ] 1846/2570 71% [============================================ ] 1847/2570 71% [============================================ ] 1848/2570 71% [============================================ ] 1849/2570 71% [============================================ ] 1850/2570 71% [============================================ ] 1851/2570 72% [============================================ ] 1852/2570 72% [============================================ ] 1853/2570 72% [============================================ ] 1854/2570 72% [============================================ ] 1855/2570 72% [============================================ ] 1856/2570 72% [============================================ ] 1857/2570 72% [============================================ ] 1858/2570 72% [============================================ ] 1859/2570 72% [============================================ ] 1860/2570 72% [============================================ ] 1861/2570 72% [============================================ ] 1862/2570 72% [============================================ ] 1863/2570 72% [============================================ ] 1864/2570 72% [============================================ ] 1865/2570 72% [============================================= ] 1866/2570 72% [============================================= ] 1867/2570 72% [============================================= ] 1868/2570 72% [============================================= ] 1869/2570 72% [============================================= ] 1870/2570 72% [============================================= ] 1871/2570 72% [============================================= ] 1872/2570 72% [============================================= ] 1873/2570 72% [============================================= ] 1874/2570 72% [============================================= ] 1875/2570 72% [============================================= ] 1876/2570 72% [============================================= ] 1877/2570 73% [============================================= ] 1878/2570 73% [============================================= ] 1879/2570 73% [============================================= ] 1880/2570 73% [============================================= ] 1881/2570 73% [============================================= ] 1882/2570 73% [============================================= ] 1883/2570 73% [============================================= ] 1884/2570 73% [============================================= ] 1885/2570 73% [============================================= ] 1886/2570 73% [============================================= ] 1887/2570 73% [============================================= ] 1888/2570 73% [============================================= ] 1889/2570 73% [============================================= ] 1890/2570 73% [============================================= ] 1891/2570 73% [============================================= ] 1892/2570 73% [============================================= ] 1893/2570 73% [============================================= ] 1894/2570 73% [============================================= ] 1895/2570 73% [============================================= ] 1896/2570 73% [============================================= ] 1897/2570 73% [============================================= ] 1898/2570 73% [============================================= ] 1899/2570 73% [============================================= ] 1900/2570 73% [============================================= ] 1901/2570 73% [============================================= ] 1902/2570 74% [============================================= ] 1903/2570 74% [============================================= ] 1904/2570 74% [============================================= ] 1905/2570 74% [============================================= ] 1906/2570 74% [============================================== ] 1907/2570 74% [============================================== ] 1908/2570 74% [============================================== ] 1909/2570 74% [============================================== ] 1910/2570 74% [============================================== ] 1911/2570 74% [============================================== ] 1912/2570 74% [============================================== ] 1913/2570 74% [============================================== ] 1914/2570 74% [============================================== ] 1915/2570 74% [============================================== ] 1916/2570 74% [============================================== ] 1917/2570 74% [============================================== ] 1918/2570 74% [============================================== ] 1919/2570 74% [============================================== ] 1920/2570 74% [============================================== ] 1921/2570 74% [============================================== ] 1922/2570 74% [============================================== ] 1923/2570 74% [============================================== ] 1924/2570 74% [============================================== ] 1925/2570 74% [============================================== ] 1926/2570 74% [============================================== ] 1927/2570 74% [============================================== ] 1928/2570 75% [============================================== ] 1929/2570 75% [============================================== ] 1930/2570 75% [============================================== ] 1931/2570 75% [============================================== ] 1932/2570 75% [============================================== ] 1933/2570 75% [============================================== ] 1934/2570 75% [============================================== ] 1935/2570 75% [============================================== ] 1936/2570 75% [============================================== ] 1937/2570 75% [============================================== ] 1938/2570 75% [============================================== ] 1939/2570 75% [============================================== ] 1940/2570 75% [============================================== ] 1941/2570 75% [============================================== ] 1942/2570 75% [============================================== ] 1943/2570 75% [============================================== ] 1944/2570 75% [============================================== ] 1945/2570 75% [============================================== ] 1946/2570 75% [============================================== ] 1947/2570 75% [============================================== ] 1948/2570 75% [=============================================== ] 1949/2570 75% [=============================================== ] 1950/2570 75% [=============================================== ] 1951/2570 75% [=============================================== ] 1952/2570 75% [=============================================== ] 1953/2570 75% [=============================================== ] 1954/2570 76% [=============================================== ] 1955/2570 76% [=============================================== ] 1956/2570 76% [=============================================== ] 1957/2570 76% [=============================================== ] 1958/2570 76% [=============================================== ] 1959/2570 76% [=============================================== ] 1960/2570 76% [=============================================== ] 1961/2570 76% [=============================================== ] 1962/2570 76% [=============================================== ] 1963/2570 76% [=============================================== ] 1964/2570 76% [=============================================== ] 1965/2570 76% [=============================================== ] 1966/2570 76% [=============================================== ] 1967/2570 76% [=============================================== ] 1968/2570 76% [=============================================== ] 1969/2570 76% [=============================================== ] 1970/2570 76% [=============================================== ] 1971/2570 76% [=============================================== ] 1972/2570 76% [=============================================== ] 1973/2570 76% [=============================================== ] 1974/2570 76% [=============================================== ] 1975/2570 76% [=============================================== ] 1976/2570 76% [=============================================== ] 1977/2570 76% [=============================================== ] 1978/2570 76% [=============================================== ] 1979/2570 77% [=============================================== ] 1980/2570 77% [=============================================== ] 1981/2570 77% [=============================================== ] 1982/2570 77% [=============================================== ] 1983/2570 77% [=============================================== ] 1984/2570 77% [=============================================== ] 1985/2570 77% [=============================================== ] 1986/2570 77% [=============================================== ] 1987/2570 77% [=============================================== ] 1988/2570 77% [=============================================== ] 1989/2570 77% [================================================ ] 1990/2570 77% [================================================ ] 1991/2570 77% [================================================ ] 1992/2570 77% [================================================ ] 1993/2570 77% [================================================ ] 1994/2570 77% [================================================ ] 1995/2570 77% [================================================ ] 1996/2570 77% [================================================ ] 1997/2570 77% [================================================ ] 1998/2570 77% [================================================ ] 1999/2570 77% [================================================ ] 2000/2570 77% [================================================ ] 2001/2570 77% [================================================ ] 2002/2570 77% [================================================ ] 2003/2570 77% [================================================ ] 2004/2570 77% [================================================ ] 2005/2570 78% [================================================ ] 2006/2570 78% [================================================ ] 2007/2570 78% [================================================ ] 2008/2570 78% [================================================ ] 2009/2570 78% [================================================ ] 2010/2570 78% [================================================ ] 2011/2570 78% [================================================ ] 2012/2570 78% [================================================ ] 2013/2570 78% [================================================ ] 2014/2570 78% [================================================ ] 2015/2570 78% [================================================ ] 2016/2570 78% [================================================ ] 2017/2570 78% [================================================ ] 2018/2570 78% [================================================ ] 2019/2570 78% [================================================ ] 2020/2570 78% [================================================ ] 2021/2570 78% [================================================ ] 2022/2570 78% [================================================ ] 2023/2570 78% [================================================ ] 2024/2570 78% [================================================ ] 2025/2570 78% [================================================ ] 2026/2570 78% [================================================ ] 2027/2570 78% [================================================ ] 2028/2570 78% [================================================ ] 2029/2570 78% [================================================ ] 2030/2570 78% [================================================ ] 2031/2570 79% [================================================= ] 2032/2570 79% [================================================= ] 2033/2570 79% [================================================= ] 2034/2570 79% [================================================= ] 2035/2570 79% [================================================= ] 2036/2570 79% [================================================= ] 2037/2570 79% [================================================= ] 2038/2570 79% [================================================= ] 2039/2570 79% [================================================= ] 2040/2570 79% [================================================= ] 2041/2570 79% [================================================= ] 2042/2570 79% [================================================= ] 2043/2570 79% [================================================= ] 2044/2570 79% [================================================= ] 2045/2570 79% [================================================= ] 2046/2570 79% [================================================= ] 2047/2570 79% [================================================= ] 2048/2570 79% [================================================= ] 2049/2570 79% [================================================= ] 2050/2570 79% [================================================= ] 2051/2570 79% [================================================= ] 2052/2570 79% [================================================= ] 2053/2570 79% [================================================= ] 2054/2570 79% [================================================= ] 2055/2570 79% [================================================= ] 2056/2570 80% [================================================= ] 2057/2570 80% [================================================= ] 2058/2570 80% [================================================= ] 2059/2570 80% [================================================= ] 2060/2570 80% [================================================= ] 2061/2570 80% [================================================= ] 2062/2570 80% [================================================= ] 2063/2570 80% [================================================= ] 2064/2570 80% [================================================= ] 2065/2570 80% [================================================= ] 2066/2570 80% [================================================= ] 2067/2570 80% [================================================= ] 2068/2570 80% [================================================= ] 2069/2570 80% [================================================= ] 2070/2570 80% [================================================= ] 2071/2570 80% [================================================= ] 2072/2570 80% [================================================== ] 2073/2570 80% [================================================== ] 2074/2570 80% [================================================== ] 2075/2570 80% [================================================== ] 2076/2570 80% [================================================== ] 2077/2570 80% [================================================== ] 2078/2570 80% [================================================== ] 2079/2570 80% [================================================== ] 2080/2570 80% [================================================== ] 2081/2570 80% [================================================== ] 2082/2570 81% [================================================== ] 2083/2570 81% [================================================== ] 2084/2570 81% [================================================== ] 2085/2570 81% [================================================== ] 2086/2570 81% [================================================== ] 2087/2570 81% [================================================== ] 2088/2570 81% [================================================== ] 2089/2570 81% [================================================== ] 2090/2570 81% [================================================== ] 2091/2570 81% [================================================== ] 2092/2570 81% [================================================== ] 2093/2570 81% [================================================== ] 2094/2570 81% [================================================== ] 2095/2570 81% [================================================== ] 2096/2570 81% [================================================== ] 2097/2570 81% [================================================== ] 2098/2570 81% [================================================== ] 2099/2570 81% [================================================== ] 2100/2570 81% [================================================== ] 2101/2570 81% [================================================== ] 2102/2570 81% [================================================== ] 2103/2570 81% [================================================== ] 2104/2570 81% [================================================== ] 2105/2570 81% [================================================== ] 2106/2570 81% [================================================== ] 2107/2570 81% [================================================== ] 2108/2570 82% [================================================== ] 2109/2570 82% [================================================== ] 2110/2570 82% [================================================== ] 2111/2570 82% [================================================== ] 2112/2570 82% [================================================== ] 2113/2570 82% [================================================== ] 2114/2570 82% [=================================================== ] 2115/2570 82% [=================================================== ] 2116/2570 82% [=================================================== ] 2117/2570 82% [=================================================== ] 2118/2570 82% [=================================================== ] 2119/2570 82% [=================================================== ] 2120/2570 82% [=================================================== ] 2121/2570 82% [=================================================== ] 2122/2570 82% [=================================================== ] 2123/2570 82% [=================================================== ] 2124/2570 82% [=================================================== ] 2125/2570 82% [=================================================== ] 2126/2570 82% [=================================================== ] 2127/2570 82% [=================================================== ] 2128/2570 82% [=================================================== ] 2129/2570 82% [=================================================== ] 2130/2570 82% [=================================================== ] 2131/2570 82% [=================================================== ] 2132/2570 82% [=================================================== ] 2133/2570 82% [=================================================== ] 2134/2570 83% [=================================================== ] 2135/2570 83% [=================================================== ] 2136/2570 83% [=================================================== ] 2137/2570 83% [=================================================== ] 2138/2570 83% [=================================================== ] 2139/2570 83% [=================================================== ] 2140/2570 83% [=================================================== ] 2141/2570 83% [=================================================== ] 2142/2570 83% [=================================================== ] 2143/2570 83% [=================================================== ] 2144/2570 83% [=================================================== ] 2145/2570 83% [=================================================== ] 2146/2570 83% [=================================================== ] 2147/2570 83% [=================================================== ] 2148/2570 83% [=================================================== ] 2149/2570 83% [=================================================== ] 2150/2570 83% [=================================================== ] 2151/2570 83% [=================================================== ] 2152/2570 83% [=================================================== ] 2153/2570 83% [=================================================== ] 2154/2570 83% [=================================================== ] 2155/2570 83% [==================================================== ] 2156/2570 83% [==================================================== ] 2157/2570 83% [==================================================== ] 2158/2570 83% [==================================================== ] 2159/2570 84% [==================================================== ] 2160/2570 84% [==================================================== ] 2161/2570 84% [==================================================== ] 2162/2570 84% [==================================================== ] 2163/2570 84% [==================================================== ] 2164/2570 84% [==================================================== ] 2165/2570 84% [==================================================== ] 2166/2570 84% [==================================================== ] 2167/2570 84% [==================================================== ] 2168/2570 84% [==================================================== ] 2169/2570 84% [==================================================== ] 2170/2570 84% [==================================================== ] 2171/2570 84% [==================================================== ] 2172/2570 84% [==================================================== ] 2173/2570 84% [==================================================== ] 2174/2570 84% [==================================================== ] 2175/2570 84% [==================================================== ] 2176/2570 84% [==================================================== ] 2177/2570 84% [==================================================== ] 2178/2570 84% [==================================================== ] 2179/2570 84% [==================================================== ] 2180/2570 84% [==================================================== ] 2181/2570 84% [==================================================== ] 2182/2570 84% [==================================================== ] 2183/2570 84% [==================================================== ] 2184/2570 84% [==================================================== ] 2185/2570 85% [==================================================== ] 2186/2570 85% [==================================================== ] 2187/2570 85% [==================================================== ] 2188/2570 85% [==================================================== ] 2189/2570 85% [==================================================== ] 2190/2570 85% [==================================================== ] 2191/2570 85% [==================================================== ] 2192/2570 85% [==================================================== ] 2193/2570 85% [==================================================== ] 2194/2570 85% [==================================================== ] 2195/2570 85% [==================================================== ] 2196/2570 85% [===================================================== ] 2197/2570 85% [===================================================== ] 2198/2570 85% [===================================================== ] 2199/2570 85% [===================================================== ] 2200/2570 85% [===================================================== ] 2201/2570 85% [===================================================== ] 2202/2570 85% [===================================================== ] 2203/2570 85% [===================================================== ] 2204/2570 85% [===================================================== ] 2205/2570 85% [===================================================== ] 2206/2570 85% [===================================================== ] 2207/2570 85% [===================================================== ] 2208/2570 85% [===================================================== ] 2209/2570 85% [===================================================== ] 2210/2570 85% [===================================================== ] 2211/2570 86% [===================================================== ] 2212/2570 86% [===================================================== ] 2213/2570 86% [===================================================== ] 2214/2570 86% [===================================================== ] 2215/2570 86% [===================================================== ] 2216/2570 86% [===================================================== ] 2217/2570 86% [===================================================== ] 2218/2570 86% [===================================================== ] 2219/2570 86% [===================================================== ] 2220/2570 86% [===================================================== ] 2221/2570 86% [===================================================== ] 2222/2570 86% [===================================================== ] 2223/2570 86% [===================================================== ] 2224/2570 86% [===================================================== ] 2225/2570 86% [===================================================== ] 2226/2570 86% [===================================================== ] 2227/2570 86% [===================================================== ] 2228/2570 86% [===================================================== ] 2229/2570 86% [===================================================== ] 2230/2570 86% [===================================================== ] 2231/2570 86% [===================================================== ] 2232/2570 86% [===================================================== ] 2233/2570 86% [===================================================== ] 2234/2570 86% [===================================================== ] 2235/2570 86% [===================================================== ] 2236/2570 87% [===================================================== ] 2237/2570 87% [===================================================== ] 2238/2570 87% [====================================================== ] 2239/2570 87% [====================================================== ] 2240/2570 87% [====================================================== ] 2241/2570 87% [====================================================== ] 2242/2570 87% [====================================================== ] 2243/2570 87% [====================================================== ] 2244/2570 87% [====================================================== ] 2245/2570 87% [====================================================== ] 2246/2570 87% [====================================================== ] 2247/2570 87% [====================================================== ] 2248/2570 87% [====================================================== ] 2249/2570 87% [====================================================== ] 2250/2570 87% [====================================================== ] 2251/2570 87% [====================================================== ] 2252/2570 87% [====================================================== ] 2253/2570 87% [====================================================== ] 2254/2570 87% [====================================================== ] 2255/2570 87% [====================================================== ] 2256/2570 87% [====================================================== ] 2257/2570 87% [====================================================== ] 2258/2570 87% [====================================================== ] 2259/2570 87% [====================================================== ] 2260/2570 87% [====================================================== ] 2261/2570 87% [====================================================== ] 2262/2570 88% [====================================================== ] 2263/2570 88% [====================================================== ] 2264/2570 88% [====================================================== ] 2265/2570 88% [====================================================== ] 2266/2570 88% [====================================================== ] 2267/2570 88% [====================================================== ] 2268/2570 88% [====================================================== ] 2269/2570 88% [====================================================== ] 2270/2570 88% [====================================================== ] 2271/2570 88% [====================================================== ] 2272/2570 88% [====================================================== ] 2273/2570 88% [====================================================== ] 2274/2570 88% [====================================================== ] 2275/2570 88% [====================================================== ] 2276/2570 88% [====================================================== ] 2277/2570 88% [====================================================== ] 2278/2570 88% [====================================================== ] 2279/2570 88% [======================================================= ] 2280/2570 88% [======================================================= ] 2281/2570 88% [======================================================= ] 2282/2570 88% [======================================================= ] 2283/2570 88% [======================================================= ] 2284/2570 88% [======================================================= ] 2285/2570 88% [======================================================= ] 2286/2570 88% [======================================================= ] 2287/2570 88% [======================================================= ] 2288/2570 89% [======================================================= ] 2289/2570 89% [======================================================= ] 2290/2570 89% [======================================================= ] 2291/2570 89% [======================================================= ] 2292/2570 89% [======================================================= ] 2293/2570 89% [======================================================= ] 2294/2570 89% [======================================================= ] 2295/2570 89% [======================================================= ] 2296/2570 89% [======================================================= ] 2297/2570 89% [======================================================= ] 2298/2570 89% [======================================================= ] 2299/2570 89% [======================================================= ] 2300/2570 89% [======================================================= ] 2301/2570 89% [======================================================= ] 2302/2570 89% [======================================================= ] 2303/2570 89% [======================================================= ] 2304/2570 89% [======================================================= ] 2305/2570 89% [======================================================= ] 2306/2570 89% [======================================================= ] 2307/2570 89% [======================================================= ] 2308/2570 89% [======================================================= ] 2309/2570 89% [======================================================= ] 2310/2570 89% [======================================================= ] 2311/2570 89% [======================================================= ] 2312/2570 89% [======================================================= ] 2313/2570 90% [======================================================= ] 2314/2570 90% [======================================================= ] 2315/2570 90% [======================================================= ] 2316/2570 90% [======================================================= ] 2317/2570 90% [======================================================= ] 2318/2570 90% [======================================================= ] 2319/2570 90% [======================================================= ] 2320/2570 90% [======================================================= ] 2321/2570 90% [======================================================== ] 2322/2570 90% [======================================================== ] 2323/2570 90% [======================================================== ] 2324/2570 90% [======================================================== ] 2325/2570 90% [======================================================== ] 2326/2570 90% [======================================================== ] 2327/2570 90% [======================================================== ] 2328/2570 90% [======================================================== ] 2329/2570 90% [======================================================== ] 2330/2570 90% [======================================================== ] 2331/2570 90% [======================================================== ] 2332/2570 90% [======================================================== ] 2333/2570 90% [======================================================== ] 2334/2570 90% [======================================================== ] 2335/2570 90% [======================================================== ] 2336/2570 90% [======================================================== ] 2337/2570 90% [======================================================== ] 2338/2570 90% [======================================================== ] 2339/2570 91% [======================================================== ] 2340/2570 91% [======================================================== ] 2341/2570 91% [======================================================== ] 2342/2570 91% [======================================================== ] 2343/2570 91% [======================================================== ] 2344/2570 91% [======================================================== ] 2345/2570 91% [======================================================== ] 2346/2570 91% [======================================================== ] 2347/2570 91% [======================================================== ] 2348/2570 91% [======================================================== ] 2349/2570 91% [======================================================== ] 2350/2570 91% [======================================================== ] 2351/2570 91% [======================================================== ] 2352/2570 91% [======================================================== ] 2353/2570 91% [======================================================== ] 2354/2570 91% [======================================================== ] 2355/2570 91% [======================================================== ] 2356/2570 91% [======================================================== ] 2357/2570 91% [======================================================== ] 2358/2570 91% [======================================================== ] 2359/2570 91% [======================================================== ] 2360/2570 91% [======================================================== ] 2361/2570 91% [======================================================== ] 2362/2570 91% [========================================================= ] 2363/2570 91% [========================================================= ] 2364/2570 91% [========================================================= ] 2365/2570 92% [========================================================= ] 2366/2570 92% [========================================================= ] 2367/2570 92% [========================================================= ] 2368/2570 92% [========================================================= ] 2369/2570 92% [========================================================= ] 2370/2570 92% [========================================================= ] 2371/2570 92% [========================================================= ] 2372/2570 92% [========================================================= ] 2373/2570 92% [========================================================= ] 2374/2570 92% [========================================================= ] 2375/2570 92% [========================================================= ] 2376/2570 92% [========================================================= ] 2377/2570 92% [========================================================= ] 2378/2570 92% [========================================================= ] 2379/2570 92% [========================================================= ] 2380/2570 92% [========================================================= ] 2381/2570 92% [========================================================= ] 2382/2570 92% [========================================================= ] 2383/2570 92% [========================================================= ] 2384/2570 92% [========================================================= ] 2385/2570 92% [========================================================= ] 2386/2570 92% [========================================================= ] 2387/2570 92% [========================================================= ] 2388/2570 92% [========================================================= ] 2389/2570 92% [========================================================= ] 2390/2570 92% [========================================================= ] 2391/2570 93% [========================================================= ] 2392/2570 93% [========================================================= ] 2393/2570 93% [========================================================= ] 2394/2570 93% [========================================================= ] 2395/2570 93% [========================================================= ] 2396/2570 93% [========================================================= ] 2397/2570 93% [========================================================= ] 2398/2570 93% [========================================================= ] 2399/2570 93% [========================================================= ] 2400/2570 93% [========================================================= ] 2401/2570 93% [========================================================= ] 2402/2570 93% [========================================================= ] 2403/2570 93% [========================================================= ] 2404/2570 93% [========================================================== ] 2405/2570 93% [========================================================== ] 2406/2570 93% [========================================================== ] 2407/2570 93% [========================================================== ] 2408/2570 93% [========================================================== ] 2409/2570 93% [========================================================== ] 2410/2570 93% [========================================================== ] 2411/2570 93% [========================================================== ] 2412/2570 93% [========================================================== ] 2413/2570 93% [========================================================== ] 2414/2570 93% [========================================================== ] 2415/2570 93% [========================================================== ] 2416/2570 94% [========================================================== ] 2417/2570 94% [========================================================== ] 2418/2570 94% [========================================================== ] 2419/2570 94% [========================================================== ] 2420/2570 94% [========================================================== ] 2421/2570 94% [========================================================== ] 2422/2570 94% [========================================================== ] 2423/2570 94% [========================================================== ] 2424/2570 94% [========================================================== ] 2425/2570 94% [========================================================== ] 2426/2570 94% [========================================================== ] 2427/2570 94% [========================================================== ] 2428/2570 94% [========================================================== ] 2429/2570 94% [========================================================== ] 2430/2570 94% [========================================================== ] 2431/2570 94% [========================================================== ] 2432/2570 94% [========================================================== ] 2433/2570 94% [========================================================== ] 2434/2570 94% [========================================================== ] 2435/2570 94% [========================================================== ] 2436/2570 94% [========================================================== ] 2437/2570 94% [========================================================== ] 2438/2570 94% [========================================================== ] 2439/2570 94% [========================================================== ] 2440/2570 94% [========================================================== ] 2441/2570 94% [========================================================== ] 2442/2570 95% [========================================================== ] 2443/2570 95% [========================================================== ] 2444/2570 95% [========================================================== ] 2445/2570 95% [=========================================================== ] 2446/2570 95% [=========================================================== ] 2447/2570 95% [=========================================================== ] 2448/2570 95% [=========================================================== ] 2449/2570 95% [=========================================================== ] 2450/2570 95% [=========================================================== ] 2451/2570 95% [=========================================================== ] 2452/2570 95% [=========================================================== ] 2453/2570 95% [=========================================================== ] 2454/2570 95% [=========================================================== ] 2455/2570 95% [=========================================================== ] 2456/2570 95% [=========================================================== ] 2457/2570 95% [=========================================================== ] 2458/2570 95% [=========================================================== ] 2459/2570 95% [=========================================================== ] 2460/2570 95% [=========================================================== ] 2461/2570 95% [=========================================================== ] 2462/2570 95% [=========================================================== ] 2463/2570 95% [=========================================================== ] 2464/2570 95% [=========================================================== ] 2465/2570 95% [=========================================================== ] 2466/2570 95% [=========================================================== ] 2467/2570 95% [=========================================================== ] 2468/2570 96% [=========================================================== ] 2469/2570 96% [=========================================================== ] 2470/2570 96% [=========================================================== ] 2471/2570 96% [=========================================================== ] 2472/2570 96% [=========================================================== ] 2473/2570 96% [=========================================================== ] 2474/2570 96% [=========================================================== ] 2475/2570 96% [=========================================================== ] 2476/2570 96% [=========================================================== ] 2477/2570 96% [=========================================================== ] 2478/2570 96% [=========================================================== ] 2479/2570 96% [=========================================================== ] 2480/2570 96% [=========================================================== ] 2481/2570 96% [=========================================================== ] 2482/2570 96% [=========================================================== ] 2483/2570 96% [=========================================================== ] 2484/2570 96% [=========================================================== ] 2485/2570 96% [=========================================================== ] 2486/2570 96% [=========================================================== ] 2487/2570 96% [============================================================ ] 2488/2570 96% [============================================================ ] 2489/2570 96% [============================================================ ] 2490/2570 96% [============================================================ ] 2491/2570 96% [============================================================ ] 2492/2570 96% [============================================================ ] 2493/2570 97% [============================================================ ] 2494/2570 97% [============================================================ ] 2495/2570 97% [============================================================ ] 2496/2570 97% [============================================================ ] 2497/2570 97% [============================================================ ] 2498/2570 97% [============================================================ ] 2499/2570 97% [============================================================ ] 2500/2570 97% [============================================================ ] 2501/2570 97% [============================================================ ] 2502/2570 97% [============================================================ ] 2503/2570 97% [============================================================ ] 2504/2570 97% [============================================================ ] 2505/2570 97% [============================================================ ] 2506/2570 97% [============================================================ ] 2507/2570 97% [============================================================ ] 2508/2570 97% [============================================================ ] 2509/2570 97% [============================================================ ] 2510/2570 97% [============================================================ ] 2511/2570 97% [============================================================ ] 2512/2570 97% [============================================================ ] 2513/2570 97% [============================================================ ] 2514/2570 97% [============================================================ ] 2515/2570 97% [============================================================ ] 2516/2570 97% [============================================================ ] 2517/2570 97% [============================================================ ] 2518/2570 97% [============================================================ ] 2519/2570 98% [============================================================ ] 2520/2570 98% [============================================================ ] 2521/2570 98% [============================================================ ] 2522/2570 98% [============================================================ ] 2523/2570 98% [============================================================ ] 2524/2570 98% [============================================================ ] 2525/2570 98% [============================================================ ] 2526/2570 98% [============================================================ ] 2527/2570 98% [============================================================ ] 2528/2570 98% [============================================================= ] 2529/2570 98% [============================================================= ] 2530/2570 98% [============================================================= ] 2531/2570 98% [============================================================= ] 2532/2570 98% [============================================================= ] 2533/2570 98% [============================================================= ] 2534/2570 98% [============================================================= ] 2535/2570 98% [============================================================= ] 2536/2570 98% [============================================================= ] 2537/2570 98% [============================================================= ] 2538/2570 98% [============================================================= ] 2539/2570 98% [============================================================= ] 2540/2570 98% [============================================================= ] 2541/2570 98% [============================================================= ] 2542/2570 98% [============================================================= ] 2543/2570 98% [============================================================= ] 2544/2570 98% [============================================================= ] 2545/2570 99% [============================================================= ] 2546/2570 99% [============================================================= ] 2547/2570 99% [============================================================= ] 2548/2570 99% [============================================================= ] 2549/2570 99% [============================================================= ] 2550/2570 99% [============================================================= ] 2551/2570 99% [============================================================= ] 2552/2570 99% [============================================================= ] 2553/2570 99% [============================================================= ] 2554/2570 99% [============================================================= ] 2555/2570 99% [============================================================= ] 2556/2570 99% [============================================================= ] 2557/2570 99% [============================================================= ] 2558/2570 99% [============================================================= ] 2559/2570 99% [============================================================= ] 2560/2570 99% [============================================================= ] 2561/2570 99% [============================================================= ] 2562/2570 99% [============================================================= ] 2563/2570 99% [============================================================= ] 2564/2570 99% [============================================================= ] 2565/2570 99% [============================================================= ] 2566/2570 99% [============================================================= ] 2567/2570 99% [============================================================= ] 2568/2570 99% [============================================================= ] 2569/2570 99% [==============================================================] 2570/2570 100% operation complete, 2570 objects in 43275 NAND pages. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2024.02-403-g9cab57f1b4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf 2.72 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-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> linux-headers 6.8.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gzip 1.13 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> arp-scan 1.10.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> brcmfmac_sdio-firmware-rpi 26ff205b45dc109b498a70aaf182804ad9dbfea5 Collecting legal info LICENSE: OK (sha256: ea8b7b7b6cfc6fd30587ed977100f6a542734ce53218b5b63de16180acddd599) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> darkhttpd 1.15 Collecting legal info COPYING: OK (sha256: 1ecf63e8f84fd60ac7215e04195b9a61dcb47176ea65df26547582027f6c1dee) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> flac 1.4.3 Collecting legal info COPYING.Xiph: OK (sha256: 12600ea1a7affcbf469bd0d8b2cd725e4167114a2ee834b88f5d2857bfd7ddbf) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-genpart 1.0.2 Collecting legal info >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery-validation 1.19.5 Collecting legal info LICENSE.md: OK (sha256: f398878cab338b869638bdac1aeae76bf3ac11b2b89da6e0b68bc1a645733440) >>> jquery 3.5.1 Collecting legal info >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libarchive 3.7.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcoap 4.3.4 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: bdd94ddd8e75010aebd045ead1c951110788003395c708811d6960248acb3891) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libfribidi 1.0.13 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libidn 1.42 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libidn2 2.3.7 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-meson 1.3.1 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-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> mbpfan 2.4.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-microchip-hss-payload-generator 2023.09 Collecting legal info tools/hss-payload-generator/LICENSE.md: OK (sha256: 0b67b1d44bcad078580fc5d8e9580a48a9466b769db58aeb1631d4c5ef97e08a) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> 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) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> musepack 475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> host-mxsldr 2793a657ab7a22487d21c1b020957806f8ae8383 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ndisc6 1.0.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Collecting legal info COPYING: OK (sha256: 1080312c3230fb7dd32fe807ed8c8cd11f4061bf1a2f065b651630bfe30157b2) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> opkg 0.6.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-python-cython 0.29.36 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> host-rust-bin 1.74.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> 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) >>> screen 4.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl2 2.30.0 Collecting legal info LICENSE.txt: OK (sha256: 9b9e1764f06701bcf7ce21e942c682d5921ba0900c6fca760321b1c8837a9662) >>> sdl2_gfx 1.0.4 Collecting legal info COPYING: OK (sha256: ec9036525fe1adde787041cce6c4b7fbb262863c238bb9051037e29a57e27bfc) SDL2_framerate.h: OK (sha256: 18e6fad60b809b0e30bd2576a0d33c179ca2ac694504a849d05b6579e3c481dd) >>> sdl2_mixer 2.6.3 Collecting legal info LICENSE.txt: OK (sha256: 1852c8549e3d154687197d46abababd3e8faae035f19991b2ca850fa3a43ad57) >>> sdl2_ttf 2.22.0 Collecting legal info LICENSE.txt: OK (sha256: a0e8ce06504966e45088ee1cc7583cc8af9aac615d4cf56d47d847da9cb15139) >>> host-sentry-cli 2.20.3 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> 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.47 Collecting legal info README: OK (sha256: 3bedfe79fbad08a2b50e1b2b6123e40c68b58b1988d53763b63b6fd295bb0f90) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> stunnel 5.71 Collecting legal info COPYING.md: OK (sha256: c172514e95e387eb4c77cdfbb55b635bf96e2dfcb85d785d993f64c40c4f89c4) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> subversion 1.14.3 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> sysstat 12.7.5 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.48 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 6b1a1de0b3394002973daaa407b93a1d2c13efd8dd1a32095d6872c36f09ba66) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> xxhash 0.8.2 Collecting legal info LICENSE: OK (sha256: 6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> zchunk 1.3.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs 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: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_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/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'