echo "buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells ln -sf mksh /home/buildroot/autobuild/instance-3/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /home/buildroot/autobuild/instance-3/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-8163-gdd727997398"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc2\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' unscd -1 unscd -1 * - - - unscd user\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt printf ' /dev/fuse c 666 0 0 10 229 0 0 -\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3003 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/3003 0% [ ] 2/3003 0% [ ] 3/3003 0% [ ] 4/3003 0% [ ] 5/3003 0% [ ] 6/3003 0% [ ] 7/3003 0% [ ] 8/3003 0% [ ] 9/3003 0% [ ] 10/3003 0% [ ] 11/3003 0% [ ] 12/3003 0% [ ] 13/3003 0% [ ] 14/3003 0% [ ] 15/3003 0% [ ] 16/3003 0% [ ] 17/3003 0% [ ] 18/3003 0% [ ] 19/3003 0% [ ] 20/3003 0% [ ] 21/3003 0% [ ] 22/3003 0% [ ] 23/3003 0% [ ] 24/3003 0% [ ] 25/3003 0% [ ] 26/3003 0% [ ] 27/3003 0% [ ] 28/3003 0% [ ] 29/3003 0% [ ] 30/3003 0% [ ] 31/3003 1% [ ] 32/3003 1% [ ] 33/3003 1% [ ] 34/3003 1% [ ] 35/3003 1% [ ] 36/3003 1% [ ] 37/3003 1% [ ] 38/3003 1% [ ] 39/3003 1% [ ] 40/3003 1% [ ] 41/3003 1% [ ] 42/3003 1% [ ] 43/3003 1% [ ] 44/3003 1% [ ] 45/3003 1% [ ] 46/3003 1% [ ] 47/3003 1% [ ] 48/3003 1% [= ] 49/3003 1% [= ] 50/3003 1% [= ] 51/3003 1% [= ] 52/3003 1% [= ] 53/3003 1% [= ] 54/3003 1% [= ] 55/3003 1% [= ] 56/3003 1% [= ] 57/3003 1% [= ] 58/3003 1% [= ] 59/3003 1% [= ] 60/3003 1% [= ] 61/3003 2% [= ] 62/3003 2% [= ] 63/3003 2% [= ] 64/3003 2% [= ] 65/3003 2% [= ] 66/3003 2% [= ] 67/3003 2% [= ] 68/3003 2% [= ] 69/3003 2% [= ] 70/3003 2% [= ] 71/3003 2% [= ] 72/3003 2% [= ] 73/3003 2% [= ] 74/3003 2% [= ] 75/3003 2% [= ] 76/3003 2% [= ] 77/3003 2% [= ] 78/3003 2% [= ] 79/3003 2% [= ] 80/3003 2% [= ] 81/3003 2% [= ] 82/3003 2% [= ] 83/3003 2% [= ] 84/3003 2% [= ] 85/3003 2% [= ] 86/3003 2% [= ] 87/3003 2% [= ] 88/3003 2% [= ] 89/3003 2% [= ] 90/3003 2% [= ] 91/3003 3% [= ] 92/3003 3% [= ] 93/3003 3% [= ] 94/3003 3% [= ] 95/3003 3% [= ] 96/3003 3% [== ] 97/3003 3% [== ] 98/3003 3% [== ] 99/3003 3% [== ] 100/3003 3% [== ] 101/3003 3% [== ] 102/3003 3% [== ] 103/3003 3% [== ] 104/3003 3% [== ] 105/3003 3% [== ] 106/3003 3% [== ] 107/3003 3% [== ] 108/3003 3% [== ] 109/3003 3% [== ] 110/3003 3% [== ] 111/3003 3% [== ] 112/3003 3% [== ] 113/3003 3% [== ] 114/3003 3% [== ] 115/3003 3% [== ] 116/3003 3% [== ] 117/3003 3% [== ] 118/3003 3% [== ] 119/3003 3% [== ] 120/3003 3% [== ] 121/3003 4% [== ] 122/3003 4% [== ] 123/3003 4% [== ] 124/3003 4% [== ] 125/3003 4% [== ] 126/3003 4% [== ] 127/3003 4% [== ] 128/3003 4% [== ] 129/3003 4% [== ] 130/3003 4% [== ] 131/3003 4% [== ] 132/3003 4% [== ] 133/3003 4% [== ] 134/3003 4% [== ] 135/3003 4% [== ] 136/3003 4% [== ] 137/3003 4% [== ] 138/3003 4% [== ] 139/3003 4% [== ] 140/3003 4% [== ] 141/3003 4% [== ] 142/3003 4% [== ] 143/3003 4% [== ] 144/3003 4% [== ] 145/3003 4% [=== ] 146/3003 4% [=== ] 147/3003 4% [=== ] 148/3003 4% [=== ] 149/3003 4% [=== ] 150/3003 4% [=== ] 151/3003 5% [=== ] 152/3003 5% [=== ] 153/3003 5% [=== ] 154/3003 5% [=== ] 155/3003 5% [=== ] 156/3003 5% [=== ] 157/3003 5% [=== ] 158/3003 5% [=== ] 159/3003 5% [=== ] 160/3003 5% [=== ] 161/3003 5% [=== ] 162/3003 5% [=== ] 163/3003 5% [=== ] 164/3003 5% [=== ] 165/3003 5% [=== ] 166/3003 5% [=== ] 167/3003 5% [=== ] 168/3003 5% [=== ] 169/3003 5% [=== ] 170/3003 5% [=== ] 171/3003 5% [=== ] 172/3003 5% [=== ] 173/3003 5% [=== ] 174/3003 5% [=== ] 175/3003 5% [=== ] 176/3003 5% [=== ] 177/3003 5% [=== ] 178/3003 5% [=== ] 179/3003 5% [=== ] 180/3003 5% [=== ] 181/3003 6% [=== ] 182/3003 6% [=== ] 183/3003 6% [=== ] 184/3003 6% [=== ] 185/3003 6% [=== ] 186/3003 6% [=== ] 187/3003 6% [=== ] 188/3003 6% [=== ] 189/3003 6% [=== ] 190/3003 6% [=== ] 191/3003 6% [=== ] 192/3003 6% [=== ] 193/3003 6% [==== ] 194/3003 6% [==== ] 195/3003 6% [==== ] 196/3003 6% [==== ] 197/3003 6% [==== ] 198/3003 6% [==== ] 199/3003 6% [==== ] 200/3003 6% [==== ] 201/3003 6% [==== ] 202/3003 6% [==== ] 203/3003 6% [==== ] 204/3003 6% [==== ] 205/3003 6% [==== ] 206/3003 6% [==== ] 207/3003 6% [==== ] 208/3003 6% [==== ] 209/3003 6% [==== ] 210/3003 6% [==== ] 211/3003 7% [==== ] 212/3003 7% [==== ] 213/3003 7% [==== ] 214/3003 7% [==== ] 215/3003 7% [==== ] 216/3003 7% [==== ] 217/3003 7% [==== ] 218/3003 7% [==== ] 219/3003 7% [==== ] 220/3003 7% [==== ] 221/3003 7% [==== ] 222/3003 7% [==== ] 223/3003 7% [==== ] 224/3003 7% [==== ] 225/3003 7% [==== ] 226/3003 7% [==== ] 227/3003 7% [==== ] 228/3003 7% [==== ] 229/3003 7% [==== ] 230/3003 7% [==== ] 231/3003 7% [==== ] 232/3003 7% [==== ] 233/3003 7% [==== ] 234/3003 7% [==== ] 235/3003 7% [==== ] 236/3003 7% [==== ] 237/3003 7% [==== ] 238/3003 7% [==== ] 239/3003 7% [==== ] 240/3003 7% [==== ] 241/3003 8% [==== ] 242/3003 8% [===== ] 243/3003 8% [===== ] 244/3003 8% [===== ] 245/3003 8% [===== ] 246/3003 8% [===== ] 247/3003 8% [===== ] 248/3003 8% [===== ] 249/3003 8% [===== ] 250/3003 8% [===== ] 251/3003 8% [===== ] 252/3003 8% [===== ] 253/3003 8% [===== ] 254/3003 8% [===== ] 255/3003 8% [===== ] 256/3003 8% [===== ] 257/3003 8% [===== ] 258/3003 8% [===== ] 259/3003 8% [===== ] 260/3003 8% [===== ] 261/3003 8% [===== ] 262/3003 8% [===== ] 263/3003 8% [===== ] 264/3003 8% [===== ] 265/3003 8% [===== ] 266/3003 8% [===== ] 267/3003 8% [===== ] 268/3003 8% [===== ] 269/3003 8% [===== ] 270/3003 8% [===== ] 271/3003 9% [===== ] 272/3003 9% [===== ] 273/3003 9% [===== ] 274/3003 9% [===== ] 275/3003 9% [===== ] 276/3003 9% [===== ] 277/3003 9% [===== ] 278/3003 9% [===== ] 279/3003 9% [===== ] 280/3003 9% [===== ] 281/3003 9% [===== ] 282/3003 9% [===== ] 283/3003 9% [===== ] 284/3003 9% [===== ] 285/3003 9% [===== ] 286/3003 9% [===== ] 287/3003 9% [===== ] 288/3003 9% [===== ] 289/3003 9% [===== ] 290/3003 9% [====== ] 291/3003 9% [====== ] 292/3003 9% [====== ] 293/3003 9% [====== ] 294/3003 9% [====== ] 295/3003 9% [====== ] 296/3003 9% [====== ] 297/3003 9% [====== ] 298/3003 9% [====== ] 299/3003 9% [====== ] 300/3003 9% [====== ] 301/3003 10% [====== ] 302/3003 10% [====== ] 303/3003 10% [====== ] 304/3003 10% [====== ] 305/3003 10% [====== ] 306/3003 10% [====== ] 307/3003 10% [====== ] 308/3003 10% [====== ] 309/3003 10% [====== ] 310/3003 10% [====== ] 311/3003 10% [====== ] 312/3003 10% [====== ] 313/3003 10% [====== ] 314/3003 10% [====== ] 315/3003 10% [====== ] 316/3003 10% [====== ] 317/3003 10% [====== ] 318/3003 10% [====== ] 319/3003 10% [====== ] 320/3003 10% [====== ] 321/3003 10% [====== ] 322/3003 10% [====== ] 323/3003 10% [====== ] 324/3003 10% [====== ] 325/3003 10% [====== ] 326/3003 10% [====== ] 327/3003 10% [====== ] 328/3003 10% [====== ] 329/3003 10% [====== ] 330/3003 10% [====== ] 331/3003 11% [====== ] 332/3003 11% [====== ] 333/3003 11% [====== ] 334/3003 11% [====== ] 335/3003 11% [====== ] 336/3003 11% [====== ] 337/3003 11% [====== ] 338/3003 11% [====== ] 339/3003 11% [======= ] 340/3003 11% [======= ] 341/3003 11% [======= ] 342/3003 11% [======= ] 343/3003 11% [======= ] 344/3003 11% [======= ] 345/3003 11% [======= ] 346/3003 11% [======= ] 347/3003 11% [======= ] 348/3003 11% [======= ] 349/3003 11% [======= ] 350/3003 11% [======= ] 351/3003 11% [======= ] 352/3003 11% [======= ] 353/3003 11% [======= ] 354/3003 11% [======= ] 355/3003 11% [======= ] 356/3003 11% [======= ] 357/3003 11% [======= ] 358/3003 11% [======= ] 359/3003 11% [======= ] 360/3003 11% [======= ] 361/3003 12% [======= ] 362/3003 12% [======= ] 363/3003 12% [======= ] 364/3003 12% [======= ] 365/3003 12% [======= ] 366/3003 12% [======= ] 367/3003 12% [======= ] 368/3003 12% [======= ] 369/3003 12% [======= ] 370/3003 12% [======= ] 371/3003 12% [======= ] 372/3003 12% [======= ] 373/3003 12% [======= ] 374/3003 12% [======= ] 375/3003 12% [======= ] 376/3003 12% [======= ] 377/3003 12% [======= ] 378/3003 12% [======= ] 379/3003 12% [======= ] 380/3003 12% [======= ] 381/3003 12% [======= ] 382/3003 12% [======= ] 383/3003 12% [======= ] 384/3003 12% [======= ] 385/3003 12% [======= ] 386/3003 12% [======= ] 387/3003 12% [======== ] 388/3003 12% [======== ] 389/3003 12% [======== ] 390/3003 12% [======== ] 391/3003 13% [======== ] 392/3003 13% [======== ] 393/3003 13% [======== ] 394/3003 13% [======== ] 395/3003 13% [======== ] 396/3003 13% [======== ] 397/3003 13% [======== ] 398/3003 13% [======== ] 399/3003 13% [======== ] 400/3003 13% [======== ] 401/3003 13% [======== ] 402/3003 13% [======== ] 403/3003 13% [======== ] 404/3003 13% [======== ] 405/3003 13% [======== ] 406/3003 13% [======== ] 407/3003 13% [======== ] 408/3003 13% [======== ] 409/3003 13% [======== ] 410/3003 13% [======== ] 411/3003 13% [======== ] 412/3003 13% [======== ] 413/3003 13% [======== ] 414/3003 13% [======== ] 415/3003 13% [======== ] 416/3003 13% [======== ] 417/3003 13% [======== ] 418/3003 13% [======== ] 419/3003 13% [======== ] 420/3003 13% [======== ] 421/3003 14% [======== ] 422/3003 14% [======== ] 423/3003 14% [======== ] 424/3003 14% [======== ] 425/3003 14% [======== ] 426/3003 14% [======== ] 427/3003 14% [======== ] 428/3003 14% [======== ] 429/3003 14% [======== ] 430/3003 14% [======== ] 431/3003 14% [======== ] 432/3003 14% [======== ] 433/3003 14% [======== ] 434/3003 14% [======== ] 435/3003 14% [========= ] 436/3003 14% [========= ] 437/3003 14% [========= ] 438/3003 14% [========= ] 439/3003 14% [========= ] 440/3003 14% [========= ] 441/3003 14% [========= ] 442/3003 14% [========= ] 443/3003 14% [========= ] 444/3003 14% [========= ] 445/3003 14% [========= ] 446/3003 14% [========= ] 447/3003 14% [========= ] 448/3003 14% [========= ] 449/3003 14% [========= ] 450/3003 14% [========= ] 451/3003 15% [========= ] 452/3003 15% [========= ] 453/3003 15% [========= ] 454/3003 15% [========= ] 455/3003 15% [========= ] 456/3003 15% [========= ] 457/3003 15% [========= ] 458/3003 15% [========= ] 459/3003 15% [========= ] 460/3003 15% [========= ] 461/3003 15% [========= ] 462/3003 15% [========= ] 463/3003 15% [========= ] 464/3003 15% [========= ] 465/3003 15% [========= ] 466/3003 15% [========= ] 467/3003 15% [========= ] 468/3003 15% [========= ] 469/3003 15% [========= ] 470/3003 15% [========= ] 471/3003 15% [========= ] 472/3003 15% [========= ] 473/3003 15% [========= ] 474/3003 15% [========= ] 475/3003 15% [========= ] 476/3003 15% [========= ] 477/3003 15% [========= ] 478/3003 15% [========= ] 479/3003 15% [========= ] 480/3003 15% [========= ] 481/3003 16% [========= ] 482/3003 16% [========= ] 483/3003 16% [========= ] 484/3003 16% [========== ] 485/3003 16% [========== ] 486/3003 16% [========== ] 487/3003 16% [========== ] 488/3003 16% [========== ] 489/3003 16% [========== ] 490/3003 16% [========== ] 491/3003 16% [========== ] 492/3003 16% [========== ] 493/3003 16% [========== ] 494/3003 16% [========== ] 495/3003 16% [========== ] 496/3003 16% [========== ] 497/3003 16% [========== ] 498/3003 16% [========== ] 499/3003 16% [========== ] 500/3003 16% [========== ] 501/3003 16% [========== ] 502/3003 16% [========== ] 503/3003 16% [========== ] 504/3003 16% [========== ] 505/3003 16% [========== ] 506/3003 16% [========== ] 507/3003 16% [========== ] 508/3003 16% [========== ] 509/3003 16% [========== ] 510/3003 16% [========== ] 511/3003 17% [========== ] 512/3003 17% [========== ] 513/3003 17% [========== ] 514/3003 17% [========== ] 515/3003 17% [========== ] 516/3003 17% [========== ] 517/3003 17% [========== ] 518/3003 17% [========== ] 519/3003 17% [========== ] 520/3003 17% [========== ] 521/3003 17% [========== ] 522/3003 17% [========== ] 523/3003 17% [========== ] 524/3003 17% [========== ] 525/3003 17% [========== ] 526/3003 17% [========== ] 527/3003 17% [========== ] 528/3003 17% [========== ] 529/3003 17% [========== ] 530/3003 17% [========== ] 531/3003 17% [========== ] 532/3003 17% [=========== ] 533/3003 17% [=========== ] 534/3003 17% [=========== ] 535/3003 17% [=========== ] 536/3003 17% [=========== ] 537/3003 17% [=========== ] 538/3003 17% [=========== ] 539/3003 17% [=========== ] 540/3003 17% [=========== ] 541/3003 18% [=========== ] 542/3003 18% [=========== ] 543/3003 18% [=========== ] 544/3003 18% [=========== ] 545/3003 18% [=========== ] 546/3003 18% [=========== ] 547/3003 18% [=========== ] 548/3003 18% [=========== ] 549/3003 18% [=========== ] 550/3003 18% [=========== ] 551/3003 18% [=========== ] 552/3003 18% [=========== ] 553/3003 18% [=========== ] 554/3003 18% [=========== ] 555/3003 18% [=========== ] 556/3003 18% [=========== ] 557/3003 18% [=========== ] 558/3003 18% [=========== ] 559/3003 18% [=========== ] 560/3003 18% [=========== ] 561/3003 18% [=========== ] 562/3003 18% [=========== ] 563/3003 18% [=========== ] 564/3003 18% [=========== ] 565/3003 18% [=========== ] 566/3003 18% [=========== ] 567/3003 18% [=========== ] 568/3003 18% [=========== ] 569/3003 18% [=========== ] 570/3003 18% [=========== ] 571/3003 19% [=========== ] 572/3003 19% [=========== ] 573/3003 19% [=========== ] 574/3003 19% [=========== ] 575/3003 19% [=========== ] 576/3003 19% [=========== ] 577/3003 19% [=========== ] 578/3003 19% [=========== ] 579/3003 19% [=========== ] 580/3003 19% [=========== ] 581/3003 19% [============ ] 582/3003 19% [============ ] 583/3003 19% [============ ] 584/3003 19% [============ ] 585/3003 19% [============ ] 586/3003 19% [============ ] 587/3003 19% [============ ] 588/3003 19% [============ ] 589/3003 19% [============ ] 590/3003 19% [============ ] 591/3003 19% [============ ] 592/3003 19% [============ ] 593/3003 19% [============ ] 594/3003 19% [============ ] 595/3003 19% [============ ] 596/3003 19% [============ ] 597/3003 19% [============ ] 598/3003 19% [============ ] 599/3003 19% [============ ] 600/3003 19% [============ ] 601/3003 20% [============ ] 602/3003 20% [============ ] 603/3003 20% [============ ] 604/3003 20% [============ ] 605/3003 20% [============ ] 606/3003 20% [============ ] 607/3003 20% [============ ] 608/3003 20% [============ ] 609/3003 20% [============ ] 610/3003 20% [============ ] 611/3003 20% [============ ] 612/3003 20% [============ ] 613/3003 20% [============ ] 614/3003 20% [============ ] 615/3003 20% [============ ] 616/3003 20% [============ ] 617/3003 20% [============ ] 618/3003 20% [============ ] 619/3003 20% [============ ] 620/3003 20% [============ ] 621/3003 20% [============ ] 622/3003 20% [============ ] 623/3003 20% [============ ] 624/3003 20% [============ ] 625/3003 20% [============ ] 626/3003 20% [============ ] 627/3003 20% [============ ] 628/3003 20% [============ ] 629/3003 20% [============= ] 630/3003 20% [============= ] 631/3003 21% [============= ] 632/3003 21% [============= ] 633/3003 21% [============= ] 634/3003 21% [============= ] 635/3003 21% [============= ] 636/3003 21% [============= ] 637/3003 21% [============= ] 638/3003 21% [============= ] 639/3003 21% [============= ] 640/3003 21% [============= ] 641/3003 21% [============= ] 642/3003 21% [============= ] 643/3003 21% [============= ] 644/3003 21% [============= ] 645/3003 21% [============= ] 646/3003 21% [============= ] 647/3003 21% [============= ] 648/3003 21% [============= ] 649/3003 21% [============= ] 650/3003 21% [============= ] 651/3003 21% [============= ] 652/3003 21% [============= ] 653/3003 21% [============= ] 654/3003 21% [============= ] 655/3003 21% [============= ] 656/3003 21% [============= ] 657/3003 21% [============= ] 658/3003 21% [============= ] 659/3003 21% [============= ] 660/3003 21% [============= ] 661/3003 22% [============= ] 662/3003 22% [============= ] 663/3003 22% [============= ] 664/3003 22% [============= ] 665/3003 22% [============= ] 666/3003 22% [============= ] 667/3003 22% [============= ] 668/3003 22% [============= ] 669/3003 22% [============= ] 670/3003 22% [============= ] 671/3003 22% [============= ] 672/3003 22% [============= ] 673/3003 22% [============= ] 674/3003 22% [============= ] 675/3003 22% [============= ] 676/3003 22% [============= ] 677/3003 22% [============= ] 678/3003 22% [============== ] 679/3003 22% [============== ] 680/3003 22% [============== ] 681/3003 22% [============== ] 682/3003 22% [============== ] 683/3003 22% [============== ] 684/3003 22% [============== ] 685/3003 22% [============== ] 686/3003 22% [============== ] 687/3003 22% [============== ] 688/3003 22% [============== ] 689/3003 22% [============== ] 690/3003 22% [============== ] 691/3003 23% [============== ] 692/3003 23% [============== ] 693/3003 23% [============== ] 694/3003 23% [============== ] 695/3003 23% [============== ] 696/3003 23% [============== ] 697/3003 23% [============== ] 698/3003 23% [============== ] 699/3003 23% [============== ] 700/3003 23% [============== ] 701/3003 23% [============== ] 702/3003 23% [============== ] 703/3003 23% [============== ] 704/3003 23% [============== ] 705/3003 23% [============== ] 706/3003 23% [============== ] 707/3003 23% [============== ] 708/3003 23% [============== ] 709/3003 23% [============== ] 710/3003 23% [============== ] 711/3003 23% [============== ] 712/3003 23% [============== ] 713/3003 23% [============== ] 714/3003 23% [============== ] 715/3003 23% [============== ] 716/3003 23% [============== ] 717/3003 23% [============== ] 718/3003 23% [============== ] 719/3003 23% [============== ] 720/3003 23% [============== ] 721/3003 24% [============== ] 722/3003 24% [============== ] 723/3003 24% [============== ] 724/3003 24% [============== ] 725/3003 24% [============== ] 726/3003 24% [=============== ] 727/3003 24% [=============== ] 728/3003 24% [=============== ] 729/3003 24% [=============== ] 730/3003 24% [=============== ] 731/3003 24% [=============== ] 732/3003 24% [=============== ] 733/3003 24% [=============== ] 734/3003 24% [=============== ] 735/3003 24% [=============== ] 736/3003 24% [=============== ] 737/3003 24% [=============== ] 738/3003 24% [=============== ] 739/3003 24% [=============== ] 740/3003 24% [=============== ] 741/3003 24% [=============== ] 742/3003 24% [=============== ] 743/3003 24% [=============== ] 744/3003 24% [=============== ] 745/3003 24% [=============== ] 746/3003 24% [=============== ] 747/3003 24% [=============== ] 748/3003 24% [=============== ] 749/3003 24% [=============== ] 750/3003 24% [=============== ] 751/3003 25% [=============== ] 752/3003 25% [=============== ] 753/3003 25% [=============== ] 754/3003 25% [=============== ] 755/3003 25% [=============== ] 756/3003 25% [=============== ] 757/3003 25% [=============== ] 758/3003 25% [=============== ] 759/3003 25% [=============== ] 760/3003 25% [=============== ] 761/3003 25% [=============== ] 762/3003 25% [=============== ] 763/3003 25% [=============== ] 764/3003 25% [=============== ] 765/3003 25% [=============== ] 766/3003 25% [=============== ] 767/3003 25% [=============== ] 768/3003 25% [=============== ] 769/3003 25% [=============== ] 770/3003 25% [=============== ] 771/3003 25% [=============== ] 772/3003 25% [=============== ] 773/3003 25% [=============== ] 774/3003 25% [================ ] 775/3003 25% [================ ] 776/3003 25% [================ ] 777/3003 25% [================ ] 778/3003 25% [================ ] 779/3003 25% [================ ] 780/3003 25% [================ ] 781/3003 26% [================ ] 782/3003 26% [================ ] 783/3003 26% [================ ] 784/3003 26% [================ ] 785/3003 26% [================ ] 786/3003 26% [================ ] 787/3003 26% [================ ] 788/3003 26% [================ ] 789/3003 26% [================ ] 790/3003 26% [================ ] 791/3003 26% [================ ] 792/3003 26% [================ ] 793/3003 26% [================ ] 794/3003 26% [================ ] 795/3003 26% [================ ] 796/3003 26% [================ ] 797/3003 26% [================ ] 798/3003 26% [================ ] 799/3003 26% [================ ] 800/3003 26% [================ ] 801/3003 26% [================ ] 802/3003 26% [================ ] 803/3003 26% [================ ] 804/3003 26% [================ ] 805/3003 26% [================ ] 806/3003 26% [================ ] 807/3003 26% [================ ] 808/3003 26% [================ ] 809/3003 26% [================ ] 810/3003 26% [================ ] 811/3003 27% [================ ] 812/3003 27% [================ ] 813/3003 27% [================ ] 814/3003 27% [================ ] 815/3003 27% [================ ] 816/3003 27% [================ ] 817/3003 27% [================ ] 818/3003 27% [================ ] 819/3003 27% [================ ] 820/3003 27% [================ ] 821/3003 27% [================ ] 822/3003 27% [================ ] 823/3003 27% [================= ] 824/3003 27% [================= ] 825/3003 27% [================= ] 826/3003 27% [================= ] 827/3003 27% [================= ] 828/3003 27% [================= ] 829/3003 27% [================= ] 830/3003 27% [================= ] 831/3003 27% [================= ] 832/3003 27% [================= ] 833/3003 27% [================= ] 834/3003 27% [================= ] 835/3003 27% [================= ] 836/3003 27% [================= ] 837/3003 27% [================= ] 838/3003 27% [================= ] 839/3003 27% [================= ] 840/3003 27% [================= ] 841/3003 28% [================= ] 842/3003 28% [================= ] 843/3003 28% [================= ] 844/3003 28% [================= ] 845/3003 28% [================= ] 846/3003 28% [================= ] 847/3003 28% [================= ] 848/3003 28% [================= ] 849/3003 28% [================= ] 850/3003 28% [================= ] 851/3003 28% [================= ] 852/3003 28% [================= ] 853/3003 28% [================= ] 854/3003 28% [================= ] 855/3003 28% [================= ] 856/3003 28% [================= ] 857/3003 28% [================= ] 858/3003 28% [================= ] 859/3003 28% [================= ] 860/3003 28% [================= ] 861/3003 28% [================= ] 862/3003 28% [================= ] 863/3003 28% [================= ] 864/3003 28% [================= ] 865/3003 28% [================= ] 866/3003 28% [================= ] 867/3003 28% [================= ] 868/3003 28% [================= ] 869/3003 28% [================= ] 870/3003 28% [================= ] 871/3003 29% [================== ] 872/3003 29% [================== ] 873/3003 29% [================== ] 874/3003 29% [================== ] 875/3003 29% [================== ] 876/3003 29% [================== ] 877/3003 29% [================== ] 878/3003 29% [================== ] 879/3003 29% [================== ] 880/3003 29% [================== ] 881/3003 29% [================== ] 882/3003 29% [================== ] 883/3003 29% [================== ] 884/3003 29% [================== ] 885/3003 29% [================== ] 886/3003 29% [================== ] 887/3003 29% [================== ] 888/3003 29% [================== ] 889/3003 29% [================== ] 890/3003 29% [================== ] 891/3003 29% [================== ] 892/3003 29% [================== ] 893/3003 29% [================== ] 894/3003 29% [================== ] 895/3003 29% [================== ] 896/3003 29% [================== ] 897/3003 29% [================== ] 898/3003 29% [================== ] 899/3003 29% [================== ] 900/3003 29% [================== ] 901/3003 30% [================== ] 902/3003 30% [================== ] 903/3003 30% [================== ] 904/3003 30% [================== ] 905/3003 30% [================== ] 906/3003 30% [================== ] 907/3003 30% [================== ] 908/3003 30% [================== ] 909/3003 30% [================== ] 910/3003 30% [================== ] 911/3003 30% [================== ] 912/3003 30% [================== ] 913/3003 30% [================== ] 914/3003 30% [================== ] 915/3003 30% [================== ] 916/3003 30% [================== ] 917/3003 30% [================== ] 918/3003 30% [================== ] 919/3003 30% [================== ] 920/3003 30% [=================== ] 921/3003 30% [=================== ] 922/3003 30% [=================== ] 923/3003 30% [=================== ] 924/3003 30% [=================== ] 925/3003 30% [=================== ] 926/3003 30% [=================== ] 927/3003 30% [=================== ] 928/3003 30% [=================== ] 929/3003 30% [=================== ] 930/3003 30% [=================== ] 931/3003 31% [=================== ] 932/3003 31% [=================== ] 933/3003 31% [=================== ] 934/3003 31% [=================== ] 935/3003 31% [=================== ] 936/3003 31% [=================== ] 937/3003 31% [=================== ] 938/3003 31% [=================== ] 939/3003 31% [=================== ] 940/3003 31% [=================== ] 941/3003 31% [=================== ] 942/3003 31% [=================== ] 943/3003 31% [=================== ] 944/3003 31% [=================== ] 945/3003 31% [=================== ] 946/3003 31% [=================== ] 947/3003 31% [=================== ] 948/3003 31% [=================== ] 949/3003 31% [=================== ] 950/3003 31% [=================== ] 951/3003 31% [=================== ] 952/3003 31% [=================== ] 953/3003 31% [=================== ] 954/3003 31% [=================== ] 955/3003 31% [=================== ] 956/3003 31% [=================== ] 957/3003 31% [=================== ] 958/3003 31% [=================== ] 959/3003 31% [=================== ] 960/3003 31% [=================== ] 961/3003 32% [=================== ] 962/3003 32% [=================== ] 963/3003 32% [=================== ] 964/3003 32% [=================== ] 965/3003 32% [=================== ] 966/3003 32% [=================== ] 967/3003 32% [=================== ] 968/3003 32% [==================== ] 969/3003 32% [==================== ] 970/3003 32% [==================== ] 971/3003 32% [==================== ] 972/3003 32% [==================== ] 973/3003 32% [==================== ] 974/3003 32% [==================== ] 975/3003 32% [==================== ] 976/3003 32% [==================== ] 977/3003 32% [==================== ] 978/3003 32% [==================== ] 979/3003 32% [==================== ] 980/3003 32% [==================== ] 981/3003 32% [==================== ] 982/3003 32% [==================== ] 983/3003 32% [==================== ] 984/3003 32% [==================== ] 985/3003 32% [==================== ] 986/3003 32% [==================== ] 987/3003 32% [==================== ] 988/3003 32% [==================== ] 989/3003 32% [==================== ] 990/3003 32% [==================== ] 991/3003 33% [==================== ] 992/3003 33% [==================== ] 993/3003 33% [==================== ] 994/3003 33% [==================== ] 995/3003 33% [==================== ] 996/3003 33% [==================== ] 997/3003 33% [==================== ] 998/3003 33% [==================== ] 999/3003 33% [==================== ] 1000/3003 33% [==================== ] 1001/3003 33% [==================== ] 1002/3003 33% [==================== ] 1003/3003 33% [==================== ] 1004/3003 33% [==================== ] 1005/3003 33% [==================== ] 1006/3003 33% [==================== ] 1007/3003 33% [==================== ] 1008/3003 33% [==================== ] 1009/3003 33% [==================== ] 1010/3003 33% [==================== ] 1011/3003 33% [==================== ] 1012/3003 33% [==================== ] 1013/3003 33% [==================== ] 1014/3003 33% [==================== ] 1015/3003 33% [==================== ] 1016/3003 33% [==================== ] 1017/3003 33% [===================== ] 1018/3003 33% [===================== ] 1019/3003 33% [===================== ] 1020/3003 33% [===================== ] 1021/3003 33% [===================== ] 1022/3003 34% [===================== ] 1023/3003 34% [===================== ] 1024/3003 34% [===================== ] 1025/3003 34% [===================== ] 1026/3003 34% [===================== ] 1027/3003 34% [===================== ] 1028/3003 34% [===================== ] 1029/3003 34% [===================== ] 1030/3003 34% [===================== ] 1031/3003 34% [===================== ] 1032/3003 34% [===================== ] 1033/3003 34% [===================== ] 1034/3003 34% [===================== ] 1035/3003 34% [===================== ] 1036/3003 34% [===================== ] 1037/3003 34% [===================== ] 1038/3003 34% [===================== ] 1039/3003 34% [===================== ] 1040/3003 34% [===================== ] 1041/3003 34% [===================== ] 1042/3003 34% [===================== ] 1043/3003 34% [===================== ] 1044/3003 34% [===================== ] 1045/3003 34% [===================== ] 1046/3003 34% [===================== ] 1047/3003 34% [===================== ] 1048/3003 34% [===================== ] 1049/3003 34% [===================== ] 1050/3003 34% [===================== ] 1051/3003 34% [===================== ] 1052/3003 35% [===================== ] 1053/3003 35% [===================== ] 1054/3003 35% [===================== ] 1055/3003 35% [===================== ] 1056/3003 35% [===================== ] 1057/3003 35% [===================== ] 1058/3003 35% [===================== ] 1059/3003 35% [===================== ] 1060/3003 35% [===================== ] 1061/3003 35% [===================== ] 1062/3003 35% [===================== ] 1063/3003 35% [===================== ] 1064/3003 35% [===================== ] 1065/3003 35% [====================== ] 1066/3003 35% [====================== ] 1067/3003 35% [====================== ] 1068/3003 35% [====================== ] 1069/3003 35% [====================== ] 1070/3003 35% [====================== ] 1071/3003 35% [====================== ] 1072/3003 35% [====================== ] 1073/3003 35% [====================== ] 1074/3003 35% [====================== ] 1075/3003 35% [====================== ] 1076/3003 35% [====================== ] 1077/3003 35% [====================== ] 1078/3003 35% [====================== ] 1079/3003 35% [====================== ] 1080/3003 35% [====================== ] 1081/3003 35% [====================== ] 1082/3003 36% [====================== ] 1083/3003 36% [====================== ] 1084/3003 36% [====================== ] 1085/3003 36% [====================== ] 1086/3003 36% [====================== ] 1087/3003 36% [====================== ] 1088/3003 36% [====================== ] 1089/3003 36% [====================== ] 1090/3003 36% [====================== ] 1091/3003 36% [====================== ] 1092/3003 36% [====================== ] 1093/3003 36% [====================== ] 1094/3003 36% [====================== ] 1095/3003 36% [====================== ] 1096/3003 36% [====================== ] 1097/3003 36% [====================== ] 1098/3003 36% [====================== ] 1099/3003 36% [====================== ] 1100/3003 36% [====================== ] 1101/3003 36% [====================== ] 1102/3003 36% [====================== ] 1103/3003 36% [====================== ] 1104/3003 36% [====================== ] 1105/3003 36% [====================== ] 1106/3003 36% [====================== ] 1107/3003 36% [====================== ] 1108/3003 36% [====================== ] 1109/3003 36% [====================== ] 1110/3003 36% [====================== ] 1111/3003 36% [====================== ] 1112/3003 37% [====================== ] 1113/3003 37% [====================== ] 1114/3003 37% [======================= ] 1115/3003 37% [======================= ] 1116/3003 37% [======================= ] 1117/3003 37% [======================= ] 1118/3003 37% [======================= ] 1119/3003 37% [======================= ] 1120/3003 37% [======================= ] 1121/3003 37% [======================= ] 1122/3003 37% [======================= ] 1123/3003 37% [======================= ] 1124/3003 37% [======================= ] 1125/3003 37% [======================= ] 1126/3003 37% [======================= ] 1127/3003 37% [======================= ] 1128/3003 37% [======================= ] 1129/3003 37% [======================= ] 1130/3003 37% [======================= ] 1131/3003 37% [======================= ] 1132/3003 37% [======================= ] 1133/3003 37% [======================= ] 1134/3003 37% [======================= ] 1135/3003 37% [======================= ] 1136/3003 37% [======================= ] 1137/3003 37% [======================= ] 1138/3003 37% [======================= ] 1139/3003 37% [======================= ] 1140/3003 37% [======================= ] 1141/3003 37% [======================= ] 1142/3003 38% [======================= ] 1143/3003 38% [======================= ] 1144/3003 38% [======================= ] 1145/3003 38% [======================= ] 1146/3003 38% [======================= ] 1147/3003 38% [======================= ] 1148/3003 38% [======================= ] 1149/3003 38% [======================= ] 1150/3003 38% [======================= ] 1151/3003 38% [======================= ] 1152/3003 38% [======================= ] 1153/3003 38% [======================= ] 1154/3003 38% [======================= ] 1155/3003 38% [======================= ] 1156/3003 38% [======================= ] 1157/3003 38% [======================= ] 1158/3003 38% [======================= ] 1159/3003 38% [======================= ] 1160/3003 38% [======================= ] 1161/3003 38% [======================= ] 1162/3003 38% [======================== ] 1163/3003 38% [======================== ] 1164/3003 38% [======================== ] 1165/3003 38% [======================== ] 1166/3003 38% [======================== ] 1167/3003 38% [======================== ] 1168/3003 38% [======================== ] 1169/3003 38% [======================== ] 1170/3003 38% [======================== ] 1171/3003 38% [======================== ] 1172/3003 39% [======================== ] 1173/3003 39% [======================== ] 1174/3003 39% [======================== ] 1175/3003 39% [======================== ] 1176/3003 39% [======================== ] 1177/3003 39% [======================== ] 1178/3003 39% [======================== ] 1179/3003 39% [======================== ] 1180/3003 39% [======================== ] 1181/3003 39% [======================== ] 1182/3003 39% [======================== ] 1183/3003 39% [======================== ] 1184/3003 39% [======================== ] 1185/3003 39% [======================== ] 1186/3003 39% [======================== ] 1187/3003 39% [======================== ] 1188/3003 39% [======================== ] 1189/3003 39% [======================== ] 1190/3003 39% [======================== ] 1191/3003 39% [======================== ] 1192/3003 39% [======================== ] 1193/3003 39% [======================== ] 1194/3003 39% [======================== ] 1195/3003 39% [======================== ] 1196/3003 39% [======================== ] 1197/3003 39% [======================== ] 1198/3003 39% [======================== ] 1199/3003 39% [======================== ] 1200/3003 39% [======================== ] 1201/3003 39% [======================== ] 1202/3003 40% [======================== ] 1203/3003 40% [======================== ] 1204/3003 40% [======================== ] 1205/3003 40% [======================== ] 1206/3003 40% [======================== ] 1207/3003 40% [======================== ] 1208/3003 40% [======================== ] 1209/3003 40% [======================== ] 1210/3003 40% [========================= ] 1211/3003 40% [========================= ] 1212/3003 40% [========================= ] 1213/3003 40% [========================= ] 1214/3003 40% [========================= ] 1215/3003 40% [========================= ] 1216/3003 40% [========================= ] 1217/3003 40% [========================= ] 1218/3003 40% [========================= ] 1219/3003 40% [========================= ] 1220/3003 40% [========================= ] 1221/3003 40% [========================= ] 1222/3003 40% [========================= ] 1223/3003 40% [========================= ] 1224/3003 40% [========================= ] 1225/3003 40% [========================= ] 1226/3003 40% [========================= ] 1227/3003 40% [========================= ] 1228/3003 40% [========================= ] 1229/3003 40% [========================= ] 1230/3003 40% [========================= ] 1231/3003 40% [========================= ] 1232/3003 41% [========================= ] 1233/3003 41% [========================= ] 1234/3003 41% [========================= ] 1235/3003 41% [========================= ] 1236/3003 41% [========================= ] 1237/3003 41% [========================= ] 1238/3003 41% [========================= ] 1239/3003 41% [========================= ] 1240/3003 41% [========================= ] 1241/3003 41% [========================= ] 1242/3003 41% [========================= ] 1243/3003 41% [========================= ] 1244/3003 41% [========================= ] 1245/3003 41% [========================= ] 1246/3003 41% [========================= ] 1247/3003 41% [========================= ] 1248/3003 41% [========================= ] 1249/3003 41% [========================= ] 1250/3003 41% [========================= ] 1251/3003 41% [========================= ] 1252/3003 41% [========================= ] 1253/3003 41% [========================= ] 1254/3003 41% [========================= ] 1255/3003 41% [========================= ] 1256/3003 41% [========================= ] 1257/3003 41% [========================= ] 1258/3003 41% [========================= ] 1259/3003 41% [========================== ] 1260/3003 41% [========================== ] 1261/3003 41% [========================== ] 1262/3003 42% [========================== ] 1263/3003 42% [========================== ] 1264/3003 42% [========================== ] 1265/3003 42% [========================== ] 1266/3003 42% [========================== ] 1267/3003 42% [========================== ] 1268/3003 42% [========================== ] 1269/3003 42% [========================== ] 1270/3003 42% [========================== ] 1271/3003 42% [========================== ] 1272/3003 42% [========================== ] 1273/3003 42% [========================== ] 1274/3003 42% [========================== ] 1275/3003 42% [========================== ] 1276/3003 42% [========================== ] 1277/3003 42% [========================== ] 1278/3003 42% [========================== ] 1279/3003 42% [========================== ] 1280/3003 42% [========================== ] 1281/3003 42% [========================== ] 1282/3003 42% [========================== ] 1283/3003 42% [========================== ] 1284/3003 42% [========================== ] 1285/3003 42% [========================== ] 1286/3003 42% [========================== ] 1287/3003 42% [========================== ] 1288/3003 42% [========================== ] 1289/3003 42% [========================== ] 1290/3003 42% [========================== ] 1291/3003 42% [========================== ] 1292/3003 43% [========================== ] 1293/3003 43% [========================== ] 1294/3003 43% [========================== ] 1295/3003 43% [========================== ] 1296/3003 43% [========================== ] 1297/3003 43% [========================== ] 1298/3003 43% [========================== ] 1299/3003 43% [========================== ] 1300/3003 43% [========================== ] 1301/3003 43% [========================== ] 1302/3003 43% [========================== ] 1303/3003 43% [========================== ] 1304/3003 43% [========================== ] 1305/3003 43% [========================== ] 1306/3003 43% [========================== ] 1307/3003 43% [=========================== ] 1308/3003 43% [=========================== ] 1309/3003 43% [=========================== ] 1310/3003 43% [=========================== ] 1311/3003 43% [=========================== ] 1312/3003 43% [=========================== ] 1313/3003 43% [=========================== ] 1314/3003 43% [=========================== ] 1315/3003 43% [=========================== ] 1316/3003 43% [=========================== ] 1317/3003 43% [=========================== ] 1318/3003 43% [=========================== ] 1319/3003 43% [=========================== ] 1320/3003 43% [=========================== ] 1321/3003 43% [=========================== ] 1322/3003 44% [=========================== ] 1323/3003 44% [=========================== ] 1324/3003 44% [=========================== ] 1325/3003 44% [=========================== ] 1326/3003 44% [=========================== ] 1327/3003 44% [=========================== ] 1328/3003 44% [=========================== ] 1329/3003 44% [=========================== ] 1330/3003 44% [=========================== ] 1331/3003 44% [=========================== ] 1332/3003 44% [=========================== ] 1333/3003 44% [=========================== ] 1334/3003 44% [=========================== ] 1335/3003 44% [=========================== ] 1336/3003 44% [=========================== ] 1337/3003 44% [=========================== ] 1338/3003 44% [=========================== ] 1339/3003 44% [=========================== ] 1340/3003 44% [=========================== ] 1341/3003 44% [=========================== ] 1342/3003 44% [=========================== ] 1343/3003 44% [=========================== ] 1344/3003 44% [=========================== ] 1345/3003 44% [=========================== ] 1346/3003 44% [=========================== ] 1347/3003 44% [=========================== ] 1348/3003 44% [=========================== ] 1349/3003 44% [=========================== ] 1350/3003 44% [=========================== ] 1351/3003 44% [=========================== ] 1352/3003 45% [=========================== ] 1353/3003 45% [=========================== ] 1354/3003 45% [=========================== ] 1355/3003 45% [=========================== ] 1356/3003 45% [============================ ] 1357/3003 45% [============================ ] 1358/3003 45% [============================ ] 1359/3003 45% [============================ ] 1360/3003 45% [============================ ] 1361/3003 45% [============================ ] 1362/3003 45% [============================ ] 1363/3003 45% [============================ ] 1364/3003 45% [============================ ] 1365/3003 45% [============================ ] 1366/3003 45% [============================ ] 1367/3003 45% [============================ ] 1368/3003 45% [============================ ] 1369/3003 45% [============================ ] 1370/3003 45% [============================ ] 1371/3003 45% [============================ ] 1372/3003 45% [============================ ] 1373/3003 45% [============================ ] 1374/3003 45% [============================ ] 1375/3003 45% [============================ ] 1376/3003 45% [============================ ] 1377/3003 45% [============================ ] 1378/3003 45% [============================ ] 1379/3003 45% [============================ ] 1380/3003 45% [============================ ] 1381/3003 45% [============================ ] 1382/3003 46% [============================ ] 1383/3003 46% [============================ ] 1384/3003 46% [============================ ] 1385/3003 46% [============================ ] 1386/3003 46% [============================ ] 1387/3003 46% [============================ ] 1388/3003 46% [============================ ] 1389/3003 46% [============================ ] 1390/3003 46% [============================ ] 1391/3003 46% [============================ ] 1392/3003 46% [============================ ] 1393/3003 46% [============================ ] 1394/3003 46% [============================ ] 1395/3003 46% [============================ ] 1396/3003 46% [============================ ] 1397/3003 46% [============================ ] 1398/3003 46% [============================ ] 1399/3003 46% [============================ ] 1400/3003 46% [============================ ] 1401/3003 46% [============================ ] 1402/3003 46% [============================ ] 1403/3003 46% [============================ ] 1404/3003 46% [============================= ] 1405/3003 46% [============================= ] 1406/3003 46% [============================= ] 1407/3003 46% [============================= ] 1408/3003 46% [============================= ] 1409/3003 46% [============================= ] 1410/3003 46% [============================= ] 1411/3003 46% [============================= ] 1412/3003 47% [============================= ] 1413/3003 47% [============================= ] 1414/3003 47% [============================= ] 1415/3003 47% [============================= ] 1416/3003 47% [============================= ] 1417/3003 47% [============================= ] 1418/3003 47% [============================= ] 1419/3003 47% [============================= ] 1420/3003 47% [============================= ] 1421/3003 47% [============================= ] 1422/3003 47% [============================= ] 1423/3003 47% [============================= ] 1424/3003 47% [============================= ] 1425/3003 47% [============================= ] 1426/3003 47% [============================= ] 1427/3003 47% [============================= ] 1428/3003 47% [============================= ] 1429/3003 47% [============================= ] 1430/3003 47% [============================= ] 1431/3003 47% [============================= ] 1432/3003 47% [============================= ] 1433/3003 47% [============================= ] 1434/3003 47% [============================= ] 1435/3003 47% [============================= ] 1436/3003 47% [============================= ] 1437/3003 47% [============================= ] 1438/3003 47% [============================= ] 1439/3003 47% [============================= ] 1440/3003 47% [============================= ] 1441/3003 47% [============================= ] 1442/3003 48% [============================= ] 1443/3003 48% [============================= ] 1444/3003 48% [============================= ] 1445/3003 48% [============================= ] 1446/3003 48% [============================= ] 1447/3003 48% [============================= ] 1448/3003 48% [============================= ] 1449/3003 48% [============================= ] 1450/3003 48% [============================= ] 1451/3003 48% [============================= ] 1452/3003 48% [============================= ] 1453/3003 48% [============================== ] 1454/3003 48% [============================== ] 1455/3003 48% [============================== ] 1456/3003 48% [============================== ] 1457/3003 48% [============================== ] 1458/3003 48% [============================== ] 1459/3003 48% [============================== ] 1460/3003 48% [============================== ] 1461/3003 48% [============================== ] 1462/3003 48% [============================== ] 1463/3003 48% [============================== ] 1464/3003 48% [============================== ] 1465/3003 48% [============================== ] 1466/3003 48% [============================== ] 1467/3003 48% [============================== ] 1468/3003 48% [============================== ] 1469/3003 48% [============================== ] 1470/3003 48% [============================== ] 1471/3003 48% [============================== ] 1472/3003 49% [============================== ] 1473/3003 49% [============================== ] 1474/3003 49% [============================== ] 1475/3003 49% [============================== ] 1476/3003 49% [============================== ] 1477/3003 49% [============================== ] 1478/3003 49% [============================== ] 1479/3003 49% [============================== ] 1480/3003 49% [============================== ] 1481/3003 49% [============================== ] 1482/3003 49% [============================== ] 1483/3003 49% [============================== ] 1484/3003 49% [============================== ] 1485/3003 49% [============================== ] 1486/3003 49% [============================== ] 1487/3003 49% [============================== ] 1488/3003 49% [============================== ] 1489/3003 49% [============================== ] 1490/3003 49% [============================== ] 1491/3003 49% [============================== ] 1492/3003 49% [============================== ] 1493/3003 49% [============================== ] 1494/3003 49% [============================== ] 1495/3003 49% [============================== ] 1496/3003 49% [============================== ] 1497/3003 49% [============================== ] 1498/3003 49% [============================== ] 1499/3003 49% [============================== ] 1500/3003 49% [============================== ] 1501/3003 49% [=============================== ] 1502/3003 50% [=============================== ] 1503/3003 50% [=============================== ] 1504/3003 50% [=============================== ] 1505/3003 50% [=============================== ] 1506/3003 50% [=============================== ] 1507/3003 50% [=============================== ] 1508/3003 50% [=============================== ] 1509/3003 50% [=============================== ] 1510/3003 50% [=============================== ] 1511/3003 50% [=============================== ] 1512/3003 50% [=============================== ] 1513/3003 50% [=============================== ] 1514/3003 50% [=============================== ] 1515/3003 50% [=============================== ] 1516/3003 50% [=============================== ] 1517/3003 50% [=============================== ] 1518/3003 50% [=============================== ] 1519/3003 50% [=============================== ] 1520/3003 50% [=============================== ] 1521/3003 50% [=============================== ] 1522/3003 50% [=============================== ] 1523/3003 50% [=============================== ] 1524/3003 50% [=============================== ] 1525/3003 50% [=============================== ] 1526/3003 50% [=============================== ] 1527/3003 50% [=============================== ] 1528/3003 50% [=============================== ] 1529/3003 50% [=============================== ] 1530/3003 50% [=============================== ] 1531/3003 50% [=============================== ] 1532/3003 51% [=============================== ] 1533/3003 51% [=============================== ] 1534/3003 51% [=============================== ] 1535/3003 51% [=============================== ] 1536/3003 51% [=============================== ] 1537/3003 51% [=============================== ] 1538/3003 51% [=============================== ] 1539/3003 51% [=============================== ] 1540/3003 51% [=============================== ] 1541/3003 51% [=============================== ] 1542/3003 51% [=============================== ] 1543/3003 51% [=============================== ] 1544/3003 51% [=============================== ] 1545/3003 51% [=============================== ] 1546/3003 51% [=============================== ] 1547/3003 51% [=============================== ] 1548/3003 51% [=============================== ] 1549/3003 51% [================================ ] 1550/3003 51% [================================ ] 1551/3003 51% [================================ ] 1552/3003 51% [================================ ] 1553/3003 51% [================================ ] 1554/3003 51% [================================ ] 1555/3003 51% [================================ ] 1556/3003 51% [================================ ] 1557/3003 51% [================================ ] 1558/3003 51% [================================ ] 1559/3003 51% [================================ ] 1560/3003 51% [================================ ] 1561/3003 51% [================================ ] 1562/3003 52% [================================ ] 1563/3003 52% [================================ ] 1564/3003 52% [================================ ] 1565/3003 52% [================================ ] 1566/3003 52% [================================ ] 1567/3003 52% [================================ ] 1568/3003 52% [================================ ] 1569/3003 52% [================================ ] 1570/3003 52% [================================ ] 1571/3003 52% [================================ ] 1572/3003 52% [================================ ] 1573/3003 52% [================================ ] 1574/3003 52% [================================ ] 1575/3003 52% [================================ ] 1576/3003 52% [================================ ] 1577/3003 52% [================================ ] 1578/3003 52% [================================ ] 1579/3003 52% [================================ ] 1580/3003 52% [================================ ] 1581/3003 52% [================================ ] 1582/3003 52% [================================ ] 1583/3003 52% [================================ ] 1584/3003 52% [================================ ] 1585/3003 52% [================================ ] 1586/3003 52% [================================ ] 1587/3003 52% [================================ ] 1588/3003 52% [================================ ] 1589/3003 52% [================================ ] 1590/3003 52% [================================ ] 1591/3003 52% [================================ ] 1592/3003 53% [================================ ] 1593/3003 53% [================================ ] 1594/3003 53% [================================ ] 1595/3003 53% [================================ ] 1596/3003 53% [================================ ] 1597/3003 53% [================================ ] 1598/3003 53% [================================= ] 1599/3003 53% [================================= ] 1600/3003 53% [================================= ] 1601/3003 53% [================================= ] 1602/3003 53% [================================= ] 1603/3003 53% [================================= ] 1604/3003 53% [================================= ] 1605/3003 53% [================================= ] 1606/3003 53% [================================= ] 1607/3003 53% [================================= ] 1608/3003 53% [================================= ] 1609/3003 53% [================================= ] 1610/3003 53% [================================= ] 1611/3003 53% [================================= ] 1612/3003 53% [================================= ] 1613/3003 53% [================================= ] 1614/3003 53% [================================= ] 1615/3003 53% [================================= ] 1616/3003 53% [================================= ] 1617/3003 53% [================================= ] 1618/3003 53% [================================= ] 1619/3003 53% [================================= ] 1620/3003 53% [================================= ] 1621/3003 53% [================================= ] 1622/3003 54% [================================= ] 1623/3003 54% [================================= ] 1624/3003 54% [================================= ] 1625/3003 54% [================================= ] 1626/3003 54% [================================= ] 1627/3003 54% [================================= ] 1628/3003 54% [================================= ] 1629/3003 54% [================================= ] 1630/3003 54% [================================= ] 1631/3003 54% [================================= ] 1632/3003 54% [================================= ] 1633/3003 54% [================================= ] 1634/3003 54% [================================= ] 1635/3003 54% [================================= ] 1636/3003 54% [================================= ] 1637/3003 54% [================================= ] 1638/3003 54% [================================= ] 1639/3003 54% [================================= ] 1640/3003 54% [================================= ] 1641/3003 54% [================================= ] 1642/3003 54% [================================= ] 1643/3003 54% [================================= ] 1644/3003 54% [================================= ] 1645/3003 54% [================================= ] 1646/3003 54% [================================== ] 1647/3003 54% [================================== ] 1648/3003 54% [================================== ] 1649/3003 54% [================================== ] 1650/3003 54% [================================== ] 1651/3003 54% [================================== ] 1652/3003 55% [================================== ] 1653/3003 55% [================================== ] 1654/3003 55% [================================== ] 1655/3003 55% [================================== ] 1656/3003 55% [================================== ] 1657/3003 55% [================================== ] 1658/3003 55% [================================== ] 1659/3003 55% [================================== ] 1660/3003 55% [================================== ] 1661/3003 55% [================================== ] 1662/3003 55% [================================== ] 1663/3003 55% [================================== ] 1664/3003 55% [================================== ] 1665/3003 55% [================================== ] 1666/3003 55% [================================== ] 1667/3003 55% [================================== ] 1668/3003 55% [================================== ] 1669/3003 55% [================================== ] 1670/3003 55% [================================== ] 1671/3003 55% [================================== ] 1672/3003 55% [================================== ] 1673/3003 55% [================================== ] 1674/3003 55% [================================== ] 1675/3003 55% [================================== ] 1676/3003 55% [================================== ] 1677/3003 55% [================================== ] 1678/3003 55% [================================== ] 1679/3003 55% [================================== ] 1680/3003 55% [================================== ] 1681/3003 55% [================================== ] 1682/3003 56% [================================== ] 1683/3003 56% [================================== ] 1684/3003 56% [================================== ] 1685/3003 56% [================================== ] 1686/3003 56% [================================== ] 1687/3003 56% [================================== ] 1688/3003 56% [================================== ] 1689/3003 56% [================================== ] 1690/3003 56% [================================== ] 1691/3003 56% [================================== ] 1692/3003 56% [================================== ] 1693/3003 56% [================================== ] 1694/3003 56% [================================== ] 1695/3003 56% [=================================== ] 1696/3003 56% [=================================== ] 1697/3003 56% [=================================== ] 1698/3003 56% [=================================== ] 1699/3003 56% [=================================== ] 1700/3003 56% [=================================== ] 1701/3003 56% [=================================== ] 1702/3003 56% [=================================== ] 1703/3003 56% [=================================== ] 1704/3003 56% [=================================== ] 1705/3003 56% [=================================== ] 1706/3003 56% [=================================== ] 1707/3003 56% [=================================== ] 1708/3003 56% [=================================== ] 1709/3003 56% [=================================== ] 1710/3003 56% [=================================== ] 1711/3003 56% [=================================== ] 1712/3003 57% [=================================== ] 1713/3003 57% [=================================== ] 1714/3003 57% [=================================== ] 1715/3003 57% [=================================== ] 1716/3003 57% [=================================== ] 1717/3003 57% [=================================== ] 1718/3003 57% [=================================== ] 1719/3003 57% [=================================== ] 1720/3003 57% [=================================== ] 1721/3003 57% [=================================== ] 1722/3003 57% [=================================== ] 1723/3003 57% [=================================== ] 1724/3003 57% [=================================== ] 1725/3003 57% [=================================== ] 1726/3003 57% [=================================== ] 1727/3003 57% [=================================== ] 1728/3003 57% [=================================== ] 1729/3003 57% [=================================== ] 1730/3003 57% [=================================== ] 1731/3003 57% [=================================== ] 1732/3003 57% [=================================== ] 1733/3003 57% [=================================== ] 1734/3003 57% [=================================== ] 1735/3003 57% [=================================== ] 1736/3003 57% [=================================== ] 1737/3003 57% [=================================== ] 1738/3003 57% [=================================== ] 1739/3003 57% [=================================== ] 1740/3003 57% [=================================== ] 1741/3003 57% [=================================== ] 1742/3003 58% [=================================== ] 1743/3003 58% [==================================== ] 1744/3003 58% [==================================== ] 1745/3003 58% [==================================== ] 1746/3003 58% [==================================== ] 1747/3003 58% [==================================== ] 1748/3003 58% [==================================== ] 1749/3003 58% [==================================== ] 1750/3003 58% [==================================== ] 1751/3003 58% [==================================== ] 1752/3003 58% [==================================== ] 1753/3003 58% [==================================== ] 1754/3003 58% [==================================== ] 1755/3003 58% [==================================== ] 1756/3003 58% [==================================== ] 1757/3003 58% [==================================== ] 1758/3003 58% [==================================== ] 1759/3003 58% [==================================== ] 1760/3003 58% [==================================== ] 1761/3003 58% [==================================== ] 1762/3003 58% [==================================== ] 1763/3003 58% [==================================== ] 1764/3003 58% [==================================== ] 1765/3003 58% [==================================== ] 1766/3003 58% [==================================== ] 1767/3003 58% [==================================== ] 1768/3003 58% [==================================== ] 1769/3003 58% [==================================== ] 1770/3003 58% [==================================== ] 1771/3003 58% [==================================== ] 1772/3003 59% [==================================== ] 1773/3003 59% [==================================== ] 1774/3003 59% [==================================== ] 1775/3003 59% [==================================== ] 1776/3003 59% [==================================== ] 1777/3003 59% [==================================== ] 1778/3003 59% [==================================== ] 1779/3003 59% [==================================== ] 1780/3003 59% [==================================== ] 1781/3003 59% [==================================== ] 1782/3003 59% [==================================== ] 1783/3003 59% [==================================== ] 1784/3003 59% [==================================== ] 1785/3003 59% [==================================== ] 1786/3003 59% [==================================== ] 1787/3003 59% [==================================== ] 1788/3003 59% [==================================== ] 1789/3003 59% [==================================== ] 1790/3003 59% [==================================== ] 1791/3003 59% [==================================== ] 1792/3003 59% [===================================== ] 1793/3003 59% [===================================== ] 1794/3003 59% [===================================== ] 1795/3003 59% [===================================== ] 1796/3003 59% [===================================== ] 1797/3003 59% [===================================== ] 1798/3003 59% [===================================== ] 1799/3003 59% [===================================== ] 1800/3003 59% [===================================== ] 1801/3003 59% [===================================== ] 1802/3003 60% [===================================== ] 1803/3003 60% [===================================== ] 1804/3003 60% [===================================== ] 1805/3003 60% [===================================== ] 1806/3003 60% [===================================== ] 1807/3003 60% [===================================== ] 1808/3003 60% [===================================== ] 1809/3003 60% [===================================== ] 1810/3003 60% [===================================== ] 1811/3003 60% [===================================== ] 1812/3003 60% [===================================== ] 1813/3003 60% [===================================== ] 1814/3003 60% [===================================== ] 1815/3003 60% [===================================== ] 1816/3003 60% [===================================== ] 1817/3003 60% [===================================== ] 1818/3003 60% [===================================== ] 1819/3003 60% [===================================== ] 1820/3003 60% [===================================== ] 1821/3003 60% [===================================== ] 1822/3003 60% [===================================== ] 1823/3003 60% [===================================== ] 1824/3003 60% [===================================== ] 1825/3003 60% [===================================== ] 1826/3003 60% [===================================== ] 1827/3003 60% [===================================== ] 1828/3003 60% [===================================== ] 1829/3003 60% [===================================== ] 1830/3003 60% [===================================== ] 1831/3003 60% [===================================== ] 1832/3003 61% [===================================== ] 1833/3003 61% [===================================== ] 1834/3003 61% [===================================== ] 1835/3003 61% [===================================== ] 1836/3003 61% [===================================== ] 1837/3003 61% [===================================== ] 1838/3003 61% [===================================== ] 1839/3003 61% [===================================== ] 1840/3003 61% [====================================== ] 1841/3003 61% [====================================== ] 1842/3003 61% [====================================== ] 1843/3003 61% [====================================== ] 1844/3003 61% [====================================== ] 1845/3003 61% [====================================== ] 1846/3003 61% [====================================== ] 1847/3003 61% [====================================== ] 1848/3003 61% [====================================== ] 1849/3003 61% [====================================== ] 1850/3003 61% [====================================== ] 1851/3003 61% [====================================== ] 1852/3003 61% [====================================== ] 1853/3003 61% [====================================== ] 1854/3003 61% [====================================== ] 1855/3003 61% [====================================== ] 1856/3003 61% [====================================== ] 1857/3003 61% [====================================== ] 1858/3003 61% [====================================== ] 1859/3003 61% [====================================== ] 1860/3003 61% [====================================== ] 1861/3003 61% [====================================== ] 1862/3003 62% [====================================== ] 1863/3003 62% [====================================== ] 1864/3003 62% [====================================== ] 1865/3003 62% [====================================== ] 1866/3003 62% [====================================== ] 1867/3003 62% [====================================== ] 1868/3003 62% [====================================== ] 1869/3003 62% [====================================== ] 1870/3003 62% [====================================== ] 1871/3003 62% [====================================== ] 1872/3003 62% [====================================== ] 1873/3003 62% [====================================== ] 1874/3003 62% [====================================== ] 1875/3003 62% [====================================== ] 1876/3003 62% [====================================== ] 1877/3003 62% [====================================== ] 1878/3003 62% [====================================== ] 1879/3003 62% [====================================== ] 1880/3003 62% [====================================== ] 1881/3003 62% [====================================== ] 1882/3003 62% [====================================== ] 1883/3003 62% [====================================== ] 1884/3003 62% [====================================== ] 1885/3003 62% [====================================== ] 1886/3003 62% [====================================== ] 1887/3003 62% [====================================== ] 1888/3003 62% [======================================= ] 1889/3003 62% [======================================= ] 1890/3003 62% [======================================= ] 1891/3003 62% [======================================= ] 1892/3003 63% [======================================= ] 1893/3003 63% [======================================= ] 1894/3003 63% [======================================= ] 1895/3003 63% [======================================= ] 1896/3003 63% [======================================= ] 1897/3003 63% [======================================= ] 1898/3003 63% [======================================= ] 1899/3003 63% [======================================= ] 1900/3003 63% [======================================= ] 1901/3003 63% [======================================= ] 1902/3003 63% [======================================= ] 1903/3003 63% [======================================= ] 1904/3003 63% [======================================= ] 1905/3003 63% [======================================= ] 1906/3003 63% [======================================= ] 1907/3003 63% [======================================= ] 1908/3003 63% [======================================= ] 1909/3003 63% [======================================= ] 1910/3003 63% [======================================= ] 1911/3003 63% [======================================= ] 1912/3003 63% [======================================= ] 1913/3003 63% [======================================= ] 1914/3003 63% [======================================= ] 1915/3003 63% [======================================= ] 1916/3003 63% [======================================= ] 1917/3003 63% [======================================= ] 1918/3003 63% [======================================= ] 1919/3003 63% [======================================= ] 1920/3003 63% [======================================= ] 1921/3003 63% [======================================= ] 1922/3003 64% [======================================= ] 1923/3003 64% [======================================= ] 1924/3003 64% [======================================= ] 1925/3003 64% [======================================= ] 1926/3003 64% [======================================= ] 1927/3003 64% [======================================= ] 1928/3003 64% [======================================= ] 1929/3003 64% [======================================= ] 1930/3003 64% [======================================= ] 1931/3003 64% [======================================= ] 1932/3003 64% [======================================= ] 1933/3003 64% [======================================= ] 1934/3003 64% [======================================= ] 1935/3003 64% [======================================= ] 1936/3003 64% [======================================= ] 1937/3003 64% [======================================== ] 1938/3003 64% [======================================== ] 1939/3003 64% [======================================== ] 1940/3003 64% [======================================== ] 1941/3003 64% [======================================== ] 1942/3003 64% [======================================== ] 1943/3003 64% [======================================== ] 1944/3003 64% [======================================== ] 1945/3003 64% [======================================== ] 1946/3003 64% [======================================== ] 1947/3003 64% [======================================== ] 1948/3003 64% [======================================== ] 1949/3003 64% [======================================== ] 1950/3003 64% [======================================== ] 1951/3003 64% [======================================== ] 1952/3003 65% [======================================== ] 1953/3003 65% [======================================== ] 1954/3003 65% [======================================== ] 1955/3003 65% [======================================== ] 1956/3003 65% [======================================== ] 1957/3003 65% [======================================== ] 1958/3003 65% [======================================== ] 1959/3003 65% [======================================== ] 1960/3003 65% [======================================== ] 1961/3003 65% [======================================== ] 1962/3003 65% [======================================== ] 1963/3003 65% [======================================== ] 1964/3003 65% [======================================== ] 1965/3003 65% [======================================== ] 1966/3003 65% [======================================== ] 1967/3003 65% [======================================== ] 1968/3003 65% [======================================== ] 1969/3003 65% [======================================== ] 1970/3003 65% [======================================== ] 1971/3003 65% [======================================== ] 1972/3003 65% [======================================== ] 1973/3003 65% [======================================== ] 1974/3003 65% [======================================== ] 1975/3003 65% [======================================== ] 1976/3003 65% [======================================== ] 1977/3003 65% [======================================== ] 1978/3003 65% [======================================== ] 1979/3003 65% [======================================== ] 1980/3003 65% [======================================== ] 1981/3003 65% [======================================== ] 1982/3003 66% [======================================== ] 1983/3003 66% [======================================== ] 1984/3003 66% [======================================== ] 1985/3003 66% [========================================= ] 1986/3003 66% [========================================= ] 1987/3003 66% [========================================= ] 1988/3003 66% [========================================= ] 1989/3003 66% [========================================= ] 1990/3003 66% [========================================= ] 1991/3003 66% [========================================= ] 1992/3003 66% [========================================= ] 1993/3003 66% [========================================= ] 1994/3003 66% [========================================= ] 1995/3003 66% [========================================= ] 1996/3003 66% [========================================= ] 1997/3003 66% [========================================= ] 1998/3003 66% [========================================= ] 1999/3003 66% [========================================= ] 2000/3003 66% [========================================= ] 2001/3003 66% [========================================= ] 2002/3003 66% [========================================= ] 2003/3003 66% [========================================= ] 2004/3003 66% [========================================= ] 2005/3003 66% [========================================= ] 2006/3003 66% [========================================= ] 2007/3003 66% [========================================= ] 2008/3003 66% [========================================= ] 2009/3003 66% [========================================= ] 2010/3003 66% [========================================= ] 2011/3003 66% [========================================= ] 2012/3003 66% [========================================= ] 2013/3003 67% [========================================= ] 2014/3003 67% [========================================= ] 2015/3003 67% [========================================= ] 2016/3003 67% [========================================= ] 2017/3003 67% [========================================= ] 2018/3003 67% [========================================= ] 2019/3003 67% [========================================= ] 2020/3003 67% [========================================= ] 2021/3003 67% [========================================= ] 2022/3003 67% [========================================= ] 2023/3003 67% [========================================= ] 2024/3003 67% [========================================= ] 2025/3003 67% [========================================= ] 2026/3003 67% [========================================= ] 2027/3003 67% [========================================= ] 2028/3003 67% [========================================= ] 2029/3003 67% [========================================= ] 2030/3003 67% [========================================= ] 2031/3003 67% [========================================= ] 2032/3003 67% [========================================= ] 2033/3003 67% [========================================= ] 2034/3003 67% [========================================== ] 2035/3003 67% [========================================== ] 2036/3003 67% [========================================== ] 2037/3003 67% [========================================== ] 2038/3003 67% [========================================== ] 2039/3003 67% [========================================== ] 2040/3003 67% [========================================== ] 2041/3003 67% [========================================== ] 2042/3003 67% [========================================== ] 2043/3003 68% [========================================== ] 2044/3003 68% [========================================== ] 2045/3003 68% [========================================== ] 2046/3003 68% [========================================== ] 2047/3003 68% [========================================== ] 2048/3003 68% [========================================== ] 2049/3003 68% [========================================== ] 2050/3003 68% [========================================== ] 2051/3003 68% [========================================== ] 2052/3003 68% [========================================== ] 2053/3003 68% [========================================== ] 2054/3003 68% [========================================== ] 2055/3003 68% [========================================== ] 2056/3003 68% [========================================== ] 2057/3003 68% [========================================== ] 2058/3003 68% [========================================== ] 2059/3003 68% [========================================== ] 2060/3003 68% [========================================== ] 2061/3003 68% [========================================== ] 2062/3003 68% [========================================== ] 2063/3003 68% [========================================== ] 2064/3003 68% [========================================== ] 2065/3003 68% [========================================== ] 2066/3003 68% [========================================== ] 2067/3003 68% [========================================== ] 2068/3003 68% [========================================== ] 2069/3003 68% [========================================== ] 2070/3003 68% [========================================== ] 2071/3003 68% [========================================== ] 2072/3003 68% [========================================== ] 2073/3003 69% [========================================== ] 2074/3003 69% [========================================== ] 2075/3003 69% [========================================== ] 2076/3003 69% [========================================== ] 2077/3003 69% [========================================== ] 2078/3003 69% [========================================== ] 2079/3003 69% [========================================== ] 2080/3003 69% [========================================== ] 2081/3003 69% [========================================== ] 2082/3003 69% [=========================================== ] 2083/3003 69% [=========================================== ] 2084/3003 69% [=========================================== ] 2085/3003 69% [=========================================== ] 2086/3003 69% [=========================================== ] 2087/3003 69% [=========================================== ] 2088/3003 69% [=========================================== ] 2089/3003 69% [=========================================== ] 2090/3003 69% [=========================================== ] 2091/3003 69% [=========================================== ] 2092/3003 69% [=========================================== ] 2093/3003 69% [=========================================== ] 2094/3003 69% [=========================================== ] 2095/3003 69% [=========================================== ] 2096/3003 69% [=========================================== ] 2097/3003 69% [=========================================== ] 2098/3003 69% [=========================================== ] 2099/3003 69% [=========================================== ] 2100/3003 69% [=========================================== ] 2101/3003 69% [=========================================== ] 2102/3003 69% [=========================================== ] 2103/3003 70% [=========================================== ] 2104/3003 70% [=========================================== ] 2105/3003 70% [=========================================== ] 2106/3003 70% [=========================================== ] 2107/3003 70% [=========================================== ] 2108/3003 70% [=========================================== ] 2109/3003 70% [=========================================== ] 2110/3003 70% [=========================================== ] 2111/3003 70% [=========================================== ] 2112/3003 70% [=========================================== ] 2113/3003 70% [=========================================== ] 2114/3003 70% [=========================================== ] 2115/3003 70% [=========================================== ] 2116/3003 70% [=========================================== ] 2117/3003 70% [=========================================== ] 2118/3003 70% [=========================================== ] 2119/3003 70% [=========================================== ] 2120/3003 70% [=========================================== ] 2121/3003 70% [=========================================== ] 2122/3003 70% [=========================================== ] 2123/3003 70% [=========================================== ] 2124/3003 70% [=========================================== ] 2125/3003 70% [=========================================== ] 2126/3003 70% [=========================================== ] 2127/3003 70% [=========================================== ] 2128/3003 70% [=========================================== ] 2129/3003 70% [=========================================== ] 2130/3003 70% [=========================================== ] 2131/3003 70% [============================================ ] 2132/3003 70% [============================================ ] 2133/3003 71% [============================================ ] 2134/3003 71% [============================================ ] 2135/3003 71% [============================================ ] 2136/3003 71% [============================================ ] 2137/3003 71% [============================================ ] 2138/3003 71% [============================================ ] 2139/3003 71% [============================================ ] 2140/3003 71% [============================================ ] 2141/3003 71% [============================================ ] 2142/3003 71% [============================================ ] 2143/3003 71% [============================================ ] 2144/3003 71% [============================================ ] 2145/3003 71% [============================================ ] 2146/3003 71% [============================================ ] 2147/3003 71% [============================================ ] 2148/3003 71% [============================================ ] 2149/3003 71% [============================================ ] 2150/3003 71% [============================================ ] 2151/3003 71% [============================================ ] 2152/3003 71% [============================================ ] 2153/3003 71% [============================================ ] 2154/3003 71% [============================================ ] 2155/3003 71% [============================================ ] 2156/3003 71% [============================================ ] 2157/3003 71% [============================================ ] 2158/3003 71% [============================================ ] 2159/3003 71% [============================================ ] 2160/3003 71% [============================================ ] 2161/3003 71% [============================================ ] 2162/3003 71% [============================================ ] 2163/3003 72% [============================================ ] 2164/3003 72% [============================================ ] 2165/3003 72% [============================================ ] 2166/3003 72% [============================================ ] 2167/3003 72% [============================================ ] 2168/3003 72% [============================================ ] 2169/3003 72% [============================================ ] 2170/3003 72% [============================================ ] 2171/3003 72% [============================================ ] 2172/3003 72% [============================================ ] 2173/3003 72% [============================================ ] 2174/3003 72% [============================================ ] 2175/3003 72% [============================================ ] 2176/3003 72% [============================================ ] 2177/3003 72% [============================================ ] 2178/3003 72% [============================================ ] 2179/3003 72% [============================================= ] 2180/3003 72% [============================================= ] 2181/3003 72% [============================================= ] 2182/3003 72% [============================================= ] 2183/3003 72% [============================================= ] 2184/3003 72% [============================================= ] 2185/3003 72% [============================================= ] 2186/3003 72% [============================================= ] 2187/3003 72% [============================================= ] 2188/3003 72% [============================================= ] 2189/3003 72% [============================================= ] 2190/3003 72% [============================================= ] 2191/3003 72% [============================================= ] 2192/3003 72% [============================================= ] 2193/3003 73% [============================================= ] 2194/3003 73% [============================================= ] 2195/3003 73% [============================================= ] 2196/3003 73% [============================================= ] 2197/3003 73% [============================================= ] 2198/3003 73% [============================================= ] 2199/3003 73% [============================================= ] 2200/3003 73% [============================================= ] 2201/3003 73% [============================================= ] 2202/3003 73% [============================================= ] 2203/3003 73% [============================================= ] 2204/3003 73% [============================================= ] 2205/3003 73% [============================================= ] 2206/3003 73% [============================================= ] 2207/3003 73% [============================================= ] 2208/3003 73% [============================================= ] 2209/3003 73% [============================================= ] 2210/3003 73% [============================================= ] 2211/3003 73% [============================================= ] 2212/3003 73% [============================================= ] 2213/3003 73% [============================================= ] 2214/3003 73% [============================================= ] 2215/3003 73% [============================================= ] 2216/3003 73% [============================================= ] 2217/3003 73% [============================================= ] 2218/3003 73% [============================================= ] 2219/3003 73% [============================================= ] 2220/3003 73% [============================================= ] 2221/3003 73% [============================================= ] 2222/3003 73% [============================================= ] 2223/3003 74% [============================================= ] 2224/3003 74% [============================================= ] 2225/3003 74% [============================================= ] 2226/3003 74% [============================================= ] 2227/3003 74% [============================================= ] 2228/3003 74% [============================================== ] 2229/3003 74% [============================================== ] 2230/3003 74% [============================================== ] 2231/3003 74% [============================================== ] 2232/3003 74% [============================================== ] 2233/3003 74% [============================================== ] 2234/3003 74% [============================================== ] 2235/3003 74% [============================================== ] 2236/3003 74% [============================================== ] 2237/3003 74% [============================================== ] 2238/3003 74% [============================================== ] 2239/3003 74% [============================================== ] 2240/3003 74% [============================================== ] 2241/3003 74% [============================================== ] 2242/3003 74% [============================================== ] 2243/3003 74% [============================================== ] 2244/3003 74% [============================================== ] 2245/3003 74% [============================================== ] 2246/3003 74% [============================================== ] 2247/3003 74% [============================================== ] 2248/3003 74% [============================================== ] 2249/3003 74% [============================================== ] 2250/3003 74% [============================================== ] 2251/3003 74% [============================================== ] 2252/3003 74% [============================================== ] 2253/3003 75% [============================================== ] 2254/3003 75% [============================================== ] 2255/3003 75% [============================================== ] 2256/3003 75% [============================================== ] 2257/3003 75% [============================================== ] 2258/3003 75% [============================================== ] 2259/3003 75% [============================================== ] 2260/3003 75% [============================================== ] 2261/3003 75% [============================================== ] 2262/3003 75% [============================================== ] 2263/3003 75% [============================================== ] 2264/3003 75% [============================================== ] 2265/3003 75% [============================================== ] 2266/3003 75% [============================================== ] 2267/3003 75% [============================================== ] 2268/3003 75% [============================================== ] 2269/3003 75% [============================================== ] 2270/3003 75% [============================================== ] 2271/3003 75% [============================================== ] 2272/3003 75% [============================================== ] 2273/3003 75% [============================================== ] 2274/3003 75% [============================================== ] 2275/3003 75% [============================================== ] 2276/3003 75% [=============================================== ] 2277/3003 75% [=============================================== ] 2278/3003 75% [=============================================== ] 2279/3003 75% [=============================================== ] 2280/3003 75% [=============================================== ] 2281/3003 75% [=============================================== ] 2282/3003 75% [=============================================== ] 2283/3003 76% [=============================================== ] 2284/3003 76% [=============================================== ] 2285/3003 76% [=============================================== ] 2286/3003 76% [=============================================== ] 2287/3003 76% [=============================================== ] 2288/3003 76% [=============================================== ] 2289/3003 76% [=============================================== ] 2290/3003 76% [=============================================== ] 2291/3003 76% [=============================================== ] 2292/3003 76% [=============================================== ] 2293/3003 76% [=============================================== ] 2294/3003 76% [=============================================== ] 2295/3003 76% [=============================================== ] 2296/3003 76% [=============================================== ] 2297/3003 76% [=============================================== ] 2298/3003 76% [=============================================== ] 2299/3003 76% [=============================================== ] 2300/3003 76% [=============================================== ] 2301/3003 76% [=============================================== ] 2302/3003 76% [=============================================== ] 2303/3003 76% [=============================================== ] 2304/3003 76% [=============================================== ] 2305/3003 76% [=============================================== ] 2306/3003 76% [=============================================== ] 2307/3003 76% [=============================================== ] 2308/3003 76% [=============================================== ] 2309/3003 76% [=============================================== ] 2310/3003 76% [=============================================== ] 2311/3003 76% [=============================================== ] 2312/3003 76% [=============================================== ] 2313/3003 77% [=============================================== ] 2314/3003 77% [=============================================== ] 2315/3003 77% [=============================================== ] 2316/3003 77% [=============================================== ] 2317/3003 77% [=============================================== ] 2318/3003 77% [=============================================== ] 2319/3003 77% [=============================================== ] 2320/3003 77% [=============================================== ] 2321/3003 77% [=============================================== ] 2322/3003 77% [=============================================== ] 2323/3003 77% [=============================================== ] 2324/3003 77% [================================================ ] 2325/3003 77% [================================================ ] 2326/3003 77% [================================================ ] 2327/3003 77% [================================================ ] 2328/3003 77% [================================================ ] 2329/3003 77% [================================================ ] 2330/3003 77% [================================================ ] 2331/3003 77% [================================================ ] 2332/3003 77% [================================================ ] 2333/3003 77% [================================================ ] 2334/3003 77% [================================================ ] 2335/3003 77% [================================================ ] 2336/3003 77% [================================================ ] 2337/3003 77% [================================================ ] 2338/3003 77% [================================================ ] 2339/3003 77% [================================================ ] 2340/3003 77% [================================================ ] 2341/3003 77% [================================================ ] 2342/3003 77% [================================================ ] 2343/3003 78% [================================================ ] 2344/3003 78% [================================================ ] 2345/3003 78% [================================================ ] 2346/3003 78% [================================================ ] 2347/3003 78% [================================================ ] 2348/3003 78% [================================================ ] 2349/3003 78% [================================================ ] 2350/3003 78% [================================================ ] 2351/3003 78% [================================================ ] 2352/3003 78% [================================================ ] 2353/3003 78% [================================================ ] 2354/3003 78% [================================================ ] 2355/3003 78% [================================================ ] 2356/3003 78% [================================================ ] 2357/3003 78% [================================================ ] 2358/3003 78% [================================================ ] 2359/3003 78% [================================================ ] 2360/3003 78% [================================================ ] 2361/3003 78% [================================================ ] 2362/3003 78% [================================================ ] 2363/3003 78% [================================================ ] 2364/3003 78% [================================================ ] 2365/3003 78% [================================================ ] 2366/3003 78% [================================================ ] 2367/3003 78% [================================================ ] 2368/3003 78% [================================================ ] 2369/3003 78% [================================================ ] 2370/3003 78% [================================================ ] 2371/3003 78% [================================================ ] 2372/3003 78% [================================================ ] 2373/3003 79% [================================================= ] 2374/3003 79% [================================================= ] 2375/3003 79% [================================================= ] 2376/3003 79% [================================================= ] 2377/3003 79% [================================================= ] 2378/3003 79% [================================================= ] 2379/3003 79% [================================================= ] 2380/3003 79% [================================================= ] 2381/3003 79% [================================================= ] 2382/3003 79% [================================================= ] 2383/3003 79% [================================================= ] 2384/3003 79% [================================================= ] 2385/3003 79% [================================================= ] 2386/3003 79% [================================================= ] 2387/3003 79% [================================================= ] 2388/3003 79% [================================================= ] 2389/3003 79% [================================================= ] 2390/3003 79% [================================================= ] 2391/3003 79% [================================================= ] 2392/3003 79% [================================================= ] 2393/3003 79% [================================================= ] 2394/3003 79% [================================================= ] 2395/3003 79% [================================================= ] 2396/3003 79% [================================================= ] 2397/3003 79% [================================================= ] 2398/3003 79% [================================================= ] 2399/3003 79% [================================================= ] 2400/3003 79% [================================================= ] 2401/3003 79% [================================================= ] 2402/3003 79% [================================================= ] 2403/3003 80% [================================================= ] 2404/3003 80% [================================================= ] 2405/3003 80% [================================================= ] 2406/3003 80% [================================================= ] 2407/3003 80% [================================================= ] 2408/3003 80% [================================================= ] 2409/3003 80% [================================================= ] 2410/3003 80% [================================================= ] 2411/3003 80% [================================================= ] 2412/3003 80% [================================================= ] 2413/3003 80% [================================================= ] 2414/3003 80% [================================================= ] 2415/3003 80% [================================================= ] 2416/3003 80% [================================================= ] 2417/3003 80% [================================================= ] 2418/3003 80% [================================================= ] 2419/3003 80% [================================================= ] 2420/3003 80% [================================================= ] 2421/3003 80% [================================================== ] 2422/3003 80% [================================================== ] 2423/3003 80% [================================================== ] 2424/3003 80% [================================================== ] 2425/3003 80% [================================================== ] 2426/3003 80% [================================================== ] 2427/3003 80% [================================================== ] 2428/3003 80% [================================================== ] 2429/3003 80% [================================================== ] 2430/3003 80% [================================================== ] 2431/3003 80% [================================================== ] 2432/3003 80% [================================================== ] 2433/3003 81% [================================================== ] 2434/3003 81% [================================================== ] 2435/3003 81% [================================================== ] 2436/3003 81% [================================================== ] 2437/3003 81% [================================================== ] 2438/3003 81% [================================================== ] 2439/3003 81% [================================================== ] 2440/3003 81% [================================================== ] 2441/3003 81% [================================================== ] 2442/3003 81% [================================================== ] 2443/3003 81% [================================================== ] 2444/3003 81% [================================================== ] 2445/3003 81% [================================================== ] 2446/3003 81% [================================================== ] 2447/3003 81% [================================================== ] 2448/3003 81% [================================================== ] 2449/3003 81% [================================================== ] 2450/3003 81% [================================================== ] 2451/3003 81% [================================================== ] 2452/3003 81% [================================================== ] 2453/3003 81% [================================================== ] 2454/3003 81% [================================================== ] 2455/3003 81% [================================================== ] 2456/3003 81% [================================================== ] 2457/3003 81% [================================================== ] 2458/3003 81% [================================================== ] 2459/3003 81% [================================================== ] 2460/3003 81% [================================================== ] 2461/3003 81% [================================================== ] 2462/3003 81% [================================================== ] 2463/3003 82% [================================================== ] 2464/3003 82% [================================================== ] 2465/3003 82% [================================================== ] 2466/3003 82% [================================================== ] 2467/3003 82% [================================================== ] 2468/3003 82% [================================================== ] 2469/3003 82% [================================================== ] 2470/3003 82% [=================================================== ] 2471/3003 82% [=================================================== ] 2472/3003 82% [=================================================== ] 2473/3003 82% [=================================================== ] 2474/3003 82% [=================================================== ] 2475/3003 82% [=================================================== ] 2476/3003 82% [=================================================== ] 2477/3003 82% [=================================================== ] 2478/3003 82% [=================================================== ] 2479/3003 82% [=================================================== ] 2480/3003 82% [=================================================== ] 2481/3003 82% [=================================================== ] 2482/3003 82% [=================================================== ] 2483/3003 82% [=================================================== ] 2484/3003 82% [=================================================== ] 2485/3003 82% [=================================================== ] 2486/3003 82% [=================================================== ] 2487/3003 82% [=================================================== ] 2488/3003 82% [=================================================== ] 2489/3003 82% [=================================================== ] 2490/3003 82% [=================================================== ] 2491/3003 82% [=================================================== ] 2492/3003 82% [=================================================== ] 2493/3003 83% [=================================================== ] 2494/3003 83% [=================================================== ] 2495/3003 83% [=================================================== ] 2496/3003 83% [=================================================== ] 2497/3003 83% [=================================================== ] 2498/3003 83% [=================================================== ] 2499/3003 83% [=================================================== ] 2500/3003 83% [=================================================== ] 2501/3003 83% [=================================================== ] 2502/3003 83% [=================================================== ] 2503/3003 83% [=================================================== ] 2504/3003 83% [=================================================== ] 2505/3003 83% [=================================================== ] 2506/3003 83% [=================================================== ] 2507/3003 83% [=================================================== ] 2508/3003 83% [=================================================== ] 2509/3003 83% [=================================================== ] 2510/3003 83% [=================================================== ] 2511/3003 83% [=================================================== ] 2512/3003 83% [=================================================== ] 2513/3003 83% [=================================================== ] 2514/3003 83% [=================================================== ] 2515/3003 83% [=================================================== ] 2516/3003 83% [=================================================== ] 2517/3003 83% [=================================================== ] 2518/3003 83% [==================================================== ] 2519/3003 83% [==================================================== ] 2520/3003 83% [==================================================== ] 2521/3003 83% [==================================================== ] 2522/3003 83% [==================================================== ] 2523/3003 84% [==================================================== ] 2524/3003 84% [==================================================== ] 2525/3003 84% [==================================================== ] 2526/3003 84% [==================================================== ] 2527/3003 84% [==================================================== ] 2528/3003 84% [==================================================== ] 2529/3003 84% [==================================================== ] 2530/3003 84% [==================================================== ] 2531/3003 84% [==================================================== ] 2532/3003 84% [==================================================== ] 2533/3003 84% [==================================================== ] 2534/3003 84% [==================================================== ] 2535/3003 84% [==================================================== ] 2536/3003 84% [==================================================== ] 2537/3003 84% [==================================================== ] 2538/3003 84% [==================================================== ] 2539/3003 84% [==================================================== ] 2540/3003 84% [==================================================== ] 2541/3003 84% [==================================================== ] 2542/3003 84% [==================================================== ] 2543/3003 84% [==================================================== ] 2544/3003 84% [==================================================== ] 2545/3003 84% [==================================================== ] 2546/3003 84% [==================================================== ] 2547/3003 84% [==================================================== ] 2548/3003 84% [==================================================== ] 2549/3003 84% [==================================================== ] 2550/3003 84% [==================================================== ] 2551/3003 84% [==================================================== ] 2552/3003 84% [==================================================== ] 2553/3003 85% [==================================================== ] 2554/3003 85% [==================================================== ] 2555/3003 85% [==================================================== ] 2556/3003 85% [==================================================== ] 2557/3003 85% [==================================================== ] 2558/3003 85% [==================================================== ] 2559/3003 85% [==================================================== ] 2560/3003 85% [==================================================== ] 2561/3003 85% [==================================================== ] 2562/3003 85% [==================================================== ] 2563/3003 85% [==================================================== ] 2564/3003 85% [==================================================== ] 2565/3003 85% [==================================================== ] 2566/3003 85% [==================================================== ] 2567/3003 85% [===================================================== ] 2568/3003 85% [===================================================== ] 2569/3003 85% [===================================================== ] 2570/3003 85% [===================================================== ] 2571/3003 85% [===================================================== ] 2572/3003 85% [===================================================== ] 2573/3003 85% [===================================================== ] 2574/3003 85% [===================================================== ] 2575/3003 85% [===================================================== ] 2576/3003 85% [===================================================== ] 2577/3003 85% [===================================================== ] 2578/3003 85% [===================================================== ] 2579/3003 85% [===================================================== ] 2580/3003 85% [===================================================== ] 2581/3003 85% [===================================================== ] 2582/3003 85% [===================================================== ] 2583/3003 86% [===================================================== ] 2584/3003 86% [===================================================== ] 2585/3003 86% [===================================================== ] 2586/3003 86% [===================================================== ] 2587/3003 86% [===================================================== ] 2588/3003 86% [===================================================== ] 2589/3003 86% [===================================================== ] 2590/3003 86% [===================================================== ] 2591/3003 86% [===================================================== ] 2592/3003 86% [===================================================== ] 2593/3003 86% [===================================================== ] 2594/3003 86% [===================================================== ] 2595/3003 86% [===================================================== ] 2596/3003 86% [===================================================== ] 2597/3003 86% [===================================================== ] 2598/3003 86% [===================================================== ] 2599/3003 86% [===================================================== ] 2600/3003 86% [===================================================== ] 2601/3003 86% [===================================================== ] 2602/3003 86% [===================================================== ] 2603/3003 86% [===================================================== ] 2604/3003 86% [===================================================== ] 2605/3003 86% [===================================================== ] 2606/3003 86% [===================================================== ] 2607/3003 86% [===================================================== ] 2608/3003 86% [===================================================== ] 2609/3003 86% [===================================================== ] 2610/3003 86% [===================================================== ] 2611/3003 86% [===================================================== ] 2612/3003 86% [===================================================== ] 2613/3003 87% [===================================================== ] 2614/3003 87% [===================================================== ] 2615/3003 87% [====================================================== ] 2616/3003 87% [====================================================== ] 2617/3003 87% [====================================================== ] 2618/3003 87% [====================================================== ] 2619/3003 87% [====================================================== ] 2620/3003 87% [====================================================== ] 2621/3003 87% [====================================================== ] 2622/3003 87% [====================================================== ] 2623/3003 87% [====================================================== ] 2624/3003 87% [====================================================== ] 2625/3003 87% [====================================================== ] 2626/3003 87% [====================================================== ] 2627/3003 87% [====================================================== ] 2628/3003 87% [====================================================== ] 2629/3003 87% [====================================================== ] 2630/3003 87% [====================================================== ] 2631/3003 87% [====================================================== ] 2632/3003 87% [====================================================== ] 2633/3003 87% [====================================================== ] 2634/3003 87% [====================================================== ] 2635/3003 87% [====================================================== ] 2636/3003 87% [====================================================== ] 2637/3003 87% [====================================================== ] 2638/3003 87% [====================================================== ] 2639/3003 87% [====================================================== ] 2640/3003 87% [====================================================== ] 2641/3003 87% [====================================================== ] 2642/3003 87% [====================================================== ] 2643/3003 88% [====================================================== ] 2644/3003 88% [====================================================== ] 2645/3003 88% [====================================================== ] 2646/3003 88% [====================================================== ] 2647/3003 88% [====================================================== ] 2648/3003 88% [====================================================== ] 2649/3003 88% [====================================================== ] 2650/3003 88% [====================================================== ] 2651/3003 88% [====================================================== ] 2652/3003 88% [====================================================== ] 2653/3003 88% [====================================================== ] 2654/3003 88% [====================================================== ] 2655/3003 88% [====================================================== ] 2656/3003 88% [====================================================== ] 2657/3003 88% [====================================================== ] 2658/3003 88% [====================================================== ] 2659/3003 88% [====================================================== ] 2660/3003 88% [====================================================== ] 2661/3003 88% [====================================================== ] 2662/3003 88% [====================================================== ] 2663/3003 88% [======================================================= ] 2664/3003 88% [======================================================= ] 2665/3003 88% [======================================================= ] 2666/3003 88% [======================================================= ] 2667/3003 88% [======================================================= ] 2668/3003 88% [======================================================= ] 2669/3003 88% [======================================================= ] 2670/3003 88% [======================================================= ] 2671/3003 88% [======================================================= ] 2672/3003 88% [======================================================= ] 2673/3003 89% [======================================================= ] 2674/3003 89% [======================================================= ] 2675/3003 89% [======================================================= ] 2676/3003 89% [======================================================= ] 2677/3003 89% [======================================================= ] 2678/3003 89% [======================================================= ] 2679/3003 89% [======================================================= ] 2680/3003 89% [======================================================= ] 2681/3003 89% [======================================================= ] 2682/3003 89% [======================================================= ] 2683/3003 89% [======================================================= ] 2684/3003 89% [======================================================= ] 2685/3003 89% [======================================================= ] 2686/3003 89% [======================================================= ] 2687/3003 89% [======================================================= ] 2688/3003 89% [======================================================= ] 2689/3003 89% [======================================================= ] 2690/3003 89% [======================================================= ] 2691/3003 89% [======================================================= ] 2692/3003 89% [======================================================= ] 2693/3003 89% [======================================================= ] 2694/3003 89% [======================================================= ] 2695/3003 89% [======================================================= ] 2696/3003 89% [======================================================= ] 2697/3003 89% [======================================================= ] 2698/3003 89% [======================================================= ] 2699/3003 89% [======================================================= ] 2700/3003 89% [======================================================= ] 2701/3003 89% [======================================================= ] 2702/3003 89% [======================================================= ] 2703/3003 90% [======================================================= ] 2704/3003 90% [======================================================= ] 2705/3003 90% [======================================================= ] 2706/3003 90% [======================================================= ] 2707/3003 90% [======================================================= ] 2708/3003 90% [======================================================= ] 2709/3003 90% [======================================================= ] 2710/3003 90% [======================================================= ] 2711/3003 90% [======================================================= ] 2712/3003 90% [======================================================== ] 2713/3003 90% [======================================================== ] 2714/3003 90% [======================================================== ] 2715/3003 90% [======================================================== ] 2716/3003 90% [======================================================== ] 2717/3003 90% [======================================================== ] 2718/3003 90% [======================================================== ] 2719/3003 90% [======================================================== ] 2720/3003 90% [======================================================== ] 2721/3003 90% [======================================================== ] 2722/3003 90% [======================================================== ] 2723/3003 90% [======================================================== ] 2724/3003 90% [======================================================== ] 2725/3003 90% [======================================================== ] 2726/3003 90% [======================================================== ] 2727/3003 90% [======================================================== ] 2728/3003 90% [======================================================== ] 2729/3003 90% [======================================================== ] 2730/3003 90% [======================================================== ] 2731/3003 90% [======================================================== ] 2732/3003 90% [======================================================== ] 2733/3003 91% [======================================================== ] 2734/3003 91% [======================================================== ] 2735/3003 91% [======================================================== ] 2736/3003 91% [======================================================== ] 2737/3003 91% [======================================================== ] 2738/3003 91% [======================================================== ] 2739/3003 91% [======================================================== ] 2740/3003 91% [======================================================== ] 2741/3003 91% [======================================================== ] 2742/3003 91% [======================================================== ] 2743/3003 91% [======================================================== ] 2744/3003 91% [======================================================== ] 2745/3003 91% [======================================================== ] 2746/3003 91% [======================================================== ] 2747/3003 91% [======================================================== ] 2748/3003 91% [======================================================== ] 2749/3003 91% [======================================================== ] 2750/3003 91% [======================================================== ] 2751/3003 91% [======================================================== ] 2752/3003 91% [======================================================== ] 2753/3003 91% [======================================================== ] 2754/3003 91% [======================================================== ] 2755/3003 91% [======================================================== ] 2756/3003 91% [======================================================== ] 2757/3003 91% [======================================================== ] 2758/3003 91% [======================================================== ] 2759/3003 91% [======================================================== ] 2760/3003 91% [========================================================= ] 2761/3003 91% [========================================================= ] 2762/3003 91% [========================================================= ] 2763/3003 92% [========================================================= ] 2764/3003 92% [========================================================= ] 2765/3003 92% [========================================================= ] 2766/3003 92% [========================================================= ] 2767/3003 92% [========================================================= ] 2768/3003 92% [========================================================= ] 2769/3003 92% [========================================================= ] 2770/3003 92% [========================================================= ] 2771/3003 92% [========================================================= ] 2772/3003 92% [========================================================= ] 2773/3003 92% [========================================================= ] 2774/3003 92% [========================================================= ] 2775/3003 92% [========================================================= ] 2776/3003 92% [========================================================= ] 2777/3003 92% [========================================================= ] 2778/3003 92% [========================================================= ] 2779/3003 92% [========================================================= ] 2780/3003 92% [========================================================= ] 2781/3003 92% [========================================================= ] 2782/3003 92% [========================================================= ] 2783/3003 92% [========================================================= ] 2784/3003 92% [========================================================= ] 2785/3003 92% [========================================================= ] 2786/3003 92% [========================================================= ] 2787/3003 92% [========================================================= ] 2788/3003 92% [========================================================= ] 2789/3003 92% [========================================================= ] 2790/3003 92% [========================================================= ] 2791/3003 92% [========================================================= ] 2792/3003 92% [========================================================= ] 2793/3003 93% [========================================================= ] 2794/3003 93% [========================================================= ] 2795/3003 93% [========================================================= ] 2796/3003 93% [========================================================= ] 2797/3003 93% [========================================================= ] 2798/3003 93% [========================================================= ] 2799/3003 93% [========================================================= ] 2800/3003 93% [========================================================= ] 2801/3003 93% [========================================================= ] 2802/3003 93% [========================================================= ] 2803/3003 93% [========================================================= ] 2804/3003 93% [========================================================= ] 2805/3003 93% [========================================================= ] 2806/3003 93% [========================================================= ] 2807/3003 93% [========================================================= ] 2808/3003 93% [========================================================= ] 2809/3003 93% [========================================================== ] 2810/3003 93% [========================================================== ] 2811/3003 93% [========================================================== ] 2812/3003 93% [========================================================== ] 2813/3003 93% [========================================================== ] 2814/3003 93% [========================================================== ] 2815/3003 93% [========================================================== ] 2816/3003 93% [========================================================== ] 2817/3003 93% [========================================================== ] 2818/3003 93% [========================================================== ] 2819/3003 93% [========================================================== ] 2820/3003 93% [========================================================== ] 2821/3003 93% [========================================================== ] 2822/3003 93% [========================================================== ] 2823/3003 94% [========================================================== ] 2824/3003 94% [========================================================== ] 2825/3003 94% [========================================================== ] 2826/3003 94% [========================================================== ] 2827/3003 94% [========================================================== ] 2828/3003 94% [========================================================== ] 2829/3003 94% [========================================================== ] 2830/3003 94% [========================================================== ] 2831/3003 94% [========================================================== ] 2832/3003 94% [========================================================== ] 2833/3003 94% [========================================================== ] 2834/3003 94% [========================================================== ] 2835/3003 94% [========================================================== ] 2836/3003 94% [========================================================== ] 2837/3003 94% [========================================================== ] 2838/3003 94% [========================================================== ] 2839/3003 94% [========================================================== ] 2840/3003 94% [========================================================== ] 2841/3003 94% [========================================================== ] 2842/3003 94% [========================================================== ] 2843/3003 94% [========================================================== ] 2844/3003 94% [========================================================== ] 2845/3003 94% [========================================================== ] 2846/3003 94% [========================================================== ] 2847/3003 94% [========================================================== ] 2848/3003 94% [========================================================== ] 2849/3003 94% [========================================================== ] 2850/3003 94% [========================================================== ] 2851/3003 94% [========================================================== ] 2852/3003 94% [========================================================== ] 2853/3003 95% [========================================================== ] 2854/3003 95% [========================================================== ] 2855/3003 95% [========================================================== ] 2856/3003 95% [========================================================== ] 2857/3003 95% [=========================================================== ] 2858/3003 95% [=========================================================== ] 2859/3003 95% [=========================================================== ] 2860/3003 95% [=========================================================== ] 2861/3003 95% [=========================================================== ] 2862/3003 95% [=========================================================== ] 2863/3003 95% [=========================================================== ] 2864/3003 95% [=========================================================== ] 2865/3003 95% [=========================================================== ] 2866/3003 95% [=========================================================== ] 2867/3003 95% [=========================================================== ] 2868/3003 95% [=========================================================== ] 2869/3003 95% [=========================================================== ] 2870/3003 95% [=========================================================== ] 2871/3003 95% [=========================================================== ] 2872/3003 95% [=========================================================== ] 2873/3003 95% [=========================================================== ] 2874/3003 95% [=========================================================== ] 2875/3003 95% [=========================================================== ] 2876/3003 95% [=========================================================== ] 2877/3003 95% [=========================================================== ] 2878/3003 95% [=========================================================== ] 2879/3003 95% [=========================================================== ] 2880/3003 95% [=========================================================== ] 2881/3003 95% [=========================================================== ] 2882/3003 95% [=========================================================== ] 2883/3003 96% [=========================================================== ] 2884/3003 96% [=========================================================== ] 2885/3003 96% [=========================================================== ] 2886/3003 96% [=========================================================== ] 2887/3003 96% [=========================================================== ] 2888/3003 96% [=========================================================== ] 2889/3003 96% [=========================================================== ] 2890/3003 96% [=========================================================== ] 2891/3003 96% [=========================================================== ] 2892/3003 96% [=========================================================== ] 2893/3003 96% [=========================================================== ] 2894/3003 96% [=========================================================== ] 2895/3003 96% [=========================================================== ] 2896/3003 96% [=========================================================== ] 2897/3003 96% [=========================================================== ] 2898/3003 96% [=========================================================== ] 2899/3003 96% [=========================================================== ] 2900/3003 96% [=========================================================== ] 2901/3003 96% [=========================================================== ] 2902/3003 96% [=========================================================== ] 2903/3003 96% [=========================================================== ] 2904/3003 96% [=========================================================== ] 2905/3003 96% [=========================================================== ] 2906/3003 96% [============================================================ ] 2907/3003 96% [============================================================ ] 2908/3003 96% [============================================================ ] 2909/3003 96% [============================================================ ] 2910/3003 96% [============================================================ ] 2911/3003 96% [============================================================ ] 2912/3003 96% [============================================================ ] 2913/3003 97% [============================================================ ] 2914/3003 97% [============================================================ ] 2915/3003 97% [============================================================ ] 2916/3003 97% [============================================================ ] 2917/3003 97% [============================================================ ] 2918/3003 97% [============================================================ ] 2919/3003 97% [============================================================ ] 2920/3003 97% [============================================================ ] 2921/3003 97% [============================================================ ] 2922/3003 97% [============================================================ ] 2923/3003 97% [============================================================ ] 2924/3003 97% [============================================================ ] 2925/3003 97% [============================================================ ] 2926/3003 97% [============================================================ ] 2927/3003 97% [============================================================ ] 2928/3003 97% [============================================================ ] 2929/3003 97% [============================================================ ] 2930/3003 97% [============================================================ ] 2931/3003 97% [============================================================ ] 2932/3003 97% [============================================================ ] 2933/3003 97% [============================================================ ] 2934/3003 97% [============================================================ ] 2935/3003 97% [============================================================ ] 2936/3003 97% [============================================================ ] 2937/3003 97% [============================================================ ] 2938/3003 97% [============================================================ ] 2939/3003 97% [============================================================ ] 2940/3003 97% [============================================================ ] 2941/3003 97% [============================================================ ] 2942/3003 97% [============================================================ ] 2943/3003 98% [============================================================ ] 2944/3003 98% [============================================================ ] 2945/3003 98% [============================================================ ] 2946/3003 98% [============================================================ ] 2947/3003 98% [============================================================ ] 2948/3003 98% [============================================================ ] 2949/3003 98% [============================================================ ] 2950/3003 98% [============================================================ ] 2951/3003 98% [============================================================ ] 2952/3003 98% [============================================================ ] 2953/3003 98% [============================================================ ] 2954/3003 98% [============================================================= ] 2955/3003 98% [============================================================= ] 2956/3003 98% [============================================================= ] 2957/3003 98% [============================================================= ] 2958/3003 98% [============================================================= ] 2959/3003 98% [============================================================= ] 2960/3003 98% [============================================================= ] 2961/3003 98% [============================================================= ] 2962/3003 98% [============================================================= ] 2963/3003 98% [============================================================= ] 2964/3003 98% [============================================================= ] 2965/3003 98% [============================================================= ] 2966/3003 98% [============================================================= ] 2967/3003 98% [============================================================= ] 2968/3003 98% [============================================================= ] 2969/3003 98% [============================================================= ] 2970/3003 98% [============================================================= ] 2971/3003 98% [============================================================= ] 2972/3003 98% [============================================================= ] 2973/3003 99% [============================================================= ] 2974/3003 99% [============================================================= ] 2975/3003 99% [============================================================= ] 2976/3003 99% [============================================================= ] 2977/3003 99% [============================================================= ] 2978/3003 99% [============================================================= ] 2979/3003 99% [============================================================= ] 2980/3003 99% [============================================================= ] 2981/3003 99% [============================================================= ] 2982/3003 99% [============================================================= ] 2983/3003 99% [============================================================= ] 2984/3003 99% [============================================================= ] 2985/3003 99% [============================================================= ] 2986/3003 99% [============================================================= ] 2987/3003 99% [============================================================= ] 2988/3003 99% [============================================================= ] 2989/3003 99% [============================================================= ] 2990/3003 99% [============================================================= ] 2991/3003 99% [============================================================= ] 2992/3003 99% [============================================================= ] 2993/3003 99% [============================================================= ] 2994/3003 99% [============================================================= ] 2995/3003 99% [============================================================= ] 2996/3003 99% [============================================================= ] 2997/3003 99% [============================================================= ] 2998/3003 99% [============================================================= ] 2999/3003 99% [============================================================= ] 3000/3003 99% [============================================================= ] 3001/3003 99% [============================================================= ] 3002/3003 99% [==============================================================] 3003/3003 100% operation complete, 3003 objects in 96803 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/sparc64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2021.05-8163-gdd727997398 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2021.11-1 Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> alsa-lib 1.2.8 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> assimp 5.2.5 Collecting legal info LICENSE: OK (sha256: 147874443d242b4e2bae97036e26ec9d6b37f706174c1bd5ecfcc8c1294cef51) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-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-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.72.3 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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-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) >>> bctoolbox 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> boost 1.80.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cppzmq 4.9.0 Collecting legal info LICENSE: OK (sha256: 7e6db90e2e805c72b3daa77849d1cb5f1f92da0e69750c8a4aa1d86d70704748) >>> zeromq 4.3.4 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> cryptopp 8.6.0 Collecting legal info License.txt: OK (sha256: e668af8c73a38a66a1e8951d14ec24e7582fee5254dd6c3dae488a416d105d5f) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dav1d 1.0.0 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> dc3dd 7.2.641 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> docopt-cpp 0.6.3 Collecting legal info LICENSE-Boost-1.0: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) LICENSE-MIT: OK (sha256: b2959a980bc25f5d5e020d7a31777b7184aace6eb160acc80619f85edf646f19) >>> duma 2.5.15 Collecting legal info COPYING-GPL: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-LGPL: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> ell 0.53 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> espeak 1.48.04 Collecting legal info License.txt: OK (sha256: 0bbca7a0ad5da4a6b0677f90d17817984edce7e42d300cae94ae93e4ccba9df7) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> freeswitch 1.10.8 Collecting legal info COPYING: OK (sha256: 75c933202f40939cdc3827fce20a1efdaa38291e2b5a65d234eb16e2cffda66a) libs/apr/LICENSE: OK (sha256: e8e26b16da14aa3e6ed5c22c705fdc1f45d6225fca461ea9f7314bcdfdc414c4) libs/srtp/LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libmemcached 1.0.18 Collecting legal info COPYING: OK (sha256: 4e9032d0f539276db05519ee3d09ca6167d2134ec91c556e8c80ef3efe633fd2) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> openldap 2.4.59 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> sofia-sip 1.13.9 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> glog 0.6.0 Collecting legal info COPYING: OK (sha256: 0fc497129c5c69ff6f22da6933c7e4aaef082fde8437fd57680c2780100772a4) >>> gnuplot 5.4.5 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> hans 1.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jack1 0.126.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> lcdapi 0.11 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcamera ba6435930f08e802cffc688d90f156a8959a0f86 Collecting legal info LICENSES/LGPL-2.1-or-later.txt: OK (sha256: 1ccf09bf2f598308df4bed9cd8e9657dc5cd0973d2800318f2e241486e2edf3f) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 606aa26338f69ce178f1cbc648b7574aec4b5bbaeb20f4df36ff49010cb8fbbd) LICENSES/MIT.txt: OK (sha256: 8f25018489d6fe0dec34a352314c38dc146247b7de65735790f4398a92afa84b) LICENSES/BSD-2-Clause.txt: OK (sha256: fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c) LICENSES/GPL-2.0-only.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSES/Linux-syscall-note.txt: OK (sha256: 3f9e477523febab58de8b716ccfbcf02e6ef1c8e7728953905e8558637abe2a9) LICENSES/BSD-3-Clause.txt: OK (sha256: e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1) LICENSES/CC0-1.0.txt: OK (sha256: 6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: ec3732087acf8c52429a020d6bba362ff578705bdb53365a21744485ec15b0e6) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-ply 3.11 Collecting legal info README.md: OK (sha256: 1095b93b81d2043c5c55e0859875b416f75edb6d5eccb4bf2ace1b5445d1c84f) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcpprestsdk 2.10.18 Collecting legal info license.txt: OK (sha256: 5c191789f502ac87df83b57008d2fc3e47fbf31315381b5bc4309f6602d0fe97) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libfm-extra 1.3.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liblinear 2.45 Collecting legal info COPYRIGHT: OK (sha256: d49b7898fd9ea7c29f0478e8c409ee7c0f621533d5eca7b7912e80391dc564e3) >>> libmodsecurity 3.0.7 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetconf2 2.1.11 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libssh 0.10.4 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> libyang 2.0.194 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> log4cplus 2.0.8 Collecting legal info LICENSE: OK (sha256: 91d7e42ff80e74c4c94e5ad353375fa0358cd0abbf43f5fe957097cdbd4e2c4d) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netopeer2 2.1.23 Collecting legal info LICENSE: OK (sha256: b46f161fbdcf127d3ef22602e15958c3092fe3294f71a2dc8cdf8f6689cba95b) >>> host-sysrepo 2.1.64 Collecting legal info LICENSE: OK (sha256: 88f1b7e5c64d2c113e07105aa9c0fb80639b40287565be1c2afd0949df83d826) >>> host-libyang 2.0.194 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> sysrepo 2.1.64 Collecting legal info LICENSE: OK (sha256: 88f1b7e5c64d2c113e07105aa9c0fb80639b40287565be1c2afd0949df83d826) >>> nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opencore-amr 0.1.5 Collecting legal info LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> openlayers 7.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> ortp 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> paho-mqtt-c 1.3.11 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> paho-mqtt-cpp 1.2.0 Collecting legal info epl-v10: OK (sha256: 44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkcs11-helper 1.29.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> poke 2.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) jitter/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-sam-ba 3.7 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> shairport-sync 3.3.9 Collecting legal info LICENSES: OK (sha256: 1daaa904985807b7f9f2fa91f6b19f3faadf8df4e813f7451a691f89a6965e3f) >>> snort 2.9.20 Collecting legal info LICENSE: OK (sha256: f98260a6d3e5ef4ede8a2a6b698e5ac91d64c09243f7171e1c5b17b920a835c7) COPYING: OK (sha256: 3f1cbfb20bb2c608e1a474421880d08b8cba6abb00ab7736d22c481d71656a6d) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> unionfs 2.1 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> unscd 0.54 Collecting legal info nscd-0.54.c: OK (sha256: 90e12c71732474cac4d055bf9d104e599178b4e1ecb6d3b8c556eaa11f8f6447) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> woff2 1.0.2 Collecting legal info LICENSE: OK (sha512: 8ee924da3fb5d16135adcf6a8fbe9e2e8f3d2d80468617e72ca4fa059a60f8455c9a5f68a8dc381b1297c8bf39c887a912d0f69246d2604ada74d3da9e8e490b) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2021.11-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'