if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab grep -qsE '^/usr/bin/tmux$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/usr/bin/tmux" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-107-g749ec74cf9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/buildroot/autobuild/instance-0/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/output-1/host/bin/lzop -9 -c /home/buildroot/autobuild/instance-0/output-1/images/rootfs.tar > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.tar.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1611 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1611 0% [ ] 2/1611 0% [ ] 3/1611 0% [ ] 4/1611 0% [ ] 5/1611 0% [ ] 6/1611 0% [ ] 7/1611 0% [ ] 8/1611 0% [ ] 9/1611 0% [ ] 10/1611 0% [ ] 11/1611 0% [ ] 12/1611 0% [ ] 13/1611 0% [ ] 14/1611 0% [ ] 15/1611 0% [ ] 16/1611 0% [ ] 17/1611 1% [ ] 18/1611 1% [ ] 19/1611 1% [ ] 20/1611 1% [ ] 21/1611 1% [ ] 22/1611 1% [ ] 23/1611 1% [ ] 24/1611 1% [ ] 25/1611 1% [= ] 26/1611 1% [= ] 27/1611 1% [= ] 28/1611 1% [= ] 29/1611 1% [= ] 30/1611 1% [= ] 31/1611 1% [= ] 32/1611 1% [= ] 33/1611 2% [= ] 34/1611 2% [= ] 35/1611 2% [= ] 36/1611 2% [= ] 37/1611 2% [= ] 38/1611 2% [= ] 39/1611 2% [= ] 40/1611 2% [= ] 41/1611 2% [= ] 42/1611 2% [= ] 43/1611 2% [= ] 44/1611 2% [= ] 45/1611 2% [= ] 46/1611 2% [= ] 47/1611 2% [= ] 48/1611 2% [= ] 49/1611 3% [= ] 50/1611 3% [= ] 51/1611 3% [== ] 52/1611 3% [== ] 53/1611 3% [== ] 54/1611 3% [== ] 55/1611 3% [== ] 56/1611 3% [== ] 57/1611 3% [== ] 58/1611 3% [== ] 59/1611 3% [== ] 60/1611 3% [== ] 61/1611 3% [== ] 62/1611 3% [== ] 63/1611 3% [== ] 64/1611 3% [== ] 65/1611 4% [== ] 66/1611 4% [== ] 67/1611 4% [== ] 68/1611 4% [== ] 69/1611 4% [== ] 70/1611 4% [== ] 71/1611 4% [== ] 72/1611 4% [== ] 73/1611 4% [== ] 74/1611 4% [== ] 75/1611 4% [== ] 76/1611 4% [== ] 77/1611 4% [=== ] 78/1611 4% [=== ] 79/1611 4% [=== ] 80/1611 4% [=== ] 81/1611 5% [=== ] 82/1611 5% [=== ] 83/1611 5% [=== ] 84/1611 5% [=== ] 85/1611 5% [=== ] 86/1611 5% [=== ] 87/1611 5% [=== ] 88/1611 5% [=== ] 89/1611 5% [=== ] 90/1611 5% [=== ] 91/1611 5% [=== ] 92/1611 5% [=== ] 93/1611 5% [=== ] 94/1611 5% [=== ] 95/1611 5% [=== ] 96/1611 5% [=== ] 97/1611 6% [=== ] 98/1611 6% [=== ] 99/1611 6% [=== ] 100/1611 6% [=== ] 101/1611 6% [=== ] 102/1611 6% [=== ] 103/1611 6% [==== ] 104/1611 6% [==== ] 105/1611 6% [==== ] 106/1611 6% [==== ] 107/1611 6% [==== ] 108/1611 6% [==== ] 109/1611 6% [==== ] 110/1611 6% [==== ] 111/1611 6% [==== ] 112/1611 6% [==== ] 113/1611 7% [==== ] 114/1611 7% [==== ] 115/1611 7% [==== ] 116/1611 7% [==== ] 117/1611 7% [==== ] 118/1611 7% [==== ] 119/1611 7% [==== ] 120/1611 7% [==== ] 121/1611 7% [==== ] 122/1611 7% [==== ] 123/1611 7% [==== ] 124/1611 7% [==== ] 125/1611 7% [==== ] 126/1611 7% [==== ] 127/1611 7% [==== ] 128/1611 7% [==== ] 129/1611 8% [===== ] 130/1611 8% [===== ] 131/1611 8% [===== ] 132/1611 8% [===== ] 133/1611 8% [===== ] 134/1611 8% [===== ] 135/1611 8% [===== ] 136/1611 8% [===== ] 137/1611 8% [===== ] 138/1611 8% [===== ] 139/1611 8% [===== ] 140/1611 8% [===== ] 141/1611 8% [===== ] 142/1611 8% [===== ] 143/1611 8% [===== ] 144/1611 8% [===== ] 145/1611 9% [===== ] 146/1611 9% [===== ] 147/1611 9% [===== ] 148/1611 9% [===== ] 149/1611 9% [===== ] 150/1611 9% [===== ] 151/1611 9% [===== ] 152/1611 9% [===== ] 153/1611 9% [===== ] 154/1611 9% [===== ] 155/1611 9% [====== ] 156/1611 9% [====== ] 157/1611 9% [====== ] 158/1611 9% [====== ] 159/1611 9% [====== ] 160/1611 9% [====== ] 161/1611 9% [====== ] 162/1611 10% [====== ] 163/1611 10% [====== ] 164/1611 10% [====== ] 165/1611 10% [====== ] 166/1611 10% [====== ] 167/1611 10% [====== ] 168/1611 10% [====== ] 169/1611 10% [====== ] 170/1611 10% [====== ] 171/1611 10% [====== ] 172/1611 10% [====== ] 173/1611 10% [====== ] 174/1611 10% [====== ] 175/1611 10% [====== ] 176/1611 10% [====== ] 177/1611 10% [====== ] 178/1611 11% [====== ] 179/1611 11% [====== ] 180/1611 11% [====== ] 181/1611 11% [======= ] 182/1611 11% [======= ] 183/1611 11% [======= ] 184/1611 11% [======= ] 185/1611 11% [======= ] 186/1611 11% [======= ] 187/1611 11% [======= ] 188/1611 11% [======= ] 189/1611 11% [======= ] 190/1611 11% [======= ] 191/1611 11% [======= ] 192/1611 11% [======= ] 193/1611 11% [======= ] 194/1611 12% [======= ] 195/1611 12% [======= ] 196/1611 12% [======= ] 197/1611 12% [======= ] 198/1611 12% [======= ] 199/1611 12% [======= ] 200/1611 12% [======= ] 201/1611 12% [======= ] 202/1611 12% [======= ] 203/1611 12% [======= ] 204/1611 12% [======= ] 205/1611 12% [======= ] 206/1611 12% [======= ] 207/1611 12% [======== ] 208/1611 12% [======== ] 209/1611 12% [======== ] 210/1611 13% [======== ] 211/1611 13% [======== ] 212/1611 13% [======== ] 213/1611 13% [======== ] 214/1611 13% [======== ] 215/1611 13% [======== ] 216/1611 13% [======== ] 217/1611 13% [======== ] 218/1611 13% [======== ] 219/1611 13% [======== ] 220/1611 13% [======== ] 221/1611 13% [======== ] 222/1611 13% [======== ] 223/1611 13% [======== ] 224/1611 13% [======== ] 225/1611 13% [======== ] 226/1611 14% [======== ] 227/1611 14% [======== ] 228/1611 14% [======== ] 229/1611 14% [======== ] 230/1611 14% [======== ] 231/1611 14% [======== ] 232/1611 14% [======== ] 233/1611 14% [========= ] 234/1611 14% [========= ] 235/1611 14% [========= ] 236/1611 14% [========= ] 237/1611 14% [========= ] 238/1611 14% [========= ] 239/1611 14% [========= ] 240/1611 14% [========= ] 241/1611 14% [========= ] 242/1611 15% [========= ] 243/1611 15% [========= ] 244/1611 15% [========= ] 245/1611 15% [========= ] 246/1611 15% [========= ] 247/1611 15% [========= ] 248/1611 15% [========= ] 249/1611 15% [========= ] 250/1611 15% [========= ] 251/1611 15% [========= ] 252/1611 15% [========= ] 253/1611 15% [========= ] 254/1611 15% [========= ] 255/1611 15% [========= ] 256/1611 15% [========= ] 257/1611 15% [========= ] 258/1611 16% [========= ] 259/1611 16% [========== ] 260/1611 16% [========== ] 261/1611 16% [========== ] 262/1611 16% [========== ] 263/1611 16% [========== ] 264/1611 16% [========== ] 265/1611 16% [========== ] 266/1611 16% [========== ] 267/1611 16% [========== ] 268/1611 16% [========== ] 269/1611 16% [========== ] 270/1611 16% [========== ] 271/1611 16% [========== ] 272/1611 16% [========== ] 273/1611 16% [========== ] 274/1611 17% [========== ] 275/1611 17% [========== ] 276/1611 17% [========== ] 277/1611 17% [========== ] 278/1611 17% [========== ] 279/1611 17% [========== ] 280/1611 17% [========== ] 281/1611 17% [========== ] 282/1611 17% [========== ] 283/1611 17% [========== ] 284/1611 17% [========== ] 285/1611 17% [=========== ] 286/1611 17% [=========== ] 287/1611 17% [=========== ] 288/1611 17% [=========== ] 289/1611 17% [=========== ] 290/1611 18% [=========== ] 291/1611 18% [=========== ] 292/1611 18% [=========== ] 293/1611 18% [=========== ] 294/1611 18% [=========== ] 295/1611 18% [=========== ] 296/1611 18% [=========== ] 297/1611 18% [=========== ] 298/1611 18% [=========== ] 299/1611 18% [=========== ] 300/1611 18% [=========== ] 301/1611 18% [=========== ] 302/1611 18% [=========== ] 303/1611 18% [=========== ] 304/1611 18% [=========== ] 305/1611 18% [=========== ] 306/1611 18% [=========== ] 307/1611 19% [=========== ] 308/1611 19% [=========== ] 309/1611 19% [=========== ] 310/1611 19% [=========== ] 311/1611 19% [============ ] 312/1611 19% [============ ] 313/1611 19% [============ ] 314/1611 19% [============ ] 315/1611 19% [============ ] 316/1611 19% [============ ] 317/1611 19% [============ ] 318/1611 19% [============ ] 319/1611 19% [============ ] 320/1611 19% [============ ] 321/1611 19% [============ ] 322/1611 19% [============ ] 323/1611 20% [============ ] 324/1611 20% [============ ] 325/1611 20% [============ ] 326/1611 20% [============ ] 327/1611 20% [============ ] 328/1611 20% [============ ] 329/1611 20% [============ ] 330/1611 20% [============ ] 331/1611 20% [============ ] 332/1611 20% [============ ] 333/1611 20% [============ ] 334/1611 20% [============ ] 335/1611 20% [============ ] 336/1611 20% [============ ] 337/1611 20% [============= ] 338/1611 20% [============= ] 339/1611 21% [============= ] 340/1611 21% [============= ] 341/1611 21% [============= ] 342/1611 21% [============= ] 343/1611 21% [============= ] 344/1611 21% [============= ] 345/1611 21% [============= ] 346/1611 21% [============= ] 347/1611 21% [============= ] 348/1611 21% [============= ] 349/1611 21% [============= ] 350/1611 21% [============= ] 351/1611 21% [============= ] 352/1611 21% [============= ] 353/1611 21% [============= ] 354/1611 21% [============= ] 355/1611 22% [============= ] 356/1611 22% [============= ] 357/1611 22% [============= ] 358/1611 22% [============= ] 359/1611 22% [============= ] 360/1611 22% [============= ] 361/1611 22% [============= ] 362/1611 22% [============= ] 363/1611 22% [============== ] 364/1611 22% [============== ] 365/1611 22% [============== ] 366/1611 22% [============== ] 367/1611 22% [============== ] 368/1611 22% [============== ] 369/1611 22% [============== ] 370/1611 22% [============== ] 371/1611 23% [============== ] 372/1611 23% [============== ] 373/1611 23% [============== ] 374/1611 23% [============== ] 375/1611 23% [============== ] 376/1611 23% [============== ] 377/1611 23% [============== ] 378/1611 23% [============== ] 379/1611 23% [============== ] 380/1611 23% [============== ] 381/1611 23% [============== ] 382/1611 23% [============== ] 383/1611 23% [============== ] 384/1611 23% [============== ] 385/1611 23% [============== ] 386/1611 23% [============== ] 387/1611 24% [============== ] 388/1611 24% [============== ] 389/1611 24% [=============== ] 390/1611 24% [=============== ] 391/1611 24% [=============== ] 392/1611 24% [=============== ] 393/1611 24% [=============== ] 394/1611 24% [=============== ] 395/1611 24% [=============== ] 396/1611 24% [=============== ] 397/1611 24% [=============== ] 398/1611 24% [=============== ] 399/1611 24% [=============== ] 400/1611 24% [=============== ] 401/1611 24% [=============== ] 402/1611 24% [=============== ] 403/1611 25% [=============== ] 404/1611 25% [=============== ] 405/1611 25% [=============== ] 406/1611 25% [=============== ] 407/1611 25% [=============== ] 408/1611 25% [=============== ] 409/1611 25% [=============== ] 410/1611 25% [=============== ] 411/1611 25% [=============== ] 412/1611 25% [=============== ] 413/1611 25% [=============== ] 414/1611 25% [=============== ] 415/1611 25% [================ ] 416/1611 25% [================ ] 417/1611 25% [================ ] 418/1611 25% [================ ] 419/1611 26% [================ ] 420/1611 26% [================ ] 421/1611 26% [================ ] 422/1611 26% [================ ] 423/1611 26% [================ ] 424/1611 26% [================ ] 425/1611 26% [================ ] 426/1611 26% [================ ] 427/1611 26% [================ ] 428/1611 26% [================ ] 429/1611 26% [================ ] 430/1611 26% [================ ] 431/1611 26% [================ ] 432/1611 26% [================ ] 433/1611 26% [================ ] 434/1611 26% [================ ] 435/1611 27% [================ ] 436/1611 27% [================ ] 437/1611 27% [================ ] 438/1611 27% [================ ] 439/1611 27% [================ ] 440/1611 27% [================ ] 441/1611 27% [================= ] 442/1611 27% [================= ] 443/1611 27% [================= ] 444/1611 27% [================= ] 445/1611 27% [================= ] 446/1611 27% [================= ] 447/1611 27% [================= ] 448/1611 27% [================= ] 449/1611 27% [================= ] 450/1611 27% [================= ] 451/1611 27% [================= ] 452/1611 28% [================= ] 453/1611 28% [================= ] 454/1611 28% [================= ] 455/1611 28% [================= ] 456/1611 28% [================= ] 457/1611 28% [================= ] 458/1611 28% [================= ] 459/1611 28% [================= ] 460/1611 28% [================= ] 461/1611 28% [================= ] 462/1611 28% [================= ] 463/1611 28% [================= ] 464/1611 28% [================= ] 465/1611 28% [================= ] 466/1611 28% [================= ] 467/1611 28% [================== ] 468/1611 29% [================== ] 469/1611 29% [================== ] 470/1611 29% [================== ] 471/1611 29% [================== ] 472/1611 29% [================== ] 473/1611 29% [================== ] 474/1611 29% [================== ] 475/1611 29% [================== ] 476/1611 29% [================== ] 477/1611 29% [================== ] 478/1611 29% [================== ] 479/1611 29% [================== ] 480/1611 29% [================== ] 481/1611 29% [================== ] 482/1611 29% [================== ] 483/1611 29% [================== ] 484/1611 30% [================== ] 485/1611 30% [================== ] 486/1611 30% [================== ] 487/1611 30% [================== ] 488/1611 30% [================== ] 489/1611 30% [================== ] 490/1611 30% [================== ] 491/1611 30% [================== ] 492/1611 30% [================== ] 493/1611 30% [=================== ] 494/1611 30% [=================== ] 495/1611 30% [=================== ] 496/1611 30% [=================== ] 497/1611 30% [=================== ] 498/1611 30% [=================== ] 499/1611 30% [=================== ] 500/1611 31% [=================== ] 501/1611 31% [=================== ] 502/1611 31% [=================== ] 503/1611 31% [=================== ] 504/1611 31% [=================== ] 505/1611 31% [=================== ] 506/1611 31% [=================== ] 507/1611 31% [=================== ] 508/1611 31% [=================== ] 509/1611 31% [=================== ] 510/1611 31% [=================== ] 511/1611 31% [=================== ] 512/1611 31% [=================== ] 513/1611 31% [=================== ] 514/1611 31% [=================== ] 515/1611 31% [=================== ] 516/1611 32% [=================== ] 517/1611 32% [=================== ] 518/1611 32% [=================== ] 519/1611 32% [==================== ] 520/1611 32% [==================== ] 521/1611 32% [==================== ] 522/1611 32% [==================== ] 523/1611 32% [==================== ] 524/1611 32% [==================== ] 525/1611 32% [==================== ] 526/1611 32% [==================== ] 527/1611 32% [==================== ] 528/1611 32% [==================== ] 529/1611 32% [==================== ] 530/1611 32% [==================== ] 531/1611 32% [==================== ] 532/1611 33% [==================== ] 533/1611 33% [==================== ] 534/1611 33% [==================== ] 535/1611 33% [==================== ] 536/1611 33% [==================== ] 537/1611 33% [==================== ] 538/1611 33% [==================== ] 539/1611 33% [==================== ] 540/1611 33% [==================== ] 541/1611 33% [==================== ] 542/1611 33% [==================== ] 543/1611 33% [==================== ] 544/1611 33% [==================== ] 545/1611 33% [===================== ] 546/1611 33% [===================== ] 547/1611 33% [===================== ] 548/1611 34% [===================== ] 549/1611 34% [===================== ] 550/1611 34% [===================== ] 551/1611 34% [===================== ] 552/1611 34% [===================== ] 553/1611 34% [===================== ] 554/1611 34% [===================== ] 555/1611 34% [===================== ] 556/1611 34% [===================== ] 557/1611 34% [===================== ] 558/1611 34% [===================== ] 559/1611 34% [===================== ] 560/1611 34% [===================== ] 561/1611 34% [===================== ] 562/1611 34% [===================== ] 563/1611 34% [===================== ] 564/1611 35% [===================== ] 565/1611 35% [===================== ] 566/1611 35% [===================== ] 567/1611 35% [===================== ] 568/1611 35% [===================== ] 569/1611 35% [===================== ] 570/1611 35% [===================== ] 571/1611 35% [====================== ] 572/1611 35% [====================== ] 573/1611 35% [====================== ] 574/1611 35% [====================== ] 575/1611 35% [====================== ] 576/1611 35% [====================== ] 577/1611 35% [====================== ] 578/1611 35% [====================== ] 579/1611 35% [====================== ] 580/1611 36% [====================== ] 581/1611 36% [====================== ] 582/1611 36% [====================== ] 583/1611 36% [====================== ] 584/1611 36% [====================== ] 585/1611 36% [====================== ] 586/1611 36% [====================== ] 587/1611 36% [====================== ] 588/1611 36% [====================== ] 589/1611 36% [====================== ] 590/1611 36% [====================== ] 591/1611 36% [====================== ] 592/1611 36% [====================== ] 593/1611 36% [====================== ] 594/1611 36% [====================== ] 595/1611 36% [====================== ] 596/1611 36% [====================== ] 597/1611 37% [======================= ] 598/1611 37% [======================= ] 599/1611 37% [======================= ] 600/1611 37% [======================= ] 601/1611 37% [======================= ] 602/1611 37% [======================= ] 603/1611 37% [======================= ] 604/1611 37% [======================= ] 605/1611 37% [======================= ] 606/1611 37% [======================= ] 607/1611 37% [======================= ] 608/1611 37% [======================= ] 609/1611 37% [======================= ] 610/1611 37% [======================= ] 611/1611 37% [======================= ] 612/1611 37% [======================= ] 613/1611 38% [======================= ] 614/1611 38% [======================= ] 615/1611 38% [======================= ] 616/1611 38% [======================= ] 617/1611 38% [======================= ] 618/1611 38% [======================= ] 619/1611 38% [======================= ] 620/1611 38% [======================= ] 621/1611 38% [======================= ] 622/1611 38% [======================= ] 623/1611 38% [======================== ] 624/1611 38% [======================== ] 625/1611 38% [======================== ] 626/1611 38% [======================== ] 627/1611 38% [======================== ] 628/1611 38% [======================== ] 629/1611 39% [======================== ] 630/1611 39% [======================== ] 631/1611 39% [======================== ] 632/1611 39% [======================== ] 633/1611 39% [======================== ] 634/1611 39% [======================== ] 635/1611 39% [======================== ] 636/1611 39% [======================== ] 637/1611 39% [======================== ] 638/1611 39% [======================== ] 639/1611 39% [======================== ] 640/1611 39% [======================== ] 641/1611 39% [======================== ] 642/1611 39% [======================== ] 643/1611 39% [======================== ] 644/1611 39% [======================== ] 645/1611 40% [======================== ] 646/1611 40% [======================== ] 647/1611 40% [======================== ] 648/1611 40% [======================== ] 649/1611 40% [========================= ] 650/1611 40% [========================= ] 651/1611 40% [========================= ] 652/1611 40% [========================= ] 653/1611 40% [========================= ] 654/1611 40% [========================= ] 655/1611 40% [========================= ] 656/1611 40% [========================= ] 657/1611 40% [========================= ] 658/1611 40% [========================= ] 659/1611 40% [========================= ] 660/1611 40% [========================= ] 661/1611 41% [========================= ] 662/1611 41% [========================= ] 663/1611 41% [========================= ] 664/1611 41% [========================= ] 665/1611 41% [========================= ] 666/1611 41% [========================= ] 667/1611 41% [========================= ] 668/1611 41% [========================= ] 669/1611 41% [========================= ] 670/1611 41% [========================= ] 671/1611 41% [========================= ] 672/1611 41% [========================= ] 673/1611 41% [========================= ] 674/1611 41% [========================= ] 675/1611 41% [========================== ] 676/1611 41% [========================== ] 677/1611 42% [========================== ] 678/1611 42% [========================== ] 679/1611 42% [========================== ] 680/1611 42% [========================== ] 681/1611 42% [========================== ] 682/1611 42% [========================== ] 683/1611 42% [========================== ] 684/1611 42% [========================== ] 685/1611 42% [========================== ] 686/1611 42% [========================== ] 687/1611 42% [========================== ] 688/1611 42% [========================== ] 689/1611 42% [========================== ] 690/1611 42% [========================== ] 691/1611 42% [========================== ] 692/1611 42% [========================== ] 693/1611 43% [========================== ] 694/1611 43% [========================== ] 695/1611 43% [========================== ] 696/1611 43% [========================== ] 697/1611 43% [========================== ] 698/1611 43% [========================== ] 699/1611 43% [========================== ] 700/1611 43% [========================== ] 701/1611 43% [=========================== ] 702/1611 43% [=========================== ] 703/1611 43% [=========================== ] 704/1611 43% [=========================== ] 705/1611 43% [=========================== ] 706/1611 43% [=========================== ] 707/1611 43% [=========================== ] 708/1611 43% [=========================== ] 709/1611 44% [=========================== ] 710/1611 44% [=========================== ] 711/1611 44% [=========================== ] 712/1611 44% [=========================== ] 713/1611 44% [=========================== ] 714/1611 44% [=========================== ] 715/1611 44% [=========================== ] 716/1611 44% [=========================== ] 717/1611 44% [=========================== ] 718/1611 44% [=========================== ] 719/1611 44% [=========================== ] 720/1611 44% [=========================== ] 721/1611 44% [=========================== ] 722/1611 44% [=========================== ] 723/1611 44% [=========================== ] 724/1611 44% [=========================== ] 725/1611 45% [=========================== ] 726/1611 45% [=========================== ] 727/1611 45% [============================ ] 728/1611 45% [============================ ] 729/1611 45% [============================ ] 730/1611 45% [============================ ] 731/1611 45% [============================ ] 732/1611 45% [============================ ] 733/1611 45% [============================ ] 734/1611 45% [============================ ] 735/1611 45% [============================ ] 736/1611 45% [============================ ] 737/1611 45% [============================ ] 738/1611 45% [============================ ] 739/1611 45% [============================ ] 740/1611 45% [============================ ] 741/1611 45% [============================ ] 742/1611 46% [============================ ] 743/1611 46% [============================ ] 744/1611 46% [============================ ] 745/1611 46% [============================ ] 746/1611 46% [============================ ] 747/1611 46% [============================ ] 748/1611 46% [============================ ] 749/1611 46% [============================ ] 750/1611 46% [============================ ] 751/1611 46% [============================ ] 752/1611 46% [============================ ] 753/1611 46% [============================= ] 754/1611 46% [============================= ] 755/1611 46% [============================= ] 756/1611 46% [============================= ] 757/1611 46% [============================= ] 758/1611 47% [============================= ] 759/1611 47% [============================= ] 760/1611 47% [============================= ] 761/1611 47% [============================= ] 762/1611 47% [============================= ] 763/1611 47% [============================= ] 764/1611 47% [============================= ] 765/1611 47% [============================= ] 766/1611 47% [============================= ] 767/1611 47% [============================= ] 768/1611 47% [============================= ] 769/1611 47% [============================= ] 770/1611 47% [============================= ] 771/1611 47% [============================= ] 772/1611 47% [============================= ] 773/1611 47% [============================= ] 774/1611 48% [============================= ] 775/1611 48% [============================= ] 776/1611 48% [============================= ] 777/1611 48% [============================= ] 778/1611 48% [============================= ] 779/1611 48% [============================== ] 780/1611 48% [============================== ] 781/1611 48% [============================== ] 782/1611 48% [============================== ] 783/1611 48% [============================== ] 784/1611 48% [============================== ] 785/1611 48% [============================== ] 786/1611 48% [============================== ] 787/1611 48% [============================== ] 788/1611 48% [============================== ] 789/1611 48% [============================== ] 790/1611 49% [============================== ] 791/1611 49% [============================== ] 792/1611 49% [============================== ] 793/1611 49% [============================== ] 794/1611 49% [============================== ] 795/1611 49% [============================== ] 796/1611 49% [============================== ] 797/1611 49% [============================== ] 798/1611 49% [============================== ] 799/1611 49% [============================== ] 800/1611 49% [============================== ] 801/1611 49% [============================== ] 802/1611 49% [============================== ] 803/1611 49% [============================== ] 804/1611 49% [============================== ] 805/1611 49% [=============================== ] 806/1611 50% [=============================== ] 807/1611 50% [=============================== ] 808/1611 50% [=============================== ] 809/1611 50% [=============================== ] 810/1611 50% [=============================== ] 811/1611 50% [=============================== ] 812/1611 50% [=============================== ] 813/1611 50% [=============================== ] 814/1611 50% [=============================== ] 815/1611 50% [=============================== ] 816/1611 50% [=============================== ] 817/1611 50% [=============================== ] 818/1611 50% [=============================== ] 819/1611 50% [=============================== ] 820/1611 50% [=============================== ] 821/1611 50% [=============================== ] 822/1611 51% [=============================== ] 823/1611 51% [=============================== ] 824/1611 51% [=============================== ] 825/1611 51% [=============================== ] 826/1611 51% [=============================== ] 827/1611 51% [=============================== ] 828/1611 51% [=============================== ] 829/1611 51% [=============================== ] 830/1611 51% [=============================== ] 831/1611 51% [================================ ] 832/1611 51% [================================ ] 833/1611 51% [================================ ] 834/1611 51% [================================ ] 835/1611 51% [================================ ] 836/1611 51% [================================ ] 837/1611 51% [================================ ] 838/1611 52% [================================ ] 839/1611 52% [================================ ] 840/1611 52% [================================ ] 841/1611 52% [================================ ] 842/1611 52% [================================ ] 843/1611 52% [================================ ] 844/1611 52% [================================ ] 845/1611 52% [================================ ] 846/1611 52% [================================ ] 847/1611 52% [================================ ] 848/1611 52% [================================ ] 849/1611 52% [================================ ] 850/1611 52% [================================ ] 851/1611 52% [================================ ] 852/1611 52% [================================ ] 853/1611 52% [================================ ] 854/1611 53% [================================ ] 855/1611 53% [================================ ] 856/1611 53% [================================ ] 857/1611 53% [================================= ] 858/1611 53% [================================= ] 859/1611 53% [================================= ] 860/1611 53% [================================= ] 861/1611 53% [================================= ] 862/1611 53% [================================= ] 863/1611 53% [================================= ] 864/1611 53% [================================= ] 865/1611 53% [================================= ] 866/1611 53% [================================= ] 867/1611 53% [================================= ] 868/1611 53% [================================= ] 869/1611 53% [================================= ] 870/1611 54% [================================= ] 871/1611 54% [================================= ] 872/1611 54% [================================= ] 873/1611 54% [================================= ] 874/1611 54% [================================= ] 875/1611 54% [================================= ] 876/1611 54% [================================= ] 877/1611 54% [================================= ] 878/1611 54% [================================= ] 879/1611 54% [================================= ] 880/1611 54% [================================= ] 881/1611 54% [================================= ] 882/1611 54% [================================= ] 883/1611 54% [================================== ] 884/1611 54% [================================== ] 885/1611 54% [================================== ] 886/1611 54% [================================== ] 887/1611 55% [================================== ] 888/1611 55% [================================== ] 889/1611 55% [================================== ] 890/1611 55% [================================== ] 891/1611 55% [================================== ] 892/1611 55% [================================== ] 893/1611 55% [================================== ] 894/1611 55% [================================== ] 895/1611 55% [================================== ] 896/1611 55% [================================== ] 897/1611 55% [================================== ] 898/1611 55% [================================== ] 899/1611 55% [================================== ] 900/1611 55% [================================== ] 901/1611 55% [================================== ] 902/1611 55% [================================== ] 903/1611 56% [================================== ] 904/1611 56% [================================== ] 905/1611 56% [================================== ] 906/1611 56% [================================== ] 907/1611 56% [================================== ] 908/1611 56% [================================== ] 909/1611 56% [=================================== ] 910/1611 56% [=================================== ] 911/1611 56% [=================================== ] 912/1611 56% [=================================== ] 913/1611 56% [=================================== ] 914/1611 56% [=================================== ] 915/1611 56% [=================================== ] 916/1611 56% [=================================== ] 917/1611 56% [=================================== ] 918/1611 56% [=================================== ] 919/1611 57% [=================================== ] 920/1611 57% [=================================== ] 921/1611 57% [=================================== ] 922/1611 57% [=================================== ] 923/1611 57% [=================================== ] 924/1611 57% [=================================== ] 925/1611 57% [=================================== ] 926/1611 57% [=================================== ] 927/1611 57% [=================================== ] 928/1611 57% [=================================== ] 929/1611 57% [=================================== ] 930/1611 57% [=================================== ] 931/1611 57% [=================================== ] 932/1611 57% [=================================== ] 933/1611 57% [=================================== ] 934/1611 57% [=================================== ] 935/1611 58% [==================================== ] 936/1611 58% [==================================== ] 937/1611 58% [==================================== ] 938/1611 58% [==================================== ] 939/1611 58% [==================================== ] 940/1611 58% [==================================== ] 941/1611 58% [==================================== ] 942/1611 58% [==================================== ] 943/1611 58% [==================================== ] 944/1611 58% [==================================== ] 945/1611 58% [==================================== ] 946/1611 58% [==================================== ] 947/1611 58% [==================================== ] 948/1611 58% [==================================== ] 949/1611 58% [==================================== ] 950/1611 58% [==================================== ] 951/1611 59% [==================================== ] 952/1611 59% [==================================== ] 953/1611 59% [==================================== ] 954/1611 59% [==================================== ] 955/1611 59% [==================================== ] 956/1611 59% [==================================== ] 957/1611 59% [==================================== ] 958/1611 59% [==================================== ] 959/1611 59% [==================================== ] 960/1611 59% [==================================== ] 961/1611 59% [===================================== ] 962/1611 59% [===================================== ] 963/1611 59% [===================================== ] 964/1611 59% [===================================== ] 965/1611 59% [===================================== ] 966/1611 59% [===================================== ] 967/1611 60% [===================================== ] 968/1611 60% [===================================== ] 969/1611 60% [===================================== ] 970/1611 60% [===================================== ] 971/1611 60% [===================================== ] 972/1611 60% [===================================== ] 973/1611 60% [===================================== ] 974/1611 60% [===================================== ] 975/1611 60% [===================================== ] 976/1611 60% [===================================== ] 977/1611 60% [===================================== ] 978/1611 60% [===================================== ] 979/1611 60% [===================================== ] 980/1611 60% [===================================== ] 981/1611 60% [===================================== ] 982/1611 60% [===================================== ] 983/1611 61% [===================================== ] 984/1611 61% [===================================== ] 985/1611 61% [===================================== ] 986/1611 61% [===================================== ] 987/1611 61% [====================================== ] 988/1611 61% [====================================== ] 989/1611 61% [====================================== ] 990/1611 61% [====================================== ] 991/1611 61% [====================================== ] 992/1611 61% [====================================== ] 993/1611 61% [====================================== ] 994/1611 61% [====================================== ] 995/1611 61% [====================================== ] 996/1611 61% [====================================== ] 997/1611 61% [====================================== ] 998/1611 61% [====================================== ] 999/1611 62% [====================================== ] 1000/1611 62% [====================================== ] 1001/1611 62% [====================================== ] 1002/1611 62% [====================================== ] 1003/1611 62% [====================================== ] 1004/1611 62% [====================================== ] 1005/1611 62% [====================================== ] 1006/1611 62% [====================================== ] 1007/1611 62% [====================================== ] 1008/1611 62% [====================================== ] 1009/1611 62% [====================================== ] 1010/1611 62% [====================================== ] 1011/1611 62% [====================================== ] 1012/1611 62% [====================================== ] 1013/1611 62% [======================================= ] 1014/1611 62% [======================================= ] 1015/1611 63% [======================================= ] 1016/1611 63% [======================================= ] 1017/1611 63% [======================================= ] 1018/1611 63% [======================================= ] 1019/1611 63% [======================================= ] 1020/1611 63% [======================================= ] 1021/1611 63% [======================================= ] 1022/1611 63% [======================================= ] 1023/1611 63% [======================================= ] 1024/1611 63% [======================================= ] 1025/1611 63% [======================================= ] 1026/1611 63% [======================================= ] 1027/1611 63% [======================================= ] 1028/1611 63% [======================================= ] 1029/1611 63% [======================================= ] 1030/1611 63% [======================================= ] 1031/1611 63% [======================================= ] 1032/1611 64% [======================================= ] 1033/1611 64% [======================================= ] 1034/1611 64% [======================================= ] 1035/1611 64% [======================================= ] 1036/1611 64% [======================================= ] 1037/1611 64% [======================================= ] 1038/1611 64% [======================================= ] 1039/1611 64% [======================================== ] 1040/1611 64% [======================================== ] 1041/1611 64% [======================================== ] 1042/1611 64% [======================================== ] 1043/1611 64% [======================================== ] 1044/1611 64% [======================================== ] 1045/1611 64% [======================================== ] 1046/1611 64% [======================================== ] 1047/1611 64% [======================================== ] 1048/1611 65% [======================================== ] 1049/1611 65% [======================================== ] 1050/1611 65% [======================================== ] 1051/1611 65% [======================================== ] 1052/1611 65% [======================================== ] 1053/1611 65% [======================================== ] 1054/1611 65% [======================================== ] 1055/1611 65% [======================================== ] 1056/1611 65% [======================================== ] 1057/1611 65% [======================================== ] 1058/1611 65% [======================================== ] 1059/1611 65% [======================================== ] 1060/1611 65% [======================================== ] 1061/1611 65% [======================================== ] 1062/1611 65% [======================================== ] 1063/1611 65% [======================================== ] 1064/1611 66% [======================================== ] 1065/1611 66% [========================================= ] 1066/1611 66% [========================================= ] 1067/1611 66% [========================================= ] 1068/1611 66% [========================================= ] 1069/1611 66% [========================================= ] 1070/1611 66% [========================================= ] 1071/1611 66% [========================================= ] 1072/1611 66% [========================================= ] 1073/1611 66% [========================================= ] 1074/1611 66% [========================================= ] 1075/1611 66% [========================================= ] 1076/1611 66% [========================================= ] 1077/1611 66% [========================================= ] 1078/1611 66% [========================================= ] 1079/1611 66% [========================================= ] 1080/1611 67% [========================================= ] 1081/1611 67% [========================================= ] 1082/1611 67% [========================================= ] 1083/1611 67% [========================================= ] 1084/1611 67% [========================================= ] 1085/1611 67% [========================================= ] 1086/1611 67% [========================================= ] 1087/1611 67% [========================================= ] 1088/1611 67% [========================================= ] 1089/1611 67% [========================================= ] 1090/1611 67% [========================================= ] 1091/1611 67% [========================================== ] 1092/1611 67% [========================================== ] 1093/1611 67% [========================================== ] 1094/1611 67% [========================================== ] 1095/1611 67% [========================================== ] 1096/1611 68% [========================================== ] 1097/1611 68% [========================================== ] 1098/1611 68% [========================================== ] 1099/1611 68% [========================================== ] 1100/1611 68% [========================================== ] 1101/1611 68% [========================================== ] 1102/1611 68% [========================================== ] 1103/1611 68% [========================================== ] 1104/1611 68% [========================================== ] 1105/1611 68% [========================================== ] 1106/1611 68% [========================================== ] 1107/1611 68% [========================================== ] 1108/1611 68% [========================================== ] 1109/1611 68% [========================================== ] 1110/1611 68% [========================================== ] 1111/1611 68% [========================================== ] 1112/1611 69% [========================================== ] 1113/1611 69% [========================================== ] 1114/1611 69% [========================================== ] 1115/1611 69% [========================================== ] 1116/1611 69% [========================================== ] 1117/1611 69% [=========================================== ] 1118/1611 69% [=========================================== ] 1119/1611 69% [=========================================== ] 1120/1611 69% [=========================================== ] 1121/1611 69% [=========================================== ] 1122/1611 69% [=========================================== ] 1123/1611 69% [=========================================== ] 1124/1611 69% [=========================================== ] 1125/1611 69% [=========================================== ] 1126/1611 69% [=========================================== ] 1127/1611 69% [=========================================== ] 1128/1611 70% [=========================================== ] 1129/1611 70% [=========================================== ] 1130/1611 70% [=========================================== ] 1131/1611 70% [=========================================== ] 1132/1611 70% [=========================================== ] 1133/1611 70% [=========================================== ] 1134/1611 70% [=========================================== ] 1135/1611 70% [=========================================== ] 1136/1611 70% [=========================================== ] 1137/1611 70% [=========================================== ] 1138/1611 70% [=========================================== ] 1139/1611 70% [=========================================== ] 1140/1611 70% [=========================================== ] 1141/1611 70% [=========================================== ] 1142/1611 70% [=========================================== ] 1143/1611 70% [============================================ ] 1144/1611 71% [============================================ ] 1145/1611 71% [============================================ ] 1146/1611 71% [============================================ ] 1147/1611 71% [============================================ ] 1148/1611 71% [============================================ ] 1149/1611 71% [============================================ ] 1150/1611 71% [============================================ ] 1151/1611 71% [============================================ ] 1152/1611 71% [============================================ ] 1153/1611 71% [============================================ ] 1154/1611 71% [============================================ ] 1155/1611 71% [============================================ ] 1156/1611 71% [============================================ ] 1157/1611 71% [============================================ ] 1158/1611 71% [============================================ ] 1159/1611 71% [============================================ ] 1160/1611 72% [============================================ ] 1161/1611 72% [============================================ ] 1162/1611 72% [============================================ ] 1163/1611 72% [============================================ ] 1164/1611 72% [============================================ ] 1165/1611 72% [============================================ ] 1166/1611 72% [============================================ ] 1167/1611 72% [============================================ ] 1168/1611 72% [============================================ ] 1169/1611 72% [============================================= ] 1170/1611 72% [============================================= ] 1171/1611 72% [============================================= ] 1172/1611 72% [============================================= ] 1173/1611 72% [============================================= ] 1174/1611 72% [============================================= ] 1175/1611 72% [============================================= ] 1176/1611 72% [============================================= ] 1177/1611 73% [============================================= ] 1178/1611 73% [============================================= ] 1179/1611 73% [============================================= ] 1180/1611 73% [============================================= ] 1181/1611 73% [============================================= ] 1182/1611 73% [============================================= ] 1183/1611 73% [============================================= ] 1184/1611 73% [============================================= ] 1185/1611 73% [============================================= ] 1186/1611 73% [============================================= ] 1187/1611 73% [============================================= ] 1188/1611 73% [============================================= ] 1189/1611 73% [============================================= ] 1190/1611 73% [============================================= ] 1191/1611 73% [============================================= ] 1192/1611 73% [============================================= ] 1193/1611 74% [============================================= ] 1194/1611 74% [============================================= ] 1195/1611 74% [============================================== ] 1196/1611 74% [============================================== ] 1197/1611 74% [============================================== ] 1198/1611 74% [============================================== ] 1199/1611 74% [============================================== ] 1200/1611 74% [============================================== ] 1201/1611 74% [============================================== ] 1202/1611 74% [============================================== ] 1203/1611 74% [============================================== ] 1204/1611 74% [============================================== ] 1205/1611 74% [============================================== ] 1206/1611 74% [============================================== ] 1207/1611 74% [============================================== ] 1208/1611 74% [============================================== ] 1209/1611 75% [============================================== ] 1210/1611 75% [============================================== ] 1211/1611 75% [============================================== ] 1212/1611 75% [============================================== ] 1213/1611 75% [============================================== ] 1214/1611 75% [============================================== ] 1215/1611 75% [============================================== ] 1216/1611 75% [============================================== ] 1217/1611 75% [============================================== ] 1218/1611 75% [============================================== ] 1219/1611 75% [============================================== ] 1220/1611 75% [============================================== ] 1221/1611 75% [=============================================== ] 1222/1611 75% [=============================================== ] 1223/1611 75% [=============================================== ] 1224/1611 75% [=============================================== ] 1225/1611 76% [=============================================== ] 1226/1611 76% [=============================================== ] 1227/1611 76% [=============================================== ] 1228/1611 76% [=============================================== ] 1229/1611 76% [=============================================== ] 1230/1611 76% [=============================================== ] 1231/1611 76% [=============================================== ] 1232/1611 76% [=============================================== ] 1233/1611 76% [=============================================== ] 1234/1611 76% [=============================================== ] 1235/1611 76% [=============================================== ] 1236/1611 76% [=============================================== ] 1237/1611 76% [=============================================== ] 1238/1611 76% [=============================================== ] 1239/1611 76% [=============================================== ] 1240/1611 76% [=============================================== ] 1241/1611 77% [=============================================== ] 1242/1611 77% [=============================================== ] 1243/1611 77% [=============================================== ] 1244/1611 77% [=============================================== ] 1245/1611 77% [=============================================== ] 1246/1611 77% [=============================================== ] 1247/1611 77% [================================================ ] 1248/1611 77% [================================================ ] 1249/1611 77% [================================================ ] 1250/1611 77% [================================================ ] 1251/1611 77% [================================================ ] 1252/1611 77% [================================================ ] 1253/1611 77% [================================================ ] 1254/1611 77% [================================================ ] 1255/1611 77% [================================================ ] 1256/1611 77% [================================================ ] 1257/1611 78% [================================================ ] 1258/1611 78% [================================================ ] 1259/1611 78% [================================================ ] 1260/1611 78% [================================================ ] 1261/1611 78% [================================================ ] 1262/1611 78% [================================================ ] 1263/1611 78% [================================================ ] 1264/1611 78% [================================================ ] 1265/1611 78% [================================================ ] 1266/1611 78% [================================================ ] 1267/1611 78% [================================================ ] 1268/1611 78% [================================================ ] 1269/1611 78% [================================================ ] 1270/1611 78% [================================================ ] 1271/1611 78% [================================================ ] 1272/1611 78% [================================================ ] 1273/1611 79% [================================================= ] 1274/1611 79% [================================================= ] 1275/1611 79% [================================================= ] 1276/1611 79% [================================================= ] 1277/1611 79% [================================================= ] 1278/1611 79% [================================================= ] 1279/1611 79% [================================================= ] 1280/1611 79% [================================================= ] 1281/1611 79% [================================================= ] 1282/1611 79% [================================================= ] 1283/1611 79% [================================================= ] 1284/1611 79% [================================================= ] 1285/1611 79% [================================================= ] 1286/1611 79% [================================================= ] 1287/1611 79% [================================================= ] 1288/1611 79% [================================================= ] 1289/1611 80% [================================================= ] 1290/1611 80% [================================================= ] 1291/1611 80% [================================================= ] 1292/1611 80% [================================================= ] 1293/1611 80% [================================================= ] 1294/1611 80% [================================================= ] 1295/1611 80% [================================================= ] 1296/1611 80% [================================================= ] 1297/1611 80% [================================================= ] 1298/1611 80% [================================================= ] 1299/1611 80% [================================================== ] 1300/1611 80% [================================================== ] 1301/1611 80% [================================================== ] 1302/1611 80% [================================================== ] 1303/1611 80% [================================================== ] 1304/1611 80% [================================================== ] 1305/1611 81% [================================================== ] 1306/1611 81% [================================================== ] 1307/1611 81% [================================================== ] 1308/1611 81% [================================================== ] 1309/1611 81% [================================================== ] 1310/1611 81% [================================================== ] 1311/1611 81% [================================================== ] 1312/1611 81% [================================================== ] 1313/1611 81% [================================================== ] 1314/1611 81% [================================================== ] 1315/1611 81% [================================================== ] 1316/1611 81% [================================================== ] 1317/1611 81% [================================================== ] 1318/1611 81% [================================================== ] 1319/1611 81% [================================================== ] 1320/1611 81% [================================================== ] 1321/1611 81% [================================================== ] 1322/1611 82% [================================================== ] 1323/1611 82% [================================================== ] 1324/1611 82% [================================================== ] 1325/1611 82% [=================================================== ] 1326/1611 82% [=================================================== ] 1327/1611 82% [=================================================== ] 1328/1611 82% [=================================================== ] 1329/1611 82% [=================================================== ] 1330/1611 82% [=================================================== ] 1331/1611 82% [=================================================== ] 1332/1611 82% [=================================================== ] 1333/1611 82% [=================================================== ] 1334/1611 82% [=================================================== ] 1335/1611 82% [=================================================== ] 1336/1611 82% [=================================================== ] 1337/1611 82% [=================================================== ] 1338/1611 83% [=================================================== ] 1339/1611 83% [=================================================== ] 1340/1611 83% [=================================================== ] 1341/1611 83% [=================================================== ] 1342/1611 83% [=================================================== ] 1343/1611 83% [=================================================== ] 1344/1611 83% [=================================================== ] 1345/1611 83% [=================================================== ] 1346/1611 83% [=================================================== ] 1347/1611 83% [=================================================== ] 1348/1611 83% [=================================================== ] 1349/1611 83% [=================================================== ] 1350/1611 83% [=================================================== ] 1351/1611 83% [==================================================== ] 1352/1611 83% [==================================================== ] 1353/1611 83% [==================================================== ] 1354/1611 84% [==================================================== ] 1355/1611 84% [==================================================== ] 1356/1611 84% [==================================================== ] 1357/1611 84% [==================================================== ] 1358/1611 84% [==================================================== ] 1359/1611 84% [==================================================== ] 1360/1611 84% [==================================================== ] 1361/1611 84% [==================================================== ] 1362/1611 84% [==================================================== ] 1363/1611 84% [==================================================== ] 1364/1611 84% [==================================================== ] 1365/1611 84% [==================================================== ] 1366/1611 84% [==================================================== ] 1367/1611 84% [==================================================== ] 1368/1611 84% [==================================================== ] 1369/1611 84% [==================================================== ] 1370/1611 85% [==================================================== ] 1371/1611 85% [==================================================== ] 1372/1611 85% [==================================================== ] 1373/1611 85% [==================================================== ] 1374/1611 85% [==================================================== ] 1375/1611 85% [==================================================== ] 1376/1611 85% [==================================================== ] 1377/1611 85% [===================================================== ] 1378/1611 85% [===================================================== ] 1379/1611 85% [===================================================== ] 1380/1611 85% [===================================================== ] 1381/1611 85% [===================================================== ] 1382/1611 85% [===================================================== ] 1383/1611 85% [===================================================== ] 1384/1611 85% [===================================================== ] 1385/1611 85% [===================================================== ] 1386/1611 86% [===================================================== ] 1387/1611 86% [===================================================== ] 1388/1611 86% [===================================================== ] 1389/1611 86% [===================================================== ] 1390/1611 86% [===================================================== ] 1391/1611 86% [===================================================== ] 1392/1611 86% [===================================================== ] 1393/1611 86% [===================================================== ] 1394/1611 86% [===================================================== ] 1395/1611 86% [===================================================== ] 1396/1611 86% [===================================================== ] 1397/1611 86% [===================================================== ] 1398/1611 86% [===================================================== ] 1399/1611 86% [===================================================== ] 1400/1611 86% [===================================================== ] 1401/1611 86% [===================================================== ] 1402/1611 87% [===================================================== ] 1403/1611 87% [====================================================== ] 1404/1611 87% [====================================================== ] 1405/1611 87% [====================================================== ] 1406/1611 87% [====================================================== ] 1407/1611 87% [====================================================== ] 1408/1611 87% [====================================================== ] 1409/1611 87% [====================================================== ] 1410/1611 87% [====================================================== ] 1411/1611 87% [====================================================== ] 1412/1611 87% [====================================================== ] 1413/1611 87% [====================================================== ] 1414/1611 87% [====================================================== ] 1415/1611 87% [====================================================== ] 1416/1611 87% [====================================================== ] 1417/1611 87% [====================================================== ] 1418/1611 88% [====================================================== ] 1419/1611 88% [====================================================== ] 1420/1611 88% [====================================================== ] 1421/1611 88% [====================================================== ] 1422/1611 88% [====================================================== ] 1423/1611 88% [====================================================== ] 1424/1611 88% [====================================================== ] 1425/1611 88% [====================================================== ] 1426/1611 88% [====================================================== ] 1427/1611 88% [====================================================== ] 1428/1611 88% [====================================================== ] 1429/1611 88% [======================================================= ] 1430/1611 88% [======================================================= ] 1431/1611 88% [======================================================= ] 1432/1611 88% [======================================================= ] 1433/1611 88% [======================================================= ] 1434/1611 89% [======================================================= ] 1435/1611 89% [======================================================= ] 1436/1611 89% [======================================================= ] 1437/1611 89% [======================================================= ] 1438/1611 89% [======================================================= ] 1439/1611 89% [======================================================= ] 1440/1611 89% [======================================================= ] 1441/1611 89% [======================================================= ] 1442/1611 89% [======================================================= ] 1443/1611 89% [======================================================= ] 1444/1611 89% [======================================================= ] 1445/1611 89% [======================================================= ] 1446/1611 89% [======================================================= ] 1447/1611 89% [======================================================= ] 1448/1611 89% [======================================================= ] 1449/1611 89% [======================================================= ] 1450/1611 90% [======================================================= ] 1451/1611 90% [======================================================= ] 1452/1611 90% [======================================================= ] 1453/1611 90% [======================================================= ] 1454/1611 90% [======================================================= ] 1455/1611 90% [======================================================== ] 1456/1611 90% [======================================================== ] 1457/1611 90% [======================================================== ] 1458/1611 90% [======================================================== ] 1459/1611 90% [======================================================== ] 1460/1611 90% [======================================================== ] 1461/1611 90% [======================================================== ] 1462/1611 90% [======================================================== ] 1463/1611 90% [======================================================== ] 1464/1611 90% [======================================================== ] 1465/1611 90% [======================================================== ] 1466/1611 90% [======================================================== ] 1467/1611 91% [======================================================== ] 1468/1611 91% [======================================================== ] 1469/1611 91% [======================================================== ] 1470/1611 91% [======================================================== ] 1471/1611 91% [======================================================== ] 1472/1611 91% [======================================================== ] 1473/1611 91% [======================================================== ] 1474/1611 91% [======================================================== ] 1475/1611 91% [======================================================== ] 1476/1611 91% [======================================================== ] 1477/1611 91% [======================================================== ] 1478/1611 91% [======================================================== ] 1479/1611 91% [======================================================== ] 1480/1611 91% [======================================================== ] 1481/1611 91% [========================================================= ] 1482/1611 91% [========================================================= ] 1483/1611 92% [========================================================= ] 1484/1611 92% [========================================================= ] 1485/1611 92% [========================================================= ] 1486/1611 92% [========================================================= ] 1487/1611 92% [========================================================= ] 1488/1611 92% [========================================================= ] 1489/1611 92% [========================================================= ] 1490/1611 92% [========================================================= ] 1491/1611 92% [========================================================= ] 1492/1611 92% [========================================================= ] 1493/1611 92% [========================================================= ] 1494/1611 92% [========================================================= ] 1495/1611 92% [========================================================= ] 1496/1611 92% [========================================================= ] 1497/1611 92% [========================================================= ] 1498/1611 92% [========================================================= ] 1499/1611 93% [========================================================= ] 1500/1611 93% [========================================================= ] 1501/1611 93% [========================================================= ] 1502/1611 93% [========================================================= ] 1503/1611 93% [========================================================= ] 1504/1611 93% [========================================================= ] 1505/1611 93% [========================================================= ] 1506/1611 93% [========================================================= ] 1507/1611 93% [========================================================== ] 1508/1611 93% [========================================================== ] 1509/1611 93% [========================================================== ] 1510/1611 93% [========================================================== ] 1511/1611 93% [========================================================== ] 1512/1611 93% [========================================================== ] 1513/1611 93% [========================================================== ] 1514/1611 93% [========================================================== ] 1515/1611 94% [========================================================== ] 1516/1611 94% [========================================================== ] 1517/1611 94% [========================================================== ] 1518/1611 94% [========================================================== ] 1519/1611 94% [========================================================== ] 1520/1611 94% [========================================================== ] 1521/1611 94% [========================================================== ] 1522/1611 94% [========================================================== ] 1523/1611 94% [========================================================== ] 1524/1611 94% [========================================================== ] 1525/1611 94% [========================================================== ] 1526/1611 94% [========================================================== ] 1527/1611 94% [========================================================== ] 1528/1611 94% [========================================================== ] 1529/1611 94% [========================================================== ] 1530/1611 94% [========================================================== ] 1531/1611 95% [========================================================== ] 1532/1611 95% [========================================================== ] 1533/1611 95% [=========================================================== ] 1534/1611 95% [=========================================================== ] 1535/1611 95% [=========================================================== ] 1536/1611 95% [=========================================================== ] 1537/1611 95% [=========================================================== ] 1538/1611 95% [=========================================================== ] 1539/1611 95% [=========================================================== ] 1540/1611 95% [=========================================================== ] 1541/1611 95% [=========================================================== ] 1542/1611 95% [=========================================================== ] 1543/1611 95% [=========================================================== ] 1544/1611 95% [=========================================================== ] 1545/1611 95% [=========================================================== ] 1546/1611 95% [=========================================================== ] 1547/1611 96% [=========================================================== ] 1548/1611 96% [=========================================================== ] 1549/1611 96% [=========================================================== ] 1550/1611 96% [=========================================================== ] 1551/1611 96% [=========================================================== ] 1552/1611 96% [=========================================================== ] 1553/1611 96% [=========================================================== ] 1554/1611 96% [=========================================================== ] 1555/1611 96% [=========================================================== ] 1556/1611 96% [=========================================================== ] 1557/1611 96% [=========================================================== ] 1558/1611 96% [=========================================================== ] 1559/1611 96% [============================================================ ] 1560/1611 96% [============================================================ ] 1561/1611 96% [============================================================ ] 1562/1611 96% [============================================================ ] 1563/1611 97% [============================================================ ] 1564/1611 97% [============================================================ ] 1565/1611 97% [============================================================ ] 1566/1611 97% [============================================================ ] 1567/1611 97% [============================================================ ] 1568/1611 97% [============================================================ ] 1569/1611 97% [============================================================ ] 1570/1611 97% [============================================================ ] 1571/1611 97% [============================================================ ] 1572/1611 97% [============================================================ ] 1573/1611 97% [============================================================ ] 1574/1611 97% [============================================================ ] 1575/1611 97% [============================================================ ] 1576/1611 97% [============================================================ ] 1577/1611 97% [============================================================ ] 1578/1611 97% [============================================================ ] 1579/1611 98% [============================================================ ] 1580/1611 98% [============================================================ ] 1581/1611 98% [============================================================ ] 1582/1611 98% [============================================================ ] 1583/1611 98% [============================================================ ] 1584/1611 98% [============================================================ ] 1585/1611 98% [============================================================= ] 1586/1611 98% [============================================================= ] 1587/1611 98% [============================================================= ] 1588/1611 98% [============================================================= ] 1589/1611 98% [============================================================= ] 1590/1611 98% [============================================================= ] 1591/1611 98% [============================================================= ] 1592/1611 98% [============================================================= ] 1593/1611 98% [============================================================= ] 1594/1611 98% [============================================================= ] 1595/1611 99% [============================================================= ] 1596/1611 99% [============================================================= ] 1597/1611 99% [============================================================= ] 1598/1611 99% [============================================================= ] 1599/1611 99% [============================================================= ] 1600/1611 99% [============================================================= ] 1601/1611 99% [============================================================= ] 1602/1611 99% [============================================================= ] 1603/1611 99% [============================================================= ] 1604/1611 99% [============================================================= ] 1605/1611 99% [============================================================= ] 1606/1611 99% [============================================================= ] 1607/1611 99% [============================================================= ] 1608/1611 99% [============================================================= ] 1609/1611 99% [============================================================= ] 1610/1611 99% [==============================================================] 1611/1611 100% operation complete, 1611 objects in 214217 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/microblaze-buildroot-linux-musl/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2022.05-107-g749ec74cf9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> alsa-lib 1.2.6.1 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-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) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> musl-compat-headers Collecting legal info >>> atk 2.38.0 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> chartjs 2.9.4 Collecting legal info LICENSE.md: OK (sha256: 7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> chrony 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-cryptsetup 2.4.3 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> font-awesome 4.7.0 Collecting legal info >>> fstrcmp 0.7.D001 Collecting legal info LICENSE: OK (sha256: 5352e426b563eda9252d76be92337b49f7b5cfdd1302a1e8d99389840c0e46be) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> imagemagick 7.1.0-19 Collecting legal info LICENSE: OK (sha256: 040badb77b659e751ea16113490a937e1e01f3f5d32181e966b8982413533fb2) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> initscripts Collecting legal info >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> libarchive 3.6.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 7.83.1 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-libp11 0.4.11 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> minicom 2.8 Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> minizip 3.0.5 Collecting legal info LICENSE: OK (sha256: 675181c03fc1302a1c8554c00f7be9bb420c5dbc9dcc2013433cec144413de03) >>> motion 4.4.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nano 6.3 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> numactl 2.0.14 Collecting legal info README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> php 8.0.19 Collecting legal info LICENSE: OK (sha256: a188db807d711536f71e27b7d36879d63480f7994dc18adc08e624b3c5430fff) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> privoxy 3.0.33 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> qoriq-cadence-dp-firmware lsdk1909 Collecting legal info COPYING: OK (sha256: d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> rsync 3.2.3 Collecting legal info COPYING: OK (sha256: 0d33aa97d302cb9df27f99dfa28d58001c2479a02317956f1a7a890f3937a976) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> host-rust-bin 1.60.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-sam-ba 3.5 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> semodule-utils 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-sentry-cli 1.59.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tcpreplay 4.3.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tmux 3.1c Collecting legal info COPYING: OK (sha256: c031bd37f464c534277814f6aa38686fa023d094261d57fd2545ad592bb53ccd) >>> tor 0.4.7.7 Collecting legal info LICENSE: OK (sha256: 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0) >>> uacme 1.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> xl2tp 1.3.17 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: 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: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'