/usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-9/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-9/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-9/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-9/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-9/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-9/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-9/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-9/output-1/target/etc/passwd rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/include /home/autobuild/autobuild/instance-9/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-9/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-9/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-9/output-1/target/usr/doc find /home/autobuild/autobuild/instance-9/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-9/output-1/target/lib/ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-9/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/man /home/autobuild/autobuild/instance-9/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/info /home/autobuild/autobuild/instance-9/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/doc /home/autobuild/autobuild/instance-9/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-9/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-9/output-1/target/lib/debug /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-9/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-9/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-9/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-9/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-9/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-822-ga0a428f135"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-9/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-9/output-1/per-package /home/autobuild/autobuild/instance-9/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-9/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs printf ' saned -1 saned -1 * /etc/sane.d - - Saned User\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkcramfs -L /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.cramfs\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cramfs/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' warning: estimate of required size (upper bound) is 542MB, but maximum image size is 272MB, we might die prematurely >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3047 objects. stage 2: creating image '/home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2' [ ] 1/3047 0% [ ] 2/3047 0% [ ] 3/3047 0% [ ] 4/3047 0% [ ] 5/3047 0% [ ] 6/3047 0% [ ] 7/3047 0% [ ] 8/3047 0% [ ] 9/3047 0% [ ] 10/3047 0% [ ] 11/3047 0% [ ] 12/3047 0% [ ] 13/3047 0% [ ] 14/3047 0% [ ] 15/3047 0% [ ] 16/3047 0% [ ] 17/3047 0% [ ] 18/3047 0% [ ] 19/3047 0% [ ] 20/3047 0% [ ] 21/3047 0% [ ] 22/3047 0% [ ] 23/3047 0% [ ] 24/3047 0% [ ] 25/3047 0% [ ] 26/3047 0% [ ] 27/3047 0% [ ] 28/3047 0% [ ] 29/3047 0% [ ] 30/3047 0% [ ] 31/3047 1% [ ] 32/3047 1% [ ] 33/3047 1% [ ] 34/3047 1% [ ] 35/3047 1% [ ] 36/3047 1% [ ] 37/3047 1% [ ] 38/3047 1% [ ] 39/3047 1% [ ] 40/3047 1% [ ] 41/3047 1% [ ] 42/3047 1% [ ] 43/3047 1% [ ] 44/3047 1% [ ] 45/3047 1% [ ] 46/3047 1% [ ] 47/3047 1% [ ] 48/3047 1% [ ] 49/3047 1% [= ] 50/3047 1% [= ] 51/3047 1% [= ] 52/3047 1% [= ] 53/3047 1% [= ] 54/3047 1% [= ] 55/3047 1% [= ] 56/3047 1% [= ] 57/3047 1% [= ] 58/3047 1% [= ] 59/3047 1% [= ] 60/3047 1% [= ] 61/3047 2% [= ] 62/3047 2% [= ] 63/3047 2% [= ] 64/3047 2% [= ] 65/3047 2% [= ] 66/3047 2% [= ] 67/3047 2% [= ] 68/3047 2% [= ] 69/3047 2% [= ] 70/3047 2% [= ] 71/3047 2% [= ] 72/3047 2% [= ] 73/3047 2% [= ] 74/3047 2% [= ] 75/3047 2% [= ] 76/3047 2% [= ] 77/3047 2% [= ] 78/3047 2% [= ] 79/3047 2% [= ] 80/3047 2% [= ] 81/3047 2% [= ] 82/3047 2% [= ] 83/3047 2% [= ] 84/3047 2% [= ] 85/3047 2% [= ] 86/3047 2% [= ] 87/3047 2% [= ] 88/3047 2% [= ] 89/3047 2% [= ] 90/3047 2% [= ] 91/3047 2% [= ] 92/3047 3% [= ] 93/3047 3% [= ] 94/3047 3% [= ] 95/3047 3% [= ] 96/3047 3% [= ] 97/3047 3% [= ] 98/3047 3% [== ] 99/3047 3% [== ] 100/3047 3% [== ] 101/3047 3% [== ] 102/3047 3% [== ] 103/3047 3% [== ] 104/3047 3% [== ] 105/3047 3% [== ] 106/3047 3% [== ] 107/3047 3% [== ] 108/3047 3% [== ] 109/3047 3% [== ] 110/3047 3% [== ] 111/3047 3% [== ] 112/3047 3% [== ] 113/3047 3% [== ] 114/3047 3% [== ] 115/3047 3% [== ] 116/3047 3% [== ] 117/3047 3% [== ] 118/3047 3% [== ] 119/3047 3% [== ] 120/3047 3% [== ] 121/3047 3% [== ] 122/3047 4% [== ] 123/3047 4% [== ] 124/3047 4% [== ] 125/3047 4% [== ] 126/3047 4% [== ] 127/3047 4% [== ] 128/3047 4% [== ] 129/3047 4% [== ] 130/3047 4% [== ] 131/3047 4% [== ] 132/3047 4% [== ] 133/3047 4% [== ] 134/3047 4% [== ] 135/3047 4% [== ] 136/3047 4% [== ] 137/3047 4% [== ] 138/3047 4% [== ] 139/3047 4% [== ] 140/3047 4% [== ] 141/3047 4% [== ] 142/3047 4% [== ] 143/3047 4% [== ] 144/3047 4% [== ] 145/3047 4% [== ] 146/3047 4% [== ] 147/3047 4% [=== ] 148/3047 4% [=== ] 149/3047 4% [=== ] 150/3047 4% [=== ] 151/3047 4% [=== ] 152/3047 4% [=== ] 153/3047 5% [=== ] 154/3047 5% [=== ] 155/3047 5% [=== ] 156/3047 5% [=== ] 157/3047 5% [=== ] 158/3047 5% [=== ] 159/3047 5% [=== ] 160/3047 5% [=== ] 161/3047 5% [=== ] 162/3047 5% [=== ] 163/3047 5% [=== ] 164/3047 5% [=== ] 165/3047 5% [=== ] 166/3047 5% [=== ] 167/3047 5% [=== ] 168/3047 5% [=== ] 169/3047 5% [=== ] 170/3047 5% [=== ] 171/3047 5% [=== ] 172/3047 5% [=== ] 173/3047 5% [=== ] 174/3047 5% [=== ] 175/3047 5% [=== ] 176/3047 5% [=== ] 177/3047 5% [=== ] 178/3047 5% [=== ] 179/3047 5% [=== ] 180/3047 5% [=== ] 181/3047 5% [=== ] 182/3047 5% [=== ] 183/3047 6% [=== ] 184/3047 6% [=== ] 185/3047 6% [=== ] 186/3047 6% [=== ] 187/3047 6% [=== ] 188/3047 6% [=== ] 189/3047 6% [=== ] 190/3047 6% [=== ] 191/3047 6% [=== ] 192/3047 6% [=== ] 193/3047 6% [=== ] 194/3047 6% [=== ] 195/3047 6% [=== ] 196/3047 6% [==== ] 197/3047 6% [==== ] 198/3047 6% [==== ] 199/3047 6% [==== ] 200/3047 6% [==== ] 201/3047 6% [==== ] 202/3047 6% [==== ] 203/3047 6% [==== ] 204/3047 6% [==== ] 205/3047 6% [==== ] 206/3047 6% [==== ] 207/3047 6% [==== ] 208/3047 6% [==== ] 209/3047 6% [==== ] 210/3047 6% [==== ] 211/3047 6% [==== ] 212/3047 6% [==== ] 213/3047 6% [==== ] 214/3047 7% [==== ] 215/3047 7% [==== ] 216/3047 7% [==== ] 217/3047 7% [==== ] 218/3047 7% [==== ] 219/3047 7% [==== ] 220/3047 7% [==== ] 221/3047 7% [==== ] 222/3047 7% [==== ] 223/3047 7% [==== ] 224/3047 7% [==== ] 225/3047 7% [==== ] 226/3047 7% [==== ] 227/3047 7% [==== ] 228/3047 7% [==== ] 229/3047 7% [==== ] 230/3047 7% [==== ] 231/3047 7% [==== ] 232/3047 7% [==== ] 233/3047 7% [==== ] 234/3047 7% [==== ] 235/3047 7% [==== ] 236/3047 7% [==== ] 237/3047 7% [==== ] 238/3047 7% [==== ] 239/3047 7% [==== ] 240/3047 7% [==== ] 241/3047 7% [==== ] 242/3047 7% [==== ] 243/3047 7% [==== ] 244/3047 8% [==== ] 245/3047 8% [===== ] 246/3047 8% [===== ] 247/3047 8% [===== ] 248/3047 8% [===== ] 249/3047 8% [===== ] 250/3047 8% [===== ] 251/3047 8% [===== ] 252/3047 8% [===== ] 253/3047 8% [===== ] 254/3047 8% [===== ] 255/3047 8% [===== ] 256/3047 8% [===== ] 257/3047 8% [===== ] 258/3047 8% [===== ] 259/3047 8% [===== ] 260/3047 8% [===== ] 261/3047 8% [===== ] 262/3047 8% [===== ] 263/3047 8% [===== ] 264/3047 8% [===== ] 265/3047 8% [===== ] 266/3047 8% [===== ] 267/3047 8% [===== ] 268/3047 8% [===== ] 269/3047 8% [===== ] 270/3047 8% [===== ] 271/3047 8% [===== ] 272/3047 8% [===== ] 273/3047 8% [===== ] 274/3047 8% [===== ] 275/3047 9% [===== ] 276/3047 9% [===== ] 277/3047 9% [===== ] 278/3047 9% [===== ] 279/3047 9% [===== ] 280/3047 9% [===== ] 281/3047 9% [===== ] 282/3047 9% [===== ] 283/3047 9% [===== ] 284/3047 9% [===== ] 285/3047 9% [===== ] 286/3047 9% [===== ] 287/3047 9% [===== ] 288/3047 9% [===== ] 289/3047 9% [===== ] 290/3047 9% [===== ] 291/3047 9% [===== ] 292/3047 9% [===== ] 293/3047 9% [===== ] 294/3047 9% [====== ] 295/3047 9% [====== ] 296/3047 9% [====== ] 297/3047 9% [====== ] 298/3047 9% [====== ] 299/3047 9% [====== ] 300/3047 9% [====== ] 301/3047 9% [====== ] 302/3047 9% [====== ] 303/3047 9% [====== ] 304/3047 9% [====== ] 305/3047 10% [====== ] 306/3047 10% [====== ] 307/3047 10% [====== ] 308/3047 10% [====== ] 309/3047 10% [====== ] 310/3047 10% [====== ] 311/3047 10% [====== ] 312/3047 10% [====== ] 313/3047 10% [====== ] 314/3047 10% [====== ] 315/3047 10% [====== ] 316/3047 10% [====== ] 317/3047 10% [====== ] 318/3047 10% [====== ] 319/3047 10% [====== ] 320/3047 10% [====== ] 321/3047 10% [====== ] 322/3047 10% [====== ] 323/3047 10% [====== ] 324/3047 10% [====== ] 325/3047 10% [====== ] 326/3047 10% [====== ] 327/3047 10% [====== ] 328/3047 10% [====== ] 329/3047 10% [====== ] 330/3047 10% [====== ] 331/3047 10% [====== ] 332/3047 10% [====== ] 333/3047 10% [====== ] 334/3047 10% [====== ] 335/3047 10% [====== ] 336/3047 11% [====== ] 337/3047 11% [====== ] 338/3047 11% [====== ] 339/3047 11% [====== ] 340/3047 11% [====== ] 341/3047 11% [====== ] 342/3047 11% [====== ] 343/3047 11% [====== ] 344/3047 11% [======= ] 345/3047 11% [======= ] 346/3047 11% [======= ] 347/3047 11% [======= ] 348/3047 11% [======= ] 349/3047 11% [======= ] 350/3047 11% [======= ] 351/3047 11% [======= ] 352/3047 11% [======= ] 353/3047 11% [======= ] 354/3047 11% [======= ] 355/3047 11% [======= ] 356/3047 11% [======= ] 357/3047 11% [======= ] 358/3047 11% [======= ] 359/3047 11% [======= ] 360/3047 11% [======= ] 361/3047 11% [======= ] 362/3047 11% [======= ] 363/3047 11% [======= ] 364/3047 11% [======= ] 365/3047 11% [======= ] 366/3047 12% [======= ] 367/3047 12% [======= ] 368/3047 12% [======= ] 369/3047 12% [======= ] 370/3047 12% [======= ] 371/3047 12% [======= ] 372/3047 12% [======= ] 373/3047 12% [======= ] 374/3047 12% [======= ] 375/3047 12% [======= ] 376/3047 12% [======= ] 377/3047 12% [======= ] 378/3047 12% [======= ] 379/3047 12% [======= ] 380/3047 12% [======= ] 381/3047 12% [======= ] 382/3047 12% [======= ] 383/3047 12% [======= ] 384/3047 12% [======= ] 385/3047 12% [======= ] 386/3047 12% [======= ] 387/3047 12% [======= ] 388/3047 12% [======= ] 389/3047 12% [======= ] 390/3047 12% [======= ] 391/3047 12% [======= ] 392/3047 12% [======= ] 393/3047 12% [======== ] 394/3047 12% [======== ] 395/3047 12% [======== ] 396/3047 12% [======== ] 397/3047 13% [======== ] 398/3047 13% [======== ] 399/3047 13% [======== ] 400/3047 13% [======== ] 401/3047 13% [======== ] 402/3047 13% [======== ] 403/3047 13% [======== ] 404/3047 13% [======== ] 405/3047 13% [======== ] 406/3047 13% [======== ] 407/3047 13% [======== ] 408/3047 13% [======== ] 409/3047 13% [======== ] 410/3047 13% [======== ] 411/3047 13% [======== ] 412/3047 13% [======== ] 413/3047 13% [======== ] 414/3047 13% [======== ] 415/3047 13% [======== ] 416/3047 13% [======== ] 417/3047 13% [======== ] 418/3047 13% [======== ] 419/3047 13% [======== ] 420/3047 13% [======== ] 421/3047 13% [======== ] 422/3047 13% [======== ] 423/3047 13% [======== ] 424/3047 13% [======== ] 425/3047 13% [======== ] 426/3047 13% [======== ] 427/3047 14% [======== ] 428/3047 14% [======== ] 429/3047 14% [======== ] 430/3047 14% [======== ] 431/3047 14% [======== ] 432/3047 14% [======== ] 433/3047 14% [======== ] 434/3047 14% [======== ] 435/3047 14% [======== ] 436/3047 14% [======== ] 437/3047 14% [======== ] 438/3047 14% [======== ] 439/3047 14% [======== ] 440/3047 14% [======== ] 441/3047 14% [======== ] 442/3047 14% [========= ] 443/3047 14% [========= ] 444/3047 14% [========= ] 445/3047 14% [========= ] 446/3047 14% [========= ] 447/3047 14% [========= ] 448/3047 14% [========= ] 449/3047 14% [========= ] 450/3047 14% [========= ] 451/3047 14% [========= ] 452/3047 14% [========= ] 453/3047 14% [========= ] 454/3047 14% [========= ] 455/3047 14% [========= ] 456/3047 14% [========= ] 457/3047 14% [========= ] 458/3047 15% [========= ] 459/3047 15% [========= ] 460/3047 15% [========= ] 461/3047 15% [========= ] 462/3047 15% [========= ] 463/3047 15% [========= ] 464/3047 15% [========= ] 465/3047 15% [========= ] 466/3047 15% [========= ] 467/3047 15% [========= ] 468/3047 15% [========= ] 469/3047 15% [========= ] 470/3047 15% [========= ] 471/3047 15% [========= ] 472/3047 15% [========= ] 473/3047 15% [========= ] 474/3047 15% [========= ] 475/3047 15% [========= ] 476/3047 15% [========= ] 477/3047 15% [========= ] 478/3047 15% [========= ] 479/3047 15% [========= ] 480/3047 15% [========= ] 481/3047 15% [========= ] 482/3047 15% [========= ] 483/3047 15% [========= ] 484/3047 15% [========= ] 485/3047 15% [========= ] 486/3047 15% [========= ] 487/3047 15% [========= ] 488/3047 16% [========= ] 489/3047 16% [========= ] 490/3047 16% [========= ] 491/3047 16% [========== ] 492/3047 16% [========== ] 493/3047 16% [========== ] 494/3047 16% [========== ] 495/3047 16% [========== ] 496/3047 16% [========== ] 497/3047 16% [========== ] 498/3047 16% [========== ] 499/3047 16% [========== ] 500/3047 16% [========== ] 501/3047 16% [========== ] 502/3047 16% [========== ] 503/3047 16% [========== ] 504/3047 16% [========== ] 505/3047 16% [========== ] 506/3047 16% [========== ] 507/3047 16% [========== ] 508/3047 16% [========== ] 509/3047 16% [========== ] 510/3047 16% [========== ] 511/3047 16% [========== ] 512/3047 16% [========== ] 513/3047 16% [========== ] 514/3047 16% [========== ] 515/3047 16% [========== ] 516/3047 16% [========== ] 517/3047 16% [========== ] 518/3047 17% [========== ] 519/3047 17% [========== ] 520/3047 17% [========== ] 521/3047 17% [========== ] 522/3047 17% [========== ] 523/3047 17% [========== ] 524/3047 17% [========== ] 525/3047 17% [========== ] 526/3047 17% [========== ] 527/3047 17% [========== ] 528/3047 17% [========== ] 529/3047 17% [========== ] 530/3047 17% [========== ] 531/3047 17% [========== ] 532/3047 17% [========== ] 533/3047 17% [========== ] 534/3047 17% [========== ] 535/3047 17% [========== ] 536/3047 17% [========== ] 537/3047 17% [========== ] 538/3047 17% [========== ] 539/3047 17% [========== ] 540/3047 17% [=========== ] 541/3047 17% [=========== ] 542/3047 17% [=========== ] 543/3047 17% [=========== ] 544/3047 17% [=========== ] 545/3047 17% [=========== ] 546/3047 17% [=========== ] 547/3047 17% [=========== ] 548/3047 17% [=========== ] 549/3047 18% [=========== ] 550/3047 18% [=========== ] 551/3047 18% [=========== ] 552/3047 18% [=========== ] 553/3047 18% [=========== ] 554/3047 18% [=========== ] 555/3047 18% [=========== ] 556/3047 18% [=========== ] 557/3047 18% [=========== ] 558/3047 18% [=========== ] 559/3047 18% [=========== ] 560/3047 18% [=========== ] 561/3047 18% [=========== ] 562/3047 18% [=========== ] 563/3047 18% [=========== ] 564/3047 18% [=========== ] 565/3047 18% [=========== ] 566/3047 18% [=========== ] 567/3047 18% [=========== ] 568/3047 18% [=========== ] 569/3047 18% [=========== ] 570/3047 18% [=========== ] 571/3047 18% [=========== ] 572/3047 18% [=========== ] 573/3047 18% [=========== ] 574/3047 18% [=========== ] 575/3047 18% [=========== ] 576/3047 18% [=========== ] 577/3047 18% [=========== ] 578/3047 18% [=========== ] 579/3047 19% [=========== ] 580/3047 19% [=========== ] 581/3047 19% [=========== ] 582/3047 19% [=========== ] 583/3047 19% [=========== ] 584/3047 19% [=========== ] 585/3047 19% [=========== ] 586/3047 19% [=========== ] 587/3047 19% [=========== ] 588/3047 19% [=========== ] 589/3047 19% [============ ] 590/3047 19% [============ ] 591/3047 19% [============ ] 592/3047 19% [============ ] 593/3047 19% [============ ] 594/3047 19% [============ ] 595/3047 19% [============ ] 596/3047 19% [============ ] 597/3047 19% [============ ] 598/3047 19% [============ ] 599/3047 19% [============ ] 600/3047 19% [============ ] 601/3047 19% [============ ] 602/3047 19% [============ ] 603/3047 19% [============ ] 604/3047 19% [============ ] 605/3047 19% [============ ] 606/3047 19% [============ ] 607/3047 19% [============ ] 608/3047 19% [============ ] 609/3047 19% [============ ] 610/3047 20% [============ ] 611/3047 20% [============ ] 612/3047 20% [============ ] 613/3047 20% [============ ] 614/3047 20% [============ ] 615/3047 20% [============ ] 616/3047 20% [============ ] 617/3047 20% [============ ] 618/3047 20% [============ ] 619/3047 20% [============ ] 620/3047 20% [============ ] 621/3047 20% [============ ] 622/3047 20% [============ ] 623/3047 20% [============ ] 624/3047 20% [============ ] 625/3047 20% [============ ] 626/3047 20% [============ ] 627/3047 20% [============ ] 628/3047 20% [============ ] 629/3047 20% [============ ] 630/3047 20% [============ ] 631/3047 20% [============ ] 632/3047 20% [============ ] 633/3047 20% [============ ] 634/3047 20% [============ ] 635/3047 20% [============ ] 636/3047 20% [============ ] 637/3047 20% [============ ] 638/3047 20% [============= ] 639/3047 20% [============= ] 640/3047 21% [============= ] 641/3047 21% [============= ] 642/3047 21% [============= ] 643/3047 21% [============= ] 644/3047 21% [============= ] 645/3047 21% [============= ] 646/3047 21% [============= ] 647/3047 21% [============= ] 648/3047 21% [============= ] 649/3047 21% [============= ] 650/3047 21% [============= ] 651/3047 21% [============= ] 652/3047 21% [============= ] 653/3047 21% [============= ] 654/3047 21% [============= ] 655/3047 21% [============= ] 656/3047 21% [============= ] 657/3047 21% [============= ] 658/3047 21% [============= ] 659/3047 21% [============= ] 660/3047 21% [============= ] 661/3047 21% [============= ] 662/3047 21% [============= ] 663/3047 21% [============= ] 664/3047 21% [============= ] 665/3047 21% [============= ] 666/3047 21% [============= ] 667/3047 21% [============= ] 668/3047 21% [============= ] 669/3047 21% [============= ] 670/3047 21% [============= ] 671/3047 22% [============= ] 672/3047 22% [============= ] 673/3047 22% [============= ] 674/3047 22% [============= ] 675/3047 22% [============= ] 676/3047 22% [============= ] 677/3047 22% [============= ] 678/3047 22% [============= ] 679/3047 22% [============= ] 680/3047 22% [============= ] 681/3047 22% [============= ] 682/3047 22% [============= ] 683/3047 22% [============= ] 684/3047 22% [============= ] 685/3047 22% [============= ] 686/3047 22% [============= ] 687/3047 22% [============= ] 688/3047 22% [============== ] 689/3047 22% [============== ] 690/3047 22% [============== ] 691/3047 22% [============== ] 692/3047 22% [============== ] 693/3047 22% [============== ] 694/3047 22% [============== ] 695/3047 22% [============== ] 696/3047 22% [============== ] 697/3047 22% [============== ] 698/3047 22% [============== ] 699/3047 22% [============== ] 700/3047 22% [============== ] 701/3047 23% [============== ] 702/3047 23% [============== ] 703/3047 23% [============== ] 704/3047 23% [============== ] 705/3047 23% [============== ] 706/3047 23% [============== ] 707/3047 23% [============== ] 708/3047 23% [============== ] 709/3047 23% [============== ] 710/3047 23% [============== ] 711/3047 23% [============== ] 712/3047 23% [============== ] 713/3047 23% [============== ] 714/3047 23% [============== ] 715/3047 23% [============== ] 716/3047 23% [============== ] 717/3047 23% [============== ] 718/3047 23% [============== ] 719/3047 23% [============== ] 720/3047 23% [============== ] 721/3047 23% [============== ] 722/3047 23% [============== ] 723/3047 23% [============== ] 724/3047 23% [============== ] 725/3047 23% [============== ] 726/3047 23% [============== ] 727/3047 23% [============== ] 728/3047 23% [============== ] 729/3047 23% [============== ] 730/3047 23% [============== ] 731/3047 23% [============== ] 732/3047 24% [============== ] 733/3047 24% [============== ] 734/3047 24% [============== ] 735/3047 24% [============== ] 736/3047 24% [============== ] 737/3047 24% [=============== ] 738/3047 24% [=============== ] 739/3047 24% [=============== ] 740/3047 24% [=============== ] 741/3047 24% [=============== ] 742/3047 24% [=============== ] 743/3047 24% [=============== ] 744/3047 24% [=============== ] 745/3047 24% [=============== ] 746/3047 24% [=============== ] 747/3047 24% [=============== ] 748/3047 24% [=============== ] 749/3047 24% [=============== ] 750/3047 24% [=============== ] 751/3047 24% [=============== ] 752/3047 24% [=============== ] 753/3047 24% [=============== ] 754/3047 24% [=============== ] 755/3047 24% [=============== ] 756/3047 24% [=============== ] 757/3047 24% [=============== ] 758/3047 24% [=============== ] 759/3047 24% [=============== ] 760/3047 24% [=============== ] 761/3047 24% [=============== ] 762/3047 25% [=============== ] 763/3047 25% [=============== ] 764/3047 25% [=============== ] 765/3047 25% [=============== ] 766/3047 25% [=============== ] 767/3047 25% [=============== ] 768/3047 25% [=============== ] 769/3047 25% [=============== ] 770/3047 25% [=============== ] 771/3047 25% [=============== ] 772/3047 25% [=============== ] 773/3047 25% [=============== ] 774/3047 25% [=============== ] 775/3047 25% [=============== ] 776/3047 25% [=============== ] 777/3047 25% [=============== ] 778/3047 25% [=============== ] 779/3047 25% [=============== ] 780/3047 25% [=============== ] 781/3047 25% [=============== ] 782/3047 25% [=============== ] 783/3047 25% [=============== ] 784/3047 25% [=============== ] 785/3047 25% [=============== ] 786/3047 25% [================ ] 787/3047 25% [================ ] 788/3047 25% [================ ] 789/3047 25% [================ ] 790/3047 25% [================ ] 791/3047 25% [================ ] 792/3047 25% [================ ] 793/3047 26% [================ ] 794/3047 26% [================ ] 795/3047 26% [================ ] 796/3047 26% [================ ] 797/3047 26% [================ ] 798/3047 26% [================ ] 799/3047 26% [================ ] 800/3047 26% [================ ] 801/3047 26% [================ ] 802/3047 26% [================ ] 803/3047 26% [================ ] 804/3047 26% [================ ] 805/3047 26% [================ ] 806/3047 26% [================ ] 807/3047 26% [================ ] 808/3047 26% [================ ] 809/3047 26% [================ ] 810/3047 26% [================ ] 811/3047 26% [================ ] 812/3047 26% [================ ] 813/3047 26% [================ ] 814/3047 26% [================ ] 815/3047 26% [================ ] 816/3047 26% [================ ] 817/3047 26% [================ ] 818/3047 26% [================ ] 819/3047 26% [================ ] 820/3047 26% [================ ] 821/3047 26% [================ ] 822/3047 26% [================ ] 823/3047 27% [================ ] 824/3047 27% [================ ] 825/3047 27% [================ ] 826/3047 27% [================ ] 827/3047 27% [================ ] 828/3047 27% [================ ] 829/3047 27% [================ ] 830/3047 27% [================ ] 831/3047 27% [================ ] 832/3047 27% [================ ] 833/3047 27% [================ ] 834/3047 27% [================ ] 835/3047 27% [================= ] 836/3047 27% [================= ] 837/3047 27% [================= ] 838/3047 27% [================= ] 839/3047 27% [================= ] 840/3047 27% [================= ] 841/3047 27% [================= ] 842/3047 27% [================= ] 843/3047 27% [================= ] 844/3047 27% [================= ] 845/3047 27% [================= ] 846/3047 27% [================= ] 847/3047 27% [================= ] 848/3047 27% [================= ] 849/3047 27% [================= ] 850/3047 27% [================= ] 851/3047 27% [================= ] 852/3047 27% [================= ] 853/3047 27% [================= ] 854/3047 28% [================= ] 855/3047 28% [================= ] 856/3047 28% [================= ] 857/3047 28% [================= ] 858/3047 28% [================= ] 859/3047 28% [================= ] 860/3047 28% [================= ] 861/3047 28% [================= ] 862/3047 28% [================= ] 863/3047 28% [================= ] 864/3047 28% [================= ] 865/3047 28% [================= ] 866/3047 28% [================= ] 867/3047 28% [================= ] 868/3047 28% [================= ] 869/3047 28% [================= ] 870/3047 28% [================= ] 871/3047 28% [================= ] 872/3047 28% [================= ] 873/3047 28% [================= ] 874/3047 28% [================= ] 875/3047 28% [================= ] 876/3047 28% [================= ] 877/3047 28% [================= ] 878/3047 28% [================= ] 879/3047 28% [================= ] 880/3047 28% [================= ] 881/3047 28% [================= ] 882/3047 28% [================= ] 883/3047 28% [================= ] 884/3047 29% [================== ] 885/3047 29% [================== ] 886/3047 29% [================== ] 887/3047 29% [================== ] 888/3047 29% [================== ] 889/3047 29% [================== ] 890/3047 29% [================== ] 891/3047 29% [================== ] 892/3047 29% [================== ] 893/3047 29% [================== ] 894/3047 29% [================== ] 895/3047 29% [================== ] 896/3047 29% [================== ] 897/3047 29% [================== ] 898/3047 29% [================== ] 899/3047 29% [================== ] 900/3047 29% [================== ] 901/3047 29% [================== ] 902/3047 29% [================== ] 903/3047 29% [================== ] 904/3047 29% [================== ] 905/3047 29% [================== ] 906/3047 29% [================== ] 907/3047 29% [================== ] 908/3047 29% [================== ] 909/3047 29% [================== ] 910/3047 29% [================== ] 911/3047 29% [================== ] 912/3047 29% [================== ] 913/3047 29% [================== ] 914/3047 29% [================== ] 915/3047 30% [================== ] 916/3047 30% [================== ] 917/3047 30% [================== ] 918/3047 30% [================== ] 919/3047 30% [================== ] 920/3047 30% [================== ] 921/3047 30% [================== ] 922/3047 30% [================== ] 923/3047 30% [================== ] 924/3047 30% [================== ] 925/3047 30% [================== ] 926/3047 30% [================== ] 927/3047 30% [================== ] 928/3047 30% [================== ] 929/3047 30% [================== ] 930/3047 30% [================== ] 931/3047 30% [================== ] 932/3047 30% [================== ] 933/3047 30% [=================== ] 934/3047 30% [=================== ] 935/3047 30% [=================== ] 936/3047 30% [=================== ] 937/3047 30% [=================== ] 938/3047 30% [=================== ] 939/3047 30% [=================== ] 940/3047 30% [=================== ] 941/3047 30% [=================== ] 942/3047 30% [=================== ] 943/3047 30% [=================== ] 944/3047 30% [=================== ] 945/3047 31% [=================== ] 946/3047 31% [=================== ] 947/3047 31% [=================== ] 948/3047 31% [=================== ] 949/3047 31% [=================== ] 950/3047 31% [=================== ] 951/3047 31% [=================== ] 952/3047 31% [=================== ] 953/3047 31% [=================== ] 954/3047 31% [=================== ] 955/3047 31% [=================== ] 956/3047 31% [=================== ] 957/3047 31% [=================== ] 958/3047 31% [=================== ] 959/3047 31% [=================== ] 960/3047 31% [=================== ] 961/3047 31% [=================== ] 962/3047 31% [=================== ] 963/3047 31% [=================== ] 964/3047 31% [=================== ] 965/3047 31% [=================== ] 966/3047 31% [=================== ] 967/3047 31% [=================== ] 968/3047 31% [=================== ] 969/3047 31% [=================== ] 970/3047 31% [=================== ] 971/3047 31% [=================== ] 972/3047 31% [=================== ] 973/3047 31% [=================== ] 974/3047 31% [=================== ] 975/3047 31% [=================== ] 976/3047 32% [=================== ] 977/3047 32% [=================== ] 978/3047 32% [=================== ] 979/3047 32% [=================== ] 980/3047 32% [=================== ] 981/3047 32% [=================== ] 982/3047 32% [==================== ] 983/3047 32% [==================== ] 984/3047 32% [==================== ] 985/3047 32% [==================== ] 986/3047 32% [==================== ] 987/3047 32% [==================== ] 988/3047 32% [==================== ] 989/3047 32% [==================== ] 990/3047 32% [==================== ] 991/3047 32% [==================== ] 992/3047 32% [==================== ] 993/3047 32% [==================== ] 994/3047 32% [==================== ] 995/3047 32% [==================== ] 996/3047 32% [==================== ] 997/3047 32% [==================== ] 998/3047 32% [==================== ] 999/3047 32% [==================== ] 1000/3047 32% [==================== ] 1001/3047 32% [==================== ] 1002/3047 32% [==================== ] 1003/3047 32% [==================== ] 1004/3047 32% [==================== ] 1005/3047 32% [==================== ] 1006/3047 33% [==================== ] 1007/3047 33% [==================== ] 1008/3047 33% [==================== ] 1009/3047 33% [==================== ] 1010/3047 33% [==================== ] 1011/3047 33% [==================== ] 1012/3047 33% [==================== ] 1013/3047 33% [==================== ] 1014/3047 33% [==================== ] 1015/3047 33% [==================== ] 1016/3047 33% [==================== ] 1017/3047 33% [==================== ] 1018/3047 33% [==================== ] 1019/3047 33% [==================== ] 1020/3047 33% [==================== ] 1021/3047 33% [==================== ] 1022/3047 33% [==================== ] 1023/3047 33% [==================== ] 1024/3047 33% [==================== ] 1025/3047 33% [==================== ] 1026/3047 33% [==================== ] 1027/3047 33% [==================== ] 1028/3047 33% [==================== ] 1029/3047 33% [==================== ] 1030/3047 33% [==================== ] 1031/3047 33% [==================== ] 1032/3047 33% [===================== ] 1033/3047 33% [===================== ] 1034/3047 33% [===================== ] 1035/3047 33% [===================== ] 1036/3047 34% [===================== ] 1037/3047 34% [===================== ] 1038/3047 34% [===================== ] 1039/3047 34% [===================== ] 1040/3047 34% [===================== ] 1041/3047 34% [===================== ] 1042/3047 34% [===================== ] 1043/3047 34% [===================== ] 1044/3047 34% [===================== ] 1045/3047 34% [===================== ] 1046/3047 34% [===================== ] 1047/3047 34% [===================== ] 1048/3047 34% [===================== ] 1049/3047 34% [===================== ] 1050/3047 34% [===================== ] 1051/3047 34% [===================== ] 1052/3047 34% [===================== ] 1053/3047 34% [===================== ] 1054/3047 34% [===================== ] 1055/3047 34% [===================== ] 1056/3047 34% [===================== ] 1057/3047 34% [===================== ] 1058/3047 34% [===================== ] 1059/3047 34% [===================== ] 1060/3047 34% [===================== ] 1061/3047 34% [===================== ] 1062/3047 34% [===================== ] 1063/3047 34% [===================== ] 1064/3047 34% [===================== ] 1065/3047 34% [===================== ] 1066/3047 34% [===================== ] 1067/3047 35% [===================== ] 1068/3047 35% [===================== ] 1069/3047 35% [===================== ] 1070/3047 35% [===================== ] 1071/3047 35% [===================== ] 1072/3047 35% [===================== ] 1073/3047 35% [===================== ] 1074/3047 35% [===================== ] 1075/3047 35% [===================== ] 1076/3047 35% [===================== ] 1077/3047 35% [===================== ] 1078/3047 35% [===================== ] 1079/3047 35% [===================== ] 1080/3047 35% [===================== ] 1081/3047 35% [====================== ] 1082/3047 35% [====================== ] 1083/3047 35% [====================== ] 1084/3047 35% [====================== ] 1085/3047 35% [====================== ] 1086/3047 35% [====================== ] 1087/3047 35% [====================== ] 1088/3047 35% [====================== ] 1089/3047 35% [====================== ] 1090/3047 35% [====================== ] 1091/3047 35% [====================== ] 1092/3047 35% [====================== ] 1093/3047 35% [====================== ] 1094/3047 35% [====================== ] 1095/3047 35% [====================== ] 1096/3047 35% [====================== ] 1097/3047 36% [====================== ] 1098/3047 36% [====================== ] 1099/3047 36% [====================== ] 1100/3047 36% [====================== ] 1101/3047 36% [====================== ] 1102/3047 36% [====================== ] 1103/3047 36% [====================== ] 1104/3047 36% [====================== ] 1105/3047 36% [====================== ] 1106/3047 36% [====================== ] 1107/3047 36% [====================== ] 1108/3047 36% [====================== ] 1109/3047 36% [====================== ] 1110/3047 36% [====================== ] 1111/3047 36% [====================== ] 1112/3047 36% [====================== ] 1113/3047 36% [====================== ] 1114/3047 36% [====================== ] 1115/3047 36% [====================== ] 1116/3047 36% [====================== ] 1117/3047 36% [====================== ] 1118/3047 36% [====================== ] 1119/3047 36% [====================== ] 1120/3047 36% [====================== ] 1121/3047 36% [====================== ] 1122/3047 36% [====================== ] 1123/3047 36% [====================== ] 1124/3047 36% [====================== ] 1125/3047 36% [====================== ] 1126/3047 36% [====================== ] 1127/3047 36% [====================== ] 1128/3047 37% [====================== ] 1129/3047 37% [====================== ] 1130/3047 37% [======================= ] 1131/3047 37% [======================= ] 1132/3047 37% [======================= ] 1133/3047 37% [======================= ] 1134/3047 37% [======================= ] 1135/3047 37% [======================= ] 1136/3047 37% [======================= ] 1137/3047 37% [======================= ] 1138/3047 37% [======================= ] 1139/3047 37% [======================= ] 1140/3047 37% [======================= ] 1141/3047 37% [======================= ] 1142/3047 37% [======================= ] 1143/3047 37% [======================= ] 1144/3047 37% [======================= ] 1145/3047 37% [======================= ] 1146/3047 37% [======================= ] 1147/3047 37% [======================= ] 1148/3047 37% [======================= ] 1149/3047 37% [======================= ] 1150/3047 37% [======================= ] 1151/3047 37% [======================= ] 1152/3047 37% [======================= ] 1153/3047 37% [======================= ] 1154/3047 37% [======================= ] 1155/3047 37% [======================= ] 1156/3047 37% [======================= ] 1157/3047 37% [======================= ] 1158/3047 38% [======================= ] 1159/3047 38% [======================= ] 1160/3047 38% [======================= ] 1161/3047 38% [======================= ] 1162/3047 38% [======================= ] 1163/3047 38% [======================= ] 1164/3047 38% [======================= ] 1165/3047 38% [======================= ] 1166/3047 38% [======================= ] 1167/3047 38% [======================= ] 1168/3047 38% [======================= ] 1169/3047 38% [======================= ] 1170/3047 38% [======================= ] 1171/3047 38% [======================= ] 1172/3047 38% [======================= ] 1173/3047 38% [======================= ] 1174/3047 38% [======================= ] 1175/3047 38% [======================= ] 1176/3047 38% [======================= ] 1177/3047 38% [======================= ] 1178/3047 38% [======================= ] 1179/3047 38% [======================== ] 1180/3047 38% [======================== ] 1181/3047 38% [======================== ] 1182/3047 38% [======================== ] 1183/3047 38% [======================== ] 1184/3047 38% [======================== ] 1185/3047 38% [======================== ] 1186/3047 38% [======================== ] 1187/3047 38% [======================== ] 1188/3047 38% [======================== ] 1189/3047 39% [======================== ] 1190/3047 39% [======================== ] 1191/3047 39% [======================== ] 1192/3047 39% [======================== ] 1193/3047 39% [======================== ] 1194/3047 39% [======================== ] 1195/3047 39% [======================== ] 1196/3047 39% [======================== ] 1197/3047 39% [======================== ] 1198/3047 39% [======================== ] 1199/3047 39% [======================== ] 1200/3047 39% [======================== ] 1201/3047 39% [======================== ] 1202/3047 39% [======================== ] 1203/3047 39% [======================== ] 1204/3047 39% [======================== ] 1205/3047 39% [======================== ] 1206/3047 39% [======================== ] 1207/3047 39% [======================== ] 1208/3047 39% [======================== ] 1209/3047 39% [======================== ] 1210/3047 39% [======================== ] 1211/3047 39% [======================== ] 1212/3047 39% [======================== ] 1213/3047 39% [======================== ] 1214/3047 39% [======================== ] 1215/3047 39% [======================== ] 1216/3047 39% [======================== ] 1217/3047 39% [======================== ] 1218/3047 39% [======================== ] 1219/3047 40% [======================== ] 1220/3047 40% [======================== ] 1221/3047 40% [======================== ] 1222/3047 40% [======================== ] 1223/3047 40% [======================== ] 1224/3047 40% [======================== ] 1225/3047 40% [======================== ] 1226/3047 40% [======================== ] 1227/3047 40% [======================== ] 1228/3047 40% [========================= ] 1229/3047 40% [========================= ] 1230/3047 40% [========================= ] 1231/3047 40% [========================= ] 1232/3047 40% [========================= ] 1233/3047 40% [========================= ] 1234/3047 40% [========================= ] 1235/3047 40% [========================= ] 1236/3047 40% [========================= ] 1237/3047 40% [========================= ] 1238/3047 40% [========================= ] 1239/3047 40% [========================= ] 1240/3047 40% [========================= ] 1241/3047 40% [========================= ] 1242/3047 40% [========================= ] 1243/3047 40% [========================= ] 1244/3047 40% [========================= ] 1245/3047 40% [========================= ] 1246/3047 40% [========================= ] 1247/3047 40% [========================= ] 1248/3047 40% [========================= ] 1249/3047 40% [========================= ] 1250/3047 41% [========================= ] 1251/3047 41% [========================= ] 1252/3047 41% [========================= ] 1253/3047 41% [========================= ] 1254/3047 41% [========================= ] 1255/3047 41% [========================= ] 1256/3047 41% [========================= ] 1257/3047 41% [========================= ] 1258/3047 41% [========================= ] 1259/3047 41% [========================= ] 1260/3047 41% [========================= ] 1261/3047 41% [========================= ] 1262/3047 41% [========================= ] 1263/3047 41% [========================= ] 1264/3047 41% [========================= ] 1265/3047 41% [========================= ] 1266/3047 41% [========================= ] 1267/3047 41% [========================= ] 1268/3047 41% [========================= ] 1269/3047 41% [========================= ] 1270/3047 41% [========================= ] 1271/3047 41% [========================= ] 1272/3047 41% [========================= ] 1273/3047 41% [========================= ] 1274/3047 41% [========================= ] 1275/3047 41% [========================= ] 1276/3047 41% [========================= ] 1277/3047 41% [========================== ] 1278/3047 41% [========================== ] 1279/3047 41% [========================== ] 1280/3047 42% [========================== ] 1281/3047 42% [========================== ] 1282/3047 42% [========================== ] 1283/3047 42% [========================== ] 1284/3047 42% [========================== ] 1285/3047 42% [========================== ] 1286/3047 42% [========================== ] 1287/3047 42% [========================== ] 1288/3047 42% [========================== ] 1289/3047 42% [========================== ] 1290/3047 42% [========================== ] 1291/3047 42% [========================== ] 1292/3047 42% [========================== ] 1293/3047 42% [========================== ] 1294/3047 42% [========================== ] 1295/3047 42% [========================== ] 1296/3047 42% [========================== ] 1297/3047 42% [========================== ] 1298/3047 42% [========================== ] 1299/3047 42% [========================== ] 1300/3047 42% [========================== ] 1301/3047 42% [========================== ] 1302/3047 42% [========================== ] 1303/3047 42% [========================== ] 1304/3047 42% [========================== ] 1305/3047 42% [========================== ] 1306/3047 42% [========================== ] 1307/3047 42% [========================== ] 1308/3047 42% [========================== ] 1309/3047 42% [========================== ] 1310/3047 42% [========================== ] 1311/3047 43% [========================== ] 1312/3047 43% [========================== ] 1313/3047 43% [========================== ] 1314/3047 43% [========================== ] 1315/3047 43% [========================== ] 1316/3047 43% [========================== ] 1317/3047 43% [========================== ] 1318/3047 43% [========================== ] 1319/3047 43% [========================== ] 1320/3047 43% [========================== ] 1321/3047 43% [========================== ] 1322/3047 43% [========================== ] 1323/3047 43% [========================== ] 1324/3047 43% [========================== ] 1325/3047 43% [========================== ] 1326/3047 43% [=========================== ] 1327/3047 43% [=========================== ] 1328/3047 43% [=========================== ] 1329/3047 43% [=========================== ] 1330/3047 43% [=========================== ] 1331/3047 43% [=========================== ] 1332/3047 43% [=========================== ] 1333/3047 43% [=========================== ] 1334/3047 43% [=========================== ] 1335/3047 43% [=========================== ] 1336/3047 43% [=========================== ] 1337/3047 43% [=========================== ] 1338/3047 43% [=========================== ] 1339/3047 43% [=========================== ] 1340/3047 43% [=========================== ] 1341/3047 44% [=========================== ] 1342/3047 44% [=========================== ] 1343/3047 44% [=========================== ] 1344/3047 44% [=========================== ] 1345/3047 44% [=========================== ] 1346/3047 44% [=========================== ] 1347/3047 44% [=========================== ] 1348/3047 44% [=========================== ] 1349/3047 44% [=========================== ] 1350/3047 44% [=========================== ] 1351/3047 44% [=========================== ] 1352/3047 44% [=========================== ] 1353/3047 44% [=========================== ] 1354/3047 44% [=========================== ] 1355/3047 44% [=========================== ] 1356/3047 44% [=========================== ] 1357/3047 44% [=========================== ] 1358/3047 44% [=========================== ] 1359/3047 44% [=========================== ] 1360/3047 44% [=========================== ] 1361/3047 44% [=========================== ] 1362/3047 44% [=========================== ] 1363/3047 44% [=========================== ] 1364/3047 44% [=========================== ] 1365/3047 44% [=========================== ] 1366/3047 44% [=========================== ] 1367/3047 44% [=========================== ] 1368/3047 44% [=========================== ] 1369/3047 44% [=========================== ] 1370/3047 44% [=========================== ] 1371/3047 44% [=========================== ] 1372/3047 45% [=========================== ] 1373/3047 45% [=========================== ] 1374/3047 45% [=========================== ] 1375/3047 45% [=========================== ] 1376/3047 45% [============================ ] 1377/3047 45% [============================ ] 1378/3047 45% [============================ ] 1379/3047 45% [============================ ] 1380/3047 45% [============================ ] 1381/3047 45% [============================ ] 1382/3047 45% [============================ ] 1383/3047 45% [============================ ] 1384/3047 45% [============================ ] 1385/3047 45% [============================ ] 1386/3047 45% [============================ ] 1387/3047 45% [============================ ] 1388/3047 45% [============================ ] 1389/3047 45% [============================ ] 1390/3047 45% [============================ ] 1391/3047 45% [============================ ] 1392/3047 45% [============================ ] 1393/3047 45% [============================ ] 1394/3047 45% [============================ ] 1395/3047 45% [============================ ] 1396/3047 45% [============================ ] 1397/3047 45% [============================ ] 1398/3047 45% [============================ ] 1399/3047 45% [============================ ] 1400/3047 45% [============================ ] 1401/3047 45% [============================ ] 1402/3047 46% [============================ ] 1403/3047 46% [============================ ] 1404/3047 46% [============================ ] 1405/3047 46% [============================ ] 1406/3047 46% [============================ ] 1407/3047 46% [============================ ] 1408/3047 46% [============================ ] 1409/3047 46% [============================ ] 1410/3047 46% [============================ ] 1411/3047 46% [============================ ] 1412/3047 46% [============================ ] 1413/3047 46% [============================ ] 1414/3047 46% [============================ ] 1415/3047 46% [============================ ] 1416/3047 46% [============================ ] 1417/3047 46% [============================ ] 1418/3047 46% [============================ ] 1419/3047 46% [============================ ] 1420/3047 46% [============================ ] 1421/3047 46% [============================ ] 1422/3047 46% [============================ ] 1423/3047 46% [============================ ] 1424/3047 46% [============================ ] 1425/3047 46% [============================= ] 1426/3047 46% [============================= ] 1427/3047 46% [============================= ] 1428/3047 46% [============================= ] 1429/3047 46% [============================= ] 1430/3047 46% [============================= ] 1431/3047 46% [============================= ] 1432/3047 46% [============================= ] 1433/3047 47% [============================= ] 1434/3047 47% [============================= ] 1435/3047 47% [============================= ] 1436/3047 47% [============================= ] 1437/3047 47% [============================= ] 1438/3047 47% [============================= ] 1439/3047 47% [============================= ] 1440/3047 47% [============================= ] 1441/3047 47% [============================= ] 1442/3047 47% [============================= ] 1443/3047 47% [============================= ] 1444/3047 47% [============================= ] 1445/3047 47% [============================= ] 1446/3047 47% [============================= ] 1447/3047 47% [============================= ] 1448/3047 47% [============================= ] 1449/3047 47% [============================= ] 1450/3047 47% [============================= ] 1451/3047 47% [============================= ] 1452/3047 47% [============================= ] 1453/3047 47% [============================= ] 1454/3047 47% [============================= ] 1455/3047 47% [============================= ] 1456/3047 47% [============================= ] 1457/3047 47% [============================= ] 1458/3047 47% [============================= ] 1459/3047 47% [============================= ] 1460/3047 47% [============================= ] 1461/3047 47% [============================= ] 1462/3047 47% [============================= ] 1463/3047 48% [============================= ] 1464/3047 48% [============================= ] 1465/3047 48% [============================= ] 1466/3047 48% [============================= ] 1467/3047 48% [============================= ] 1468/3047 48% [============================= ] 1469/3047 48% [============================= ] 1470/3047 48% [============================= ] 1471/3047 48% [============================= ] 1472/3047 48% [============================= ] 1473/3047 48% [============================= ] 1474/3047 48% [============================== ] 1475/3047 48% [============================== ] 1476/3047 48% [============================== ] 1477/3047 48% [============================== ] 1478/3047 48% [============================== ] 1479/3047 48% [============================== ] 1480/3047 48% [============================== ] 1481/3047 48% [============================== ] 1482/3047 48% [============================== ] 1483/3047 48% [============================== ] 1484/3047 48% [============================== ] 1485/3047 48% [============================== ] 1486/3047 48% [============================== ] 1487/3047 48% [============================== ] 1488/3047 48% [============================== ] 1489/3047 48% [============================== ] 1490/3047 48% [============================== ] 1491/3047 48% [============================== ] 1492/3047 48% [============================== ] 1493/3047 48% [============================== ] 1494/3047 49% [============================== ] 1495/3047 49% [============================== ] 1496/3047 49% [============================== ] 1497/3047 49% [============================== ] 1498/3047 49% [============================== ] 1499/3047 49% [============================== ] 1500/3047 49% [============================== ] 1501/3047 49% [============================== ] 1502/3047 49% [============================== ] 1503/3047 49% [============================== ] 1504/3047 49% [============================== ] 1505/3047 49% [============================== ] 1506/3047 49% [============================== ] 1507/3047 49% [============================== ] 1508/3047 49% [============================== ] 1509/3047 49% [============================== ] 1510/3047 49% [============================== ] 1511/3047 49% [============================== ] 1512/3047 49% [============================== ] 1513/3047 49% [============================== ] 1514/3047 49% [============================== ] 1515/3047 49% [============================== ] 1516/3047 49% [============================== ] 1517/3047 49% [============================== ] 1518/3047 49% [============================== ] 1519/3047 49% [============================== ] 1520/3047 49% [============================== ] 1521/3047 49% [============================== ] 1522/3047 49% [============================== ] 1523/3047 49% [=============================== ] 1524/3047 50% [=============================== ] 1525/3047 50% [=============================== ] 1526/3047 50% [=============================== ] 1527/3047 50% [=============================== ] 1528/3047 50% [=============================== ] 1529/3047 50% [=============================== ] 1530/3047 50% [=============================== ] 1531/3047 50% [=============================== ] 1532/3047 50% [=============================== ] 1533/3047 50% [=============================== ] 1534/3047 50% [=============================== ] 1535/3047 50% [=============================== ] 1536/3047 50% [=============================== ] 1537/3047 50% [=============================== ] 1538/3047 50% [=============================== ] 1539/3047 50% [=============================== ] 1540/3047 50% [=============================== ] 1541/3047 50% [=============================== ] 1542/3047 50% [=============================== ] 1543/3047 50% [=============================== ] 1544/3047 50% [=============================== ] 1545/3047 50% [=============================== ] 1546/3047 50% [=============================== ] 1547/3047 50% [=============================== ] 1548/3047 50% [=============================== ] 1549/3047 50% [=============================== ] 1550/3047 50% [=============================== ] 1551/3047 50% [=============================== ] 1552/3047 50% [=============================== ] 1553/3047 50% [=============================== ] 1554/3047 51% [=============================== ] 1555/3047 51% [=============================== ] 1556/3047 51% [=============================== ] 1557/3047 51% [=============================== ] 1558/3047 51% [=============================== ] 1559/3047 51% [=============================== ] 1560/3047 51% [=============================== ] 1561/3047 51% [=============================== ] 1562/3047 51% [=============================== ] 1563/3047 51% [=============================== ] 1564/3047 51% [=============================== ] 1565/3047 51% [=============================== ] 1566/3047 51% [=============================== ] 1567/3047 51% [=============================== ] 1568/3047 51% [=============================== ] 1569/3047 51% [=============================== ] 1570/3047 51% [=============================== ] 1571/3047 51% [=============================== ] 1572/3047 51% [================================ ] 1573/3047 51% [================================ ] 1574/3047 51% [================================ ] 1575/3047 51% [================================ ] 1576/3047 51% [================================ ] 1577/3047 51% [================================ ] 1578/3047 51% [================================ ] 1579/3047 51% [================================ ] 1580/3047 51% [================================ ] 1581/3047 51% [================================ ] 1582/3047 51% [================================ ] 1583/3047 51% [================================ ] 1584/3047 51% [================================ ] 1585/3047 52% [================================ ] 1586/3047 52% [================================ ] 1587/3047 52% [================================ ] 1588/3047 52% [================================ ] 1589/3047 52% [================================ ] 1590/3047 52% [================================ ] 1591/3047 52% [================================ ] 1592/3047 52% [================================ ] 1593/3047 52% [================================ ] 1594/3047 52% [================================ ] 1595/3047 52% [================================ ] 1596/3047 52% [================================ ] 1597/3047 52% [================================ ] 1598/3047 52% [================================ ] 1599/3047 52% [================================ ] 1600/3047 52% [================================ ] 1601/3047 52% [================================ ] 1602/3047 52% [================================ ] 1603/3047 52% [================================ ] 1604/3047 52% [================================ ] 1605/3047 52% [================================ ] 1606/3047 52% [================================ ] 1607/3047 52% [================================ ] 1608/3047 52% [================================ ] 1609/3047 52% [================================ ] 1610/3047 52% [================================ ] 1611/3047 52% [================================ ] 1612/3047 52% [================================ ] 1613/3047 52% [================================ ] 1614/3047 52% [================================ ] 1615/3047 53% [================================ ] 1616/3047 53% [================================ ] 1617/3047 53% [================================ ] 1618/3047 53% [================================ ] 1619/3047 53% [================================ ] 1620/3047 53% [================================ ] 1621/3047 53% [================================= ] 1622/3047 53% [================================= ] 1623/3047 53% [================================= ] 1624/3047 53% [================================= ] 1625/3047 53% [================================= ] 1626/3047 53% [================================= ] 1627/3047 53% [================================= ] 1628/3047 53% [================================= ] 1629/3047 53% [================================= ] 1630/3047 53% [================================= ] 1631/3047 53% [================================= ] 1632/3047 53% [================================= ] 1633/3047 53% [================================= ] 1634/3047 53% [================================= ] 1635/3047 53% [================================= ] 1636/3047 53% [================================= ] 1637/3047 53% [================================= ] 1638/3047 53% [================================= ] 1639/3047 53% [================================= ] 1640/3047 53% [================================= ] 1641/3047 53% [================================= ] 1642/3047 53% [================================= ] 1643/3047 53% [================================= ] 1644/3047 53% [================================= ] 1645/3047 53% [================================= ] 1646/3047 54% [================================= ] 1647/3047 54% [================================= ] 1648/3047 54% [================================= ] 1649/3047 54% [================================= ] 1650/3047 54% [================================= ] 1651/3047 54% [================================= ] 1652/3047 54% [================================= ] 1653/3047 54% [================================= ] 1654/3047 54% [================================= ] 1655/3047 54% [================================= ] 1656/3047 54% [================================= ] 1657/3047 54% [================================= ] 1658/3047 54% [================================= ] 1659/3047 54% [================================= ] 1660/3047 54% [================================= ] 1661/3047 54% [================================= ] 1662/3047 54% [================================= ] 1663/3047 54% [================================= ] 1664/3047 54% [================================= ] 1665/3047 54% [================================= ] 1666/3047 54% [================================= ] 1667/3047 54% [================================= ] 1668/3047 54% [================================= ] 1669/3047 54% [================================= ] 1670/3047 54% [================================== ] 1671/3047 54% [================================== ] 1672/3047 54% [================================== ] 1673/3047 54% [================================== ] 1674/3047 54% [================================== ] 1675/3047 54% [================================== ] 1676/3047 55% [================================== ] 1677/3047 55% [================================== ] 1678/3047 55% [================================== ] 1679/3047 55% [================================== ] 1680/3047 55% [================================== ] 1681/3047 55% [================================== ] 1682/3047 55% [================================== ] 1683/3047 55% [================================== ] 1684/3047 55% [================================== ] 1685/3047 55% [================================== ] 1686/3047 55% [================================== ] 1687/3047 55% [================================== ] 1688/3047 55% [================================== ] 1689/3047 55% [================================== ] 1690/3047 55% [================================== ] 1691/3047 55% [================================== ] 1692/3047 55% [================================== ] 1693/3047 55% [================================== ] 1694/3047 55% [================================== ] 1695/3047 55% [================================== ] 1696/3047 55% [================================== ] 1697/3047 55% [================================== ] 1698/3047 55% [================================== ] 1699/3047 55% [================================== ] 1700/3047 55% [================================== ] 1701/3047 55% [================================== ] 1702/3047 55% [================================== ] 1703/3047 55% [================================== ] 1704/3047 55% [================================== ] 1705/3047 55% [================================== ] 1706/3047 55% [================================== ] 1707/3047 56% [================================== ] 1708/3047 56% [================================== ] 1709/3047 56% [================================== ] 1710/3047 56% [================================== ] 1711/3047 56% [================================== ] 1712/3047 56% [================================== ] 1713/3047 56% [================================== ] 1714/3047 56% [================================== ] 1715/3047 56% [================================== ] 1716/3047 56% [================================== ] 1717/3047 56% [================================== ] 1718/3047 56% [================================== ] 1719/3047 56% [================================== ] 1720/3047 56% [=================================== ] 1721/3047 56% [=================================== ] 1722/3047 56% [=================================== ] 1723/3047 56% [=================================== ] 1724/3047 56% [=================================== ] 1725/3047 56% [=================================== ] 1726/3047 56% [=================================== ] 1727/3047 56% [=================================== ] 1728/3047 56% [=================================== ] 1729/3047 56% [=================================== ] 1730/3047 56% [=================================== ] 1731/3047 56% [=================================== ] 1732/3047 56% [=================================== ] 1733/3047 56% [=================================== ] 1734/3047 56% [=================================== ] 1735/3047 56% [=================================== ] 1736/3047 56% [=================================== ] 1737/3047 57% [=================================== ] 1738/3047 57% [=================================== ] 1739/3047 57% [=================================== ] 1740/3047 57% [=================================== ] 1741/3047 57% [=================================== ] 1742/3047 57% [=================================== ] 1743/3047 57% [=================================== ] 1744/3047 57% [=================================== ] 1745/3047 57% [=================================== ] 1746/3047 57% [=================================== ] 1747/3047 57% [=================================== ] 1748/3047 57% [=================================== ] 1749/3047 57% [=================================== ] 1750/3047 57% [=================================== ] 1751/3047 57% [=================================== ] 1752/3047 57% [=================================== ] 1753/3047 57% [=================================== ] 1754/3047 57% [=================================== ] 1755/3047 57% [=================================== ] 1756/3047 57% [=================================== ] 1757/3047 57% [=================================== ] 1758/3047 57% [=================================== ] 1759/3047 57% [=================================== ] 1760/3047 57% [=================================== ] 1761/3047 57% [=================================== ] 1762/3047 57% [=================================== ] 1763/3047 57% [=================================== ] 1764/3047 57% [=================================== ] 1765/3047 57% [=================================== ] 1766/3047 57% [=================================== ] 1767/3047 57% [=================================== ] 1768/3047 58% [=================================== ] 1769/3047 58% [==================================== ] 1770/3047 58% [==================================== ] 1771/3047 58% [==================================== ] 1772/3047 58% [==================================== ] 1773/3047 58% [==================================== ] 1774/3047 58% [==================================== ] 1775/3047 58% [==================================== ] 1776/3047 58% [==================================== ] 1777/3047 58% [==================================== ] 1778/3047 58% [==================================== ] 1779/3047 58% [==================================== ] 1780/3047 58% [==================================== ] 1781/3047 58% [==================================== ] 1782/3047 58% [==================================== ] 1783/3047 58% [==================================== ] 1784/3047 58% [==================================== ] 1785/3047 58% [==================================== ] 1786/3047 58% [==================================== ] 1787/3047 58% [==================================== ] 1788/3047 58% [==================================== ] 1789/3047 58% [==================================== ] 1790/3047 58% [==================================== ] 1791/3047 58% [==================================== ] 1792/3047 58% [==================================== ] 1793/3047 58% [==================================== ] 1794/3047 58% [==================================== ] 1795/3047 58% [==================================== ] 1796/3047 58% [==================================== ] 1797/3047 58% [==================================== ] 1798/3047 59% [==================================== ] 1799/3047 59% [==================================== ] 1800/3047 59% [==================================== ] 1801/3047 59% [==================================== ] 1802/3047 59% [==================================== ] 1803/3047 59% [==================================== ] 1804/3047 59% [==================================== ] 1805/3047 59% [==================================== ] 1806/3047 59% [==================================== ] 1807/3047 59% [==================================== ] 1808/3047 59% [==================================== ] 1809/3047 59% [==================================== ] 1810/3047 59% [==================================== ] 1811/3047 59% [==================================== ] 1812/3047 59% [==================================== ] 1813/3047 59% [==================================== ] 1814/3047 59% [==================================== ] 1815/3047 59% [==================================== ] 1816/3047 59% [==================================== ] 1817/3047 59% [==================================== ] 1818/3047 59% [===================================== ] 1819/3047 59% [===================================== ] 1820/3047 59% [===================================== ] 1821/3047 59% [===================================== ] 1822/3047 59% [===================================== ] 1823/3047 59% [===================================== ] 1824/3047 59% [===================================== ] 1825/3047 59% [===================================== ] 1826/3047 59% [===================================== ] 1827/3047 59% [===================================== ] 1828/3047 59% [===================================== ] 1829/3047 60% [===================================== ] 1830/3047 60% [===================================== ] 1831/3047 60% [===================================== ] 1832/3047 60% [===================================== ] 1833/3047 60% [===================================== ] 1834/3047 60% [===================================== ] 1835/3047 60% [===================================== ] 1836/3047 60% [===================================== ] 1837/3047 60% [===================================== ] 1838/3047 60% [===================================== ] 1839/3047 60% [===================================== ] 1840/3047 60% [===================================== ] 1841/3047 60% [===================================== ] 1842/3047 60% [===================================== ] 1843/3047 60% [===================================== ] 1844/3047 60% [===================================== ] 1845/3047 60% [===================================== ] 1846/3047 60% [===================================== ] 1847/3047 60% [===================================== ] 1848/3047 60% [===================================== ] 1849/3047 60% [===================================== ] 1850/3047 60% [===================================== ] 1851/3047 60% [===================================== ] 1852/3047 60% [===================================== ] 1853/3047 60% [===================================== ] 1854/3047 60% [===================================== ] 1855/3047 60% [===================================== ] 1856/3047 60% [===================================== ] 1857/3047 60% [===================================== ] 1858/3047 60% [===================================== ] 1859/3047 61% [===================================== ] 1860/3047 61% [===================================== ] 1861/3047 61% [===================================== ] 1862/3047 61% [===================================== ] 1863/3047 61% [===================================== ] 1864/3047 61% [===================================== ] 1865/3047 61% [===================================== ] 1866/3047 61% [===================================== ] 1867/3047 61% [====================================== ] 1868/3047 61% [====================================== ] 1869/3047 61% [====================================== ] 1870/3047 61% [====================================== ] 1871/3047 61% [====================================== ] 1872/3047 61% [====================================== ] 1873/3047 61% [====================================== ] 1874/3047 61% [====================================== ] 1875/3047 61% [====================================== ] 1876/3047 61% [====================================== ] 1877/3047 61% [====================================== ] 1878/3047 61% [====================================== ] 1879/3047 61% [====================================== ] 1880/3047 61% [====================================== ] 1881/3047 61% [====================================== ] 1882/3047 61% [====================================== ] 1883/3047 61% [====================================== ] 1884/3047 61% [====================================== ] 1885/3047 61% [====================================== ] 1886/3047 61% [====================================== ] 1887/3047 61% [====================================== ] 1888/3047 61% [====================================== ] 1889/3047 61% [====================================== ] 1890/3047 62% [====================================== ] 1891/3047 62% [====================================== ] 1892/3047 62% [====================================== ] 1893/3047 62% [====================================== ] 1894/3047 62% [====================================== ] 1895/3047 62% [====================================== ] 1896/3047 62% [====================================== ] 1897/3047 62% [====================================== ] 1898/3047 62% [====================================== ] 1899/3047 62% [====================================== ] 1900/3047 62% [====================================== ] 1901/3047 62% [====================================== ] 1902/3047 62% [====================================== ] 1903/3047 62% [====================================== ] 1904/3047 62% [====================================== ] 1905/3047 62% [====================================== ] 1906/3047 62% [====================================== ] 1907/3047 62% [====================================== ] 1908/3047 62% [====================================== ] 1909/3047 62% [====================================== ] 1910/3047 62% [====================================== ] 1911/3047 62% [====================================== ] 1912/3047 62% [====================================== ] 1913/3047 62% [====================================== ] 1914/3047 62% [====================================== ] 1915/3047 62% [====================================== ] 1916/3047 62% [======================================= ] 1917/3047 62% [======================================= ] 1918/3047 62% [======================================= ] 1919/3047 62% [======================================= ] 1920/3047 63% [======================================= ] 1921/3047 63% [======================================= ] 1922/3047 63% [======================================= ] 1923/3047 63% [======================================= ] 1924/3047 63% [======================================= ] 1925/3047 63% [======================================= ] 1926/3047 63% [======================================= ] 1927/3047 63% [======================================= ] 1928/3047 63% [======================================= ] 1929/3047 63% [======================================= ] 1930/3047 63% [======================================= ] 1931/3047 63% [======================================= ] 1932/3047 63% [======================================= ] 1933/3047 63% [======================================= ] 1934/3047 63% [======================================= ] 1935/3047 63% [======================================= ] 1936/3047 63% [======================================= ] 1937/3047 63% [======================================= ] 1938/3047 63% [======================================= ] 1939/3047 63% [======================================= ] 1940/3047 63% [======================================= ] 1941/3047 63% [======================================= ] 1942/3047 63% [======================================= ] 1943/3047 63% [======================================= ] 1944/3047 63% [======================================= ] 1945/3047 63% [======================================= ] 1946/3047 63% [======================================= ] 1947/3047 63% [======================================= ] 1948/3047 63% [======================================= ] 1949/3047 63% [======================================= ] 1950/3047 63% [======================================= ] 1951/3047 64% [======================================= ] 1952/3047 64% [======================================= ] 1953/3047 64% [======================================= ] 1954/3047 64% [======================================= ] 1955/3047 64% [======================================= ] 1956/3047 64% [======================================= ] 1957/3047 64% [======================================= ] 1958/3047 64% [======================================= ] 1959/3047 64% [======================================= ] 1960/3047 64% [======================================= ] 1961/3047 64% [======================================= ] 1962/3047 64% [======================================= ] 1963/3047 64% [======================================= ] 1964/3047 64% [======================================= ] 1965/3047 64% [======================================== ] 1966/3047 64% [======================================== ] 1967/3047 64% [======================================== ] 1968/3047 64% [======================================== ] 1969/3047 64% [======================================== ] 1970/3047 64% [======================================== ] 1971/3047 64% [======================================== ] 1972/3047 64% [======================================== ] 1973/3047 64% [======================================== ] 1974/3047 64% [======================================== ] 1975/3047 64% [======================================== ] 1976/3047 64% [======================================== ] 1977/3047 64% [======================================== ] 1978/3047 64% [======================================== ] 1979/3047 64% [======================================== ] 1980/3047 64% [======================================== ] 1981/3047 65% [======================================== ] 1982/3047 65% [======================================== ] 1983/3047 65% [======================================== ] 1984/3047 65% [======================================== ] 1985/3047 65% [======================================== ] 1986/3047 65% [======================================== ] 1987/3047 65% [======================================== ] 1988/3047 65% [======================================== ] 1989/3047 65% [======================================== ] 1990/3047 65% [======================================== ] 1991/3047 65% [======================================== ] 1992/3047 65% [======================================== ] 1993/3047 65% [======================================== ] 1994/3047 65% [======================================== ] 1995/3047 65% [======================================== ] 1996/3047 65% [======================================== ] 1997/3047 65% [======================================== ] 1998/3047 65% [======================================== ] 1999/3047 65% [======================================== ] 2000/3047 65% [======================================== ] 2001/3047 65% [======================================== ] 2002/3047 65% [======================================== ] 2003/3047 65% [======================================== ] 2004/3047 65% [======================================== ] 2005/3047 65% [======================================== ] 2006/3047 65% [======================================== ] 2007/3047 65% [======================================== ] 2008/3047 65% [======================================== ] 2009/3047 65% [======================================== ] 2010/3047 65% [======================================== ] 2011/3047 65% [======================================== ] 2012/3047 66% [======================================== ] 2013/3047 66% [======================================== ] 2014/3047 66% [========================================= ] 2015/3047 66% [========================================= ] 2016/3047 66% [========================================= ] 2017/3047 66% [========================================= ] 2018/3047 66% [========================================= ] 2019/3047 66% [========================================= ] 2020/3047 66% [========================================= ] 2021/3047 66% [========================================= ] 2022/3047 66% [========================================= ] 2023/3047 66% [========================================= ] 2024/3047 66% [========================================= ] 2025/3047 66% [========================================= ] 2026/3047 66% [========================================= ] 2027/3047 66% [========================================= ] 2028/3047 66% [========================================= ] 2029/3047 66% [========================================= ] 2030/3047 66% [========================================= ] 2031/3047 66% [========================================= ] 2032/3047 66% [========================================= ] 2033/3047 66% [========================================= ] 2034/3047 66% [========================================= ] 2035/3047 66% [========================================= ] 2036/3047 66% [========================================= ] 2037/3047 66% [========================================= ] 2038/3047 66% [========================================= ] 2039/3047 66% [========================================= ] 2040/3047 66% [========================================= ] 2041/3047 66% [========================================= ] 2042/3047 67% [========================================= ] 2043/3047 67% [========================================= ] 2044/3047 67% [========================================= ] 2045/3047 67% [========================================= ] 2046/3047 67% [========================================= ] 2047/3047 67% [========================================= ] 2048/3047 67% [========================================= ] 2049/3047 67% [========================================= ] 2050/3047 67% [========================================= ] 2051/3047 67% [========================================= ] 2052/3047 67% [========================================= ] 2053/3047 67% [========================================= ] 2054/3047 67% [========================================= ] 2055/3047 67% [========================================= ] 2056/3047 67% [========================================= ] 2057/3047 67% [========================================= ] 2058/3047 67% [========================================= ] 2059/3047 67% [========================================= ] 2060/3047 67% [========================================= ] 2061/3047 67% [========================================= ] 2062/3047 67% [========================================= ] 2063/3047 67% [========================================= ] 2064/3047 67% [========================================== ] 2065/3047 67% [========================================== ] 2066/3047 67% [========================================== ] 2067/3047 67% [========================================== ] 2068/3047 67% [========================================== ] 2069/3047 67% [========================================== ] 2070/3047 67% [========================================== ] 2071/3047 67% [========================================== ] 2072/3047 68% [========================================== ] 2073/3047 68% [========================================== ] 2074/3047 68% [========================================== ] 2075/3047 68% [========================================== ] 2076/3047 68% [========================================== ] 2077/3047 68% [========================================== ] 2078/3047 68% [========================================== ] 2079/3047 68% [========================================== ] 2080/3047 68% [========================================== ] 2081/3047 68% [========================================== ] 2082/3047 68% [========================================== ] 2083/3047 68% [========================================== ] 2084/3047 68% [========================================== ] 2085/3047 68% [========================================== ] 2086/3047 68% [========================================== ] 2087/3047 68% [========================================== ] 2088/3047 68% [========================================== ] 2089/3047 68% [========================================== ] 2090/3047 68% [========================================== ] 2091/3047 68% [========================================== ] 2092/3047 68% [========================================== ] 2093/3047 68% [========================================== ] 2094/3047 68% [========================================== ] 2095/3047 68% [========================================== ] 2096/3047 68% [========================================== ] 2097/3047 68% [========================================== ] 2098/3047 68% [========================================== ] 2099/3047 68% [========================================== ] 2100/3047 68% [========================================== ] 2101/3047 68% [========================================== ] 2102/3047 68% [========================================== ] 2103/3047 69% [========================================== ] 2104/3047 69% [========================================== ] 2105/3047 69% [========================================== ] 2106/3047 69% [========================================== ] 2107/3047 69% [========================================== ] 2108/3047 69% [========================================== ] 2109/3047 69% [========================================== ] 2110/3047 69% [========================================== ] 2111/3047 69% [========================================== ] 2112/3047 69% [========================================== ] 2113/3047 69% [=========================================== ] 2114/3047 69% [=========================================== ] 2115/3047 69% [=========================================== ] 2116/3047 69% [=========================================== ] 2117/3047 69% [=========================================== ] 2118/3047 69% [=========================================== ] 2119/3047 69% [=========================================== ] 2120/3047 69% [=========================================== ] 2121/3047 69% [=========================================== ] 2122/3047 69% [=========================================== ] 2123/3047 69% [=========================================== ] 2124/3047 69% [=========================================== ] 2125/3047 69% [=========================================== ] 2126/3047 69% [=========================================== ] 2127/3047 69% [=========================================== ] 2128/3047 69% [=========================================== ] 2129/3047 69% [=========================================== ] 2130/3047 69% [=========================================== ] 2131/3047 69% [=========================================== ] 2132/3047 69% [=========================================== ] 2133/3047 70% [=========================================== ] 2134/3047 70% [=========================================== ] 2135/3047 70% [=========================================== ] 2136/3047 70% [=========================================== ] 2137/3047 70% [=========================================== ] 2138/3047 70% [=========================================== ] 2139/3047 70% [=========================================== ] 2140/3047 70% [=========================================== ] 2141/3047 70% [=========================================== ] 2142/3047 70% [=========================================== ] 2143/3047 70% [=========================================== ] 2144/3047 70% [=========================================== ] 2145/3047 70% [=========================================== ] 2146/3047 70% [=========================================== ] 2147/3047 70% [=========================================== ] 2148/3047 70% [=========================================== ] 2149/3047 70% [=========================================== ] 2150/3047 70% [=========================================== ] 2151/3047 70% [=========================================== ] 2152/3047 70% [=========================================== ] 2153/3047 70% [=========================================== ] 2154/3047 70% [=========================================== ] 2155/3047 70% [=========================================== ] 2156/3047 70% [=========================================== ] 2157/3047 70% [=========================================== ] 2158/3047 70% [=========================================== ] 2159/3047 70% [=========================================== ] 2160/3047 70% [=========================================== ] 2161/3047 70% [=========================================== ] 2162/3047 70% [============================================ ] 2163/3047 70% [============================================ ] 2164/3047 71% [============================================ ] 2165/3047 71% [============================================ ] 2166/3047 71% [============================================ ] 2167/3047 71% [============================================ ] 2168/3047 71% [============================================ ] 2169/3047 71% [============================================ ] 2170/3047 71% [============================================ ] 2171/3047 71% [============================================ ] 2172/3047 71% [============================================ ] 2173/3047 71% [============================================ ] 2174/3047 71% [============================================ ] 2175/3047 71% [============================================ ] 2176/3047 71% [============================================ ] 2177/3047 71% [============================================ ] 2178/3047 71% [============================================ ] 2179/3047 71% [============================================ ] 2180/3047 71% [============================================ ] 2181/3047 71% [============================================ ] 2182/3047 71% [============================================ ] 2183/3047 71% [============================================ ] 2184/3047 71% [============================================ ] 2185/3047 71% [============================================ ] 2186/3047 71% [============================================ ] 2187/3047 71% [============================================ ] 2188/3047 71% [============================================ ] 2189/3047 71% [============================================ ] 2190/3047 71% [============================================ ] 2191/3047 71% [============================================ ] 2192/3047 71% [============================================ ] 2193/3047 71% [============================================ ] 2194/3047 72% [============================================ ] 2195/3047 72% [============================================ ] 2196/3047 72% [============================================ ] 2197/3047 72% [============================================ ] 2198/3047 72% [============================================ ] 2199/3047 72% [============================================ ] 2200/3047 72% [============================================ ] 2201/3047 72% [============================================ ] 2202/3047 72% [============================================ ] 2203/3047 72% [============================================ ] 2204/3047 72% [============================================ ] 2205/3047 72% [============================================ ] 2206/3047 72% [============================================ ] 2207/3047 72% [============================================ ] 2208/3047 72% [============================================ ] 2209/3047 72% [============================================ ] 2210/3047 72% [============================================ ] 2211/3047 72% [============================================= ] 2212/3047 72% [============================================= ] 2213/3047 72% [============================================= ] 2214/3047 72% [============================================= ] 2215/3047 72% [============================================= ] 2216/3047 72% [============================================= ] 2217/3047 72% [============================================= ] 2218/3047 72% [============================================= ] 2219/3047 72% [============================================= ] 2220/3047 72% [============================================= ] 2221/3047 72% [============================================= ] 2222/3047 72% [============================================= ] 2223/3047 72% [============================================= ] 2224/3047 72% [============================================= ] 2225/3047 73% [============================================= ] 2226/3047 73% [============================================= ] 2227/3047 73% [============================================= ] 2228/3047 73% [============================================= ] 2229/3047 73% [============================================= ] 2230/3047 73% [============================================= ] 2231/3047 73% [============================================= ] 2232/3047 73% [============================================= ] 2233/3047 73% [============================================= ] 2234/3047 73% [============================================= ] 2235/3047 73% [============================================= ] 2236/3047 73% [============================================= ] 2237/3047 73% [============================================= ] 2238/3047 73% [============================================= ] 2239/3047 73% [============================================= ] 2240/3047 73% [============================================= ] 2241/3047 73% [============================================= ] 2242/3047 73% [============================================= ] 2243/3047 73% [============================================= ] 2244/3047 73% [============================================= ] 2245/3047 73% [============================================= ] 2246/3047 73% [============================================= ] 2247/3047 73% [============================================= ] 2248/3047 73% [============================================= ] 2249/3047 73% [============================================= ] 2250/3047 73% [============================================= ] 2251/3047 73% [============================================= ] 2252/3047 73% [============================================= ] 2253/3047 73% [============================================= ] 2254/3047 73% [============================================= ] 2255/3047 74% [============================================= ] 2256/3047 74% [============================================= ] 2257/3047 74% [============================================= ] 2258/3047 74% [============================================= ] 2259/3047 74% [============================================= ] 2260/3047 74% [============================================== ] 2261/3047 74% [============================================== ] 2262/3047 74% [============================================== ] 2263/3047 74% [============================================== ] 2264/3047 74% [============================================== ] 2265/3047 74% [============================================== ] 2266/3047 74% [============================================== ] 2267/3047 74% [============================================== ] 2268/3047 74% [============================================== ] 2269/3047 74% [============================================== ] 2270/3047 74% [============================================== ] 2271/3047 74% [============================================== ] 2272/3047 74% [============================================== ] 2273/3047 74% [============================================== ] 2274/3047 74% [============================================== ] 2275/3047 74% [============================================== ] 2276/3047 74% [============================================== ] 2277/3047 74% [============================================== ] 2278/3047 74% [============================================== ] 2279/3047 74% [============================================== ] 2280/3047 74% [============================================== ] 2281/3047 74% [============================================== ] 2282/3047 74% [============================================== ] 2283/3047 74% [============================================== ] 2284/3047 74% [============================================== ] 2285/3047 74% [============================================== ] 2286/3047 75% [============================================== ] 2287/3047 75% [============================================== ] 2288/3047 75% [============================================== ] 2289/3047 75% [============================================== ] 2290/3047 75% [============================================== ] 2291/3047 75% [============================================== ] 2292/3047 75% [============================================== ] 2293/3047 75% [============================================== ] 2294/3047 75% [============================================== ] 2295/3047 75% [============================================== ] 2296/3047 75% [============================================== ] 2297/3047 75% [============================================== ] 2298/3047 75% [============================================== ] 2299/3047 75% [============================================== ] 2300/3047 75% [============================================== ] 2301/3047 75% [============================================== ] 2302/3047 75% [============================================== ] 2303/3047 75% [============================================== ] 2304/3047 75% [============================================== ] 2305/3047 75% [============================================== ] 2306/3047 75% [============================================== ] 2307/3047 75% [============================================== ] 2308/3047 75% [============================================== ] 2309/3047 75% [=============================================== ] 2310/3047 75% [=============================================== ] 2311/3047 75% [=============================================== ] 2312/3047 75% [=============================================== ] 2313/3047 75% [=============================================== ] 2314/3047 75% [=============================================== ] 2315/3047 75% [=============================================== ] 2316/3047 76% [=============================================== ] 2317/3047 76% [=============================================== ] 2318/3047 76% [=============================================== ] 2319/3047 76% [=============================================== ] 2320/3047 76% [=============================================== ] 2321/3047 76% [=============================================== ] 2322/3047 76% [=============================================== ] 2323/3047 76% [=============================================== ] 2324/3047 76% [=============================================== ] 2325/3047 76% [=============================================== ] 2326/3047 76% [=============================================== ] 2327/3047 76% [=============================================== ] 2328/3047 76% [=============================================== ] 2329/3047 76% [=============================================== ] 2330/3047 76% [=============================================== ] 2331/3047 76% [=============================================== ] 2332/3047 76% [=============================================== ] 2333/3047 76% [=============================================== ] 2334/3047 76% [=============================================== ] 2335/3047 76% [=============================================== ] 2336/3047 76% [=============================================== ] 2337/3047 76% [=============================================== ] 2338/3047 76% [=============================================== ] 2339/3047 76% [=============================================== ] 2340/3047 76% [=============================================== ] 2341/3047 76% [=============================================== ] 2342/3047 76% [=============================================== ] 2343/3047 76% [=============================================== ] 2344/3047 76% [=============================================== ] 2345/3047 76% [=============================================== ] 2346/3047 76% [=============================================== ] 2347/3047 77% [=============================================== ] 2348/3047 77% [=============================================== ] 2349/3047 77% [=============================================== ] 2350/3047 77% [=============================================== ] 2351/3047 77% [=============================================== ] 2352/3047 77% [=============================================== ] 2353/3047 77% [=============================================== ] 2354/3047 77% [=============================================== ] 2355/3047 77% [=============================================== ] 2356/3047 77% [=============================================== ] 2357/3047 77% [=============================================== ] 2358/3047 77% [================================================ ] 2359/3047 77% [================================================ ] 2360/3047 77% [================================================ ] 2361/3047 77% [================================================ ] 2362/3047 77% [================================================ ] 2363/3047 77% [================================================ ] 2364/3047 77% [================================================ ] 2365/3047 77% [================================================ ] 2366/3047 77% [================================================ ] 2367/3047 77% [================================================ ] 2368/3047 77% [================================================ ] 2369/3047 77% [================================================ ] 2370/3047 77% [================================================ ] 2371/3047 77% [================================================ ] 2372/3047 77% [================================================ ] 2373/3047 77% [================================================ ] 2374/3047 77% [================================================ ] 2375/3047 77% [================================================ ] 2376/3047 77% [================================================ ] 2377/3047 78% [================================================ ] 2378/3047 78% [================================================ ] 2379/3047 78% [================================================ ] 2380/3047 78% [================================================ ] 2381/3047 78% [================================================ ] 2382/3047 78% [================================================ ] 2383/3047 78% [================================================ ] 2384/3047 78% [================================================ ] 2385/3047 78% [================================================ ] 2386/3047 78% [================================================ ] 2387/3047 78% [================================================ ] 2388/3047 78% [================================================ ] 2389/3047 78% [================================================ ] 2390/3047 78% [================================================ ] 2391/3047 78% [================================================ ] 2392/3047 78% [================================================ ] 2393/3047 78% [================================================ ] 2394/3047 78% [================================================ ] 2395/3047 78% [================================================ ] 2396/3047 78% [================================================ ] 2397/3047 78% [================================================ ] 2398/3047 78% [================================================ ] 2399/3047 78% [================================================ ] 2400/3047 78% [================================================ ] 2401/3047 78% [================================================ ] 2402/3047 78% [================================================ ] 2403/3047 78% [================================================ ] 2404/3047 78% [================================================ ] 2405/3047 78% [================================================ ] 2406/3047 78% [================================================ ] 2407/3047 78% [================================================ ] 2408/3047 79% [================================================= ] 2409/3047 79% [================================================= ] 2410/3047 79% [================================================= ] 2411/3047 79% [================================================= ] 2412/3047 79% [================================================= ] 2413/3047 79% [================================================= ] 2414/3047 79% [================================================= ] 2415/3047 79% [================================================= ] 2416/3047 79% [================================================= ] 2417/3047 79% [================================================= ] 2418/3047 79% [================================================= ] 2419/3047 79% [================================================= ] 2420/3047 79% [================================================= ] 2421/3047 79% [================================================= ] 2422/3047 79% [================================================= ] 2423/3047 79% [================================================= ] 2424/3047 79% [================================================= ] 2425/3047 79% [================================================= ] 2426/3047 79% [================================================= ] 2427/3047 79% [================================================= ] 2428/3047 79% [================================================= ] 2429/3047 79% [================================================= ] 2430/3047 79% [================================================= ] 2431/3047 79% [================================================= ] 2432/3047 79% [================================================= ] 2433/3047 79% [================================================= ] 2434/3047 79% [================================================= ] 2435/3047 79% [================================================= ] 2436/3047 79% [================================================= ] 2437/3047 79% [================================================= ] 2438/3047 80% [================================================= ] 2439/3047 80% [================================================= ] 2440/3047 80% [================================================= ] 2441/3047 80% [================================================= ] 2442/3047 80% [================================================= ] 2443/3047 80% [================================================= ] 2444/3047 80% [================================================= ] 2445/3047 80% [================================================= ] 2446/3047 80% [================================================= ] 2447/3047 80% [================================================= ] 2448/3047 80% [================================================= ] 2449/3047 80% [================================================= ] 2450/3047 80% [================================================= ] 2451/3047 80% [================================================= ] 2452/3047 80% [================================================= ] 2453/3047 80% [================================================= ] 2454/3047 80% [================================================= ] 2455/3047 80% [================================================= ] 2456/3047 80% [================================================= ] 2457/3047 80% [================================================== ] 2458/3047 80% [================================================== ] 2459/3047 80% [================================================== ] 2460/3047 80% [================================================== ] 2461/3047 80% [================================================== ] 2462/3047 80% [================================================== ] 2463/3047 80% [================================================== ] 2464/3047 80% [================================================== ] 2465/3047 80% [================================================== ] 2466/3047 80% [================================================== ] 2467/3047 80% [================================================== ] 2468/3047 80% [================================================== ] 2469/3047 81% [================================================== ] 2470/3047 81% [================================================== ] 2471/3047 81% [================================================== ] 2472/3047 81% [================================================== ] 2473/3047 81% [================================================== ] 2474/3047 81% [================================================== ] 2475/3047 81% [================================================== ] 2476/3047 81% [================================================== ] 2477/3047 81% [================================================== ] 2478/3047 81% [================================================== ] 2479/3047 81% [================================================== ] 2480/3047 81% [================================================== ] 2481/3047 81% [================================================== ] 2482/3047 81% [================================================== ] 2483/3047 81% [================================================== ] 2484/3047 81% [================================================== ] 2485/3047 81% [================================================== ] 2486/3047 81% [================================================== ] 2487/3047 81% [================================================== ] 2488/3047 81% [================================================== ] 2489/3047 81% [================================================== ] 2490/3047 81% [================================================== ] 2491/3047 81% [================================================== ] 2492/3047 81% [================================================== ] 2493/3047 81% [================================================== ] 2494/3047 81% [================================================== ] 2495/3047 81% [================================================== ] 2496/3047 81% [================================================== ] 2497/3047 81% [================================================== ] 2498/3047 81% [================================================== ] 2499/3047 82% [================================================== ] 2500/3047 82% [================================================== ] 2501/3047 82% [================================================== ] 2502/3047 82% [================================================== ] 2503/3047 82% [================================================== ] 2504/3047 82% [================================================== ] 2505/3047 82% [================================================== ] 2506/3047 82% [=================================================== ] 2507/3047 82% [=================================================== ] 2508/3047 82% [=================================================== ] 2509/3047 82% [=================================================== ] 2510/3047 82% [=================================================== ] 2511/3047 82% [=================================================== ] 2512/3047 82% [=================================================== ] 2513/3047 82% [=================================================== ] 2514/3047 82% [=================================================== ] 2515/3047 82% [=================================================== ] 2516/3047 82% [=================================================== ] 2517/3047 82% [=================================================== ] 2518/3047 82% [=================================================== ] 2519/3047 82% [=================================================== ] 2520/3047 82% [=================================================== ] 2521/3047 82% [=================================================== ] 2522/3047 82% [=================================================== ] 2523/3047 82% [=================================================== ] 2524/3047 82% [=================================================== ] 2525/3047 82% [=================================================== ] 2526/3047 82% [=================================================== ] 2527/3047 82% [=================================================== ] 2528/3047 82% [=================================================== ] 2529/3047 82% [=================================================== ] 2530/3047 83% [=================================================== ] 2531/3047 83% [=================================================== ] 2532/3047 83% [=================================================== ] 2533/3047 83% [=================================================== ] 2534/3047 83% [=================================================== ] 2535/3047 83% [=================================================== ] 2536/3047 83% [=================================================== ] 2537/3047 83% [=================================================== ] 2538/3047 83% [=================================================== ] 2539/3047 83% [=================================================== ] 2540/3047 83% [=================================================== ] 2541/3047 83% [=================================================== ] 2542/3047 83% [=================================================== ] 2543/3047 83% [=================================================== ] 2544/3047 83% [=================================================== ] 2545/3047 83% [=================================================== ] 2546/3047 83% [=================================================== ] 2547/3047 83% [=================================================== ] 2548/3047 83% [=================================================== ] 2549/3047 83% [=================================================== ] 2550/3047 83% [=================================================== ] 2551/3047 83% [=================================================== ] 2552/3047 83% [=================================================== ] 2553/3047 83% [=================================================== ] 2554/3047 83% [=================================================== ] 2555/3047 83% [==================================================== ] 2556/3047 83% [==================================================== ] 2557/3047 83% [==================================================== ] 2558/3047 83% [==================================================== ] 2559/3047 83% [==================================================== ] 2560/3047 84% [==================================================== ] 2561/3047 84% [==================================================== ] 2562/3047 84% [==================================================== ] 2563/3047 84% [==================================================== ] 2564/3047 84% [==================================================== ] 2565/3047 84% [==================================================== ] 2566/3047 84% [==================================================== ] 2567/3047 84% [==================================================== ] 2568/3047 84% [==================================================== ] 2569/3047 84% [==================================================== ] 2570/3047 84% [==================================================== ] 2571/3047 84% [==================================================== ] 2572/3047 84% [==================================================== ] 2573/3047 84% [==================================================== ] 2574/3047 84% [==================================================== ] 2575/3047 84% [==================================================== ] 2576/3047 84% [==================================================== ] 2577/3047 84% [==================================================== ] 2578/3047 84% [==================================================== ] 2579/3047 84% [==================================================== ] 2580/3047 84% [==================================================== ] 2581/3047 84% [==================================================== ] 2582/3047 84% [==================================================== ] 2583/3047 84% [==================================================== ] 2584/3047 84% [==================================================== ] 2585/3047 84% [==================================================== ] 2586/3047 84% [==================================================== ] 2587/3047 84% [==================================================== ] 2588/3047 84% [==================================================== ] 2589/3047 84% [==================================================== ] 2590/3047 85% [==================================================== ] 2591/3047 85% [==================================================== ] 2592/3047 85% [==================================================== ] 2593/3047 85% [==================================================== ] 2594/3047 85% [==================================================== ] 2595/3047 85% [==================================================== ] 2596/3047 85% [==================================================== ] 2597/3047 85% [==================================================== ] 2598/3047 85% [==================================================== ] 2599/3047 85% [==================================================== ] 2600/3047 85% [==================================================== ] 2601/3047 85% [==================================================== ] 2602/3047 85% [==================================================== ] 2603/3047 85% [==================================================== ] 2604/3047 85% [===================================================== ] 2605/3047 85% [===================================================== ] 2606/3047 85% [===================================================== ] 2607/3047 85% [===================================================== ] 2608/3047 85% [===================================================== ] 2609/3047 85% [===================================================== ] 2610/3047 85% [===================================================== ] 2611/3047 85% [===================================================== ] 2612/3047 85% [===================================================== ] 2613/3047 85% [===================================================== ] 2614/3047 85% [===================================================== ] 2615/3047 85% [===================================================== ] 2616/3047 85% [===================================================== ] 2617/3047 85% [===================================================== ] 2618/3047 85% [===================================================== ] 2619/3047 85% [===================================================== ] 2620/3047 85% [===================================================== ] 2621/3047 86% [===================================================== ] 2622/3047 86% [===================================================== ] 2623/3047 86% [===================================================== ] 2624/3047 86% [===================================================== ] 2625/3047 86% [===================================================== ] 2626/3047 86% [===================================================== ] 2627/3047 86% [===================================================== ] 2628/3047 86% [===================================================== ] 2629/3047 86% [===================================================== ] 2630/3047 86% [===================================================== ] 2631/3047 86% [===================================================== ] 2632/3047 86% [===================================================== ] 2633/3047 86% [===================================================== ] 2634/3047 86% [===================================================== ] 2635/3047 86% [===================================================== ] 2636/3047 86% [===================================================== ] 2637/3047 86% [===================================================== ] 2638/3047 86% [===================================================== ] 2639/3047 86% [===================================================== ] 2640/3047 86% [===================================================== ] 2641/3047 86% [===================================================== ] 2642/3047 86% [===================================================== ] 2643/3047 86% [===================================================== ] 2644/3047 86% [===================================================== ] 2645/3047 86% [===================================================== ] 2646/3047 86% [===================================================== ] 2647/3047 86% [===================================================== ] 2648/3047 86% [===================================================== ] 2649/3047 86% [===================================================== ] 2650/3047 86% [===================================================== ] 2651/3047 87% [===================================================== ] 2652/3047 87% [===================================================== ] 2653/3047 87% [====================================================== ] 2654/3047 87% [====================================================== ] 2655/3047 87% [====================================================== ] 2656/3047 87% [====================================================== ] 2657/3047 87% [====================================================== ] 2658/3047 87% [====================================================== ] 2659/3047 87% [====================================================== ] 2660/3047 87% [====================================================== ] 2661/3047 87% [====================================================== ] 2662/3047 87% [====================================================== ] 2663/3047 87% [====================================================== ] 2664/3047 87% [====================================================== ] 2665/3047 87% [====================================================== ] 2666/3047 87% [====================================================== ] 2667/3047 87% [====================================================== ] 2668/3047 87% [====================================================== ] 2669/3047 87% [====================================================== ] 2670/3047 87% [====================================================== ] 2671/3047 87% [====================================================== ] 2672/3047 87% [====================================================== ] 2673/3047 87% [====================================================== ] 2674/3047 87% [====================================================== ] 2675/3047 87% [====================================================== ] 2676/3047 87% [====================================================== ] 2677/3047 87% [====================================================== ] 2678/3047 87% [====================================================== ] 2679/3047 87% [====================================================== ] 2680/3047 87% [====================================================== ] 2681/3047 87% [====================================================== ] 2682/3047 88% [====================================================== ] 2683/3047 88% [====================================================== ] 2684/3047 88% [====================================================== ] 2685/3047 88% [====================================================== ] 2686/3047 88% [====================================================== ] 2687/3047 88% [====================================================== ] 2688/3047 88% [====================================================== ] 2689/3047 88% [====================================================== ] 2690/3047 88% [====================================================== ] 2691/3047 88% [====================================================== ] 2692/3047 88% [====================================================== ] 2693/3047 88% [====================================================== ] 2694/3047 88% [====================================================== ] 2695/3047 88% [====================================================== ] 2696/3047 88% [====================================================== ] 2697/3047 88% [====================================================== ] 2698/3047 88% [====================================================== ] 2699/3047 88% [====================================================== ] 2700/3047 88% [====================================================== ] 2701/3047 88% [====================================================== ] 2702/3047 88% [======================================================= ] 2703/3047 88% [======================================================= ] 2704/3047 88% [======================================================= ] 2705/3047 88% [======================================================= ] 2706/3047 88% [======================================================= ] 2707/3047 88% [======================================================= ] 2708/3047 88% [======================================================= ] 2709/3047 88% [======================================================= ] 2710/3047 88% [======================================================= ] 2711/3047 88% [======================================================= ] 2712/3047 89% [======================================================= ] 2713/3047 89% [======================================================= ] 2714/3047 89% [======================================================= ] 2715/3047 89% [======================================================= ] 2716/3047 89% [======================================================= ] 2717/3047 89% [======================================================= ] 2718/3047 89% [======================================================= ] 2719/3047 89% [======================================================= ] 2720/3047 89% [======================================================= ] 2721/3047 89% [======================================================= ] 2722/3047 89% [======================================================= ] 2723/3047 89% [======================================================= ] 2724/3047 89% [======================================================= ] 2725/3047 89% [======================================================= ] 2726/3047 89% [======================================================= ] 2727/3047 89% [======================================================= ] 2728/3047 89% [======================================================= ] 2729/3047 89% [======================================================= ] 2730/3047 89% [======================================================= ] 2731/3047 89% [======================================================= ] 2732/3047 89% [======================================================= ] 2733/3047 89% [======================================================= ] 2734/3047 89% [======================================================= ] 2735/3047 89% [======================================================= ] 2736/3047 89% [======================================================= ] 2737/3047 89% [======================================================= ] 2738/3047 89% [======================================================= ] 2739/3047 89% [======================================================= ] 2740/3047 89% [======================================================= ] 2741/3047 89% [======================================================= ] 2742/3047 89% [======================================================= ] 2743/3047 90% [======================================================= ] 2744/3047 90% [======================================================= ] 2745/3047 90% [======================================================= ] 2746/3047 90% [======================================================= ] 2747/3047 90% [======================================================= ] 2748/3047 90% [======================================================= ] 2749/3047 90% [======================================================= ] 2750/3047 90% [======================================================= ] 2751/3047 90% [======================================================= ] 2752/3047 90% [======================================================== ] 2753/3047 90% [======================================================== ] 2754/3047 90% [======================================================== ] 2755/3047 90% [======================================================== ] 2756/3047 90% [======================================================== ] 2757/3047 90% [======================================================== ] 2758/3047 90% [======================================================== ] 2759/3047 90% [======================================================== ] 2760/3047 90% [======================================================== ] 2761/3047 90% [======================================================== ] 2762/3047 90% [======================================================== ] 2763/3047 90% [======================================================== ] 2764/3047 90% [======================================================== ] 2765/3047 90% [======================================================== ] 2766/3047 90% [======================================================== ] 2767/3047 90% [======================================================== ] 2768/3047 90% [======================================================== ] 2769/3047 90% [======================================================== ] 2770/3047 90% [======================================================== ] 2771/3047 90% [======================================================== ] 2772/3047 90% [======================================================== ] 2773/3047 91% [======================================================== ] 2774/3047 91% [======================================================== ] 2775/3047 91% [======================================================== ] 2776/3047 91% [======================================================== ] 2777/3047 91% [======================================================== ] 2778/3047 91% [======================================================== ] 2779/3047 91% [======================================================== ] 2780/3047 91% [======================================================== ] 2781/3047 91% [======================================================== ] 2782/3047 91% [======================================================== ] 2783/3047 91% [======================================================== ] 2784/3047 91% [======================================================== ] 2785/3047 91% [======================================================== ] 2786/3047 91% [======================================================== ] 2787/3047 91% [======================================================== ] 2788/3047 91% [======================================================== ] 2789/3047 91% [======================================================== ] 2790/3047 91% [======================================================== ] 2791/3047 91% [======================================================== ] 2792/3047 91% [======================================================== ] 2793/3047 91% [======================================================== ] 2794/3047 91% [======================================================== ] 2795/3047 91% [======================================================== ] 2796/3047 91% [======================================================== ] 2797/3047 91% [======================================================== ] 2798/3047 91% [======================================================== ] 2799/3047 91% [======================================================== ] 2800/3047 91% [======================================================== ] 2801/3047 91% [========================================================= ] 2802/3047 91% [========================================================= ] 2803/3047 91% [========================================================= ] 2804/3047 92% [========================================================= ] 2805/3047 92% [========================================================= ] 2806/3047 92% [========================================================= ] 2807/3047 92% [========================================================= ] 2808/3047 92% [========================================================= ] 2809/3047 92% [========================================================= ] 2810/3047 92% [========================================================= ] 2811/3047 92% [========================================================= ] 2812/3047 92% [========================================================= ] 2813/3047 92% [========================================================= ] 2814/3047 92% [========================================================= ] 2815/3047 92% [========================================================= ] 2816/3047 92% [========================================================= ] 2817/3047 92% [========================================================= ] 2818/3047 92% [========================================================= ] 2819/3047 92% [========================================================= ] 2820/3047 92% [========================================================= ] 2821/3047 92% [========================================================= ] 2822/3047 92% [========================================================= ] 2823/3047 92% [========================================================= ] 2824/3047 92% [========================================================= ] 2825/3047 92% [========================================================= ] 2826/3047 92% [========================================================= ] 2827/3047 92% [========================================================= ] 2828/3047 92% [========================================================= ] 2829/3047 92% [========================================================= ] 2830/3047 92% [========================================================= ] 2831/3047 92% [========================================================= ] 2832/3047 92% [========================================================= ] 2833/3047 92% [========================================================= ] 2834/3047 93% [========================================================= ] 2835/3047 93% [========================================================= ] 2836/3047 93% [========================================================= ] 2837/3047 93% [========================================================= ] 2838/3047 93% [========================================================= ] 2839/3047 93% [========================================================= ] 2840/3047 93% [========================================================= ] 2841/3047 93% [========================================================= ] 2842/3047 93% [========================================================= ] 2843/3047 93% [========================================================= ] 2844/3047 93% [========================================================= ] 2845/3047 93% [========================================================= ] 2846/3047 93% [========================================================= ] 2847/3047 93% [========================================================= ] 2848/3047 93% [========================================================= ] 2849/3047 93% [========================================================= ] 2850/3047 93% [========================================================== ] 2851/3047 93% [========================================================== ] 2852/3047 93% [========================================================== ] 2853/3047 93% [========================================================== ] 2854/3047 93% [========================================================== ] 2855/3047 93% [========================================================== ] 2856/3047 93% [========================================================== ] 2857/3047 93% [========================================================== ] 2858/3047 93% [========================================================== ] 2859/3047 93% [========================================================== ] 2860/3047 93% [========================================================== ] 2861/3047 93% [========================================================== ] 2862/3047 93% [========================================================== ] 2863/3047 93% [========================================================== ] 2864/3047 93% [========================================================== ] 2865/3047 94% [========================================================== ] 2866/3047 94% [========================================================== ] 2867/3047 94% [========================================================== ] 2868/3047 94% [========================================================== ] 2869/3047 94% [========================================================== ] 2870/3047 94% [========================================================== ] 2871/3047 94% [========================================================== ] 2872/3047 94% [========================================================== ] 2873/3047 94% [========================================================== ] 2874/3047 94% [========================================================== ] 2875/3047 94% [========================================================== ] 2876/3047 94% [========================================================== ] 2877/3047 94% [========================================================== ] 2878/3047 94% [========================================================== ] 2879/3047 94% [========================================================== ] 2880/3047 94% [========================================================== ] 2881/3047 94% [========================================================== ] 2882/3047 94% [========================================================== ] 2883/3047 94% [========================================================== ] 2884/3047 94% [========================================================== ] 2885/3047 94% [========================================================== ] 2886/3047 94% [========================================================== ] 2887/3047 94% [========================================================== ] 2888/3047 94% [========================================================== ] 2889/3047 94% [========================================================== ] 2890/3047 94% [========================================================== ] 2891/3047 94% [========================================================== ] 2892/3047 94% [========================================================== ] 2893/3047 94% [========================================================== ] 2894/3047 94% [========================================================== ] 2895/3047 95% [========================================================== ] 2896/3047 95% [========================================================== ] 2897/3047 95% [========================================================== ] 2898/3047 95% [========================================================== ] 2899/3047 95% [=========================================================== ] 2900/3047 95% [=========================================================== ] 2901/3047 95% [=========================================================== ] 2902/3047 95% [=========================================================== ] 2903/3047 95% [=========================================================== ] 2904/3047 95% [=========================================================== ] 2905/3047 95% [=========================================================== ] 2906/3047 95% [=========================================================== ] 2907/3047 95% [=========================================================== ] 2908/3047 95% [=========================================================== ] 2909/3047 95% [=========================================================== ] 2910/3047 95% [=========================================================== ] 2911/3047 95% [=========================================================== ] 2912/3047 95% [=========================================================== ] 2913/3047 95% [=========================================================== ] 2914/3047 95% [=========================================================== ] 2915/3047 95% [=========================================================== ] 2916/3047 95% [=========================================================== ] 2917/3047 95% [=========================================================== ] 2918/3047 95% [=========================================================== ] 2919/3047 95% [=========================================================== ] 2920/3047 95% [=========================================================== ] 2921/3047 95% [=========================================================== ] 2922/3047 95% [=========================================================== ] 2923/3047 95% [=========================================================== ] 2924/3047 95% [=========================================================== ] 2925/3047 95% [=========================================================== ] 2926/3047 96% [=========================================================== ] 2927/3047 96% [=========================================================== ] 2928/3047 96% [=========================================================== ] 2929/3047 96% [=========================================================== ] 2930/3047 96% [=========================================================== ] 2931/3047 96% [=========================================================== ] 2932/3047 96% [=========================================================== ] 2933/3047 96% [=========================================================== ] 2934/3047 96% [=========================================================== ] 2935/3047 96% [=========================================================== ] 2936/3047 96% [=========================================================== ] 2937/3047 96% [=========================================================== ] 2938/3047 96% [=========================================================== ] 2939/3047 96% [=========================================================== ] 2940/3047 96% [=========================================================== ] 2941/3047 96% [=========================================================== ] 2942/3047 96% [=========================================================== ] 2943/3047 96% [=========================================================== ] 2944/3047 96% [=========================================================== ] 2945/3047 96% [=========================================================== ] 2946/3047 96% [=========================================================== ] 2947/3047 96% [=========================================================== ] 2948/3047 96% [============================================================ ] 2949/3047 96% [============================================================ ] 2950/3047 96% [============================================================ ] 2951/3047 96% [============================================================ ] 2952/3047 96% [============================================================ ] 2953/3047 96% [============================================================ ] 2954/3047 96% [============================================================ ] 2955/3047 96% [============================================================ ] 2956/3047 97% [============================================================ ] 2957/3047 97% [============================================================ ] 2958/3047 97% [============================================================ ] 2959/3047 97% [============================================================ ] 2960/3047 97% [============================================================ ] 2961/3047 97% [============================================================ ] 2962/3047 97% [============================================================ ] 2963/3047 97% [============================================================ ] 2964/3047 97% [============================================================ ] 2965/3047 97% [============================================================ ] 2966/3047 97% [============================================================ ] 2967/3047 97% [============================================================ ] 2968/3047 97% [============================================================ ] 2969/3047 97% [============================================================ ] 2970/3047 97% [============================================================ ] 2971/3047 97% [============================================================ ] 2972/3047 97% [============================================================ ] 2973/3047 97% [============================================================ ] 2974/3047 97% [============================================================ ] 2975/3047 97% [============================================================ ] 2976/3047 97% [============================================================ ] 2977/3047 97% [============================================================ ] 2978/3047 97% [============================================================ ] 2979/3047 97% [============================================================ ] 2980/3047 97% [============================================================ ] 2981/3047 97% [============================================================ ] 2982/3047 97% [============================================================ ] 2983/3047 97% [============================================================ ] 2984/3047 97% [============================================================ ] 2985/3047 97% [============================================================ ] 2986/3047 97% [============================================================ ] 2987/3047 98% [============================================================ ] 2988/3047 98% [============================================================ ] 2989/3047 98% [============================================================ ] 2990/3047 98% [============================================================ ] 2991/3047 98% [============================================================ ] 2992/3047 98% [============================================================ ] 2993/3047 98% [============================================================ ] 2994/3047 98% [============================================================ ] 2995/3047 98% [============================================================ ] 2996/3047 98% [============================================================ ] 2997/3047 98% [============================================================= ] 2998/3047 98% [============================================================= ] 2999/3047 98% [============================================================= ] 3000/3047 98% [============================================================= ] 3001/3047 98% [============================================================= ] 3002/3047 98% [============================================================= ] 3003/3047 98% [============================================================= ] 3004/3047 98% [============================================================= ] 3005/3047 98% [============================================================= ] 3006/3047 98% [============================================================= ] 3007/3047 98% [============================================================= ] 3008/3047 98% [============================================================= ] 3009/3047 98% [============================================================= ] 3010/3047 98% [============================================================= ] 3011/3047 98% [============================================================= ] 3012/3047 98% [============================================================= ] 3013/3047 98% [============================================================= ] 3014/3047 98% [============================================================= ] 3015/3047 98% [============================================================= ] 3016/3047 98% [============================================================= ] 3017/3047 99% [============================================================= ] 3018/3047 99% [============================================================= ] 3019/3047 99% [============================================================= ] 3020/3047 99% [============================================================= ] 3021/3047 99% [============================================================= ] 3022/3047 99% [============================================================= ] 3023/3047 99% [============================================================= ] 3024/3047 99% [============================================================= ] 3025/3047 99% [============================================================= ] 3026/3047 99% [============================================================= ] 3027/3047 99% [============================================================= ] 3028/3047 99% [============================================================= ] 3029/3047 99% [============================================================= ] 3030/3047 99% [============================================================= ] 3031/3047 99% [============================================================= ] 3032/3047 99% [============================================================= ] 3033/3047 99% [============================================================= ] 3034/3047 99% [============================================================= ] 3035/3047 99% [============================================================= ] 3036/3047 99% [============================================================= ] 3037/3047 99% [============================================================= ] 3038/3047 99% [============================================================= ] 3039/3047 99% [============================================================= ] 3040/3047 99% [============================================================= ] 3041/3047 99% [============================================================= ] 3042/3047 99% [============================================================= ] 3043/3047 99% [============================================================= ] 3044/3047 99% [============================================================= ] 3045/3047 99% [============================================================= ] 3046/3047 99% [==============================================================] 3047/3047 100% operation complete, 3047 objects in 49832 NAND pages. ln -snf /home/autobuild/autobuild/instance-9/output-1/host/arm-buildroot-linux-gnueabi/sysroot /home/autobuild/autobuild/instance-9/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-9/buildroot' >>> Buildroot 2022.11-822-ga0a428f135 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.2 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bats-core 1.8.2 Collecting legal info LICENSE.md: OK (sha256: 55074b2b3b87809105034e1468e59076554d76a80c67bcc592000cc3d929852d) >>> bird 2.0.11 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cbootimage 1.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-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) >>> dnsmasq 2.88 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> dovecot 2.3.20 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> font-awesome 4.7.0 Collecting legal info >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> git 2.39.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.8 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbpfan 2.3.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> rtl_433 22.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> sane-backends 1.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Collecting legal info COPYING: OK (sha256: 653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> sdl_sound 1.0.3 Collecting legal info COPYING: OK (sha256: 2a781dd2f8c5435c59cfa3b79dfea1c1d7df676ed318ecc802139f76ac345d07) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> strace 6.1 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> stunnel 5.65 Collecting legal info COPYING.md: OK (sha256: f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> host-uuu 1.5.11 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-9/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot'