mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-14/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-14/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-14/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-14/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/include /home/autobuild/autobuild/instance-14/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-14/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-14/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-14/output-1/target/usr/doc find /home/autobuild/autobuild/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-14/output-1/target/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/man /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/info /home/autobuild/autobuild/instance-14/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/doc /home/autobuild/autobuild/instance-14/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-14/output-1/target/lib/debug /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-14/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-14/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-14/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-14/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-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-1024-g09463cb4e9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-14/output-1/per-package /home/autobuild/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/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-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/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-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-14/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-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2107 objects. stage 2: creating image '/home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/2107 0% [ ] 2/2107 0% [ ] 3/2107 0% [ ] 4/2107 0% [ ] 5/2107 0% [ ] 6/2107 0% [ ] 7/2107 0% [ ] 8/2107 0% [ ] 9/2107 0% [ ] 10/2107 0% [ ] 11/2107 0% [ ] 12/2107 0% [ ] 13/2107 0% [ ] 14/2107 0% [ ] 15/2107 0% [ ] 16/2107 0% [ ] 17/2107 0% [ ] 18/2107 0% [ ] 19/2107 0% [ ] 20/2107 0% [ ] 21/2107 0% [ ] 22/2107 1% [ ] 23/2107 1% [ ] 24/2107 1% [ ] 25/2107 1% [ ] 26/2107 1% [ ] 27/2107 1% [ ] 28/2107 1% [ ] 29/2107 1% [ ] 30/2107 1% [ ] 31/2107 1% [ ] 32/2107 1% [ ] 33/2107 1% [= ] 34/2107 1% [= ] 35/2107 1% [= ] 36/2107 1% [= ] 37/2107 1% [= ] 38/2107 1% [= ] 39/2107 1% [= ] 40/2107 1% [= ] 41/2107 1% [= ] 42/2107 1% [= ] 43/2107 2% [= ] 44/2107 2% [= ] 45/2107 2% [= ] 46/2107 2% [= ] 47/2107 2% [= ] 48/2107 2% [= ] 49/2107 2% [= ] 50/2107 2% [= ] 51/2107 2% [= ] 52/2107 2% [= ] 53/2107 2% [= ] 54/2107 2% [= ] 55/2107 2% [= ] 56/2107 2% [= ] 57/2107 2% [= ] 58/2107 2% [= ] 59/2107 2% [= ] 60/2107 2% [= ] 61/2107 2% [= ] 62/2107 2% [= ] 63/2107 2% [= ] 64/2107 3% [= ] 65/2107 3% [= ] 66/2107 3% [= ] 67/2107 3% [== ] 68/2107 3% [== ] 69/2107 3% [== ] 70/2107 3% [== ] 71/2107 3% [== ] 72/2107 3% [== ] 73/2107 3% [== ] 74/2107 3% [== ] 75/2107 3% [== ] 76/2107 3% [== ] 77/2107 3% [== ] 78/2107 3% [== ] 79/2107 3% [== ] 80/2107 3% [== ] 81/2107 3% [== ] 82/2107 3% [== ] 83/2107 3% [== ] 84/2107 3% [== ] 85/2107 4% [== ] 86/2107 4% [== ] 87/2107 4% [== ] 88/2107 4% [== ] 89/2107 4% [== ] 90/2107 4% [== ] 91/2107 4% [== ] 92/2107 4% [== ] 93/2107 4% [== ] 94/2107 4% [== ] 95/2107 4% [== ] 96/2107 4% [== ] 97/2107 4% [== ] 98/2107 4% [== ] 99/2107 4% [== ] 100/2107 4% [== ] 101/2107 4% [=== ] 102/2107 4% [=== ] 103/2107 4% [=== ] 104/2107 4% [=== ] 105/2107 4% [=== ] 106/2107 5% [=== ] 107/2107 5% [=== ] 108/2107 5% [=== ] 109/2107 5% [=== ] 110/2107 5% [=== ] 111/2107 5% [=== ] 112/2107 5% [=== ] 113/2107 5% [=== ] 114/2107 5% [=== ] 115/2107 5% [=== ] 116/2107 5% [=== ] 117/2107 5% [=== ] 118/2107 5% [=== ] 119/2107 5% [=== ] 120/2107 5% [=== ] 121/2107 5% [=== ] 122/2107 5% [=== ] 123/2107 5% [=== ] 124/2107 5% [=== ] 125/2107 5% [=== ] 126/2107 5% [=== ] 127/2107 6% [=== ] 128/2107 6% [=== ] 129/2107 6% [=== ] 130/2107 6% [=== ] 131/2107 6% [=== ] 132/2107 6% [=== ] 133/2107 6% [=== ] 134/2107 6% [=== ] 135/2107 6% [==== ] 136/2107 6% [==== ] 137/2107 6% [==== ] 138/2107 6% [==== ] 139/2107 6% [==== ] 140/2107 6% [==== ] 141/2107 6% [==== ] 142/2107 6% [==== ] 143/2107 6% [==== ] 144/2107 6% [==== ] 145/2107 6% [==== ] 146/2107 6% [==== ] 147/2107 6% [==== ] 148/2107 7% [==== ] 149/2107 7% [==== ] 150/2107 7% [==== ] 151/2107 7% [==== ] 152/2107 7% [==== ] 153/2107 7% [==== ] 154/2107 7% [==== ] 155/2107 7% [==== ] 156/2107 7% [==== ] 157/2107 7% [==== ] 158/2107 7% [==== ] 159/2107 7% [==== ] 160/2107 7% [==== ] 161/2107 7% [==== ] 162/2107 7% [==== ] 163/2107 7% [==== ] 164/2107 7% [==== ] 165/2107 7% [==== ] 166/2107 7% [==== ] 167/2107 7% [==== ] 168/2107 7% [==== ] 169/2107 8% [===== ] 170/2107 8% [===== ] 171/2107 8% [===== ] 172/2107 8% [===== ] 173/2107 8% [===== ] 174/2107 8% [===== ] 175/2107 8% [===== ] 176/2107 8% [===== ] 177/2107 8% [===== ] 178/2107 8% [===== ] 179/2107 8% [===== ] 180/2107 8% [===== ] 181/2107 8% [===== ] 182/2107 8% [===== ] 183/2107 8% [===== ] 184/2107 8% [===== ] 185/2107 8% [===== ] 186/2107 8% [===== ] 187/2107 8% [===== ] 188/2107 8% [===== ] 189/2107 8% [===== ] 190/2107 9% [===== ] 191/2107 9% [===== ] 192/2107 9% [===== ] 193/2107 9% [===== ] 194/2107 9% [===== ] 195/2107 9% [===== ] 196/2107 9% [===== ] 197/2107 9% [===== ] 198/2107 9% [===== ] 199/2107 9% [===== ] 200/2107 9% [===== ] 201/2107 9% [===== ] 202/2107 9% [===== ] 203/2107 9% [====== ] 204/2107 9% [====== ] 205/2107 9% [====== ] 206/2107 9% [====== ] 207/2107 9% [====== ] 208/2107 9% [====== ] 209/2107 9% [====== ] 210/2107 9% [====== ] 211/2107 10% [====== ] 212/2107 10% [====== ] 213/2107 10% [====== ] 214/2107 10% [====== ] 215/2107 10% [====== ] 216/2107 10% [====== ] 217/2107 10% [====== ] 218/2107 10% [====== ] 219/2107 10% [====== ] 220/2107 10% [====== ] 221/2107 10% [====== ] 222/2107 10% [====== ] 223/2107 10% [====== ] 224/2107 10% [====== ] 225/2107 10% [====== ] 226/2107 10% [====== ] 227/2107 10% [====== ] 228/2107 10% [====== ] 229/2107 10% [====== ] 230/2107 10% [====== ] 231/2107 10% [====== ] 232/2107 11% [====== ] 233/2107 11% [====== ] 234/2107 11% [====== ] 235/2107 11% [====== ] 236/2107 11% [====== ] 237/2107 11% [======= ] 238/2107 11% [======= ] 239/2107 11% [======= ] 240/2107 11% [======= ] 241/2107 11% [======= ] 242/2107 11% [======= ] 243/2107 11% [======= ] 244/2107 11% [======= ] 245/2107 11% [======= ] 246/2107 11% [======= ] 247/2107 11% [======= ] 248/2107 11% [======= ] 249/2107 11% [======= ] 250/2107 11% [======= ] 251/2107 11% [======= ] 252/2107 11% [======= ] 253/2107 12% [======= ] 254/2107 12% [======= ] 255/2107 12% [======= ] 256/2107 12% [======= ] 257/2107 12% [======= ] 258/2107 12% [======= ] 259/2107 12% [======= ] 260/2107 12% [======= ] 261/2107 12% [======= ] 262/2107 12% [======= ] 263/2107 12% [======= ] 264/2107 12% [======= ] 265/2107 12% [======= ] 266/2107 12% [======= ] 267/2107 12% [======= ] 268/2107 12% [======= ] 269/2107 12% [======= ] 270/2107 12% [======= ] 271/2107 12% [======== ] 272/2107 12% [======== ] 273/2107 12% [======== ] 274/2107 13% [======== ] 275/2107 13% [======== ] 276/2107 13% [======== ] 277/2107 13% [======== ] 278/2107 13% [======== ] 279/2107 13% [======== ] 280/2107 13% [======== ] 281/2107 13% [======== ] 282/2107 13% [======== ] 283/2107 13% [======== ] 284/2107 13% [======== ] 285/2107 13% [======== ] 286/2107 13% [======== ] 287/2107 13% [======== ] 288/2107 13% [======== ] 289/2107 13% [======== ] 290/2107 13% [======== ] 291/2107 13% [======== ] 292/2107 13% [======== ] 293/2107 13% [======== ] 294/2107 13% [======== ] 295/2107 14% [======== ] 296/2107 14% [======== ] 297/2107 14% [======== ] 298/2107 14% [======== ] 299/2107 14% [======== ] 300/2107 14% [======== ] 301/2107 14% [======== ] 302/2107 14% [======== ] 303/2107 14% [======== ] 304/2107 14% [======== ] 305/2107 14% [========= ] 306/2107 14% [========= ] 307/2107 14% [========= ] 308/2107 14% [========= ] 309/2107 14% [========= ] 310/2107 14% [========= ] 311/2107 14% [========= ] 312/2107 14% [========= ] 313/2107 14% [========= ] 314/2107 14% [========= ] 315/2107 14% [========= ] 316/2107 14% [========= ] 317/2107 15% [========= ] 318/2107 15% [========= ] 319/2107 15% [========= ] 320/2107 15% [========= ] 321/2107 15% [========= ] 322/2107 15% [========= ] 323/2107 15% [========= ] 324/2107 15% [========= ] 325/2107 15% [========= ] 326/2107 15% [========= ] 327/2107 15% [========= ] 328/2107 15% [========= ] 329/2107 15% [========= ] 330/2107 15% [========= ] 331/2107 15% [========= ] 332/2107 15% [========= ] 333/2107 15% [========= ] 334/2107 15% [========= ] 335/2107 15% [========= ] 336/2107 15% [========= ] 337/2107 15% [========= ] 338/2107 16% [========= ] 339/2107 16% [========== ] 340/2107 16% [========== ] 341/2107 16% [========== ] 342/2107 16% [========== ] 343/2107 16% [========== ] 344/2107 16% [========== ] 345/2107 16% [========== ] 346/2107 16% [========== ] 347/2107 16% [========== ] 348/2107 16% [========== ] 349/2107 16% [========== ] 350/2107 16% [========== ] 351/2107 16% [========== ] 352/2107 16% [========== ] 353/2107 16% [========== ] 354/2107 16% [========== ] 355/2107 16% [========== ] 356/2107 16% [========== ] 357/2107 16% [========== ] 358/2107 16% [========== ] 359/2107 17% [========== ] 360/2107 17% [========== ] 361/2107 17% [========== ] 362/2107 17% [========== ] 363/2107 17% [========== ] 364/2107 17% [========== ] 365/2107 17% [========== ] 366/2107 17% [========== ] 367/2107 17% [========== ] 368/2107 17% [========== ] 369/2107 17% [========== ] 370/2107 17% [========== ] 371/2107 17% [========== ] 372/2107 17% [========== ] 373/2107 17% [=========== ] 374/2107 17% [=========== ] 375/2107 17% [=========== ] 376/2107 17% [=========== ] 377/2107 17% [=========== ] 378/2107 17% [=========== ] 379/2107 17% [=========== ] 380/2107 18% [=========== ] 381/2107 18% [=========== ] 382/2107 18% [=========== ] 383/2107 18% [=========== ] 384/2107 18% [=========== ] 385/2107 18% [=========== ] 386/2107 18% [=========== ] 387/2107 18% [=========== ] 388/2107 18% [=========== ] 389/2107 18% [=========== ] 390/2107 18% [=========== ] 391/2107 18% [=========== ] 392/2107 18% [=========== ] 393/2107 18% [=========== ] 394/2107 18% [=========== ] 395/2107 18% [=========== ] 396/2107 18% [=========== ] 397/2107 18% [=========== ] 398/2107 18% [=========== ] 399/2107 18% [=========== ] 400/2107 18% [=========== ] 401/2107 19% [=========== ] 402/2107 19% [=========== ] 403/2107 19% [=========== ] 404/2107 19% [=========== ] 405/2107 19% [=========== ] 406/2107 19% [=========== ] 407/2107 19% [============ ] 408/2107 19% [============ ] 409/2107 19% [============ ] 410/2107 19% [============ ] 411/2107 19% [============ ] 412/2107 19% [============ ] 413/2107 19% [============ ] 414/2107 19% [============ ] 415/2107 19% [============ ] 416/2107 19% [============ ] 417/2107 19% [============ ] 418/2107 19% [============ ] 419/2107 19% [============ ] 420/2107 19% [============ ] 421/2107 19% [============ ] 422/2107 20% [============ ] 423/2107 20% [============ ] 424/2107 20% [============ ] 425/2107 20% [============ ] 426/2107 20% [============ ] 427/2107 20% [============ ] 428/2107 20% [============ ] 429/2107 20% [============ ] 430/2107 20% [============ ] 431/2107 20% [============ ] 432/2107 20% [============ ] 433/2107 20% [============ ] 434/2107 20% [============ ] 435/2107 20% [============ ] 436/2107 20% [============ ] 437/2107 20% [============ ] 438/2107 20% [============ ] 439/2107 20% [============ ] 440/2107 20% [============ ] 441/2107 20% [============= ] 442/2107 20% [============= ] 443/2107 21% [============= ] 444/2107 21% [============= ] 445/2107 21% [============= ] 446/2107 21% [============= ] 447/2107 21% [============= ] 448/2107 21% [============= ] 449/2107 21% [============= ] 450/2107 21% [============= ] 451/2107 21% [============= ] 452/2107 21% [============= ] 453/2107 21% [============= ] 454/2107 21% [============= ] 455/2107 21% [============= ] 456/2107 21% [============= ] 457/2107 21% [============= ] 458/2107 21% [============= ] 459/2107 21% [============= ] 460/2107 21% [============= ] 461/2107 21% [============= ] 462/2107 21% [============= ] 463/2107 21% [============= ] 464/2107 22% [============= ] 465/2107 22% [============= ] 466/2107 22% [============= ] 467/2107 22% [============= ] 468/2107 22% [============= ] 469/2107 22% [============= ] 470/2107 22% [============= ] 471/2107 22% [============= ] 472/2107 22% [============= ] 473/2107 22% [============= ] 474/2107 22% [============= ] 475/2107 22% [============== ] 476/2107 22% [============== ] 477/2107 22% [============== ] 478/2107 22% [============== ] 479/2107 22% [============== ] 480/2107 22% [============== ] 481/2107 22% [============== ] 482/2107 22% [============== ] 483/2107 22% [============== ] 484/2107 22% [============== ] 485/2107 23% [============== ] 486/2107 23% [============== ] 487/2107 23% [============== ] 488/2107 23% [============== ] 489/2107 23% [============== ] 490/2107 23% [============== ] 491/2107 23% [============== ] 492/2107 23% [============== ] 493/2107 23% [============== ] 494/2107 23% [============== ] 495/2107 23% [============== ] 496/2107 23% [============== ] 497/2107 23% [============== ] 498/2107 23% [============== ] 499/2107 23% [============== ] 500/2107 23% [============== ] 501/2107 23% [============== ] 502/2107 23% [============== ] 503/2107 23% [============== ] 504/2107 23% [============== ] 505/2107 23% [============== ] 506/2107 24% [============== ] 507/2107 24% [============== ] 508/2107 24% [============== ] 509/2107 24% [=============== ] 510/2107 24% [=============== ] 511/2107 24% [=============== ] 512/2107 24% [=============== ] 513/2107 24% [=============== ] 514/2107 24% [=============== ] 515/2107 24% [=============== ] 516/2107 24% [=============== ] 517/2107 24% [=============== ] 518/2107 24% [=============== ] 519/2107 24% [=============== ] 520/2107 24% [=============== ] 521/2107 24% [=============== ] 522/2107 24% [=============== ] 523/2107 24% [=============== ] 524/2107 24% [=============== ] 525/2107 24% [=============== ] 526/2107 24% [=============== ] 527/2107 25% [=============== ] 528/2107 25% [=============== ] 529/2107 25% [=============== ] 530/2107 25% [=============== ] 531/2107 25% [=============== ] 532/2107 25% [=============== ] 533/2107 25% [=============== ] 534/2107 25% [=============== ] 535/2107 25% [=============== ] 536/2107 25% [=============== ] 537/2107 25% [=============== ] 538/2107 25% [=============== ] 539/2107 25% [=============== ] 540/2107 25% [=============== ] 541/2107 25% [=============== ] 542/2107 25% [=============== ] 543/2107 25% [================ ] 544/2107 25% [================ ] 545/2107 25% [================ ] 546/2107 25% [================ ] 547/2107 25% [================ ] 548/2107 26% [================ ] 549/2107 26% [================ ] 550/2107 26% [================ ] 551/2107 26% [================ ] 552/2107 26% [================ ] 553/2107 26% [================ ] 554/2107 26% [================ ] 555/2107 26% [================ ] 556/2107 26% [================ ] 557/2107 26% [================ ] 558/2107 26% [================ ] 559/2107 26% [================ ] 560/2107 26% [================ ] 561/2107 26% [================ ] 562/2107 26% [================ ] 563/2107 26% [================ ] 564/2107 26% [================ ] 565/2107 26% [================ ] 566/2107 26% [================ ] 567/2107 26% [================ ] 568/2107 26% [================ ] 569/2107 27% [================ ] 570/2107 27% [================ ] 571/2107 27% [================ ] 572/2107 27% [================ ] 573/2107 27% [================ ] 574/2107 27% [================ ] 575/2107 27% [================ ] 576/2107 27% [================ ] 577/2107 27% [================= ] 578/2107 27% [================= ] 579/2107 27% [================= ] 580/2107 27% [================= ] 581/2107 27% [================= ] 582/2107 27% [================= ] 583/2107 27% [================= ] 584/2107 27% [================= ] 585/2107 27% [================= ] 586/2107 27% [================= ] 587/2107 27% [================= ] 588/2107 27% [================= ] 589/2107 27% [================= ] 590/2107 28% [================= ] 591/2107 28% [================= ] 592/2107 28% [================= ] 593/2107 28% [================= ] 594/2107 28% [================= ] 595/2107 28% [================= ] 596/2107 28% [================= ] 597/2107 28% [================= ] 598/2107 28% [================= ] 599/2107 28% [================= ] 600/2107 28% [================= ] 601/2107 28% [================= ] 602/2107 28% [================= ] 603/2107 28% [================= ] 604/2107 28% [================= ] 605/2107 28% [================= ] 606/2107 28% [================= ] 607/2107 28% [================= ] 608/2107 28% [================= ] 609/2107 28% [================= ] 610/2107 28% [================= ] 611/2107 28% [================== ] 612/2107 29% [================== ] 613/2107 29% [================== ] 614/2107 29% [================== ] 615/2107 29% [================== ] 616/2107 29% [================== ] 617/2107 29% [================== ] 618/2107 29% [================== ] 619/2107 29% [================== ] 620/2107 29% [================== ] 621/2107 29% [================== ] 622/2107 29% [================== ] 623/2107 29% [================== ] 624/2107 29% [================== ] 625/2107 29% [================== ] 626/2107 29% [================== ] 627/2107 29% [================== ] 628/2107 29% [================== ] 629/2107 29% [================== ] 630/2107 29% [================== ] 631/2107 29% [================== ] 632/2107 29% [================== ] 633/2107 30% [================== ] 634/2107 30% [================== ] 635/2107 30% [================== ] 636/2107 30% [================== ] 637/2107 30% [================== ] 638/2107 30% [================== ] 639/2107 30% [================== ] 640/2107 30% [================== ] 641/2107 30% [================== ] 642/2107 30% [================== ] 643/2107 30% [================== ] 644/2107 30% [================== ] 645/2107 30% [=================== ] 646/2107 30% [=================== ] 647/2107 30% [=================== ] 648/2107 30% [=================== ] 649/2107 30% [=================== ] 650/2107 30% [=================== ] 651/2107 30% [=================== ] 652/2107 30% [=================== ] 653/2107 30% [=================== ] 654/2107 31% [=================== ] 655/2107 31% [=================== ] 656/2107 31% [=================== ] 657/2107 31% [=================== ] 658/2107 31% [=================== ] 659/2107 31% [=================== ] 660/2107 31% [=================== ] 661/2107 31% [=================== ] 662/2107 31% [=================== ] 663/2107 31% [=================== ] 664/2107 31% [=================== ] 665/2107 31% [=================== ] 666/2107 31% [=================== ] 667/2107 31% [=================== ] 668/2107 31% [=================== ] 669/2107 31% [=================== ] 670/2107 31% [=================== ] 671/2107 31% [=================== ] 672/2107 31% [=================== ] 673/2107 31% [=================== ] 674/2107 31% [=================== ] 675/2107 32% [=================== ] 676/2107 32% [=================== ] 677/2107 32% [=================== ] 678/2107 32% [=================== ] 679/2107 32% [==================== ] 680/2107 32% [==================== ] 681/2107 32% [==================== ] 682/2107 32% [==================== ] 683/2107 32% [==================== ] 684/2107 32% [==================== ] 685/2107 32% [==================== ] 686/2107 32% [==================== ] 687/2107 32% [==================== ] 688/2107 32% [==================== ] 689/2107 32% [==================== ] 690/2107 32% [==================== ] 691/2107 32% [==================== ] 692/2107 32% [==================== ] 693/2107 32% [==================== ] 694/2107 32% [==================== ] 695/2107 32% [==================== ] 696/2107 33% [==================== ] 697/2107 33% [==================== ] 698/2107 33% [==================== ] 699/2107 33% [==================== ] 700/2107 33% [==================== ] 701/2107 33% [==================== ] 702/2107 33% [==================== ] 703/2107 33% [==================== ] 704/2107 33% [==================== ] 705/2107 33% [==================== ] 706/2107 33% [==================== ] 707/2107 33% [==================== ] 708/2107 33% [==================== ] 709/2107 33% [==================== ] 710/2107 33% [==================== ] 711/2107 33% [==================== ] 712/2107 33% [==================== ] 713/2107 33% [===================== ] 714/2107 33% [===================== ] 715/2107 33% [===================== ] 716/2107 33% [===================== ] 717/2107 34% [===================== ] 718/2107 34% [===================== ] 719/2107 34% [===================== ] 720/2107 34% [===================== ] 721/2107 34% [===================== ] 722/2107 34% [===================== ] 723/2107 34% [===================== ] 724/2107 34% [===================== ] 725/2107 34% [===================== ] 726/2107 34% [===================== ] 727/2107 34% [===================== ] 728/2107 34% [===================== ] 729/2107 34% [===================== ] 730/2107 34% [===================== ] 731/2107 34% [===================== ] 732/2107 34% [===================== ] 733/2107 34% [===================== ] 734/2107 34% [===================== ] 735/2107 34% [===================== ] 736/2107 34% [===================== ] 737/2107 34% [===================== ] 738/2107 35% [===================== ] 739/2107 35% [===================== ] 740/2107 35% [===================== ] 741/2107 35% [===================== ] 742/2107 35% [===================== ] 743/2107 35% [===================== ] 744/2107 35% [===================== ] 745/2107 35% [===================== ] 746/2107 35% [===================== ] 747/2107 35% [====================== ] 748/2107 35% [====================== ] 749/2107 35% [====================== ] 750/2107 35% [====================== ] 751/2107 35% [====================== ] 752/2107 35% [====================== ] 753/2107 35% [====================== ] 754/2107 35% [====================== ] 755/2107 35% [====================== ] 756/2107 35% [====================== ] 757/2107 35% [====================== ] 758/2107 35% [====================== ] 759/2107 36% [====================== ] 760/2107 36% [====================== ] 761/2107 36% [====================== ] 762/2107 36% [====================== ] 763/2107 36% [====================== ] 764/2107 36% [====================== ] 765/2107 36% [====================== ] 766/2107 36% [====================== ] 767/2107 36% [====================== ] 768/2107 36% [====================== ] 769/2107 36% [====================== ] 770/2107 36% [====================== ] 771/2107 36% [====================== ] 772/2107 36% [====================== ] 773/2107 36% [====================== ] 774/2107 36% [====================== ] 775/2107 36% [====================== ] 776/2107 36% [====================== ] 777/2107 36% [====================== ] 778/2107 36% [====================== ] 779/2107 36% [====================== ] 780/2107 37% [====================== ] 781/2107 37% [======================= ] 782/2107 37% [======================= ] 783/2107 37% [======================= ] 784/2107 37% [======================= ] 785/2107 37% [======================= ] 786/2107 37% [======================= ] 787/2107 37% [======================= ] 788/2107 37% [======================= ] 789/2107 37% [======================= ] 790/2107 37% [======================= ] 791/2107 37% [======================= ] 792/2107 37% [======================= ] 793/2107 37% [======================= ] 794/2107 37% [======================= ] 795/2107 37% [======================= ] 796/2107 37% [======================= ] 797/2107 37% [======================= ] 798/2107 37% [======================= ] 799/2107 37% [======================= ] 800/2107 37% [======================= ] 801/2107 38% [======================= ] 802/2107 38% [======================= ] 803/2107 38% [======================= ] 804/2107 38% [======================= ] 805/2107 38% [======================= ] 806/2107 38% [======================= ] 807/2107 38% [======================= ] 808/2107 38% [======================= ] 809/2107 38% [======================= ] 810/2107 38% [======================= ] 811/2107 38% [======================= ] 812/2107 38% [======================= ] 813/2107 38% [======================= ] 814/2107 38% [======================= ] 815/2107 38% [======================== ] 816/2107 38% [======================== ] 817/2107 38% [======================== ] 818/2107 38% [======================== ] 819/2107 38% [======================== ] 820/2107 38% [======================== ] 821/2107 38% [======================== ] 822/2107 39% [======================== ] 823/2107 39% [======================== ] 824/2107 39% [======================== ] 825/2107 39% [======================== ] 826/2107 39% [======================== ] 827/2107 39% [======================== ] 828/2107 39% [======================== ] 829/2107 39% [======================== ] 830/2107 39% [======================== ] 831/2107 39% [======================== ] 832/2107 39% [======================== ] 833/2107 39% [======================== ] 834/2107 39% [======================== ] 835/2107 39% [======================== ] 836/2107 39% [======================== ] 837/2107 39% [======================== ] 838/2107 39% [======================== ] 839/2107 39% [======================== ] 840/2107 39% [======================== ] 841/2107 39% [======================== ] 842/2107 39% [======================== ] 843/2107 40% [======================== ] 844/2107 40% [======================== ] 845/2107 40% [======================== ] 846/2107 40% [======================== ] 847/2107 40% [======================== ] 848/2107 40% [======================== ] 849/2107 40% [========================= ] 850/2107 40% [========================= ] 851/2107 40% [========================= ] 852/2107 40% [========================= ] 853/2107 40% [========================= ] 854/2107 40% [========================= ] 855/2107 40% [========================= ] 856/2107 40% [========================= ] 857/2107 40% [========================= ] 858/2107 40% [========================= ] 859/2107 40% [========================= ] 860/2107 40% [========================= ] 861/2107 40% [========================= ] 862/2107 40% [========================= ] 863/2107 40% [========================= ] 864/2107 41% [========================= ] 865/2107 41% [========================= ] 866/2107 41% [========================= ] 867/2107 41% [========================= ] 868/2107 41% [========================= ] 869/2107 41% [========================= ] 870/2107 41% [========================= ] 871/2107 41% [========================= ] 872/2107 41% [========================= ] 873/2107 41% [========================= ] 874/2107 41% [========================= ] 875/2107 41% [========================= ] 876/2107 41% [========================= ] 877/2107 41% [========================= ] 878/2107 41% [========================= ] 879/2107 41% [========================= ] 880/2107 41% [========================= ] 881/2107 41% [========================= ] 882/2107 41% [========================= ] 883/2107 41% [========================== ] 884/2107 41% [========================== ] 885/2107 42% [========================== ] 886/2107 42% [========================== ] 887/2107 42% [========================== ] 888/2107 42% [========================== ] 889/2107 42% [========================== ] 890/2107 42% [========================== ] 891/2107 42% [========================== ] 892/2107 42% [========================== ] 893/2107 42% [========================== ] 894/2107 42% [========================== ] 895/2107 42% [========================== ] 896/2107 42% [========================== ] 897/2107 42% [========================== ] 898/2107 42% [========================== ] 899/2107 42% [========================== ] 900/2107 42% [========================== ] 901/2107 42% [========================== ] 902/2107 42% [========================== ] 903/2107 42% [========================== ] 904/2107 42% [========================== ] 905/2107 42% [========================== ] 906/2107 42% [========================== ] 907/2107 43% [========================== ] 908/2107 43% [========================== ] 909/2107 43% [========================== ] 910/2107 43% [========================== ] 911/2107 43% [========================== ] 912/2107 43% [========================== ] 913/2107 43% [========================== ] 914/2107 43% [========================== ] 915/2107 43% [========================== ] 916/2107 43% [========================== ] 917/2107 43% [=========================== ] 918/2107 43% [=========================== ] 919/2107 43% [=========================== ] 920/2107 43% [=========================== ] 921/2107 43% [=========================== ] 922/2107 43% [=========================== ] 923/2107 43% [=========================== ] 924/2107 43% [=========================== ] 925/2107 43% [=========================== ] 926/2107 43% [=========================== ] 927/2107 43% [=========================== ] 928/2107 44% [=========================== ] 929/2107 44% [=========================== ] 930/2107 44% [=========================== ] 931/2107 44% [=========================== ] 932/2107 44% [=========================== ] 933/2107 44% [=========================== ] 934/2107 44% [=========================== ] 935/2107 44% [=========================== ] 936/2107 44% [=========================== ] 937/2107 44% [=========================== ] 938/2107 44% [=========================== ] 939/2107 44% [=========================== ] 940/2107 44% [=========================== ] 941/2107 44% [=========================== ] 942/2107 44% [=========================== ] 943/2107 44% [=========================== ] 944/2107 44% [=========================== ] 945/2107 44% [=========================== ] 946/2107 44% [=========================== ] 947/2107 44% [=========================== ] 948/2107 44% [=========================== ] 949/2107 45% [=========================== ] 950/2107 45% [=========================== ] 951/2107 45% [============================ ] 952/2107 45% [============================ ] 953/2107 45% [============================ ] 954/2107 45% [============================ ] 955/2107 45% [============================ ] 956/2107 45% [============================ ] 957/2107 45% [============================ ] 958/2107 45% [============================ ] 959/2107 45% [============================ ] 960/2107 45% [============================ ] 961/2107 45% [============================ ] 962/2107 45% [============================ ] 963/2107 45% [============================ ] 964/2107 45% [============================ ] 965/2107 45% [============================ ] 966/2107 45% [============================ ] 967/2107 45% [============================ ] 968/2107 45% [============================ ] 969/2107 45% [============================ ] 970/2107 46% [============================ ] 971/2107 46% [============================ ] 972/2107 46% [============================ ] 973/2107 46% [============================ ] 974/2107 46% [============================ ] 975/2107 46% [============================ ] 976/2107 46% [============================ ] 977/2107 46% [============================ ] 978/2107 46% [============================ ] 979/2107 46% [============================ ] 980/2107 46% [============================ ] 981/2107 46% [============================ ] 982/2107 46% [============================ ] 983/2107 46% [============================ ] 984/2107 46% [============================ ] 985/2107 46% [============================= ] 986/2107 46% [============================= ] 987/2107 46% [============================= ] 988/2107 46% [============================= ] 989/2107 46% [============================= ] 990/2107 46% [============================= ] 991/2107 47% [============================= ] 992/2107 47% [============================= ] 993/2107 47% [============================= ] 994/2107 47% [============================= ] 995/2107 47% [============================= ] 996/2107 47% [============================= ] 997/2107 47% [============================= ] 998/2107 47% [============================= ] 999/2107 47% [============================= ] 1000/2107 47% [============================= ] 1001/2107 47% [============================= ] 1002/2107 47% [============================= ] 1003/2107 47% [============================= ] 1004/2107 47% [============================= ] 1005/2107 47% [============================= ] 1006/2107 47% [============================= ] 1007/2107 47% [============================= ] 1008/2107 47% [============================= ] 1009/2107 47% [============================= ] 1010/2107 47% [============================= ] 1011/2107 47% [============================= ] 1012/2107 48% [============================= ] 1013/2107 48% [============================= ] 1014/2107 48% [============================= ] 1015/2107 48% [============================= ] 1016/2107 48% [============================= ] 1017/2107 48% [============================= ] 1018/2107 48% [============================= ] 1019/2107 48% [============================== ] 1020/2107 48% [============================== ] 1021/2107 48% [============================== ] 1022/2107 48% [============================== ] 1023/2107 48% [============================== ] 1024/2107 48% [============================== ] 1025/2107 48% [============================== ] 1026/2107 48% [============================== ] 1027/2107 48% [============================== ] 1028/2107 48% [============================== ] 1029/2107 48% [============================== ] 1030/2107 48% [============================== ] 1031/2107 48% [============================== ] 1032/2107 48% [============================== ] 1033/2107 49% [============================== ] 1034/2107 49% [============================== ] 1035/2107 49% [============================== ] 1036/2107 49% [============================== ] 1037/2107 49% [============================== ] 1038/2107 49% [============================== ] 1039/2107 49% [============================== ] 1040/2107 49% [============================== ] 1041/2107 49% [============================== ] 1042/2107 49% [============================== ] 1043/2107 49% [============================== ] 1044/2107 49% [============================== ] 1045/2107 49% [============================== ] 1046/2107 49% [============================== ] 1047/2107 49% [============================== ] 1048/2107 49% [============================== ] 1049/2107 49% [============================== ] 1050/2107 49% [============================== ] 1051/2107 49% [============================== ] 1052/2107 49% [============================== ] 1053/2107 49% [=============================== ] 1054/2107 50% [=============================== ] 1055/2107 50% [=============================== ] 1056/2107 50% [=============================== ] 1057/2107 50% [=============================== ] 1058/2107 50% [=============================== ] 1059/2107 50% [=============================== ] 1060/2107 50% [=============================== ] 1061/2107 50% [=============================== ] 1062/2107 50% [=============================== ] 1063/2107 50% [=============================== ] 1064/2107 50% [=============================== ] 1065/2107 50% [=============================== ] 1066/2107 50% [=============================== ] 1067/2107 50% [=============================== ] 1068/2107 50% [=============================== ] 1069/2107 50% [=============================== ] 1070/2107 50% [=============================== ] 1071/2107 50% [=============================== ] 1072/2107 50% [=============================== ] 1073/2107 50% [=============================== ] 1074/2107 50% [=============================== ] 1075/2107 51% [=============================== ] 1076/2107 51% [=============================== ] 1077/2107 51% [=============================== ] 1078/2107 51% [=============================== ] 1079/2107 51% [=============================== ] 1080/2107 51% [=============================== ] 1081/2107 51% [=============================== ] 1082/2107 51% [=============================== ] 1083/2107 51% [=============================== ] 1084/2107 51% [=============================== ] 1085/2107 51% [=============================== ] 1086/2107 51% [=============================== ] 1087/2107 51% [================================ ] 1088/2107 51% [================================ ] 1089/2107 51% [================================ ] 1090/2107 51% [================================ ] 1091/2107 51% [================================ ] 1092/2107 51% [================================ ] 1093/2107 51% [================================ ] 1094/2107 51% [================================ ] 1095/2107 51% [================================ ] 1096/2107 52% [================================ ] 1097/2107 52% [================================ ] 1098/2107 52% [================================ ] 1099/2107 52% [================================ ] 1100/2107 52% [================================ ] 1101/2107 52% [================================ ] 1102/2107 52% [================================ ] 1103/2107 52% [================================ ] 1104/2107 52% [================================ ] 1105/2107 52% [================================ ] 1106/2107 52% [================================ ] 1107/2107 52% [================================ ] 1108/2107 52% [================================ ] 1109/2107 52% [================================ ] 1110/2107 52% [================================ ] 1111/2107 52% [================================ ] 1112/2107 52% [================================ ] 1113/2107 52% [================================ ] 1114/2107 52% [================================ ] 1115/2107 52% [================================ ] 1116/2107 52% [================================ ] 1117/2107 53% [================================ ] 1118/2107 53% [================================ ] 1119/2107 53% [================================ ] 1120/2107 53% [================================ ] 1121/2107 53% [================================= ] 1122/2107 53% [================================= ] 1123/2107 53% [================================= ] 1124/2107 53% [================================= ] 1125/2107 53% [================================= ] 1126/2107 53% [================================= ] 1127/2107 53% [================================= ] 1128/2107 53% [================================= ] 1129/2107 53% [================================= ] 1130/2107 53% [================================= ] 1131/2107 53% [================================= ] 1132/2107 53% [================================= ] 1133/2107 53% [================================= ] 1134/2107 53% [================================= ] 1135/2107 53% [================================= ] 1136/2107 53% [================================= ] 1137/2107 53% [================================= ] 1138/2107 54% [================================= ] 1139/2107 54% [================================= ] 1140/2107 54% [================================= ] 1141/2107 54% [================================= ] 1142/2107 54% [================================= ] 1143/2107 54% [================================= ] 1144/2107 54% [================================= ] 1145/2107 54% [================================= ] 1146/2107 54% [================================= ] 1147/2107 54% [================================= ] 1148/2107 54% [================================= ] 1149/2107 54% [================================= ] 1150/2107 54% [================================= ] 1151/2107 54% [================================= ] 1152/2107 54% [================================= ] 1153/2107 54% [================================= ] 1154/2107 54% [================================= ] 1155/2107 54% [================================== ] 1156/2107 54% [================================== ] 1157/2107 54% [================================== ] 1158/2107 54% [================================== ] 1159/2107 55% [================================== ] 1160/2107 55% [================================== ] 1161/2107 55% [================================== ] 1162/2107 55% [================================== ] 1163/2107 55% [================================== ] 1164/2107 55% [================================== ] 1165/2107 55% [================================== ] 1166/2107 55% [================================== ] 1167/2107 55% [================================== ] 1168/2107 55% [================================== ] 1169/2107 55% [================================== ] 1170/2107 55% [================================== ] 1171/2107 55% [================================== ] 1172/2107 55% [================================== ] 1173/2107 55% [================================== ] 1174/2107 55% [================================== ] 1175/2107 55% [================================== ] 1176/2107 55% [================================== ] 1177/2107 55% [================================== ] 1178/2107 55% [================================== ] 1179/2107 55% [================================== ] 1180/2107 56% [================================== ] 1181/2107 56% [================================== ] 1182/2107 56% [================================== ] 1183/2107 56% [================================== ] 1184/2107 56% [================================== ] 1185/2107 56% [================================== ] 1186/2107 56% [================================== ] 1187/2107 56% [================================== ] 1188/2107 56% [================================== ] 1189/2107 56% [=================================== ] 1190/2107 56% [=================================== ] 1191/2107 56% [=================================== ] 1192/2107 56% [=================================== ] 1193/2107 56% [=================================== ] 1194/2107 56% [=================================== ] 1195/2107 56% [=================================== ] 1196/2107 56% [=================================== ] 1197/2107 56% [=================================== ] 1198/2107 56% [=================================== ] 1199/2107 56% [=================================== ] 1200/2107 56% [=================================== ] 1201/2107 57% [=================================== ] 1202/2107 57% [=================================== ] 1203/2107 57% [=================================== ] 1204/2107 57% [=================================== ] 1205/2107 57% [=================================== ] 1206/2107 57% [=================================== ] 1207/2107 57% [=================================== ] 1208/2107 57% [=================================== ] 1209/2107 57% [=================================== ] 1210/2107 57% [=================================== ] 1211/2107 57% [=================================== ] 1212/2107 57% [=================================== ] 1213/2107 57% [=================================== ] 1214/2107 57% [=================================== ] 1215/2107 57% [=================================== ] 1216/2107 57% [=================================== ] 1217/2107 57% [=================================== ] 1218/2107 57% [=================================== ] 1219/2107 57% [=================================== ] 1220/2107 57% [=================================== ] 1221/2107 57% [=================================== ] 1222/2107 57% [=================================== ] 1223/2107 58% [==================================== ] 1224/2107 58% [==================================== ] 1225/2107 58% [==================================== ] 1226/2107 58% [==================================== ] 1227/2107 58% [==================================== ] 1228/2107 58% [==================================== ] 1229/2107 58% [==================================== ] 1230/2107 58% [==================================== ] 1231/2107 58% [==================================== ] 1232/2107 58% [==================================== ] 1233/2107 58% [==================================== ] 1234/2107 58% [==================================== ] 1235/2107 58% [==================================== ] 1236/2107 58% [==================================== ] 1237/2107 58% [==================================== ] 1238/2107 58% [==================================== ] 1239/2107 58% [==================================== ] 1240/2107 58% [==================================== ] 1241/2107 58% [==================================== ] 1242/2107 58% [==================================== ] 1243/2107 58% [==================================== ] 1244/2107 59% [==================================== ] 1245/2107 59% [==================================== ] 1246/2107 59% [==================================== ] 1247/2107 59% [==================================== ] 1248/2107 59% [==================================== ] 1249/2107 59% [==================================== ] 1250/2107 59% [==================================== ] 1251/2107 59% [==================================== ] 1252/2107 59% [==================================== ] 1253/2107 59% [==================================== ] 1254/2107 59% [==================================== ] 1255/2107 59% [==================================== ] 1256/2107 59% [==================================== ] 1257/2107 59% [===================================== ] 1258/2107 59% [===================================== ] 1259/2107 59% [===================================== ] 1260/2107 59% [===================================== ] 1261/2107 59% [===================================== ] 1262/2107 59% [===================================== ] 1263/2107 59% [===================================== ] 1264/2107 59% [===================================== ] 1265/2107 60% [===================================== ] 1266/2107 60% [===================================== ] 1267/2107 60% [===================================== ] 1268/2107 60% [===================================== ] 1269/2107 60% [===================================== ] 1270/2107 60% [===================================== ] 1271/2107 60% [===================================== ] 1272/2107 60% [===================================== ] 1273/2107 60% [===================================== ] 1274/2107 60% [===================================== ] 1275/2107 60% [===================================== ] 1276/2107 60% [===================================== ] 1277/2107 60% [===================================== ] 1278/2107 60% [===================================== ] 1279/2107 60% [===================================== ] 1280/2107 60% [===================================== ] 1281/2107 60% [===================================== ] 1282/2107 60% [===================================== ] 1283/2107 60% [===================================== ] 1284/2107 60% [===================================== ] 1285/2107 60% [===================================== ] 1286/2107 61% [===================================== ] 1287/2107 61% [===================================== ] 1288/2107 61% [===================================== ] 1289/2107 61% [===================================== ] 1290/2107 61% [===================================== ] 1291/2107 61% [====================================== ] 1292/2107 61% [====================================== ] 1293/2107 61% [====================================== ] 1294/2107 61% [====================================== ] 1295/2107 61% [====================================== ] 1296/2107 61% [====================================== ] 1297/2107 61% [====================================== ] 1298/2107 61% [====================================== ] 1299/2107 61% [====================================== ] 1300/2107 61% [====================================== ] 1301/2107 61% [====================================== ] 1302/2107 61% [====================================== ] 1303/2107 61% [====================================== ] 1304/2107 61% [====================================== ] 1305/2107 61% [====================================== ] 1306/2107 61% [====================================== ] 1307/2107 62% [====================================== ] 1308/2107 62% [====================================== ] 1309/2107 62% [====================================== ] 1310/2107 62% [====================================== ] 1311/2107 62% [====================================== ] 1312/2107 62% [====================================== ] 1313/2107 62% [====================================== ] 1314/2107 62% [====================================== ] 1315/2107 62% [====================================== ] 1316/2107 62% [====================================== ] 1317/2107 62% [====================================== ] 1318/2107 62% [====================================== ] 1319/2107 62% [====================================== ] 1320/2107 62% [====================================== ] 1321/2107 62% [====================================== ] 1322/2107 62% [====================================== ] 1323/2107 62% [====================================== ] 1324/2107 62% [====================================== ] 1325/2107 62% [======================================= ] 1326/2107 62% [======================================= ] 1327/2107 62% [======================================= ] 1328/2107 63% [======================================= ] 1329/2107 63% [======================================= ] 1330/2107 63% [======================================= ] 1331/2107 63% [======================================= ] 1332/2107 63% [======================================= ] 1333/2107 63% [======================================= ] 1334/2107 63% [======================================= ] 1335/2107 63% [======================================= ] 1336/2107 63% [======================================= ] 1337/2107 63% [======================================= ] 1338/2107 63% [======================================= ] 1339/2107 63% [======================================= ] 1340/2107 63% [======================================= ] 1341/2107 63% [======================================= ] 1342/2107 63% [======================================= ] 1343/2107 63% [======================================= ] 1344/2107 63% [======================================= ] 1345/2107 63% [======================================= ] 1346/2107 63% [======================================= ] 1347/2107 63% [======================================= ] 1348/2107 63% [======================================= ] 1349/2107 64% [======================================= ] 1350/2107 64% [======================================= ] 1351/2107 64% [======================================= ] 1352/2107 64% [======================================= ] 1353/2107 64% [======================================= ] 1354/2107 64% [======================================= ] 1355/2107 64% [======================================= ] 1356/2107 64% [======================================= ] 1357/2107 64% [======================================= ] 1358/2107 64% [======================================= ] 1359/2107 64% [======================================== ] 1360/2107 64% [======================================== ] 1361/2107 64% [======================================== ] 1362/2107 64% [======================================== ] 1363/2107 64% [======================================== ] 1364/2107 64% [======================================== ] 1365/2107 64% [======================================== ] 1366/2107 64% [======================================== ] 1367/2107 64% [======================================== ] 1368/2107 64% [======================================== ] 1369/2107 64% [======================================== ] 1370/2107 65% [======================================== ] 1371/2107 65% [======================================== ] 1372/2107 65% [======================================== ] 1373/2107 65% [======================================== ] 1374/2107 65% [======================================== ] 1375/2107 65% [======================================== ] 1376/2107 65% [======================================== ] 1377/2107 65% [======================================== ] 1378/2107 65% [======================================== ] 1379/2107 65% [======================================== ] 1380/2107 65% [======================================== ] 1381/2107 65% [======================================== ] 1382/2107 65% [======================================== ] 1383/2107 65% [======================================== ] 1384/2107 65% [======================================== ] 1385/2107 65% [======================================== ] 1386/2107 65% [======================================== ] 1387/2107 65% [======================================== ] 1388/2107 65% [======================================== ] 1389/2107 65% [======================================== ] 1390/2107 65% [======================================== ] 1391/2107 66% [======================================== ] 1392/2107 66% [======================================== ] 1393/2107 66% [========================================= ] 1394/2107 66% [========================================= ] 1395/2107 66% [========================================= ] 1396/2107 66% [========================================= ] 1397/2107 66% [========================================= ] 1398/2107 66% [========================================= ] 1399/2107 66% [========================================= ] 1400/2107 66% [========================================= ] 1401/2107 66% [========================================= ] 1402/2107 66% [========================================= ] 1403/2107 66% [========================================= ] 1404/2107 66% [========================================= ] 1405/2107 66% [========================================= ] 1406/2107 66% [========================================= ] 1407/2107 66% [========================================= ] 1408/2107 66% [========================================= ] 1409/2107 66% [========================================= ] 1410/2107 66% [========================================= ] 1411/2107 66% [========================================= ] 1412/2107 67% [========================================= ] 1413/2107 67% [========================================= ] 1414/2107 67% [========================================= ] 1415/2107 67% [========================================= ] 1416/2107 67% [========================================= ] 1417/2107 67% [========================================= ] 1418/2107 67% [========================================= ] 1419/2107 67% [========================================= ] 1420/2107 67% [========================================= ] 1421/2107 67% [========================================= ] 1422/2107 67% [========================================= ] 1423/2107 67% [========================================= ] 1424/2107 67% [========================================= ] 1425/2107 67% [========================================= ] 1426/2107 67% [========================================= ] 1427/2107 67% [========================================== ] 1428/2107 67% [========================================== ] 1429/2107 67% [========================================== ] 1430/2107 67% [========================================== ] 1431/2107 67% [========================================== ] 1432/2107 67% [========================================== ] 1433/2107 68% [========================================== ] 1434/2107 68% [========================================== ] 1435/2107 68% [========================================== ] 1436/2107 68% [========================================== ] 1437/2107 68% [========================================== ] 1438/2107 68% [========================================== ] 1439/2107 68% [========================================== ] 1440/2107 68% [========================================== ] 1441/2107 68% [========================================== ] 1442/2107 68% [========================================== ] 1443/2107 68% [========================================== ] 1444/2107 68% [========================================== ] 1445/2107 68% [========================================== ] 1446/2107 68% [========================================== ] 1447/2107 68% [========================================== ] 1448/2107 68% [========================================== ] 1449/2107 68% [========================================== ] 1450/2107 68% [========================================== ] 1451/2107 68% [========================================== ] 1452/2107 68% [========================================== ] 1453/2107 68% [========================================== ] 1454/2107 69% [========================================== ] 1455/2107 69% [========================================== ] 1456/2107 69% [========================================== ] 1457/2107 69% [========================================== ] 1458/2107 69% [========================================== ] 1459/2107 69% [========================================== ] 1460/2107 69% [========================================== ] 1461/2107 69% [=========================================== ] 1462/2107 69% [=========================================== ] 1463/2107 69% [=========================================== ] 1464/2107 69% [=========================================== ] 1465/2107 69% [=========================================== ] 1466/2107 69% [=========================================== ] 1467/2107 69% [=========================================== ] 1468/2107 69% [=========================================== ] 1469/2107 69% [=========================================== ] 1470/2107 69% [=========================================== ] 1471/2107 69% [=========================================== ] 1472/2107 69% [=========================================== ] 1473/2107 69% [=========================================== ] 1474/2107 69% [=========================================== ] 1475/2107 70% [=========================================== ] 1476/2107 70% [=========================================== ] 1477/2107 70% [=========================================== ] 1478/2107 70% [=========================================== ] 1479/2107 70% [=========================================== ] 1480/2107 70% [=========================================== ] 1481/2107 70% [=========================================== ] 1482/2107 70% [=========================================== ] 1483/2107 70% [=========================================== ] 1484/2107 70% [=========================================== ] 1485/2107 70% [=========================================== ] 1486/2107 70% [=========================================== ] 1487/2107 70% [=========================================== ] 1488/2107 70% [=========================================== ] 1489/2107 70% [=========================================== ] 1490/2107 70% [=========================================== ] 1491/2107 70% [=========================================== ] 1492/2107 70% [=========================================== ] 1493/2107 70% [=========================================== ] 1494/2107 70% [=========================================== ] 1495/2107 70% [============================================ ] 1496/2107 71% [============================================ ] 1497/2107 71% [============================================ ] 1498/2107 71% [============================================ ] 1499/2107 71% [============================================ ] 1500/2107 71% [============================================ ] 1501/2107 71% [============================================ ] 1502/2107 71% [============================================ ] 1503/2107 71% [============================================ ] 1504/2107 71% [============================================ ] 1505/2107 71% [============================================ ] 1506/2107 71% [============================================ ] 1507/2107 71% [============================================ ] 1508/2107 71% [============================================ ] 1509/2107 71% [============================================ ] 1510/2107 71% [============================================ ] 1511/2107 71% [============================================ ] 1512/2107 71% [============================================ ] 1513/2107 71% [============================================ ] 1514/2107 71% [============================================ ] 1515/2107 71% [============================================ ] 1516/2107 71% [============================================ ] 1517/2107 71% [============================================ ] 1518/2107 72% [============================================ ] 1519/2107 72% [============================================ ] 1520/2107 72% [============================================ ] 1521/2107 72% [============================================ ] 1522/2107 72% [============================================ ] 1523/2107 72% [============================================ ] 1524/2107 72% [============================================ ] 1525/2107 72% [============================================ ] 1526/2107 72% [============================================ ] 1527/2107 72% [============================================ ] 1528/2107 72% [============================================ ] 1529/2107 72% [============================================= ] 1530/2107 72% [============================================= ] 1531/2107 72% [============================================= ] 1532/2107 72% [============================================= ] 1533/2107 72% [============================================= ] 1534/2107 72% [============================================= ] 1535/2107 72% [============================================= ] 1536/2107 72% [============================================= ] 1537/2107 72% [============================================= ] 1538/2107 72% [============================================= ] 1539/2107 73% [============================================= ] 1540/2107 73% [============================================= ] 1541/2107 73% [============================================= ] 1542/2107 73% [============================================= ] 1543/2107 73% [============================================= ] 1544/2107 73% [============================================= ] 1545/2107 73% [============================================= ] 1546/2107 73% [============================================= ] 1547/2107 73% [============================================= ] 1548/2107 73% [============================================= ] 1549/2107 73% [============================================= ] 1550/2107 73% [============================================= ] 1551/2107 73% [============================================= ] 1552/2107 73% [============================================= ] 1553/2107 73% [============================================= ] 1554/2107 73% [============================================= ] 1555/2107 73% [============================================= ] 1556/2107 73% [============================================= ] 1557/2107 73% [============================================= ] 1558/2107 73% [============================================= ] 1559/2107 73% [============================================= ] 1560/2107 74% [============================================= ] 1561/2107 74% [============================================= ] 1562/2107 74% [============================================= ] 1563/2107 74% [============================================== ] 1564/2107 74% [============================================== ] 1565/2107 74% [============================================== ] 1566/2107 74% [============================================== ] 1567/2107 74% [============================================== ] 1568/2107 74% [============================================== ] 1569/2107 74% [============================================== ] 1570/2107 74% [============================================== ] 1571/2107 74% [============================================== ] 1572/2107 74% [============================================== ] 1573/2107 74% [============================================== ] 1574/2107 74% [============================================== ] 1575/2107 74% [============================================== ] 1576/2107 74% [============================================== ] 1577/2107 74% [============================================== ] 1578/2107 74% [============================================== ] 1579/2107 74% [============================================== ] 1580/2107 74% [============================================== ] 1581/2107 75% [============================================== ] 1582/2107 75% [============================================== ] 1583/2107 75% [============================================== ] 1584/2107 75% [============================================== ] 1585/2107 75% [============================================== ] 1586/2107 75% [============================================== ] 1587/2107 75% [============================================== ] 1588/2107 75% [============================================== ] 1589/2107 75% [============================================== ] 1590/2107 75% [============================================== ] 1591/2107 75% [============================================== ] 1592/2107 75% [============================================== ] 1593/2107 75% [============================================== ] 1594/2107 75% [============================================== ] 1595/2107 75% [============================================== ] 1596/2107 75% [============================================== ] 1597/2107 75% [=============================================== ] 1598/2107 75% [=============================================== ] 1599/2107 75% [=============================================== ] 1600/2107 75% [=============================================== ] 1601/2107 75% [=============================================== ] 1602/2107 76% [=============================================== ] 1603/2107 76% [=============================================== ] 1604/2107 76% [=============================================== ] 1605/2107 76% [=============================================== ] 1606/2107 76% [=============================================== ] 1607/2107 76% [=============================================== ] 1608/2107 76% [=============================================== ] 1609/2107 76% [=============================================== ] 1610/2107 76% [=============================================== ] 1611/2107 76% [=============================================== ] 1612/2107 76% [=============================================== ] 1613/2107 76% [=============================================== ] 1614/2107 76% [=============================================== ] 1615/2107 76% [=============================================== ] 1616/2107 76% [=============================================== ] 1617/2107 76% [=============================================== ] 1618/2107 76% [=============================================== ] 1619/2107 76% [=============================================== ] 1620/2107 76% [=============================================== ] 1621/2107 76% [=============================================== ] 1622/2107 76% [=============================================== ] 1623/2107 77% [=============================================== ] 1624/2107 77% [=============================================== ] 1625/2107 77% [=============================================== ] 1626/2107 77% [=============================================== ] 1627/2107 77% [=============================================== ] 1628/2107 77% [=============================================== ] 1629/2107 77% [=============================================== ] 1630/2107 77% [=============================================== ] 1631/2107 77% [================================================ ] 1632/2107 77% [================================================ ] 1633/2107 77% [================================================ ] 1634/2107 77% [================================================ ] 1635/2107 77% [================================================ ] 1636/2107 77% [================================================ ] 1637/2107 77% [================================================ ] 1638/2107 77% [================================================ ] 1639/2107 77% [================================================ ] 1640/2107 77% [================================================ ] 1641/2107 77% [================================================ ] 1642/2107 77% [================================================ ] 1643/2107 77% [================================================ ] 1644/2107 78% [================================================ ] 1645/2107 78% [================================================ ] 1646/2107 78% [================================================ ] 1647/2107 78% [================================================ ] 1648/2107 78% [================================================ ] 1649/2107 78% [================================================ ] 1650/2107 78% [================================================ ] 1651/2107 78% [================================================ ] 1652/2107 78% [================================================ ] 1653/2107 78% [================================================ ] 1654/2107 78% [================================================ ] 1655/2107 78% [================================================ ] 1656/2107 78% [================================================ ] 1657/2107 78% [================================================ ] 1658/2107 78% [================================================ ] 1659/2107 78% [================================================ ] 1660/2107 78% [================================================ ] 1661/2107 78% [================================================ ] 1662/2107 78% [================================================ ] 1663/2107 78% [================================================ ] 1664/2107 78% [================================================ ] 1665/2107 79% [================================================= ] 1666/2107 79% [================================================= ] 1667/2107 79% [================================================= ] 1668/2107 79% [================================================= ] 1669/2107 79% [================================================= ] 1670/2107 79% [================================================= ] 1671/2107 79% [================================================= ] 1672/2107 79% [================================================= ] 1673/2107 79% [================================================= ] 1674/2107 79% [================================================= ] 1675/2107 79% [================================================= ] 1676/2107 79% [================================================= ] 1677/2107 79% [================================================= ] 1678/2107 79% [================================================= ] 1679/2107 79% [================================================= ] 1680/2107 79% [================================================= ] 1681/2107 79% [================================================= ] 1682/2107 79% [================================================= ] 1683/2107 79% [================================================= ] 1684/2107 79% [================================================= ] 1685/2107 79% [================================================= ] 1686/2107 80% [================================================= ] 1687/2107 80% [================================================= ] 1688/2107 80% [================================================= ] 1689/2107 80% [================================================= ] 1690/2107 80% [================================================= ] 1691/2107 80% [================================================= ] 1692/2107 80% [================================================= ] 1693/2107 80% [================================================= ] 1694/2107 80% [================================================= ] 1695/2107 80% [================================================= ] 1696/2107 80% [================================================= ] 1697/2107 80% [================================================= ] 1698/2107 80% [================================================= ] 1699/2107 80% [================================================== ] 1700/2107 80% [================================================== ] 1701/2107 80% [================================================== ] 1702/2107 80% [================================================== ] 1703/2107 80% [================================================== ] 1704/2107 80% [================================================== ] 1705/2107 80% [================================================== ] 1706/2107 80% [================================================== ] 1707/2107 81% [================================================== ] 1708/2107 81% [================================================== ] 1709/2107 81% [================================================== ] 1710/2107 81% [================================================== ] 1711/2107 81% [================================================== ] 1712/2107 81% [================================================== ] 1713/2107 81% [================================================== ] 1714/2107 81% [================================================== ] 1715/2107 81% [================================================== ] 1716/2107 81% [================================================== ] 1717/2107 81% [================================================== ] 1718/2107 81% [================================================== ] 1719/2107 81% [================================================== ] 1720/2107 81% [================================================== ] 1721/2107 81% [================================================== ] 1722/2107 81% [================================================== ] 1723/2107 81% [================================================== ] 1724/2107 81% [================================================== ] 1725/2107 81% [================================================== ] 1726/2107 81% [================================================== ] 1727/2107 81% [================================================== ] 1728/2107 82% [================================================== ] 1729/2107 82% [================================================== ] 1730/2107 82% [================================================== ] 1731/2107 82% [================================================== ] 1732/2107 82% [================================================== ] 1733/2107 82% [=================================================== ] 1734/2107 82% [=================================================== ] 1735/2107 82% [=================================================== ] 1736/2107 82% [=================================================== ] 1737/2107 82% [=================================================== ] 1738/2107 82% [=================================================== ] 1739/2107 82% [=================================================== ] 1740/2107 82% [=================================================== ] 1741/2107 82% [=================================================== ] 1742/2107 82% [=================================================== ] 1743/2107 82% [=================================================== ] 1744/2107 82% [=================================================== ] 1745/2107 82% [=================================================== ] 1746/2107 82% [=================================================== ] 1747/2107 82% [=================================================== ] 1748/2107 82% [=================================================== ] 1749/2107 83% [=================================================== ] 1750/2107 83% [=================================================== ] 1751/2107 83% [=================================================== ] 1752/2107 83% [=================================================== ] 1753/2107 83% [=================================================== ] 1754/2107 83% [=================================================== ] 1755/2107 83% [=================================================== ] 1756/2107 83% [=================================================== ] 1757/2107 83% [=================================================== ] 1758/2107 83% [=================================================== ] 1759/2107 83% [=================================================== ] 1760/2107 83% [=================================================== ] 1761/2107 83% [=================================================== ] 1762/2107 83% [=================================================== ] 1763/2107 83% [=================================================== ] 1764/2107 83% [=================================================== ] 1765/2107 83% [=================================================== ] 1766/2107 83% [=================================================== ] 1767/2107 83% [==================================================== ] 1768/2107 83% [==================================================== ] 1769/2107 83% [==================================================== ] 1770/2107 84% [==================================================== ] 1771/2107 84% [==================================================== ] 1772/2107 84% [==================================================== ] 1773/2107 84% [==================================================== ] 1774/2107 84% [==================================================== ] 1775/2107 84% [==================================================== ] 1776/2107 84% [==================================================== ] 1777/2107 84% [==================================================== ] 1778/2107 84% [==================================================== ] 1779/2107 84% [==================================================== ] 1780/2107 84% [==================================================== ] 1781/2107 84% [==================================================== ] 1782/2107 84% [==================================================== ] 1783/2107 84% [==================================================== ] 1784/2107 84% [==================================================== ] 1785/2107 84% [==================================================== ] 1786/2107 84% [==================================================== ] 1787/2107 84% [==================================================== ] 1788/2107 84% [==================================================== ] 1789/2107 84% [==================================================== ] 1790/2107 84% [==================================================== ] 1791/2107 85% [==================================================== ] 1792/2107 85% [==================================================== ] 1793/2107 85% [==================================================== ] 1794/2107 85% [==================================================== ] 1795/2107 85% [==================================================== ] 1796/2107 85% [==================================================== ] 1797/2107 85% [==================================================== ] 1798/2107 85% [==================================================== ] 1799/2107 85% [==================================================== ] 1800/2107 85% [==================================================== ] 1801/2107 85% [===================================================== ] 1802/2107 85% [===================================================== ] 1803/2107 85% [===================================================== ] 1804/2107 85% [===================================================== ] 1805/2107 85% [===================================================== ] 1806/2107 85% [===================================================== ] 1807/2107 85% [===================================================== ] 1808/2107 85% [===================================================== ] 1809/2107 85% [===================================================== ] 1810/2107 85% [===================================================== ] 1811/2107 85% [===================================================== ] 1812/2107 85% [===================================================== ] 1813/2107 86% [===================================================== ] 1814/2107 86% [===================================================== ] 1815/2107 86% [===================================================== ] 1816/2107 86% [===================================================== ] 1817/2107 86% [===================================================== ] 1818/2107 86% [===================================================== ] 1819/2107 86% [===================================================== ] 1820/2107 86% [===================================================== ] 1821/2107 86% [===================================================== ] 1822/2107 86% [===================================================== ] 1823/2107 86% [===================================================== ] 1824/2107 86% [===================================================== ] 1825/2107 86% [===================================================== ] 1826/2107 86% [===================================================== ] 1827/2107 86% [===================================================== ] 1828/2107 86% [===================================================== ] 1829/2107 86% [===================================================== ] 1830/2107 86% [===================================================== ] 1831/2107 86% [===================================================== ] 1832/2107 86% [===================================================== ] 1833/2107 86% [===================================================== ] 1834/2107 87% [===================================================== ] 1835/2107 87% [====================================================== ] 1836/2107 87% [====================================================== ] 1837/2107 87% [====================================================== ] 1838/2107 87% [====================================================== ] 1839/2107 87% [====================================================== ] 1840/2107 87% [====================================================== ] 1841/2107 87% [====================================================== ] 1842/2107 87% [====================================================== ] 1843/2107 87% [====================================================== ] 1844/2107 87% [====================================================== ] 1845/2107 87% [====================================================== ] 1846/2107 87% [====================================================== ] 1847/2107 87% [====================================================== ] 1848/2107 87% [====================================================== ] 1849/2107 87% [====================================================== ] 1850/2107 87% [====================================================== ] 1851/2107 87% [====================================================== ] 1852/2107 87% [====================================================== ] 1853/2107 87% [====================================================== ] 1854/2107 87% [====================================================== ] 1855/2107 88% [====================================================== ] 1856/2107 88% [====================================================== ] 1857/2107 88% [====================================================== ] 1858/2107 88% [====================================================== ] 1859/2107 88% [====================================================== ] 1860/2107 88% [====================================================== ] 1861/2107 88% [====================================================== ] 1862/2107 88% [====================================================== ] 1863/2107 88% [====================================================== ] 1864/2107 88% [====================================================== ] 1865/2107 88% [====================================================== ] 1866/2107 88% [====================================================== ] 1867/2107 88% [====================================================== ] 1868/2107 88% [====================================================== ] 1869/2107 88% [======================================================= ] 1870/2107 88% [======================================================= ] 1871/2107 88% [======================================================= ] 1872/2107 88% [======================================================= ] 1873/2107 88% [======================================================= ] 1874/2107 88% [======================================================= ] 1875/2107 88% [======================================================= ] 1876/2107 89% [======================================================= ] 1877/2107 89% [======================================================= ] 1878/2107 89% [======================================================= ] 1879/2107 89% [======================================================= ] 1880/2107 89% [======================================================= ] 1881/2107 89% [======================================================= ] 1882/2107 89% [======================================================= ] 1883/2107 89% [======================================================= ] 1884/2107 89% [======================================================= ] 1885/2107 89% [======================================================= ] 1886/2107 89% [======================================================= ] 1887/2107 89% [======================================================= ] 1888/2107 89% [======================================================= ] 1889/2107 89% [======================================================= ] 1890/2107 89% [======================================================= ] 1891/2107 89% [======================================================= ] 1892/2107 89% [======================================================= ] 1893/2107 89% [======================================================= ] 1894/2107 89% [======================================================= ] 1895/2107 89% [======================================================= ] 1896/2107 89% [======================================================= ] 1897/2107 90% [======================================================= ] 1898/2107 90% [======================================================= ] 1899/2107 90% [======================================================= ] 1900/2107 90% [======================================================= ] 1901/2107 90% [======================================================= ] 1902/2107 90% [======================================================= ] 1903/2107 90% [======================================================== ] 1904/2107 90% [======================================================== ] 1905/2107 90% [======================================================== ] 1906/2107 90% [======================================================== ] 1907/2107 90% [======================================================== ] 1908/2107 90% [======================================================== ] 1909/2107 90% [======================================================== ] 1910/2107 90% [======================================================== ] 1911/2107 90% [======================================================== ] 1912/2107 90% [======================================================== ] 1913/2107 90% [======================================================== ] 1914/2107 90% [======================================================== ] 1915/2107 90% [======================================================== ] 1916/2107 90% [======================================================== ] 1917/2107 90% [======================================================== ] 1918/2107 91% [======================================================== ] 1919/2107 91% [======================================================== ] 1920/2107 91% [======================================================== ] 1921/2107 91% [======================================================== ] 1922/2107 91% [======================================================== ] 1923/2107 91% [======================================================== ] 1924/2107 91% [======================================================== ] 1925/2107 91% [======================================================== ] 1926/2107 91% [======================================================== ] 1927/2107 91% [======================================================== ] 1928/2107 91% [======================================================== ] 1929/2107 91% [======================================================== ] 1930/2107 91% [======================================================== ] 1931/2107 91% [======================================================== ] 1932/2107 91% [======================================================== ] 1933/2107 91% [======================================================== ] 1934/2107 91% [======================================================== ] 1935/2107 91% [======================================================== ] 1936/2107 91% [======================================================== ] 1937/2107 91% [========================================================= ] 1938/2107 91% [========================================================= ] 1939/2107 92% [========================================================= ] 1940/2107 92% [========================================================= ] 1941/2107 92% [========================================================= ] 1942/2107 92% [========================================================= ] 1943/2107 92% [========================================================= ] 1944/2107 92% [========================================================= ] 1945/2107 92% [========================================================= ] 1946/2107 92% [========================================================= ] 1947/2107 92% [========================================================= ] 1948/2107 92% [========================================================= ] 1949/2107 92% [========================================================= ] 1950/2107 92% [========================================================= ] 1951/2107 92% [========================================================= ] 1952/2107 92% [========================================================= ] 1953/2107 92% [========================================================= ] 1954/2107 92% [========================================================= ] 1955/2107 92% [========================================================= ] 1956/2107 92% [========================================================= ] 1957/2107 92% [========================================================= ] 1958/2107 92% [========================================================= ] 1959/2107 92% [========================================================= ] 1960/2107 93% [========================================================= ] 1961/2107 93% [========================================================= ] 1962/2107 93% [========================================================= ] 1963/2107 93% [========================================================= ] 1964/2107 93% [========================================================= ] 1965/2107 93% [========================================================= ] 1966/2107 93% [========================================================= ] 1967/2107 93% [========================================================= ] 1968/2107 93% [========================================================= ] 1969/2107 93% [========================================================= ] 1970/2107 93% [========================================================= ] 1971/2107 93% [========================================================== ] 1972/2107 93% [========================================================== ] 1973/2107 93% [========================================================== ] 1974/2107 93% [========================================================== ] 1975/2107 93% [========================================================== ] 1976/2107 93% [========================================================== ] 1977/2107 93% [========================================================== ] 1978/2107 93% [========================================================== ] 1979/2107 93% [========================================================== ] 1980/2107 93% [========================================================== ] 1981/2107 94% [========================================================== ] 1982/2107 94% [========================================================== ] 1983/2107 94% [========================================================== ] 1984/2107 94% [========================================================== ] 1985/2107 94% [========================================================== ] 1986/2107 94% [========================================================== ] 1987/2107 94% [========================================================== ] 1988/2107 94% [========================================================== ] 1989/2107 94% [========================================================== ] 1990/2107 94% [========================================================== ] 1991/2107 94% [========================================================== ] 1992/2107 94% [========================================================== ] 1993/2107 94% [========================================================== ] 1994/2107 94% [========================================================== ] 1995/2107 94% [========================================================== ] 1996/2107 94% [========================================================== ] 1997/2107 94% [========================================================== ] 1998/2107 94% [========================================================== ] 1999/2107 94% [========================================================== ] 2000/2107 94% [========================================================== ] 2001/2107 94% [========================================================== ] 2002/2107 95% [========================================================== ] 2003/2107 95% [========================================================== ] 2004/2107 95% [========================================================== ] 2005/2107 95% [=========================================================== ] 2006/2107 95% [=========================================================== ] 2007/2107 95% [=========================================================== ] 2008/2107 95% [=========================================================== ] 2009/2107 95% [=========================================================== ] 2010/2107 95% [=========================================================== ] 2011/2107 95% [=========================================================== ] 2012/2107 95% [=========================================================== ] 2013/2107 95% [=========================================================== ] 2014/2107 95% [=========================================================== ] 2015/2107 95% [=========================================================== ] 2016/2107 95% [=========================================================== ] 2017/2107 95% [=========================================================== ] 2018/2107 95% [=========================================================== ] 2019/2107 95% [=========================================================== ] 2020/2107 95% [=========================================================== ] 2021/2107 95% [=========================================================== ] 2022/2107 95% [=========================================================== ] 2023/2107 96% [=========================================================== ] 2024/2107 96% [=========================================================== ] 2025/2107 96% [=========================================================== ] 2026/2107 96% [=========================================================== ] 2027/2107 96% [=========================================================== ] 2028/2107 96% [=========================================================== ] 2029/2107 96% [=========================================================== ] 2030/2107 96% [=========================================================== ] 2031/2107 96% [=========================================================== ] 2032/2107 96% [=========================================================== ] 2033/2107 96% [=========================================================== ] 2034/2107 96% [=========================================================== ] 2035/2107 96% [=========================================================== ] 2036/2107 96% [=========================================================== ] 2037/2107 96% [=========================================================== ] 2038/2107 96% [=========================================================== ] 2039/2107 96% [============================================================ ] 2040/2107 96% [============================================================ ] 2041/2107 96% [============================================================ ] 2042/2107 96% [============================================================ ] 2043/2107 96% [============================================================ ] 2044/2107 97% [============================================================ ] 2045/2107 97% [============================================================ ] 2046/2107 97% [============================================================ ] 2047/2107 97% [============================================================ ] 2048/2107 97% [============================================================ ] 2049/2107 97% [============================================================ ] 2050/2107 97% [============================================================ ] 2051/2107 97% [============================================================ ] 2052/2107 97% [============================================================ ] 2053/2107 97% [============================================================ ] 2054/2107 97% [============================================================ ] 2055/2107 97% [============================================================ ] 2056/2107 97% [============================================================ ] 2057/2107 97% [============================================================ ] 2058/2107 97% [============================================================ ] 2059/2107 97% [============================================================ ] 2060/2107 97% [============================================================ ] 2061/2107 97% [============================================================ ] 2062/2107 97% [============================================================ ] 2063/2107 97% [============================================================ ] 2064/2107 97% [============================================================ ] 2065/2107 98% [============================================================ ] 2066/2107 98% [============================================================ ] 2067/2107 98% [============================================================ ] 2068/2107 98% [============================================================ ] 2069/2107 98% [============================================================ ] 2070/2107 98% [============================================================ ] 2071/2107 98% [============================================================ ] 2072/2107 98% [============================================================ ] 2073/2107 98% [============================================================= ] 2074/2107 98% [============================================================= ] 2075/2107 98% [============================================================= ] 2076/2107 98% [============================================================= ] 2077/2107 98% [============================================================= ] 2078/2107 98% [============================================================= ] 2079/2107 98% [============================================================= ] 2080/2107 98% [============================================================= ] 2081/2107 98% [============================================================= ] 2082/2107 98% [============================================================= ] 2083/2107 98% [============================================================= ] 2084/2107 98% [============================================================= ] 2085/2107 98% [============================================================= ] 2086/2107 99% [============================================================= ] 2087/2107 99% [============================================================= ] 2088/2107 99% [============================================================= ] 2089/2107 99% [============================================================= ] 2090/2107 99% [============================================================= ] 2091/2107 99% [============================================================= ] 2092/2107 99% [============================================================= ] 2093/2107 99% [============================================================= ] 2094/2107 99% [============================================================= ] 2095/2107 99% [============================================================= ] 2096/2107 99% [============================================================= ] 2097/2107 99% [============================================================= ] 2098/2107 99% [============================================================= ] 2099/2107 99% [============================================================= ] 2100/2107 99% [============================================================= ] 2101/2107 99% [============================================================= ] 2102/2107 99% [============================================================= ] 2103/2107 99% [============================================================= ] 2104/2107 99% [============================================================= ] 2105/2107 99% [============================================================= ] 2106/2107 99% [==============================================================] 2107/2107 100% operation complete, 2107 objects in 32068 NAND pages. ln -snf /home/autobuild/autobuild/instance-14/output-1/host/aarch64-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2022.05-1024-g09463cb4e9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 4.19.251 Collecting legal info >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> 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-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> psmisc 23.4 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> chartjs 2.9.4 Collecting legal info LICENSE.md: OK (sha256: 7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> host-genimage 15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> htop 3.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-imagemagick 7.1.0-19 Collecting legal info LICENSE: OK (sha256: 040badb77b659e751ea16113490a937e1e01f3f5d32181e966b8982413533fb2) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jquery 3.5.1 Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libdill fa01648cf2a8d06e53c965b45eeacfb3ac57bd04 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.8 Collecting legal info COPYING: OK (sha256: 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> minissdpd 1.5.20211105 Collecting legal info LICENSE: OK (sha256: 45950e1d443106906f83a4ec7b9c2e1a9d6457130737a493cff0e5b7a39da570) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> 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) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> host-python-greenlet 1.1.2 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> jpeg Collecting legal info >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> urandom-scripts Collecting legal info >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> xkeyboard-config 2.36 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.5 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.1 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.19.251: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'