grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-10/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-10/output-1/target/etc/passwd rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/include /home/autobuild/autobuild/instance-10/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-10/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-10/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-10/output-1/target/usr/doc find /home/autobuild/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-10/output-1/target/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-10/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/man /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/info /home/autobuild/autobuild/instance-10/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/doc /home/autobuild/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-10/output-1/target/lib/debug /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-10/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-10/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-10/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-10/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-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-307-g10dbb664e5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-10/output-1/per-package /home/autobuild/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs printf ' _ntp -1 _ntp -1 * - - - Network Time Protocol daemon\n\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount3 f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt printf ' /dev/fuse c 666 0 0 10 229 0 0 -\n\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-10/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-10/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-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3752 objects. stage 2: creating image '/home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/3752 0% [ ] 2/3752 0% [ ] 3/3752 0% [ ] 4/3752 0% [ ] 5/3752 0% [ ] 6/3752 0% [ ] 7/3752 0% [ ] 8/3752 0% [ ] 9/3752 0% [ ] 10/3752 0% [ ] 11/3752 0% [ ] 12/3752 0% [ ] 13/3752 0% [ ] 14/3752 0% [ ] 15/3752 0% [ ] 16/3752 0% [ ] 17/3752 0% [ ] 18/3752 0% [ ] 19/3752 0% [ ] 20/3752 0% [ ] 21/3752 0% [ ] 22/3752 0% [ ] 23/3752 0% [ ] 24/3752 0% [ ] 25/3752 0% [ ] 26/3752 0% [ ] 27/3752 0% [ ] 28/3752 0% [ ] 29/3752 0% [ ] 30/3752 0% [ ] 31/3752 0% [ ] 32/3752 0% [ ] 33/3752 0% [ ] 34/3752 0% [ ] 35/3752 0% [ ] 36/3752 0% [ ] 37/3752 0% [ ] 38/3752 1% [ ] 39/3752 1% [ ] 40/3752 1% [ ] 41/3752 1% [ ] 42/3752 1% [ ] 43/3752 1% [ ] 44/3752 1% [ ] 45/3752 1% [ ] 46/3752 1% [ ] 47/3752 1% [ ] 48/3752 1% [ ] 49/3752 1% [ ] 50/3752 1% [ ] 51/3752 1% [ ] 52/3752 1% [ ] 53/3752 1% [ ] 54/3752 1% [ ] 55/3752 1% [ ] 56/3752 1% [ ] 57/3752 1% [ ] 58/3752 1% [ ] 59/3752 1% [ ] 60/3752 1% [= ] 61/3752 1% [= ] 62/3752 1% [= ] 63/3752 1% [= ] 64/3752 1% [= ] 65/3752 1% [= ] 66/3752 1% [= ] 67/3752 1% [= ] 68/3752 1% [= ] 69/3752 1% [= ] 70/3752 1% [= ] 71/3752 1% [= ] 72/3752 1% [= ] 73/3752 1% [= ] 74/3752 1% [= ] 75/3752 1% [= ] 76/3752 2% [= ] 77/3752 2% [= ] 78/3752 2% [= ] 79/3752 2% [= ] 80/3752 2% [= ] 81/3752 2% [= ] 82/3752 2% [= ] 83/3752 2% [= ] 84/3752 2% [= ] 85/3752 2% [= ] 86/3752 2% [= ] 87/3752 2% [= ] 88/3752 2% [= ] 89/3752 2% [= ] 90/3752 2% [= ] 91/3752 2% [= ] 92/3752 2% [= ] 93/3752 2% [= ] 94/3752 2% [= ] 95/3752 2% [= ] 96/3752 2% [= ] 97/3752 2% [= ] 98/3752 2% [= ] 99/3752 2% [= ] 100/3752 2% [= ] 101/3752 2% [= ] 102/3752 2% [= ] 103/3752 2% [= ] 104/3752 2% [= ] 105/3752 2% [= ] 106/3752 2% [= ] 107/3752 2% [= ] 108/3752 2% [= ] 109/3752 2% [= ] 110/3752 2% [= ] 111/3752 2% [= ] 112/3752 2% [= ] 113/3752 3% [= ] 114/3752 3% [= ] 115/3752 3% [= ] 116/3752 3% [= ] 117/3752 3% [= ] 118/3752 3% [= ] 119/3752 3% [= ] 120/3752 3% [= ] 121/3752 3% [== ] 122/3752 3% [== ] 123/3752 3% [== ] 124/3752 3% [== ] 125/3752 3% [== ] 126/3752 3% [== ] 127/3752 3% [== ] 128/3752 3% [== ] 129/3752 3% [== ] 130/3752 3% [== ] 131/3752 3% [== ] 132/3752 3% [== ] 133/3752 3% [== ] 134/3752 3% [== ] 135/3752 3% [== ] 136/3752 3% [== ] 137/3752 3% [== ] 138/3752 3% [== ] 139/3752 3% [== ] 140/3752 3% [== ] 141/3752 3% [== ] 142/3752 3% [== ] 143/3752 3% [== ] 144/3752 3% [== ] 145/3752 3% [== ] 146/3752 3% [== ] 147/3752 3% [== ] 148/3752 3% [== ] 149/3752 3% [== ] 150/3752 3% [== ] 151/3752 4% [== ] 152/3752 4% [== ] 153/3752 4% [== ] 154/3752 4% [== ] 155/3752 4% [== ] 156/3752 4% [== ] 157/3752 4% [== ] 158/3752 4% [== ] 159/3752 4% [== ] 160/3752 4% [== ] 161/3752 4% [== ] 162/3752 4% [== ] 163/3752 4% [== ] 164/3752 4% [== ] 165/3752 4% [== ] 166/3752 4% [== ] 167/3752 4% [== ] 168/3752 4% [== ] 169/3752 4% [== ] 170/3752 4% [== ] 171/3752 4% [== ] 172/3752 4% [== ] 173/3752 4% [== ] 174/3752 4% [== ] 175/3752 4% [== ] 176/3752 4% [== ] 177/3752 4% [== ] 178/3752 4% [== ] 179/3752 4% [== ] 180/3752 4% [== ] 181/3752 4% [=== ] 182/3752 4% [=== ] 183/3752 4% [=== ] 184/3752 4% [=== ] 185/3752 4% [=== ] 186/3752 4% [=== ] 187/3752 4% [=== ] 188/3752 5% [=== ] 189/3752 5% [=== ] 190/3752 5% [=== ] 191/3752 5% [=== ] 192/3752 5% [=== ] 193/3752 5% [=== ] 194/3752 5% [=== ] 195/3752 5% [=== ] 196/3752 5% [=== ] 197/3752 5% [=== ] 198/3752 5% [=== ] 199/3752 5% [=== ] 200/3752 5% [=== ] 201/3752 5% [=== ] 202/3752 5% [=== ] 203/3752 5% [=== ] 204/3752 5% [=== ] 205/3752 5% [=== ] 206/3752 5% [=== ] 207/3752 5% [=== ] 208/3752 5% [=== ] 209/3752 5% [=== ] 210/3752 5% [=== ] 211/3752 5% [=== ] 212/3752 5% [=== ] 213/3752 5% [=== ] 214/3752 5% [=== ] 215/3752 5% [=== ] 216/3752 5% [=== ] 217/3752 5% [=== ] 218/3752 5% [=== ] 219/3752 5% [=== ] 220/3752 5% [=== ] 221/3752 5% [=== ] 222/3752 5% [=== ] 223/3752 5% [=== ] 224/3752 5% [=== ] 225/3752 5% [=== ] 226/3752 6% [=== ] 227/3752 6% [=== ] 228/3752 6% [=== ] 229/3752 6% [=== ] 230/3752 6% [=== ] 231/3752 6% [=== ] 232/3752 6% [=== ] 233/3752 6% [=== ] 234/3752 6% [=== ] 235/3752 6% [=== ] 236/3752 6% [=== ] 237/3752 6% [=== ] 238/3752 6% [=== ] 239/3752 6% [=== ] 240/3752 6% [=== ] 241/3752 6% [=== ] 242/3752 6% [==== ] 243/3752 6% [==== ] 244/3752 6% [==== ] 245/3752 6% [==== ] 246/3752 6% [==== ] 247/3752 6% [==== ] 248/3752 6% [==== ] 249/3752 6% [==== ] 250/3752 6% [==== ] 251/3752 6% [==== ] 252/3752 6% [==== ] 253/3752 6% [==== ] 254/3752 6% [==== ] 255/3752 6% [==== ] 256/3752 6% [==== ] 257/3752 6% [==== ] 258/3752 6% [==== ] 259/3752 6% [==== ] 260/3752 6% [==== ] 261/3752 6% [==== ] 262/3752 6% [==== ] 263/3752 7% [==== ] 264/3752 7% [==== ] 265/3752 7% [==== ] 266/3752 7% [==== ] 267/3752 7% [==== ] 268/3752 7% [==== ] 269/3752 7% [==== ] 270/3752 7% [==== ] 271/3752 7% [==== ] 272/3752 7% [==== ] 273/3752 7% [==== ] 274/3752 7% [==== ] 275/3752 7% [==== ] 276/3752 7% [==== ] 277/3752 7% [==== ] 278/3752 7% [==== ] 279/3752 7% [==== ] 280/3752 7% [==== ] 281/3752 7% [==== ] 282/3752 7% [==== ] 283/3752 7% [==== ] 284/3752 7% [==== ] 285/3752 7% [==== ] 286/3752 7% [==== ] 287/3752 7% [==== ] 288/3752 7% [==== ] 289/3752 7% [==== ] 290/3752 7% [==== ] 291/3752 7% [==== ] 292/3752 7% [==== ] 293/3752 7% [==== ] 294/3752 7% [==== ] 295/3752 7% [==== ] 296/3752 7% [==== ] 297/3752 7% [==== ] 298/3752 7% [==== ] 299/3752 7% [==== ] 300/3752 7% [==== ] 301/3752 8% [==== ] 302/3752 8% [===== ] 303/3752 8% [===== ] 304/3752 8% [===== ] 305/3752 8% [===== ] 306/3752 8% [===== ] 307/3752 8% [===== ] 308/3752 8% [===== ] 309/3752 8% [===== ] 310/3752 8% [===== ] 311/3752 8% [===== ] 312/3752 8% [===== ] 313/3752 8% [===== ] 314/3752 8% [===== ] 315/3752 8% [===== ] 316/3752 8% [===== ] 317/3752 8% [===== ] 318/3752 8% [===== ] 319/3752 8% [===== ] 320/3752 8% [===== ] 321/3752 8% [===== ] 322/3752 8% [===== ] 323/3752 8% [===== ] 324/3752 8% [===== ] 325/3752 8% [===== ] 326/3752 8% [===== ] 327/3752 8% [===== ] 328/3752 8% [===== ] 329/3752 8% [===== ] 330/3752 8% [===== ] 331/3752 8% [===== ] 332/3752 8% [===== ] 333/3752 8% [===== ] 334/3752 8% [===== ] 335/3752 8% [===== ] 336/3752 8% [===== ] 337/3752 8% [===== ] 338/3752 9% [===== ] 339/3752 9% [===== ] 340/3752 9% [===== ] 341/3752 9% [===== ] 342/3752 9% [===== ] 343/3752 9% [===== ] 344/3752 9% [===== ] 345/3752 9% [===== ] 346/3752 9% [===== ] 347/3752 9% [===== ] 348/3752 9% [===== ] 349/3752 9% [===== ] 350/3752 9% [===== ] 351/3752 9% [===== ] 352/3752 9% [===== ] 353/3752 9% [===== ] 354/3752 9% [===== ] 355/3752 9% [===== ] 356/3752 9% [===== ] 357/3752 9% [===== ] 358/3752 9% [===== ] 359/3752 9% [===== ] 360/3752 9% [===== ] 361/3752 9% [===== ] 362/3752 9% [===== ] 363/3752 9% [====== ] 364/3752 9% [====== ] 365/3752 9% [====== ] 366/3752 9% [====== ] 367/3752 9% [====== ] 368/3752 9% [====== ] 369/3752 9% [====== ] 370/3752 9% [====== ] 371/3752 9% [====== ] 372/3752 9% [====== ] 373/3752 9% [====== ] 374/3752 9% [====== ] 375/3752 9% [====== ] 376/3752 10% [====== ] 377/3752 10% [====== ] 378/3752 10% [====== ] 379/3752 10% [====== ] 380/3752 10% [====== ] 381/3752 10% [====== ] 382/3752 10% [====== ] 383/3752 10% [====== ] 384/3752 10% [====== ] 385/3752 10% [====== ] 386/3752 10% [====== ] 387/3752 10% [====== ] 388/3752 10% [====== ] 389/3752 10% [====== ] 390/3752 10% [====== ] 391/3752 10% [====== ] 392/3752 10% [====== ] 393/3752 10% [====== ] 394/3752 10% [====== ] 395/3752 10% [====== ] 396/3752 10% [====== ] 397/3752 10% [====== ] 398/3752 10% [====== ] 399/3752 10% [====== ] 400/3752 10% [====== ] 401/3752 10% [====== ] 402/3752 10% [====== ] 403/3752 10% [====== ] 404/3752 10% [====== ] 405/3752 10% [====== ] 406/3752 10% [====== ] 407/3752 10% [====== ] 408/3752 10% [====== ] 409/3752 10% [====== ] 410/3752 10% [====== ] 411/3752 10% [====== ] 412/3752 10% [====== ] 413/3752 11% [====== ] 414/3752 11% [====== ] 415/3752 11% [====== ] 416/3752 11% [====== ] 417/3752 11% [====== ] 418/3752 11% [====== ] 419/3752 11% [====== ] 420/3752 11% [====== ] 421/3752 11% [====== ] 422/3752 11% [====== ] 423/3752 11% [======= ] 424/3752 11% [======= ] 425/3752 11% [======= ] 426/3752 11% [======= ] 427/3752 11% [======= ] 428/3752 11% [======= ] 429/3752 11% [======= ] 430/3752 11% [======= ] 431/3752 11% [======= ] 432/3752 11% [======= ] 433/3752 11% [======= ] 434/3752 11% [======= ] 435/3752 11% [======= ] 436/3752 11% [======= ] 437/3752 11% [======= ] 438/3752 11% [======= ] 439/3752 11% [======= ] 440/3752 11% [======= ] 441/3752 11% [======= ] 442/3752 11% [======= ] 443/3752 11% [======= ] 444/3752 11% [======= ] 445/3752 11% [======= ] 446/3752 11% [======= ] 447/3752 11% [======= ] 448/3752 11% [======= ] 449/3752 11% [======= ] 450/3752 11% [======= ] 451/3752 12% [======= ] 452/3752 12% [======= ] 453/3752 12% [======= ] 454/3752 12% [======= ] 455/3752 12% [======= ] 456/3752 12% [======= ] 457/3752 12% [======= ] 458/3752 12% [======= ] 459/3752 12% [======= ] 460/3752 12% [======= ] 461/3752 12% [======= ] 462/3752 12% [======= ] 463/3752 12% [======= ] 464/3752 12% [======= ] 465/3752 12% [======= ] 466/3752 12% [======= ] 467/3752 12% [======= ] 468/3752 12% [======= ] 469/3752 12% [======= ] 470/3752 12% [======= ] 471/3752 12% [======= ] 472/3752 12% [======= ] 473/3752 12% [======= ] 474/3752 12% [======= ] 475/3752 12% [======= ] 476/3752 12% [======= ] 477/3752 12% [======= ] 478/3752 12% [======= ] 479/3752 12% [======= ] 480/3752 12% [======= ] 481/3752 12% [======= ] 482/3752 12% [======= ] 483/3752 12% [======= ] 484/3752 12% [======== ] 485/3752 12% [======== ] 486/3752 12% [======== ] 487/3752 12% [======== ] 488/3752 13% [======== ] 489/3752 13% [======== ] 490/3752 13% [======== ] 491/3752 13% [======== ] 492/3752 13% [======== ] 493/3752 13% [======== ] 494/3752 13% [======== ] 495/3752 13% [======== ] 496/3752 13% [======== ] 497/3752 13% [======== ] 498/3752 13% [======== ] 499/3752 13% [======== ] 500/3752 13% [======== ] 501/3752 13% [======== ] 502/3752 13% [======== ] 503/3752 13% [======== ] 504/3752 13% [======== ] 505/3752 13% [======== ] 506/3752 13% [======== ] 507/3752 13% [======== ] 508/3752 13% [======== ] 509/3752 13% [======== ] 510/3752 13% [======== ] 511/3752 13% [======== ] 512/3752 13% [======== ] 513/3752 13% [======== ] 514/3752 13% [======== ] 515/3752 13% [======== ] 516/3752 13% [======== ] 517/3752 13% [======== ] 518/3752 13% [======== ] 519/3752 13% [======== ] 520/3752 13% [======== ] 521/3752 13% [======== ] 522/3752 13% [======== ] 523/3752 13% [======== ] 524/3752 13% [======== ] 525/3752 13% [======== ] 526/3752 14% [======== ] 527/3752 14% [======== ] 528/3752 14% [======== ] 529/3752 14% [======== ] 530/3752 14% [======== ] 531/3752 14% [======== ] 532/3752 14% [======== ] 533/3752 14% [======== ] 534/3752 14% [======== ] 535/3752 14% [======== ] 536/3752 14% [======== ] 537/3752 14% [======== ] 538/3752 14% [======== ] 539/3752 14% [======== ] 540/3752 14% [======== ] 541/3752 14% [======== ] 542/3752 14% [======== ] 543/3752 14% [======== ] 544/3752 14% [========= ] 545/3752 14% [========= ] 546/3752 14% [========= ] 547/3752 14% [========= ] 548/3752 14% [========= ] 549/3752 14% [========= ] 550/3752 14% [========= ] 551/3752 14% [========= ] 552/3752 14% [========= ] 553/3752 14% [========= ] 554/3752 14% [========= ] 555/3752 14% [========= ] 556/3752 14% [========= ] 557/3752 14% [========= ] 558/3752 14% [========= ] 559/3752 14% [========= ] 560/3752 14% [========= ] 561/3752 14% [========= ] 562/3752 14% [========= ] 563/3752 15% [========= ] 564/3752 15% [========= ] 565/3752 15% [========= ] 566/3752 15% [========= ] 567/3752 15% [========= ] 568/3752 15% [========= ] 569/3752 15% [========= ] 570/3752 15% [========= ] 571/3752 15% [========= ] 572/3752 15% [========= ] 573/3752 15% [========= ] 574/3752 15% [========= ] 575/3752 15% [========= ] 576/3752 15% [========= ] 577/3752 15% [========= ] 578/3752 15% [========= ] 579/3752 15% [========= ] 580/3752 15% [========= ] 581/3752 15% [========= ] 582/3752 15% [========= ] 583/3752 15% [========= ] 584/3752 15% [========= ] 585/3752 15% [========= ] 586/3752 15% [========= ] 587/3752 15% [========= ] 588/3752 15% [========= ] 589/3752 15% [========= ] 590/3752 15% [========= ] 591/3752 15% [========= ] 592/3752 15% [========= ] 593/3752 15% [========= ] 594/3752 15% [========= ] 595/3752 15% [========= ] 596/3752 15% [========= ] 597/3752 15% [========= ] 598/3752 15% [========= ] 599/3752 15% [========= ] 600/3752 15% [========= ] 601/3752 16% [========= ] 602/3752 16% [========= ] 603/3752 16% [========= ] 604/3752 16% [========= ] 605/3752 16% [========== ] 606/3752 16% [========== ] 607/3752 16% [========== ] 608/3752 16% [========== ] 609/3752 16% [========== ] 610/3752 16% [========== ] 611/3752 16% [========== ] 612/3752 16% [========== ] 613/3752 16% [========== ] 614/3752 16% [========== ] 615/3752 16% [========== ] 616/3752 16% [========== ] 617/3752 16% [========== ] 618/3752 16% [========== ] 619/3752 16% [========== ] 620/3752 16% [========== ] 621/3752 16% [========== ] 622/3752 16% [========== ] 623/3752 16% [========== ] 624/3752 16% [========== ] 625/3752 16% [========== ] 626/3752 16% [========== ] 627/3752 16% [========== ] 628/3752 16% [========== ] 629/3752 16% [========== ] 630/3752 16% [========== ] 631/3752 16% [========== ] 632/3752 16% [========== ] 633/3752 16% [========== ] 634/3752 16% [========== ] 635/3752 16% [========== ] 636/3752 16% [========== ] 637/3752 16% [========== ] 638/3752 17% [========== ] 639/3752 17% [========== ] 640/3752 17% [========== ] 641/3752 17% [========== ] 642/3752 17% [========== ] 643/3752 17% [========== ] 644/3752 17% [========== ] 645/3752 17% [========== ] 646/3752 17% [========== ] 647/3752 17% [========== ] 648/3752 17% [========== ] 649/3752 17% [========== ] 650/3752 17% [========== ] 651/3752 17% [========== ] 652/3752 17% [========== ] 653/3752 17% [========== ] 654/3752 17% [========== ] 655/3752 17% [========== ] 656/3752 17% [========== ] 657/3752 17% [========== ] 658/3752 17% [========== ] 659/3752 17% [========== ] 660/3752 17% [========== ] 661/3752 17% [========== ] 662/3752 17% [========== ] 663/3752 17% [========== ] 664/3752 17% [========== ] 665/3752 17% [=========== ] 666/3752 17% [=========== ] 667/3752 17% [=========== ] 668/3752 17% [=========== ] 669/3752 17% [=========== ] 670/3752 17% [=========== ] 671/3752 17% [=========== ] 672/3752 17% [=========== ] 673/3752 17% [=========== ] 674/3752 17% [=========== ] 675/3752 17% [=========== ] 676/3752 18% [=========== ] 677/3752 18% [=========== ] 678/3752 18% [=========== ] 679/3752 18% [=========== ] 680/3752 18% [=========== ] 681/3752 18% [=========== ] 682/3752 18% [=========== ] 683/3752 18% [=========== ] 684/3752 18% [=========== ] 685/3752 18% [=========== ] 686/3752 18% [=========== ] 687/3752 18% [=========== ] 688/3752 18% [=========== ] 689/3752 18% [=========== ] 690/3752 18% [=========== ] 691/3752 18% [=========== ] 692/3752 18% [=========== ] 693/3752 18% [=========== ] 694/3752 18% [=========== ] 695/3752 18% [=========== ] 696/3752 18% [=========== ] 697/3752 18% [=========== ] 698/3752 18% [=========== ] 699/3752 18% [=========== ] 700/3752 18% [=========== ] 701/3752 18% [=========== ] 702/3752 18% [=========== ] 703/3752 18% [=========== ] 704/3752 18% [=========== ] 705/3752 18% [=========== ] 706/3752 18% [=========== ] 707/3752 18% [=========== ] 708/3752 18% [=========== ] 709/3752 18% [=========== ] 710/3752 18% [=========== ] 711/3752 18% [=========== ] 712/3752 18% [=========== ] 713/3752 19% [=========== ] 714/3752 19% [=========== ] 715/3752 19% [=========== ] 716/3752 19% [=========== ] 717/3752 19% [=========== ] 718/3752 19% [=========== ] 719/3752 19% [=========== ] 720/3752 19% [=========== ] 721/3752 19% [=========== ] 722/3752 19% [=========== ] 723/3752 19% [=========== ] 724/3752 19% [=========== ] 725/3752 19% [=========== ] 726/3752 19% [============ ] 727/3752 19% [============ ] 728/3752 19% [============ ] 729/3752 19% [============ ] 730/3752 19% [============ ] 731/3752 19% [============ ] 732/3752 19% [============ ] 733/3752 19% [============ ] 734/3752 19% [============ ] 735/3752 19% [============ ] 736/3752 19% [============ ] 737/3752 19% [============ ] 738/3752 19% [============ ] 739/3752 19% [============ ] 740/3752 19% [============ ] 741/3752 19% [============ ] 742/3752 19% [============ ] 743/3752 19% [============ ] 744/3752 19% [============ ] 745/3752 19% [============ ] 746/3752 19% [============ ] 747/3752 19% [============ ] 748/3752 19% [============ ] 749/3752 19% [============ ] 750/3752 19% [============ ] 751/3752 20% [============ ] 752/3752 20% [============ ] 753/3752 20% [============ ] 754/3752 20% [============ ] 755/3752 20% [============ ] 756/3752 20% [============ ] 757/3752 20% [============ ] 758/3752 20% [============ ] 759/3752 20% [============ ] 760/3752 20% [============ ] 761/3752 20% [============ ] 762/3752 20% [============ ] 763/3752 20% [============ ] 764/3752 20% [============ ] 765/3752 20% [============ ] 766/3752 20% [============ ] 767/3752 20% [============ ] 768/3752 20% [============ ] 769/3752 20% [============ ] 770/3752 20% [============ ] 771/3752 20% [============ ] 772/3752 20% [============ ] 773/3752 20% [============ ] 774/3752 20% [============ ] 775/3752 20% [============ ] 776/3752 20% [============ ] 777/3752 20% [============ ] 778/3752 20% [============ ] 779/3752 20% [============ ] 780/3752 20% [============ ] 781/3752 20% [============ ] 782/3752 20% [============ ] 783/3752 20% [============ ] 784/3752 20% [============ ] 785/3752 20% [============ ] 786/3752 20% [============= ] 787/3752 20% [============= ] 788/3752 21% [============= ] 789/3752 21% [============= ] 790/3752 21% [============= ] 791/3752 21% [============= ] 792/3752 21% [============= ] 793/3752 21% [============= ] 794/3752 21% [============= ] 795/3752 21% [============= ] 796/3752 21% [============= ] 797/3752 21% [============= ] 798/3752 21% [============= ] 799/3752 21% [============= ] 800/3752 21% [============= ] 801/3752 21% [============= ] 802/3752 21% [============= ] 803/3752 21% [============= ] 804/3752 21% [============= ] 805/3752 21% [============= ] 806/3752 21% [============= ] 807/3752 21% [============= ] 808/3752 21% [============= ] 809/3752 21% [============= ] 810/3752 21% [============= ] 811/3752 21% [============= ] 812/3752 21% [============= ] 813/3752 21% [============= ] 814/3752 21% [============= ] 815/3752 21% [============= ] 816/3752 21% [============= ] 817/3752 21% [============= ] 818/3752 21% [============= ] 819/3752 21% [============= ] 820/3752 21% [============= ] 821/3752 21% [============= ] 822/3752 21% [============= ] 823/3752 21% [============= ] 824/3752 21% [============= ] 825/3752 21% [============= ] 826/3752 22% [============= ] 827/3752 22% [============= ] 828/3752 22% [============= ] 829/3752 22% [============= ] 830/3752 22% [============= ] 831/3752 22% [============= ] 832/3752 22% [============= ] 833/3752 22% [============= ] 834/3752 22% [============= ] 835/3752 22% [============= ] 836/3752 22% [============= ] 837/3752 22% [============= ] 838/3752 22% [============= ] 839/3752 22% [============= ] 840/3752 22% [============= ] 841/3752 22% [============= ] 842/3752 22% [============= ] 843/3752 22% [============= ] 844/3752 22% [============= ] 845/3752 22% [============= ] 846/3752 22% [============= ] 847/3752 22% [============== ] 848/3752 22% [============== ] 849/3752 22% [============== ] 850/3752 22% [============== ] 851/3752 22% [============== ] 852/3752 22% [============== ] 853/3752 22% [============== ] 854/3752 22% [============== ] 855/3752 22% [============== ] 856/3752 22% [============== ] 857/3752 22% [============== ] 858/3752 22% [============== ] 859/3752 22% [============== ] 860/3752 22% [============== ] 861/3752 22% [============== ] 862/3752 22% [============== ] 863/3752 23% [============== ] 864/3752 23% [============== ] 865/3752 23% [============== ] 866/3752 23% [============== ] 867/3752 23% [============== ] 868/3752 23% [============== ] 869/3752 23% [============== ] 870/3752 23% [============== ] 871/3752 23% [============== ] 872/3752 23% [============== ] 873/3752 23% [============== ] 874/3752 23% [============== ] 875/3752 23% [============== ] 876/3752 23% [============== ] 877/3752 23% [============== ] 878/3752 23% [============== ] 879/3752 23% [============== ] 880/3752 23% [============== ] 881/3752 23% [============== ] 882/3752 23% [============== ] 883/3752 23% [============== ] 884/3752 23% [============== ] 885/3752 23% [============== ] 886/3752 23% [============== ] 887/3752 23% [============== ] 888/3752 23% [============== ] 889/3752 23% [============== ] 890/3752 23% [============== ] 891/3752 23% [============== ] 892/3752 23% [============== ] 893/3752 23% [============== ] 894/3752 23% [============== ] 895/3752 23% [============== ] 896/3752 23% [============== ] 897/3752 23% [============== ] 898/3752 23% [============== ] 899/3752 23% [============== ] 900/3752 23% [============== ] 901/3752 24% [============== ] 902/3752 24% [============== ] 903/3752 24% [============== ] 904/3752 24% [============== ] 905/3752 24% [============== ] 906/3752 24% [============== ] 907/3752 24% [=============== ] 908/3752 24% [=============== ] 909/3752 24% [=============== ] 910/3752 24% [=============== ] 911/3752 24% [=============== ] 912/3752 24% [=============== ] 913/3752 24% [=============== ] 914/3752 24% [=============== ] 915/3752 24% [=============== ] 916/3752 24% [=============== ] 917/3752 24% [=============== ] 918/3752 24% [=============== ] 919/3752 24% [=============== ] 920/3752 24% [=============== ] 921/3752 24% [=============== ] 922/3752 24% [=============== ] 923/3752 24% [=============== ] 924/3752 24% [=============== ] 925/3752 24% [=============== ] 926/3752 24% [=============== ] 927/3752 24% [=============== ] 928/3752 24% [=============== ] 929/3752 24% [=============== ] 930/3752 24% [=============== ] 931/3752 24% [=============== ] 932/3752 24% [=============== ] 933/3752 24% [=============== ] 934/3752 24% [=============== ] 935/3752 24% [=============== ] 936/3752 24% [=============== ] 937/3752 24% [=============== ] 938/3752 25% [=============== ] 939/3752 25% [=============== ] 940/3752 25% [=============== ] 941/3752 25% [=============== ] 942/3752 25% [=============== ] 943/3752 25% [=============== ] 944/3752 25% [=============== ] 945/3752 25% [=============== ] 946/3752 25% [=============== ] 947/3752 25% [=============== ] 948/3752 25% [=============== ] 949/3752 25% [=============== ] 950/3752 25% [=============== ] 951/3752 25% [=============== ] 952/3752 25% [=============== ] 953/3752 25% [=============== ] 954/3752 25% [=============== ] 955/3752 25% [=============== ] 956/3752 25% [=============== ] 957/3752 25% [=============== ] 958/3752 25% [=============== ] 959/3752 25% [=============== ] 960/3752 25% [=============== ] 961/3752 25% [=============== ] 962/3752 25% [=============== ] 963/3752 25% [=============== ] 964/3752 25% [=============== ] 965/3752 25% [=============== ] 966/3752 25% [=============== ] 967/3752 25% [=============== ] 968/3752 25% [================ ] 969/3752 25% [================ ] 970/3752 25% [================ ] 971/3752 25% [================ ] 972/3752 25% [================ ] 973/3752 25% [================ ] 974/3752 25% [================ ] 975/3752 25% [================ ] 976/3752 26% [================ ] 977/3752 26% [================ ] 978/3752 26% [================ ] 979/3752 26% [================ ] 980/3752 26% [================ ] 981/3752 26% [================ ] 982/3752 26% [================ ] 983/3752 26% [================ ] 984/3752 26% [================ ] 985/3752 26% [================ ] 986/3752 26% [================ ] 987/3752 26% [================ ] 988/3752 26% [================ ] 989/3752 26% [================ ] 990/3752 26% [================ ] 991/3752 26% [================ ] 992/3752 26% [================ ] 993/3752 26% [================ ] 994/3752 26% [================ ] 995/3752 26% [================ ] 996/3752 26% [================ ] 997/3752 26% [================ ] 998/3752 26% [================ ] 999/3752 26% [================ ] 1000/3752 26% [================ ] 1001/3752 26% [================ ] 1002/3752 26% [================ ] 1003/3752 26% [================ ] 1004/3752 26% [================ ] 1005/3752 26% [================ ] 1006/3752 26% [================ ] 1007/3752 26% [================ ] 1008/3752 26% [================ ] 1009/3752 26% [================ ] 1010/3752 26% [================ ] 1011/3752 26% [================ ] 1012/3752 26% [================ ] 1013/3752 26% [================ ] 1014/3752 27% [================ ] 1015/3752 27% [================ ] 1016/3752 27% [================ ] 1017/3752 27% [================ ] 1018/3752 27% [================ ] 1019/3752 27% [================ ] 1020/3752 27% [================ ] 1021/3752 27% [================ ] 1022/3752 27% [================ ] 1023/3752 27% [================ ] 1024/3752 27% [================ ] 1025/3752 27% [================ ] 1026/3752 27% [================ ] 1027/3752 27% [================ ] 1028/3752 27% [================= ] 1029/3752 27% [================= ] 1030/3752 27% [================= ] 1031/3752 27% [================= ] 1032/3752 27% [================= ] 1033/3752 27% [================= ] 1034/3752 27% [================= ] 1035/3752 27% [================= ] 1036/3752 27% [================= ] 1037/3752 27% [================= ] 1038/3752 27% [================= ] 1039/3752 27% [================= ] 1040/3752 27% [================= ] 1041/3752 27% [================= ] 1042/3752 27% [================= ] 1043/3752 27% [================= ] 1044/3752 27% [================= ] 1045/3752 27% [================= ] 1046/3752 27% [================= ] 1047/3752 27% [================= ] 1048/3752 27% [================= ] 1049/3752 27% [================= ] 1050/3752 27% [================= ] 1051/3752 28% [================= ] 1052/3752 28% [================= ] 1053/3752 28% [================= ] 1054/3752 28% [================= ] 1055/3752 28% [================= ] 1056/3752 28% [================= ] 1057/3752 28% [================= ] 1058/3752 28% [================= ] 1059/3752 28% [================= ] 1060/3752 28% [================= ] 1061/3752 28% [================= ] 1062/3752 28% [================= ] 1063/3752 28% [================= ] 1064/3752 28% [================= ] 1065/3752 28% [================= ] 1066/3752 28% [================= ] 1067/3752 28% [================= ] 1068/3752 28% [================= ] 1069/3752 28% [================= ] 1070/3752 28% [================= ] 1071/3752 28% [================= ] 1072/3752 28% [================= ] 1073/3752 28% [================= ] 1074/3752 28% [================= ] 1075/3752 28% [================= ] 1076/3752 28% [================= ] 1077/3752 28% [================= ] 1078/3752 28% [================= ] 1079/3752 28% [================= ] 1080/3752 28% [================= ] 1081/3752 28% [================= ] 1082/3752 28% [================= ] 1083/3752 28% [================= ] 1084/3752 28% [================= ] 1085/3752 28% [================= ] 1086/3752 28% [================= ] 1087/3752 28% [================= ] 1088/3752 28% [================= ] 1089/3752 29% [================== ] 1090/3752 29% [================== ] 1091/3752 29% [================== ] 1092/3752 29% [================== ] 1093/3752 29% [================== ] 1094/3752 29% [================== ] 1095/3752 29% [================== ] 1096/3752 29% [================== ] 1097/3752 29% [================== ] 1098/3752 29% [================== ] 1099/3752 29% [================== ] 1100/3752 29% [================== ] 1101/3752 29% [================== ] 1102/3752 29% [================== ] 1103/3752 29% [================== ] 1104/3752 29% [================== ] 1105/3752 29% [================== ] 1106/3752 29% [================== ] 1107/3752 29% [================== ] 1108/3752 29% [================== ] 1109/3752 29% [================== ] 1110/3752 29% [================== ] 1111/3752 29% [================== ] 1112/3752 29% [================== ] 1113/3752 29% [================== ] 1114/3752 29% [================== ] 1115/3752 29% [================== ] 1116/3752 29% [================== ] 1117/3752 29% [================== ] 1118/3752 29% [================== ] 1119/3752 29% [================== ] 1120/3752 29% [================== ] 1121/3752 29% [================== ] 1122/3752 29% [================== ] 1123/3752 29% [================== ] 1124/3752 29% [================== ] 1125/3752 29% [================== ] 1126/3752 30% [================== ] 1127/3752 30% [================== ] 1128/3752 30% [================== ] 1129/3752 30% [================== ] 1130/3752 30% [================== ] 1131/3752 30% [================== ] 1132/3752 30% [================== ] 1133/3752 30% [================== ] 1134/3752 30% [================== ] 1135/3752 30% [================== ] 1136/3752 30% [================== ] 1137/3752 30% [================== ] 1138/3752 30% [================== ] 1139/3752 30% [================== ] 1140/3752 30% [================== ] 1141/3752 30% [================== ] 1142/3752 30% [================== ] 1143/3752 30% [================== ] 1144/3752 30% [================== ] 1145/3752 30% [================== ] 1146/3752 30% [================== ] 1147/3752 30% [================== ] 1148/3752 30% [================== ] 1149/3752 30% [=================== ] 1150/3752 30% [=================== ] 1151/3752 30% [=================== ] 1152/3752 30% [=================== ] 1153/3752 30% [=================== ] 1154/3752 30% [=================== ] 1155/3752 30% [=================== ] 1156/3752 30% [=================== ] 1157/3752 30% [=================== ] 1158/3752 30% [=================== ] 1159/3752 30% [=================== ] 1160/3752 30% [=================== ] 1161/3752 30% [=================== ] 1162/3752 30% [=================== ] 1163/3752 30% [=================== ] 1164/3752 31% [=================== ] 1165/3752 31% [=================== ] 1166/3752 31% [=================== ] 1167/3752 31% [=================== ] 1168/3752 31% [=================== ] 1169/3752 31% [=================== ] 1170/3752 31% [=================== ] 1171/3752 31% [=================== ] 1172/3752 31% [=================== ] 1173/3752 31% [=================== ] 1174/3752 31% [=================== ] 1175/3752 31% [=================== ] 1176/3752 31% [=================== ] 1177/3752 31% [=================== ] 1178/3752 31% [=================== ] 1179/3752 31% [=================== ] 1180/3752 31% [=================== ] 1181/3752 31% [=================== ] 1182/3752 31% [=================== ] 1183/3752 31% [=================== ] 1184/3752 31% [=================== ] 1185/3752 31% [=================== ] 1186/3752 31% [=================== ] 1187/3752 31% [=================== ] 1188/3752 31% [=================== ] 1189/3752 31% [=================== ] 1190/3752 31% [=================== ] 1191/3752 31% [=================== ] 1192/3752 31% [=================== ] 1193/3752 31% [=================== ] 1194/3752 31% [=================== ] 1195/3752 31% [=================== ] 1196/3752 31% [=================== ] 1197/3752 31% [=================== ] 1198/3752 31% [=================== ] 1199/3752 31% [=================== ] 1200/3752 31% [=================== ] 1201/3752 32% [=================== ] 1202/3752 32% [=================== ] 1203/3752 32% [=================== ] 1204/3752 32% [=================== ] 1205/3752 32% [=================== ] 1206/3752 32% [=================== ] 1207/3752 32% [=================== ] 1208/3752 32% [=================== ] 1209/3752 32% [=================== ] 1210/3752 32% [==================== ] 1211/3752 32% [==================== ] 1212/3752 32% [==================== ] 1213/3752 32% [==================== ] 1214/3752 32% [==================== ] 1215/3752 32% [==================== ] 1216/3752 32% [==================== ] 1217/3752 32% [==================== ] 1218/3752 32% [==================== ] 1219/3752 32% [==================== ] 1220/3752 32% [==================== ] 1221/3752 32% [==================== ] 1222/3752 32% [==================== ] 1223/3752 32% [==================== ] 1224/3752 32% [==================== ] 1225/3752 32% [==================== ] 1226/3752 32% [==================== ] 1227/3752 32% [==================== ] 1228/3752 32% [==================== ] 1229/3752 32% [==================== ] 1230/3752 32% [==================== ] 1231/3752 32% [==================== ] 1232/3752 32% [==================== ] 1233/3752 32% [==================== ] 1234/3752 32% [==================== ] 1235/3752 32% [==================== ] 1236/3752 32% [==================== ] 1237/3752 32% [==================== ] 1238/3752 32% [==================== ] 1239/3752 33% [==================== ] 1240/3752 33% [==================== ] 1241/3752 33% [==================== ] 1242/3752 33% [==================== ] 1243/3752 33% [==================== ] 1244/3752 33% [==================== ] 1245/3752 33% [==================== ] 1246/3752 33% [==================== ] 1247/3752 33% [==================== ] 1248/3752 33% [==================== ] 1249/3752 33% [==================== ] 1250/3752 33% [==================== ] 1251/3752 33% [==================== ] 1252/3752 33% [==================== ] 1253/3752 33% [==================== ] 1254/3752 33% [==================== ] 1255/3752 33% [==================== ] 1256/3752 33% [==================== ] 1257/3752 33% [==================== ] 1258/3752 33% [==================== ] 1259/3752 33% [==================== ] 1260/3752 33% [==================== ] 1261/3752 33% [==================== ] 1262/3752 33% [==================== ] 1263/3752 33% [==================== ] 1264/3752 33% [==================== ] 1265/3752 33% [==================== ] 1266/3752 33% [==================== ] 1267/3752 33% [==================== ] 1268/3752 33% [==================== ] 1269/3752 33% [==================== ] 1270/3752 33% [===================== ] 1271/3752 33% [===================== ] 1272/3752 33% [===================== ] 1273/3752 33% [===================== ] 1274/3752 33% [===================== ] 1275/3752 33% [===================== ] 1276/3752 34% [===================== ] 1277/3752 34% [===================== ] 1278/3752 34% [===================== ] 1279/3752 34% [===================== ] 1280/3752 34% [===================== ] 1281/3752 34% [===================== ] 1282/3752 34% [===================== ] 1283/3752 34% [===================== ] 1284/3752 34% [===================== ] 1285/3752 34% [===================== ] 1286/3752 34% [===================== ] 1287/3752 34% [===================== ] 1288/3752 34% [===================== ] 1289/3752 34% [===================== ] 1290/3752 34% [===================== ] 1291/3752 34% [===================== ] 1292/3752 34% [===================== ] 1293/3752 34% [===================== ] 1294/3752 34% [===================== ] 1295/3752 34% [===================== ] 1296/3752 34% [===================== ] 1297/3752 34% [===================== ] 1298/3752 34% [===================== ] 1299/3752 34% [===================== ] 1300/3752 34% [===================== ] 1301/3752 34% [===================== ] 1302/3752 34% [===================== ] 1303/3752 34% [===================== ] 1304/3752 34% [===================== ] 1305/3752 34% [===================== ] 1306/3752 34% [===================== ] 1307/3752 34% [===================== ] 1308/3752 34% [===================== ] 1309/3752 34% [===================== ] 1310/3752 34% [===================== ] 1311/3752 34% [===================== ] 1312/3752 34% [===================== ] 1313/3752 34% [===================== ] 1314/3752 35% [===================== ] 1315/3752 35% [===================== ] 1316/3752 35% [===================== ] 1317/3752 35% [===================== ] 1318/3752 35% [===================== ] 1319/3752 35% [===================== ] 1320/3752 35% [===================== ] 1321/3752 35% [===================== ] 1322/3752 35% [===================== ] 1323/3752 35% [===================== ] 1324/3752 35% [===================== ] 1325/3752 35% [===================== ] 1326/3752 35% [===================== ] 1327/3752 35% [===================== ] 1328/3752 35% [===================== ] 1329/3752 35% [===================== ] 1330/3752 35% [===================== ] 1331/3752 35% [====================== ] 1332/3752 35% [====================== ] 1333/3752 35% [====================== ] 1334/3752 35% [====================== ] 1335/3752 35% [====================== ] 1336/3752 35% [====================== ] 1337/3752 35% [====================== ] 1338/3752 35% [====================== ] 1339/3752 35% [====================== ] 1340/3752 35% [====================== ] 1341/3752 35% [====================== ] 1342/3752 35% [====================== ] 1343/3752 35% [====================== ] 1344/3752 35% [====================== ] 1345/3752 35% [====================== ] 1346/3752 35% [====================== ] 1347/3752 35% [====================== ] 1348/3752 35% [====================== ] 1349/3752 35% [====================== ] 1350/3752 35% [====================== ] 1351/3752 36% [====================== ] 1352/3752 36% [====================== ] 1353/3752 36% [====================== ] 1354/3752 36% [====================== ] 1355/3752 36% [====================== ] 1356/3752 36% [====================== ] 1357/3752 36% [====================== ] 1358/3752 36% [====================== ] 1359/3752 36% [====================== ] 1360/3752 36% [====================== ] 1361/3752 36% [====================== ] 1362/3752 36% [====================== ] 1363/3752 36% [====================== ] 1364/3752 36% [====================== ] 1365/3752 36% [====================== ] 1366/3752 36% [====================== ] 1367/3752 36% [====================== ] 1368/3752 36% [====================== ] 1369/3752 36% [====================== ] 1370/3752 36% [====================== ] 1371/3752 36% [====================== ] 1372/3752 36% [====================== ] 1373/3752 36% [====================== ] 1374/3752 36% [====================== ] 1375/3752 36% [====================== ] 1376/3752 36% [====================== ] 1377/3752 36% [====================== ] 1378/3752 36% [====================== ] 1379/3752 36% [====================== ] 1380/3752 36% [====================== ] 1381/3752 36% [====================== ] 1382/3752 36% [====================== ] 1383/3752 36% [====================== ] 1384/3752 36% [====================== ] 1385/3752 36% [====================== ] 1386/3752 36% [====================== ] 1387/3752 36% [====================== ] 1388/3752 36% [====================== ] 1389/3752 37% [====================== ] 1390/3752 37% [====================== ] 1391/3752 37% [======================= ] 1392/3752 37% [======================= ] 1393/3752 37% [======================= ] 1394/3752 37% [======================= ] 1395/3752 37% [======================= ] 1396/3752 37% [======================= ] 1397/3752 37% [======================= ] 1398/3752 37% [======================= ] 1399/3752 37% [======================= ] 1400/3752 37% [======================= ] 1401/3752 37% [======================= ] 1402/3752 37% [======================= ] 1403/3752 37% [======================= ] 1404/3752 37% [======================= ] 1405/3752 37% [======================= ] 1406/3752 37% [======================= ] 1407/3752 37% [======================= ] 1408/3752 37% [======================= ] 1409/3752 37% [======================= ] 1410/3752 37% [======================= ] 1411/3752 37% [======================= ] 1412/3752 37% [======================= ] 1413/3752 37% [======================= ] 1414/3752 37% [======================= ] 1415/3752 37% [======================= ] 1416/3752 37% [======================= ] 1417/3752 37% [======================= ] 1418/3752 37% [======================= ] 1419/3752 37% [======================= ] 1420/3752 37% [======================= ] 1421/3752 37% [======================= ] 1422/3752 37% [======================= ] 1423/3752 37% [======================= ] 1424/3752 37% [======================= ] 1425/3752 37% [======================= ] 1426/3752 38% [======================= ] 1427/3752 38% [======================= ] 1428/3752 38% [======================= ] 1429/3752 38% [======================= ] 1430/3752 38% [======================= ] 1431/3752 38% [======================= ] 1432/3752 38% [======================= ] 1433/3752 38% [======================= ] 1434/3752 38% [======================= ] 1435/3752 38% [======================= ] 1436/3752 38% [======================= ] 1437/3752 38% [======================= ] 1438/3752 38% [======================= ] 1439/3752 38% [======================= ] 1440/3752 38% [======================= ] 1441/3752 38% [======================= ] 1442/3752 38% [======================= ] 1443/3752 38% [======================= ] 1444/3752 38% [======================= ] 1445/3752 38% [======================= ] 1446/3752 38% [======================= ] 1447/3752 38% [======================= ] 1448/3752 38% [======================= ] 1449/3752 38% [======================= ] 1450/3752 38% [======================= ] 1451/3752 38% [======================= ] 1452/3752 38% [======================== ] 1453/3752 38% [======================== ] 1454/3752 38% [======================== ] 1455/3752 38% [======================== ] 1456/3752 38% [======================== ] 1457/3752 38% [======================== ] 1458/3752 38% [======================== ] 1459/3752 38% [======================== ] 1460/3752 38% [======================== ] 1461/3752 38% [======================== ] 1462/3752 38% [======================== ] 1463/3752 38% [======================== ] 1464/3752 39% [======================== ] 1465/3752 39% [======================== ] 1466/3752 39% [======================== ] 1467/3752 39% [======================== ] 1468/3752 39% [======================== ] 1469/3752 39% [======================== ] 1470/3752 39% [======================== ] 1471/3752 39% [======================== ] 1472/3752 39% [======================== ] 1473/3752 39% [======================== ] 1474/3752 39% [======================== ] 1475/3752 39% [======================== ] 1476/3752 39% [======================== ] 1477/3752 39% [======================== ] 1478/3752 39% [======================== ] 1479/3752 39% [======================== ] 1480/3752 39% [======================== ] 1481/3752 39% [======================== ] 1482/3752 39% [======================== ] 1483/3752 39% [======================== ] 1484/3752 39% [======================== ] 1485/3752 39% [======================== ] 1486/3752 39% [======================== ] 1487/3752 39% [======================== ] 1488/3752 39% [======================== ] 1489/3752 39% [======================== ] 1490/3752 39% [======================== ] 1491/3752 39% [======================== ] 1492/3752 39% [======================== ] 1493/3752 39% [======================== ] 1494/3752 39% [======================== ] 1495/3752 39% [======================== ] 1496/3752 39% [======================== ] 1497/3752 39% [======================== ] 1498/3752 39% [======================== ] 1499/3752 39% [======================== ] 1500/3752 39% [======================== ] 1501/3752 40% [======================== ] 1502/3752 40% [======================== ] 1503/3752 40% [======================== ] 1504/3752 40% [======================== ] 1505/3752 40% [======================== ] 1506/3752 40% [======================== ] 1507/3752 40% [======================== ] 1508/3752 40% [======================== ] 1509/3752 40% [======================== ] 1510/3752 40% [======================== ] 1511/3752 40% [======================== ] 1512/3752 40% [========================= ] 1513/3752 40% [========================= ] 1514/3752 40% [========================= ] 1515/3752 40% [========================= ] 1516/3752 40% [========================= ] 1517/3752 40% [========================= ] 1518/3752 40% [========================= ] 1519/3752 40% [========================= ] 1520/3752 40% [========================= ] 1521/3752 40% [========================= ] 1522/3752 40% [========================= ] 1523/3752 40% [========================= ] 1524/3752 40% [========================= ] 1525/3752 40% [========================= ] 1526/3752 40% [========================= ] 1527/3752 40% [========================= ] 1528/3752 40% [========================= ] 1529/3752 40% [========================= ] 1530/3752 40% [========================= ] 1531/3752 40% [========================= ] 1532/3752 40% [========================= ] 1533/3752 40% [========================= ] 1534/3752 40% [========================= ] 1535/3752 40% [========================= ] 1536/3752 40% [========================= ] 1537/3752 40% [========================= ] 1538/3752 40% [========================= ] 1539/3752 41% [========================= ] 1540/3752 41% [========================= ] 1541/3752 41% [========================= ] 1542/3752 41% [========================= ] 1543/3752 41% [========================= ] 1544/3752 41% [========================= ] 1545/3752 41% [========================= ] 1546/3752 41% [========================= ] 1547/3752 41% [========================= ] 1548/3752 41% [========================= ] 1549/3752 41% [========================= ] 1550/3752 41% [========================= ] 1551/3752 41% [========================= ] 1552/3752 41% [========================= ] 1553/3752 41% [========================= ] 1554/3752 41% [========================= ] 1555/3752 41% [========================= ] 1556/3752 41% [========================= ] 1557/3752 41% [========================= ] 1558/3752 41% [========================= ] 1559/3752 41% [========================= ] 1560/3752 41% [========================= ] 1561/3752 41% [========================= ] 1562/3752 41% [========================= ] 1563/3752 41% [========================= ] 1564/3752 41% [========================= ] 1565/3752 41% [========================= ] 1566/3752 41% [========================= ] 1567/3752 41% [========================= ] 1568/3752 41% [========================= ] 1569/3752 41% [========================= ] 1570/3752 41% [========================= ] 1571/3752 41% [========================= ] 1572/3752 41% [========================= ] 1573/3752 41% [========================== ] 1574/3752 41% [========================== ] 1575/3752 41% [========================== ] 1576/3752 42% [========================== ] 1577/3752 42% [========================== ] 1578/3752 42% [========================== ] 1579/3752 42% [========================== ] 1580/3752 42% [========================== ] 1581/3752 42% [========================== ] 1582/3752 42% [========================== ] 1583/3752 42% [========================== ] 1584/3752 42% [========================== ] 1585/3752 42% [========================== ] 1586/3752 42% [========================== ] 1587/3752 42% [========================== ] 1588/3752 42% [========================== ] 1589/3752 42% [========================== ] 1590/3752 42% [========================== ] 1591/3752 42% [========================== ] 1592/3752 42% [========================== ] 1593/3752 42% [========================== ] 1594/3752 42% [========================== ] 1595/3752 42% [========================== ] 1596/3752 42% [========================== ] 1597/3752 42% [========================== ] 1598/3752 42% [========================== ] 1599/3752 42% [========================== ] 1600/3752 42% [========================== ] 1601/3752 42% [========================== ] 1602/3752 42% [========================== ] 1603/3752 42% [========================== ] 1604/3752 42% [========================== ] 1605/3752 42% [========================== ] 1606/3752 42% [========================== ] 1607/3752 42% [========================== ] 1608/3752 42% [========================== ] 1609/3752 42% [========================== ] 1610/3752 42% [========================== ] 1611/3752 42% [========================== ] 1612/3752 42% [========================== ] 1613/3752 42% [========================== ] 1614/3752 43% [========================== ] 1615/3752 43% [========================== ] 1616/3752 43% [========================== ] 1617/3752 43% [========================== ] 1618/3752 43% [========================== ] 1619/3752 43% [========================== ] 1620/3752 43% [========================== ] 1621/3752 43% [========================== ] 1622/3752 43% [========================== ] 1623/3752 43% [========================== ] 1624/3752 43% [========================== ] 1625/3752 43% [========================== ] 1626/3752 43% [========================== ] 1627/3752 43% [========================== ] 1628/3752 43% [========================== ] 1629/3752 43% [========================== ] 1630/3752 43% [========================== ] 1631/3752 43% [========================== ] 1632/3752 43% [========================== ] 1633/3752 43% [=========================== ] 1634/3752 43% [=========================== ] 1635/3752 43% [=========================== ] 1636/3752 43% [=========================== ] 1637/3752 43% [=========================== ] 1638/3752 43% [=========================== ] 1639/3752 43% [=========================== ] 1640/3752 43% [=========================== ] 1641/3752 43% [=========================== ] 1642/3752 43% [=========================== ] 1643/3752 43% [=========================== ] 1644/3752 43% [=========================== ] 1645/3752 43% [=========================== ] 1646/3752 43% [=========================== ] 1647/3752 43% [=========================== ] 1648/3752 43% [=========================== ] 1649/3752 43% [=========================== ] 1650/3752 43% [=========================== ] 1651/3752 44% [=========================== ] 1652/3752 44% [=========================== ] 1653/3752 44% [=========================== ] 1654/3752 44% [=========================== ] 1655/3752 44% [=========================== ] 1656/3752 44% [=========================== ] 1657/3752 44% [=========================== ] 1658/3752 44% [=========================== ] 1659/3752 44% [=========================== ] 1660/3752 44% [=========================== ] 1661/3752 44% [=========================== ] 1662/3752 44% [=========================== ] 1663/3752 44% [=========================== ] 1664/3752 44% [=========================== ] 1665/3752 44% [=========================== ] 1666/3752 44% [=========================== ] 1667/3752 44% [=========================== ] 1668/3752 44% [=========================== ] 1669/3752 44% [=========================== ] 1670/3752 44% [=========================== ] 1671/3752 44% [=========================== ] 1672/3752 44% [=========================== ] 1673/3752 44% [=========================== ] 1674/3752 44% [=========================== ] 1675/3752 44% [=========================== ] 1676/3752 44% [=========================== ] 1677/3752 44% [=========================== ] 1678/3752 44% [=========================== ] 1679/3752 44% [=========================== ] 1680/3752 44% [=========================== ] 1681/3752 44% [=========================== ] 1682/3752 44% [=========================== ] 1683/3752 44% [=========================== ] 1684/3752 44% [=========================== ] 1685/3752 44% [=========================== ] 1686/3752 44% [=========================== ] 1687/3752 44% [=========================== ] 1688/3752 44% [=========================== ] 1689/3752 45% [=========================== ] 1690/3752 45% [=========================== ] 1691/3752 45% [=========================== ] 1692/3752 45% [=========================== ] 1693/3752 45% [=========================== ] 1694/3752 45% [============================ ] 1695/3752 45% [============================ ] 1696/3752 45% [============================ ] 1697/3752 45% [============================ ] 1698/3752 45% [============================ ] 1699/3752 45% [============================ ] 1700/3752 45% [============================ ] 1701/3752 45% [============================ ] 1702/3752 45% [============================ ] 1703/3752 45% [============================ ] 1704/3752 45% [============================ ] 1705/3752 45% [============================ ] 1706/3752 45% [============================ ] 1707/3752 45% [============================ ] 1708/3752 45% [============================ ] 1709/3752 45% [============================ ] 1710/3752 45% [============================ ] 1711/3752 45% [============================ ] 1712/3752 45% [============================ ] 1713/3752 45% [============================ ] 1714/3752 45% [============================ ] 1715/3752 45% [============================ ] 1716/3752 45% [============================ ] 1717/3752 45% [============================ ] 1718/3752 45% [============================ ] 1719/3752 45% [============================ ] 1720/3752 45% [============================ ] 1721/3752 45% [============================ ] 1722/3752 45% [============================ ] 1723/3752 45% [============================ ] 1724/3752 45% [============================ ] 1725/3752 45% [============================ ] 1726/3752 46% [============================ ] 1727/3752 46% [============================ ] 1728/3752 46% [============================ ] 1729/3752 46% [============================ ] 1730/3752 46% [============================ ] 1731/3752 46% [============================ ] 1732/3752 46% [============================ ] 1733/3752 46% [============================ ] 1734/3752 46% [============================ ] 1735/3752 46% [============================ ] 1736/3752 46% [============================ ] 1737/3752 46% [============================ ] 1738/3752 46% [============================ ] 1739/3752 46% [============================ ] 1740/3752 46% [============================ ] 1741/3752 46% [============================ ] 1742/3752 46% [============================ ] 1743/3752 46% [============================ ] 1744/3752 46% [============================ ] 1745/3752 46% [============================ ] 1746/3752 46% [============================ ] 1747/3752 46% [============================ ] 1748/3752 46% [============================ ] 1749/3752 46% [============================ ] 1750/3752 46% [============================ ] 1751/3752 46% [============================ ] 1752/3752 46% [============================ ] 1753/3752 46% [============================ ] 1754/3752 46% [============================= ] 1755/3752 46% [============================= ] 1756/3752 46% [============================= ] 1757/3752 46% [============================= ] 1758/3752 46% [============================= ] 1759/3752 46% [============================= ] 1760/3752 46% [============================= ] 1761/3752 46% [============================= ] 1762/3752 46% [============================= ] 1763/3752 46% [============================= ] 1764/3752 47% [============================= ] 1765/3752 47% [============================= ] 1766/3752 47% [============================= ] 1767/3752 47% [============================= ] 1768/3752 47% [============================= ] 1769/3752 47% [============================= ] 1770/3752 47% [============================= ] 1771/3752 47% [============================= ] 1772/3752 47% [============================= ] 1773/3752 47% [============================= ] 1774/3752 47% [============================= ] 1775/3752 47% [============================= ] 1776/3752 47% [============================= ] 1777/3752 47% [============================= ] 1778/3752 47% [============================= ] 1779/3752 47% [============================= ] 1780/3752 47% [============================= ] 1781/3752 47% [============================= ] 1782/3752 47% [============================= ] 1783/3752 47% [============================= ] 1784/3752 47% [============================= ] 1785/3752 47% [============================= ] 1786/3752 47% [============================= ] 1787/3752 47% [============================= ] 1788/3752 47% [============================= ] 1789/3752 47% [============================= ] 1790/3752 47% [============================= ] 1791/3752 47% [============================= ] 1792/3752 47% [============================= ] 1793/3752 47% [============================= ] 1794/3752 47% [============================= ] 1795/3752 47% [============================= ] 1796/3752 47% [============================= ] 1797/3752 47% [============================= ] 1798/3752 47% [============================= ] 1799/3752 47% [============================= ] 1800/3752 47% [============================= ] 1801/3752 48% [============================= ] 1802/3752 48% [============================= ] 1803/3752 48% [============================= ] 1804/3752 48% [============================= ] 1805/3752 48% [============================= ] 1806/3752 48% [============================= ] 1807/3752 48% [============================= ] 1808/3752 48% [============================= ] 1809/3752 48% [============================= ] 1810/3752 48% [============================= ] 1811/3752 48% [============================= ] 1812/3752 48% [============================= ] 1813/3752 48% [============================= ] 1814/3752 48% [============================= ] 1815/3752 48% [============================== ] 1816/3752 48% [============================== ] 1817/3752 48% [============================== ] 1818/3752 48% [============================== ] 1819/3752 48% [============================== ] 1820/3752 48% [============================== ] 1821/3752 48% [============================== ] 1822/3752 48% [============================== ] 1823/3752 48% [============================== ] 1824/3752 48% [============================== ] 1825/3752 48% [============================== ] 1826/3752 48% [============================== ] 1827/3752 48% [============================== ] 1828/3752 48% [============================== ] 1829/3752 48% [============================== ] 1830/3752 48% [============================== ] 1831/3752 48% [============================== ] 1832/3752 48% [============================== ] 1833/3752 48% [============================== ] 1834/3752 48% [============================== ] 1835/3752 48% [============================== ] 1836/3752 48% [============================== ] 1837/3752 48% [============================== ] 1838/3752 48% [============================== ] 1839/3752 49% [============================== ] 1840/3752 49% [============================== ] 1841/3752 49% [============================== ] 1842/3752 49% [============================== ] 1843/3752 49% [============================== ] 1844/3752 49% [============================== ] 1845/3752 49% [============================== ] 1846/3752 49% [============================== ] 1847/3752 49% [============================== ] 1848/3752 49% [============================== ] 1849/3752 49% [============================== ] 1850/3752 49% [============================== ] 1851/3752 49% [============================== ] 1852/3752 49% [============================== ] 1853/3752 49% [============================== ] 1854/3752 49% [============================== ] 1855/3752 49% [============================== ] 1856/3752 49% [============================== ] 1857/3752 49% [============================== ] 1858/3752 49% [============================== ] 1859/3752 49% [============================== ] 1860/3752 49% [============================== ] 1861/3752 49% [============================== ] 1862/3752 49% [============================== ] 1863/3752 49% [============================== ] 1864/3752 49% [============================== ] 1865/3752 49% [============================== ] 1866/3752 49% [============================== ] 1867/3752 49% [============================== ] 1868/3752 49% [============================== ] 1869/3752 49% [============================== ] 1870/3752 49% [============================== ] 1871/3752 49% [============================== ] 1872/3752 49% [============================== ] 1873/3752 49% [============================== ] 1874/3752 49% [============================== ] 1875/3752 49% [=============================== ] 1876/3752 50% [=============================== ] 1877/3752 50% [=============================== ] 1878/3752 50% [=============================== ] 1879/3752 50% [=============================== ] 1880/3752 50% [=============================== ] 1881/3752 50% [=============================== ] 1882/3752 50% [=============================== ] 1883/3752 50% [=============================== ] 1884/3752 50% [=============================== ] 1885/3752 50% [=============================== ] 1886/3752 50% [=============================== ] 1887/3752 50% [=============================== ] 1888/3752 50% [=============================== ] 1889/3752 50% [=============================== ] 1890/3752 50% [=============================== ] 1891/3752 50% [=============================== ] 1892/3752 50% [=============================== ] 1893/3752 50% [=============================== ] 1894/3752 50% [=============================== ] 1895/3752 50% [=============================== ] 1896/3752 50% [=============================== ] 1897/3752 50% [=============================== ] 1898/3752 50% [=============================== ] 1899/3752 50% [=============================== ] 1900/3752 50% [=============================== ] 1901/3752 50% [=============================== ] 1902/3752 50% [=============================== ] 1903/3752 50% [=============================== ] 1904/3752 50% [=============================== ] 1905/3752 50% [=============================== ] 1906/3752 50% [=============================== ] 1907/3752 50% [=============================== ] 1908/3752 50% [=============================== ] 1909/3752 50% [=============================== ] 1910/3752 50% [=============================== ] 1911/3752 50% [=============================== ] 1912/3752 50% [=============================== ] 1913/3752 50% [=============================== ] 1914/3752 51% [=============================== ] 1915/3752 51% [=============================== ] 1916/3752 51% [=============================== ] 1917/3752 51% [=============================== ] 1918/3752 51% [=============================== ] 1919/3752 51% [=============================== ] 1920/3752 51% [=============================== ] 1921/3752 51% [=============================== ] 1922/3752 51% [=============================== ] 1923/3752 51% [=============================== ] 1924/3752 51% [=============================== ] 1925/3752 51% [=============================== ] 1926/3752 51% [=============================== ] 1927/3752 51% [=============================== ] 1928/3752 51% [=============================== ] 1929/3752 51% [=============================== ] 1930/3752 51% [=============================== ] 1931/3752 51% [=============================== ] 1932/3752 51% [=============================== ] 1933/3752 51% [=============================== ] 1934/3752 51% [=============================== ] 1935/3752 51% [=============================== ] 1936/3752 51% [================================ ] 1937/3752 51% [================================ ] 1938/3752 51% [================================ ] 1939/3752 51% [================================ ] 1940/3752 51% [================================ ] 1941/3752 51% [================================ ] 1942/3752 51% [================================ ] 1943/3752 51% [================================ ] 1944/3752 51% [================================ ] 1945/3752 51% [================================ ] 1946/3752 51% [================================ ] 1947/3752 51% [================================ ] 1948/3752 51% [================================ ] 1949/3752 51% [================================ ] 1950/3752 51% [================================ ] 1951/3752 51% [================================ ] 1952/3752 52% [================================ ] 1953/3752 52% [================================ ] 1954/3752 52% [================================ ] 1955/3752 52% [================================ ] 1956/3752 52% [================================ ] 1957/3752 52% [================================ ] 1958/3752 52% [================================ ] 1959/3752 52% [================================ ] 1960/3752 52% [================================ ] 1961/3752 52% [================================ ] 1962/3752 52% [================================ ] 1963/3752 52% [================================ ] 1964/3752 52% [================================ ] 1965/3752 52% [================================ ] 1966/3752 52% [================================ ] 1967/3752 52% [================================ ] 1968/3752 52% [================================ ] 1969/3752 52% [================================ ] 1970/3752 52% [================================ ] 1971/3752 52% [================================ ] 1972/3752 52% [================================ ] 1973/3752 52% [================================ ] 1974/3752 52% [================================ ] 1975/3752 52% [================================ ] 1976/3752 52% [================================ ] 1977/3752 52% [================================ ] 1978/3752 52% [================================ ] 1979/3752 52% [================================ ] 1980/3752 52% [================================ ] 1981/3752 52% [================================ ] 1982/3752 52% [================================ ] 1983/3752 52% [================================ ] 1984/3752 52% [================================ ] 1985/3752 52% [================================ ] 1986/3752 52% [================================ ] 1987/3752 52% [================================ ] 1988/3752 52% [================================ ] 1989/3752 53% [================================ ] 1990/3752 53% [================================ ] 1991/3752 53% [================================ ] 1992/3752 53% [================================ ] 1993/3752 53% [================================ ] 1994/3752 53% [================================ ] 1995/3752 53% [================================ ] 1996/3752 53% [================================ ] 1997/3752 53% [================================= ] 1998/3752 53% [================================= ] 1999/3752 53% [================================= ] 2000/3752 53% [================================= ] 2001/3752 53% [================================= ] 2002/3752 53% [================================= ] 2003/3752 53% [================================= ] 2004/3752 53% [================================= ] 2005/3752 53% [================================= ] 2006/3752 53% [================================= ] 2007/3752 53% [================================= ] 2008/3752 53% [================================= ] 2009/3752 53% [================================= ] 2010/3752 53% [================================= ] 2011/3752 53% [================================= ] 2012/3752 53% [================================= ] 2013/3752 53% [================================= ] 2014/3752 53% [================================= ] 2015/3752 53% [================================= ] 2016/3752 53% [================================= ] 2017/3752 53% [================================= ] 2018/3752 53% [================================= ] 2019/3752 53% [================================= ] 2020/3752 53% [================================= ] 2021/3752 53% [================================= ] 2022/3752 53% [================================= ] 2023/3752 53% [================================= ] 2024/3752 53% [================================= ] 2025/3752 53% [================================= ] 2026/3752 53% [================================= ] 2027/3752 54% [================================= ] 2028/3752 54% [================================= ] 2029/3752 54% [================================= ] 2030/3752 54% [================================= ] 2031/3752 54% [================================= ] 2032/3752 54% [================================= ] 2033/3752 54% [================================= ] 2034/3752 54% [================================= ] 2035/3752 54% [================================= ] 2036/3752 54% [================================= ] 2037/3752 54% [================================= ] 2038/3752 54% [================================= ] 2039/3752 54% [================================= ] 2040/3752 54% [================================= ] 2041/3752 54% [================================= ] 2042/3752 54% [================================= ] 2043/3752 54% [================================= ] 2044/3752 54% [================================= ] 2045/3752 54% [================================= ] 2046/3752 54% [================================= ] 2047/3752 54% [================================= ] 2048/3752 54% [================================= ] 2049/3752 54% [================================= ] 2050/3752 54% [================================= ] 2051/3752 54% [================================= ] 2052/3752 54% [================================= ] 2053/3752 54% [================================= ] 2054/3752 54% [================================= ] 2055/3752 54% [================================= ] 2056/3752 54% [================================= ] 2057/3752 54% [================================== ] 2058/3752 54% [================================== ] 2059/3752 54% [================================== ] 2060/3752 54% [================================== ] 2061/3752 54% [================================== ] 2062/3752 54% [================================== ] 2063/3752 54% [================================== ] 2064/3752 55% [================================== ] 2065/3752 55% [================================== ] 2066/3752 55% [================================== ] 2067/3752 55% [================================== ] 2068/3752 55% [================================== ] 2069/3752 55% [================================== ] 2070/3752 55% [================================== ] 2071/3752 55% [================================== ] 2072/3752 55% [================================== ] 2073/3752 55% [================================== ] 2074/3752 55% [================================== ] 2075/3752 55% [================================== ] 2076/3752 55% [================================== ] 2077/3752 55% [================================== ] 2078/3752 55% [================================== ] 2079/3752 55% [================================== ] 2080/3752 55% [================================== ] 2081/3752 55% [================================== ] 2082/3752 55% [================================== ] 2083/3752 55% [================================== ] 2084/3752 55% [================================== ] 2085/3752 55% [================================== ] 2086/3752 55% [================================== ] 2087/3752 55% [================================== ] 2088/3752 55% [================================== ] 2089/3752 55% [================================== ] 2090/3752 55% [================================== ] 2091/3752 55% [================================== ] 2092/3752 55% [================================== ] 2093/3752 55% [================================== ] 2094/3752 55% [================================== ] 2095/3752 55% [================================== ] 2096/3752 55% [================================== ] 2097/3752 55% [================================== ] 2098/3752 55% [================================== ] 2099/3752 55% [================================== ] 2100/3752 55% [================================== ] 2101/3752 55% [================================== ] 2102/3752 56% [================================== ] 2103/3752 56% [================================== ] 2104/3752 56% [================================== ] 2105/3752 56% [================================== ] 2106/3752 56% [================================== ] 2107/3752 56% [================================== ] 2108/3752 56% [================================== ] 2109/3752 56% [================================== ] 2110/3752 56% [================================== ] 2111/3752 56% [================================== ] 2112/3752 56% [================================== ] 2113/3752 56% [================================== ] 2114/3752 56% [================================== ] 2115/3752 56% [================================== ] 2116/3752 56% [================================== ] 2117/3752 56% [================================== ] 2118/3752 56% [=================================== ] 2119/3752 56% [=================================== ] 2120/3752 56% [=================================== ] 2121/3752 56% [=================================== ] 2122/3752 56% [=================================== ] 2123/3752 56% [=================================== ] 2124/3752 56% [=================================== ] 2125/3752 56% [=================================== ] 2126/3752 56% [=================================== ] 2127/3752 56% [=================================== ] 2128/3752 56% [=================================== ] 2129/3752 56% [=================================== ] 2130/3752 56% [=================================== ] 2131/3752 56% [=================================== ] 2132/3752 56% [=================================== ] 2133/3752 56% [=================================== ] 2134/3752 56% [=================================== ] 2135/3752 56% [=================================== ] 2136/3752 56% [=================================== ] 2137/3752 56% [=================================== ] 2138/3752 56% [=================================== ] 2139/3752 57% [=================================== ] 2140/3752 57% [=================================== ] 2141/3752 57% [=================================== ] 2142/3752 57% [=================================== ] 2143/3752 57% [=================================== ] 2144/3752 57% [=================================== ] 2145/3752 57% [=================================== ] 2146/3752 57% [=================================== ] 2147/3752 57% [=================================== ] 2148/3752 57% [=================================== ] 2149/3752 57% [=================================== ] 2150/3752 57% [=================================== ] 2151/3752 57% [=================================== ] 2152/3752 57% [=================================== ] 2153/3752 57% [=================================== ] 2154/3752 57% [=================================== ] 2155/3752 57% [=================================== ] 2156/3752 57% [=================================== ] 2157/3752 57% [=================================== ] 2158/3752 57% [=================================== ] 2159/3752 57% [=================================== ] 2160/3752 57% [=================================== ] 2161/3752 57% [=================================== ] 2162/3752 57% [=================================== ] 2163/3752 57% [=================================== ] 2164/3752 57% [=================================== ] 2165/3752 57% [=================================== ] 2166/3752 57% [=================================== ] 2167/3752 57% [=================================== ] 2168/3752 57% [=================================== ] 2169/3752 57% [=================================== ] 2170/3752 57% [=================================== ] 2171/3752 57% [=================================== ] 2172/3752 57% [=================================== ] 2173/3752 57% [=================================== ] 2174/3752 57% [=================================== ] 2175/3752 57% [=================================== ] 2176/3752 57% [=================================== ] 2177/3752 58% [=================================== ] 2178/3752 58% [==================================== ] 2179/3752 58% [==================================== ] 2180/3752 58% [==================================== ] 2181/3752 58% [==================================== ] 2182/3752 58% [==================================== ] 2183/3752 58% [==================================== ] 2184/3752 58% [==================================== ] 2185/3752 58% [==================================== ] 2186/3752 58% [==================================== ] 2187/3752 58% [==================================== ] 2188/3752 58% [==================================== ] 2189/3752 58% [==================================== ] 2190/3752 58% [==================================== ] 2191/3752 58% [==================================== ] 2192/3752 58% [==================================== ] 2193/3752 58% [==================================== ] 2194/3752 58% [==================================== ] 2195/3752 58% [==================================== ] 2196/3752 58% [==================================== ] 2197/3752 58% [==================================== ] 2198/3752 58% [==================================== ] 2199/3752 58% [==================================== ] 2200/3752 58% [==================================== ] 2201/3752 58% [==================================== ] 2202/3752 58% [==================================== ] 2203/3752 58% [==================================== ] 2204/3752 58% [==================================== ] 2205/3752 58% [==================================== ] 2206/3752 58% [==================================== ] 2207/3752 58% [==================================== ] 2208/3752 58% [==================================== ] 2209/3752 58% [==================================== ] 2210/3752 58% [==================================== ] 2211/3752 58% [==================================== ] 2212/3752 58% [==================================== ] 2213/3752 58% [==================================== ] 2214/3752 59% [==================================== ] 2215/3752 59% [==================================== ] 2216/3752 59% [==================================== ] 2217/3752 59% [==================================== ] 2218/3752 59% [==================================== ] 2219/3752 59% [==================================== ] 2220/3752 59% [==================================== ] 2221/3752 59% [==================================== ] 2222/3752 59% [==================================== ] 2223/3752 59% [==================================== ] 2224/3752 59% [==================================== ] 2225/3752 59% [==================================== ] 2226/3752 59% [==================================== ] 2227/3752 59% [==================================== ] 2228/3752 59% [==================================== ] 2229/3752 59% [==================================== ] 2230/3752 59% [==================================== ] 2231/3752 59% [==================================== ] 2232/3752 59% [==================================== ] 2233/3752 59% [==================================== ] 2234/3752 59% [==================================== ] 2235/3752 59% [==================================== ] 2236/3752 59% [==================================== ] 2237/3752 59% [==================================== ] 2238/3752 59% [==================================== ] 2239/3752 59% [===================================== ] 2240/3752 59% [===================================== ] 2241/3752 59% [===================================== ] 2242/3752 59% [===================================== ] 2243/3752 59% [===================================== ] 2244/3752 59% [===================================== ] 2245/3752 59% [===================================== ] 2246/3752 59% [===================================== ] 2247/3752 59% [===================================== ] 2248/3752 59% [===================================== ] 2249/3752 59% [===================================== ] 2250/3752 59% [===================================== ] 2251/3752 59% [===================================== ] 2252/3752 60% [===================================== ] 2253/3752 60% [===================================== ] 2254/3752 60% [===================================== ] 2255/3752 60% [===================================== ] 2256/3752 60% [===================================== ] 2257/3752 60% [===================================== ] 2258/3752 60% [===================================== ] 2259/3752 60% [===================================== ] 2260/3752 60% [===================================== ] 2261/3752 60% [===================================== ] 2262/3752 60% [===================================== ] 2263/3752 60% [===================================== ] 2264/3752 60% [===================================== ] 2265/3752 60% [===================================== ] 2266/3752 60% [===================================== ] 2267/3752 60% [===================================== ] 2268/3752 60% [===================================== ] 2269/3752 60% [===================================== ] 2270/3752 60% [===================================== ] 2271/3752 60% [===================================== ] 2272/3752 60% [===================================== ] 2273/3752 60% [===================================== ] 2274/3752 60% [===================================== ] 2275/3752 60% [===================================== ] 2276/3752 60% [===================================== ] 2277/3752 60% [===================================== ] 2278/3752 60% [===================================== ] 2279/3752 60% [===================================== ] 2280/3752 60% [===================================== ] 2281/3752 60% [===================================== ] 2282/3752 60% [===================================== ] 2283/3752 60% [===================================== ] 2284/3752 60% [===================================== ] 2285/3752 60% [===================================== ] 2286/3752 60% [===================================== ] 2287/3752 60% [===================================== ] 2288/3752 60% [===================================== ] 2289/3752 61% [===================================== ] 2290/3752 61% [===================================== ] 2291/3752 61% [===================================== ] 2292/3752 61% [===================================== ] 2293/3752 61% [===================================== ] 2294/3752 61% [===================================== ] 2295/3752 61% [===================================== ] 2296/3752 61% [===================================== ] 2297/3752 61% [===================================== ] 2298/3752 61% [===================================== ] 2299/3752 61% [====================================== ] 2300/3752 61% [====================================== ] 2301/3752 61% [====================================== ] 2302/3752 61% [====================================== ] 2303/3752 61% [====================================== ] 2304/3752 61% [====================================== ] 2305/3752 61% [====================================== ] 2306/3752 61% [====================================== ] 2307/3752 61% [====================================== ] 2308/3752 61% [====================================== ] 2309/3752 61% [====================================== ] 2310/3752 61% [====================================== ] 2311/3752 61% [====================================== ] 2312/3752 61% [====================================== ] 2313/3752 61% [====================================== ] 2314/3752 61% [====================================== ] 2315/3752 61% [====================================== ] 2316/3752 61% [====================================== ] 2317/3752 61% [====================================== ] 2318/3752 61% [====================================== ] 2319/3752 61% [====================================== ] 2320/3752 61% [====================================== ] 2321/3752 61% [====================================== ] 2322/3752 61% [====================================== ] 2323/3752 61% [====================================== ] 2324/3752 61% [====================================== ] 2325/3752 61% [====================================== ] 2326/3752 61% [====================================== ] 2327/3752 62% [====================================== ] 2328/3752 62% [====================================== ] 2329/3752 62% [====================================== ] 2330/3752 62% [====================================== ] 2331/3752 62% [====================================== ] 2332/3752 62% [====================================== ] 2333/3752 62% [====================================== ] 2334/3752 62% [====================================== ] 2335/3752 62% [====================================== ] 2336/3752 62% [====================================== ] 2337/3752 62% [====================================== ] 2338/3752 62% [====================================== ] 2339/3752 62% [====================================== ] 2340/3752 62% [====================================== ] 2341/3752 62% [====================================== ] 2342/3752 62% [====================================== ] 2343/3752 62% [====================================== ] 2344/3752 62% [====================================== ] 2345/3752 62% [====================================== ] 2346/3752 62% [====================================== ] 2347/3752 62% [====================================== ] 2348/3752 62% [====================================== ] 2349/3752 62% [====================================== ] 2350/3752 62% [====================================== ] 2351/3752 62% [====================================== ] 2352/3752 62% [====================================== ] 2353/3752 62% [====================================== ] 2354/3752 62% [====================================== ] 2355/3752 62% [====================================== ] 2356/3752 62% [====================================== ] 2357/3752 62% [====================================== ] 2358/3752 62% [====================================== ] 2359/3752 62% [====================================== ] 2360/3752 62% [======================================= ] 2361/3752 62% [======================================= ] 2362/3752 62% [======================================= ] 2363/3752 62% [======================================= ] 2364/3752 63% [======================================= ] 2365/3752 63% [======================================= ] 2366/3752 63% [======================================= ] 2367/3752 63% [======================================= ] 2368/3752 63% [======================================= ] 2369/3752 63% [======================================= ] 2370/3752 63% [======================================= ] 2371/3752 63% [======================================= ] 2372/3752 63% [======================================= ] 2373/3752 63% [======================================= ] 2374/3752 63% [======================================= ] 2375/3752 63% [======================================= ] 2376/3752 63% [======================================= ] 2377/3752 63% [======================================= ] 2378/3752 63% [======================================= ] 2379/3752 63% [======================================= ] 2380/3752 63% [======================================= ] 2381/3752 63% [======================================= ] 2382/3752 63% [======================================= ] 2383/3752 63% [======================================= ] 2384/3752 63% [======================================= ] 2385/3752 63% [======================================= ] 2386/3752 63% [======================================= ] 2387/3752 63% [======================================= ] 2388/3752 63% [======================================= ] 2389/3752 63% [======================================= ] 2390/3752 63% [======================================= ] 2391/3752 63% [======================================= ] 2392/3752 63% [======================================= ] 2393/3752 63% [======================================= ] 2394/3752 63% [======================================= ] 2395/3752 63% [======================================= ] 2396/3752 63% [======================================= ] 2397/3752 63% [======================================= ] 2398/3752 63% [======================================= ] 2399/3752 63% [======================================= ] 2400/3752 63% [======================================= ] 2401/3752 63% [======================================= ] 2402/3752 64% [======================================= ] 2403/3752 64% [======================================= ] 2404/3752 64% [======================================= ] 2405/3752 64% [======================================= ] 2406/3752 64% [======================================= ] 2407/3752 64% [======================================= ] 2408/3752 64% [======================================= ] 2409/3752 64% [======================================= ] 2410/3752 64% [======================================= ] 2411/3752 64% [======================================= ] 2412/3752 64% [======================================= ] 2413/3752 64% [======================================= ] 2414/3752 64% [======================================= ] 2415/3752 64% [======================================= ] 2416/3752 64% [======================================= ] 2417/3752 64% [======================================= ] 2418/3752 64% [======================================= ] 2419/3752 64% [======================================= ] 2420/3752 64% [======================================== ] 2421/3752 64% [======================================== ] 2422/3752 64% [======================================== ] 2423/3752 64% [======================================== ] 2424/3752 64% [======================================== ] 2425/3752 64% [======================================== ] 2426/3752 64% [======================================== ] 2427/3752 64% [======================================== ] 2428/3752 64% [======================================== ] 2429/3752 64% [======================================== ] 2430/3752 64% [======================================== ] 2431/3752 64% [======================================== ] 2432/3752 64% [======================================== ] 2433/3752 64% [======================================== ] 2434/3752 64% [======================================== ] 2435/3752 64% [======================================== ] 2436/3752 64% [======================================== ] 2437/3752 64% [======================================== ] 2438/3752 64% [======================================== ] 2439/3752 65% [======================================== ] 2440/3752 65% [======================================== ] 2441/3752 65% [======================================== ] 2442/3752 65% [======================================== ] 2443/3752 65% [======================================== ] 2444/3752 65% [======================================== ] 2445/3752 65% [======================================== ] 2446/3752 65% [======================================== ] 2447/3752 65% [======================================== ] 2448/3752 65% [======================================== ] 2449/3752 65% [======================================== ] 2450/3752 65% [======================================== ] 2451/3752 65% [======================================== ] 2452/3752 65% [======================================== ] 2453/3752 65% [======================================== ] 2454/3752 65% [======================================== ] 2455/3752 65% [======================================== ] 2456/3752 65% [======================================== ] 2457/3752 65% [======================================== ] 2458/3752 65% [======================================== ] 2459/3752 65% [======================================== ] 2460/3752 65% [======================================== ] 2461/3752 65% [======================================== ] 2462/3752 65% [======================================== ] 2463/3752 65% [======================================== ] 2464/3752 65% [======================================== ] 2465/3752 65% [======================================== ] 2466/3752 65% [======================================== ] 2467/3752 65% [======================================== ] 2468/3752 65% [======================================== ] 2469/3752 65% [======================================== ] 2470/3752 65% [======================================== ] 2471/3752 65% [======================================== ] 2472/3752 65% [======================================== ] 2473/3752 65% [======================================== ] 2474/3752 65% [======================================== ] 2475/3752 65% [======================================== ] 2476/3752 65% [======================================== ] 2477/3752 66% [======================================== ] 2478/3752 66% [======================================== ] 2479/3752 66% [======================================== ] 2480/3752 66% [======================================== ] 2481/3752 66% [========================================= ] 2482/3752 66% [========================================= ] 2483/3752 66% [========================================= ] 2484/3752 66% [========================================= ] 2485/3752 66% [========================================= ] 2486/3752 66% [========================================= ] 2487/3752 66% [========================================= ] 2488/3752 66% [========================================= ] 2489/3752 66% [========================================= ] 2490/3752 66% [========================================= ] 2491/3752 66% [========================================= ] 2492/3752 66% [========================================= ] 2493/3752 66% [========================================= ] 2494/3752 66% [========================================= ] 2495/3752 66% [========================================= ] 2496/3752 66% [========================================= ] 2497/3752 66% [========================================= ] 2498/3752 66% [========================================= ] 2499/3752 66% [========================================= ] 2500/3752 66% [========================================= ] 2501/3752 66% [========================================= ] 2502/3752 66% [========================================= ] 2503/3752 66% [========================================= ] 2504/3752 66% [========================================= ] 2505/3752 66% [========================================= ] 2506/3752 66% [========================================= ] 2507/3752 66% [========================================= ] 2508/3752 66% [========================================= ] 2509/3752 66% [========================================= ] 2510/3752 66% [========================================= ] 2511/3752 66% [========================================= ] 2512/3752 66% [========================================= ] 2513/3752 66% [========================================= ] 2514/3752 67% [========================================= ] 2515/3752 67% [========================================= ] 2516/3752 67% [========================================= ] 2517/3752 67% [========================================= ] 2518/3752 67% [========================================= ] 2519/3752 67% [========================================= ] 2520/3752 67% [========================================= ] 2521/3752 67% [========================================= ] 2522/3752 67% [========================================= ] 2523/3752 67% [========================================= ] 2524/3752 67% [========================================= ] 2525/3752 67% [========================================= ] 2526/3752 67% [========================================= ] 2527/3752 67% [========================================= ] 2528/3752 67% [========================================= ] 2529/3752 67% [========================================= ] 2530/3752 67% [========================================= ] 2531/3752 67% [========================================= ] 2532/3752 67% [========================================= ] 2533/3752 67% [========================================= ] 2534/3752 67% [========================================= ] 2535/3752 67% [========================================= ] 2536/3752 67% [========================================= ] 2537/3752 67% [========================================= ] 2538/3752 67% [========================================= ] 2539/3752 67% [========================================= ] 2540/3752 67% [========================================= ] 2541/3752 67% [========================================== ] 2542/3752 67% [========================================== ] 2543/3752 67% [========================================== ] 2544/3752 67% [========================================== ] 2545/3752 67% [========================================== ] 2546/3752 67% [========================================== ] 2547/3752 67% [========================================== ] 2548/3752 67% [========================================== ] 2549/3752 67% [========================================== ] 2550/3752 67% [========================================== ] 2551/3752 67% [========================================== ] 2552/3752 68% [========================================== ] 2553/3752 68% [========================================== ] 2554/3752 68% [========================================== ] 2555/3752 68% [========================================== ] 2556/3752 68% [========================================== ] 2557/3752 68% [========================================== ] 2558/3752 68% [========================================== ] 2559/3752 68% [========================================== ] 2560/3752 68% [========================================== ] 2561/3752 68% [========================================== ] 2562/3752 68% [========================================== ] 2563/3752 68% [========================================== ] 2564/3752 68% [========================================== ] 2565/3752 68% [========================================== ] 2566/3752 68% [========================================== ] 2567/3752 68% [========================================== ] 2568/3752 68% [========================================== ] 2569/3752 68% [========================================== ] 2570/3752 68% [========================================== ] 2571/3752 68% [========================================== ] 2572/3752 68% [========================================== ] 2573/3752 68% [========================================== ] 2574/3752 68% [========================================== ] 2575/3752 68% [========================================== ] 2576/3752 68% [========================================== ] 2577/3752 68% [========================================== ] 2578/3752 68% [========================================== ] 2579/3752 68% [========================================== ] 2580/3752 68% [========================================== ] 2581/3752 68% [========================================== ] 2582/3752 68% [========================================== ] 2583/3752 68% [========================================== ] 2584/3752 68% [========================================== ] 2585/3752 68% [========================================== ] 2586/3752 68% [========================================== ] 2587/3752 68% [========================================== ] 2588/3752 68% [========================================== ] 2589/3752 69% [========================================== ] 2590/3752 69% [========================================== ] 2591/3752 69% [========================================== ] 2592/3752 69% [========================================== ] 2593/3752 69% [========================================== ] 2594/3752 69% [========================================== ] 2595/3752 69% [========================================== ] 2596/3752 69% [========================================== ] 2597/3752 69% [========================================== ] 2598/3752 69% [========================================== ] 2599/3752 69% [========================================== ] 2600/3752 69% [========================================== ] 2601/3752 69% [========================================== ] 2602/3752 69% [=========================================== ] 2603/3752 69% [=========================================== ] 2604/3752 69% [=========================================== ] 2605/3752 69% [=========================================== ] 2606/3752 69% [=========================================== ] 2607/3752 69% [=========================================== ] 2608/3752 69% [=========================================== ] 2609/3752 69% [=========================================== ] 2610/3752 69% [=========================================== ] 2611/3752 69% [=========================================== ] 2612/3752 69% [=========================================== ] 2613/3752 69% [=========================================== ] 2614/3752 69% [=========================================== ] 2615/3752 69% [=========================================== ] 2616/3752 69% [=========================================== ] 2617/3752 69% [=========================================== ] 2618/3752 69% [=========================================== ] 2619/3752 69% [=========================================== ] 2620/3752 69% [=========================================== ] 2621/3752 69% [=========================================== ] 2622/3752 69% [=========================================== ] 2623/3752 69% [=========================================== ] 2624/3752 69% [=========================================== ] 2625/3752 69% [=========================================== ] 2626/3752 69% [=========================================== ] 2627/3752 70% [=========================================== ] 2628/3752 70% [=========================================== ] 2629/3752 70% [=========================================== ] 2630/3752 70% [=========================================== ] 2631/3752 70% [=========================================== ] 2632/3752 70% [=========================================== ] 2633/3752 70% [=========================================== ] 2634/3752 70% [=========================================== ] 2635/3752 70% [=========================================== ] 2636/3752 70% [=========================================== ] 2637/3752 70% [=========================================== ] 2638/3752 70% [=========================================== ] 2639/3752 70% [=========================================== ] 2640/3752 70% [=========================================== ] 2641/3752 70% [=========================================== ] 2642/3752 70% [=========================================== ] 2643/3752 70% [=========================================== ] 2644/3752 70% [=========================================== ] 2645/3752 70% [=========================================== ] 2646/3752 70% [=========================================== ] 2647/3752 70% [=========================================== ] 2648/3752 70% [=========================================== ] 2649/3752 70% [=========================================== ] 2650/3752 70% [=========================================== ] 2651/3752 70% [=========================================== ] 2652/3752 70% [=========================================== ] 2653/3752 70% [=========================================== ] 2654/3752 70% [=========================================== ] 2655/3752 70% [=========================================== ] 2656/3752 70% [=========================================== ] 2657/3752 70% [=========================================== ] 2658/3752 70% [=========================================== ] 2659/3752 70% [=========================================== ] 2660/3752 70% [=========================================== ] 2661/3752 70% [=========================================== ] 2662/3752 70% [============================================ ] 2663/3752 70% [============================================ ] 2664/3752 71% [============================================ ] 2665/3752 71% [============================================ ] 2666/3752 71% [============================================ ] 2667/3752 71% [============================================ ] 2668/3752 71% [============================================ ] 2669/3752 71% [============================================ ] 2670/3752 71% [============================================ ] 2671/3752 71% [============================================ ] 2672/3752 71% [============================================ ] 2673/3752 71% [============================================ ] 2674/3752 71% [============================================ ] 2675/3752 71% [============================================ ] 2676/3752 71% [============================================ ] 2677/3752 71% [============================================ ] 2678/3752 71% [============================================ ] 2679/3752 71% [============================================ ] 2680/3752 71% [============================================ ] 2681/3752 71% [============================================ ] 2682/3752 71% [============================================ ] 2683/3752 71% [============================================ ] 2684/3752 71% [============================================ ] 2685/3752 71% [============================================ ] 2686/3752 71% [============================================ ] 2687/3752 71% [============================================ ] 2688/3752 71% [============================================ ] 2689/3752 71% [============================================ ] 2690/3752 71% [============================================ ] 2691/3752 71% [============================================ ] 2692/3752 71% [============================================ ] 2693/3752 71% [============================================ ] 2694/3752 71% [============================================ ] 2695/3752 71% [============================================ ] 2696/3752 71% [============================================ ] 2697/3752 71% [============================================ ] 2698/3752 71% [============================================ ] 2699/3752 71% [============================================ ] 2700/3752 71% [============================================ ] 2701/3752 71% [============================================ ] 2702/3752 72% [============================================ ] 2703/3752 72% [============================================ ] 2704/3752 72% [============================================ ] 2705/3752 72% [============================================ ] 2706/3752 72% [============================================ ] 2707/3752 72% [============================================ ] 2708/3752 72% [============================================ ] 2709/3752 72% [============================================ ] 2710/3752 72% [============================================ ] 2711/3752 72% [============================================ ] 2712/3752 72% [============================================ ] 2713/3752 72% [============================================ ] 2714/3752 72% [============================================ ] 2715/3752 72% [============================================ ] 2716/3752 72% [============================================ ] 2717/3752 72% [============================================ ] 2718/3752 72% [============================================ ] 2719/3752 72% [============================================ ] 2720/3752 72% [============================================ ] 2721/3752 72% [============================================ ] 2722/3752 72% [============================================ ] 2723/3752 72% [============================================= ] 2724/3752 72% [============================================= ] 2725/3752 72% [============================================= ] 2726/3752 72% [============================================= ] 2727/3752 72% [============================================= ] 2728/3752 72% [============================================= ] 2729/3752 72% [============================================= ] 2730/3752 72% [============================================= ] 2731/3752 72% [============================================= ] 2732/3752 72% [============================================= ] 2733/3752 72% [============================================= ] 2734/3752 72% [============================================= ] 2735/3752 72% [============================================= ] 2736/3752 72% [============================================= ] 2737/3752 72% [============================================= ] 2738/3752 72% [============================================= ] 2739/3752 73% [============================================= ] 2740/3752 73% [============================================= ] 2741/3752 73% [============================================= ] 2742/3752 73% [============================================= ] 2743/3752 73% [============================================= ] 2744/3752 73% [============================================= ] 2745/3752 73% [============================================= ] 2746/3752 73% [============================================= ] 2747/3752 73% [============================================= ] 2748/3752 73% [============================================= ] 2749/3752 73% [============================================= ] 2750/3752 73% [============================================= ] 2751/3752 73% [============================================= ] 2752/3752 73% [============================================= ] 2753/3752 73% [============================================= ] 2754/3752 73% [============================================= ] 2755/3752 73% [============================================= ] 2756/3752 73% [============================================= ] 2757/3752 73% [============================================= ] 2758/3752 73% [============================================= ] 2759/3752 73% [============================================= ] 2760/3752 73% [============================================= ] 2761/3752 73% [============================================= ] 2762/3752 73% [============================================= ] 2763/3752 73% [============================================= ] 2764/3752 73% [============================================= ] 2765/3752 73% [============================================= ] 2766/3752 73% [============================================= ] 2767/3752 73% [============================================= ] 2768/3752 73% [============================================= ] 2769/3752 73% [============================================= ] 2770/3752 73% [============================================= ] 2771/3752 73% [============================================= ] 2772/3752 73% [============================================= ] 2773/3752 73% [============================================= ] 2774/3752 73% [============================================= ] 2775/3752 73% [============================================= ] 2776/3752 73% [============================================= ] 2777/3752 74% [============================================= ] 2778/3752 74% [============================================= ] 2779/3752 74% [============================================= ] 2780/3752 74% [============================================= ] 2781/3752 74% [============================================= ] 2782/3752 74% [============================================= ] 2783/3752 74% [============================================== ] 2784/3752 74% [============================================== ] 2785/3752 74% [============================================== ] 2786/3752 74% [============================================== ] 2787/3752 74% [============================================== ] 2788/3752 74% [============================================== ] 2789/3752 74% [============================================== ] 2790/3752 74% [============================================== ] 2791/3752 74% [============================================== ] 2792/3752 74% [============================================== ] 2793/3752 74% [============================================== ] 2794/3752 74% [============================================== ] 2795/3752 74% [============================================== ] 2796/3752 74% [============================================== ] 2797/3752 74% [============================================== ] 2798/3752 74% [============================================== ] 2799/3752 74% [============================================== ] 2800/3752 74% [============================================== ] 2801/3752 74% [============================================== ] 2802/3752 74% [============================================== ] 2803/3752 74% [============================================== ] 2804/3752 74% [============================================== ] 2805/3752 74% [============================================== ] 2806/3752 74% [============================================== ] 2807/3752 74% [============================================== ] 2808/3752 74% [============================================== ] 2809/3752 74% [============================================== ] 2810/3752 74% [============================================== ] 2811/3752 74% [============================================== ] 2812/3752 74% [============================================== ] 2813/3752 74% [============================================== ] 2814/3752 75% [============================================== ] 2815/3752 75% [============================================== ] 2816/3752 75% [============================================== ] 2817/3752 75% [============================================== ] 2818/3752 75% [============================================== ] 2819/3752 75% [============================================== ] 2820/3752 75% [============================================== ] 2821/3752 75% [============================================== ] 2822/3752 75% [============================================== ] 2823/3752 75% [============================================== ] 2824/3752 75% [============================================== ] 2825/3752 75% [============================================== ] 2826/3752 75% [============================================== ] 2827/3752 75% [============================================== ] 2828/3752 75% [============================================== ] 2829/3752 75% [============================================== ] 2830/3752 75% [============================================== ] 2831/3752 75% [============================================== ] 2832/3752 75% [============================================== ] 2833/3752 75% [============================================== ] 2834/3752 75% [============================================== ] 2835/3752 75% [============================================== ] 2836/3752 75% [============================================== ] 2837/3752 75% [============================================== ] 2838/3752 75% [============================================== ] 2839/3752 75% [============================================== ] 2840/3752 75% [============================================== ] 2841/3752 75% [============================================== ] 2842/3752 75% [============================================== ] 2843/3752 75% [============================================== ] 2844/3752 75% [=============================================== ] 2845/3752 75% [=============================================== ] 2846/3752 75% [=============================================== ] 2847/3752 75% [=============================================== ] 2848/3752 75% [=============================================== ] 2849/3752 75% [=============================================== ] 2850/3752 75% [=============================================== ] 2851/3752 75% [=============================================== ] 2852/3752 76% [=============================================== ] 2853/3752 76% [=============================================== ] 2854/3752 76% [=============================================== ] 2855/3752 76% [=============================================== ] 2856/3752 76% [=============================================== ] 2857/3752 76% [=============================================== ] 2858/3752 76% [=============================================== ] 2859/3752 76% [=============================================== ] 2860/3752 76% [=============================================== ] 2861/3752 76% [=============================================== ] 2862/3752 76% [=============================================== ] 2863/3752 76% [=============================================== ] 2864/3752 76% [=============================================== ] 2865/3752 76% [=============================================== ] 2866/3752 76% [=============================================== ] 2867/3752 76% [=============================================== ] 2868/3752 76% [=============================================== ] 2869/3752 76% [=============================================== ] 2870/3752 76% [=============================================== ] 2871/3752 76% [=============================================== ] 2872/3752 76% [=============================================== ] 2873/3752 76% [=============================================== ] 2874/3752 76% [=============================================== ] 2875/3752 76% [=============================================== ] 2876/3752 76% [=============================================== ] 2877/3752 76% [=============================================== ] 2878/3752 76% [=============================================== ] 2879/3752 76% [=============================================== ] 2880/3752 76% [=============================================== ] 2881/3752 76% [=============================================== ] 2882/3752 76% [=============================================== ] 2883/3752 76% [=============================================== ] 2884/3752 76% [=============================================== ] 2885/3752 76% [=============================================== ] 2886/3752 76% [=============================================== ] 2887/3752 76% [=============================================== ] 2888/3752 76% [=============================================== ] 2889/3752 76% [=============================================== ] 2890/3752 77% [=============================================== ] 2891/3752 77% [=============================================== ] 2892/3752 77% [=============================================== ] 2893/3752 77% [=============================================== ] 2894/3752 77% [=============================================== ] 2895/3752 77% [=============================================== ] 2896/3752 77% [=============================================== ] 2897/3752 77% [=============================================== ] 2898/3752 77% [=============================================== ] 2899/3752 77% [=============================================== ] 2900/3752 77% [=============================================== ] 2901/3752 77% [=============================================== ] 2902/3752 77% [=============================================== ] 2903/3752 77% [=============================================== ] 2904/3752 77% [================================================ ] 2905/3752 77% [================================================ ] 2906/3752 77% [================================================ ] 2907/3752 77% [================================================ ] 2908/3752 77% [================================================ ] 2909/3752 77% [================================================ ] 2910/3752 77% [================================================ ] 2911/3752 77% [================================================ ] 2912/3752 77% [================================================ ] 2913/3752 77% [================================================ ] 2914/3752 77% [================================================ ] 2915/3752 77% [================================================ ] 2916/3752 77% [================================================ ] 2917/3752 77% [================================================ ] 2918/3752 77% [================================================ ] 2919/3752 77% [================================================ ] 2920/3752 77% [================================================ ] 2921/3752 77% [================================================ ] 2922/3752 77% [================================================ ] 2923/3752 77% [================================================ ] 2924/3752 77% [================================================ ] 2925/3752 77% [================================================ ] 2926/3752 77% [================================================ ] 2927/3752 78% [================================================ ] 2928/3752 78% [================================================ ] 2929/3752 78% [================================================ ] 2930/3752 78% [================================================ ] 2931/3752 78% [================================================ ] 2932/3752 78% [================================================ ] 2933/3752 78% [================================================ ] 2934/3752 78% [================================================ ] 2935/3752 78% [================================================ ] 2936/3752 78% [================================================ ] 2937/3752 78% [================================================ ] 2938/3752 78% [================================================ ] 2939/3752 78% [================================================ ] 2940/3752 78% [================================================ ] 2941/3752 78% [================================================ ] 2942/3752 78% [================================================ ] 2943/3752 78% [================================================ ] 2944/3752 78% [================================================ ] 2945/3752 78% [================================================ ] 2946/3752 78% [================================================ ] 2947/3752 78% [================================================ ] 2948/3752 78% [================================================ ] 2949/3752 78% [================================================ ] 2950/3752 78% [================================================ ] 2951/3752 78% [================================================ ] 2952/3752 78% [================================================ ] 2953/3752 78% [================================================ ] 2954/3752 78% [================================================ ] 2955/3752 78% [================================================ ] 2956/3752 78% [================================================ ] 2957/3752 78% [================================================ ] 2958/3752 78% [================================================ ] 2959/3752 78% [================================================ ] 2960/3752 78% [================================================ ] 2961/3752 78% [================================================ ] 2962/3752 78% [================================================ ] 2963/3752 78% [================================================ ] 2964/3752 78% [================================================ ] 2965/3752 79% [================================================= ] 2966/3752 79% [================================================= ] 2967/3752 79% [================================================= ] 2968/3752 79% [================================================= ] 2969/3752 79% [================================================= ] 2970/3752 79% [================================================= ] 2971/3752 79% [================================================= ] 2972/3752 79% [================================================= ] 2973/3752 79% [================================================= ] 2974/3752 79% [================================================= ] 2975/3752 79% [================================================= ] 2976/3752 79% [================================================= ] 2977/3752 79% [================================================= ] 2978/3752 79% [================================================= ] 2979/3752 79% [================================================= ] 2980/3752 79% [================================================= ] 2981/3752 79% [================================================= ] 2982/3752 79% [================================================= ] 2983/3752 79% [================================================= ] 2984/3752 79% [================================================= ] 2985/3752 79% [================================================= ] 2986/3752 79% [================================================= ] 2987/3752 79% [================================================= ] 2988/3752 79% [================================================= ] 2989/3752 79% [================================================= ] 2990/3752 79% [================================================= ] 2991/3752 79% [================================================= ] 2992/3752 79% [================================================= ] 2993/3752 79% [================================================= ] 2994/3752 79% [================================================= ] 2995/3752 79% [================================================= ] 2996/3752 79% [================================================= ] 2997/3752 79% [================================================= ] 2998/3752 79% [================================================= ] 2999/3752 79% [================================================= ] 3000/3752 79% [================================================= ] 3001/3752 79% [================================================= ] 3002/3752 80% [================================================= ] 3003/3752 80% [================================================= ] 3004/3752 80% [================================================= ] 3005/3752 80% [================================================= ] 3006/3752 80% [================================================= ] 3007/3752 80% [================================================= ] 3008/3752 80% [================================================= ] 3009/3752 80% [================================================= ] 3010/3752 80% [================================================= ] 3011/3752 80% [================================================= ] 3012/3752 80% [================================================= ] 3013/3752 80% [================================================= ] 3014/3752 80% [================================================= ] 3015/3752 80% [================================================= ] 3016/3752 80% [================================================= ] 3017/3752 80% [================================================= ] 3018/3752 80% [================================================= ] 3019/3752 80% [================================================= ] 3020/3752 80% [================================================= ] 3021/3752 80% [================================================= ] 3022/3752 80% [================================================= ] 3023/3752 80% [================================================= ] 3024/3752 80% [================================================= ] 3025/3752 80% [================================================== ] 3026/3752 80% [================================================== ] 3027/3752 80% [================================================== ] 3028/3752 80% [================================================== ] 3029/3752 80% [================================================== ] 3030/3752 80% [================================================== ] 3031/3752 80% [================================================== ] 3032/3752 80% [================================================== ] 3033/3752 80% [================================================== ] 3034/3752 80% [================================================== ] 3035/3752 80% [================================================== ] 3036/3752 80% [================================================== ] 3037/3752 80% [================================================== ] 3038/3752 80% [================================================== ] 3039/3752 80% [================================================== ] 3040/3752 81% [================================================== ] 3041/3752 81% [================================================== ] 3042/3752 81% [================================================== ] 3043/3752 81% [================================================== ] 3044/3752 81% [================================================== ] 3045/3752 81% [================================================== ] 3046/3752 81% [================================================== ] 3047/3752 81% [================================================== ] 3048/3752 81% [================================================== ] 3049/3752 81% [================================================== ] 3050/3752 81% [================================================== ] 3051/3752 81% [================================================== ] 3052/3752 81% [================================================== ] 3053/3752 81% [================================================== ] 3054/3752 81% [================================================== ] 3055/3752 81% [================================================== ] 3056/3752 81% [================================================== ] 3057/3752 81% [================================================== ] 3058/3752 81% [================================================== ] 3059/3752 81% [================================================== ] 3060/3752 81% [================================================== ] 3061/3752 81% [================================================== ] 3062/3752 81% [================================================== ] 3063/3752 81% [================================================== ] 3064/3752 81% [================================================== ] 3065/3752 81% [================================================== ] 3066/3752 81% [================================================== ] 3067/3752 81% [================================================== ] 3068/3752 81% [================================================== ] 3069/3752 81% [================================================== ] 3070/3752 81% [================================================== ] 3071/3752 81% [================================================== ] 3072/3752 81% [================================================== ] 3073/3752 81% [================================================== ] 3074/3752 81% [================================================== ] 3075/3752 81% [================================================== ] 3076/3752 81% [================================================== ] 3077/3752 82% [================================================== ] 3078/3752 82% [================================================== ] 3079/3752 82% [================================================== ] 3080/3752 82% [================================================== ] 3081/3752 82% [================================================== ] 3082/3752 82% [================================================== ] 3083/3752 82% [================================================== ] 3084/3752 82% [================================================== ] 3085/3752 82% [================================================== ] 3086/3752 82% [=================================================== ] 3087/3752 82% [=================================================== ] 3088/3752 82% [=================================================== ] 3089/3752 82% [=================================================== ] 3090/3752 82% [=================================================== ] 3091/3752 82% [=================================================== ] 3092/3752 82% [=================================================== ] 3093/3752 82% [=================================================== ] 3094/3752 82% [=================================================== ] 3095/3752 82% [=================================================== ] 3096/3752 82% [=================================================== ] 3097/3752 82% [=================================================== ] 3098/3752 82% [=================================================== ] 3099/3752 82% [=================================================== ] 3100/3752 82% [=================================================== ] 3101/3752 82% [=================================================== ] 3102/3752 82% [=================================================== ] 3103/3752 82% [=================================================== ] 3104/3752 82% [=================================================== ] 3105/3752 82% [=================================================== ] 3106/3752 82% [=================================================== ] 3107/3752 82% [=================================================== ] 3108/3752 82% [=================================================== ] 3109/3752 82% [=================================================== ] 3110/3752 82% [=================================================== ] 3111/3752 82% [=================================================== ] 3112/3752 82% [=================================================== ] 3113/3752 82% [=================================================== ] 3114/3752 82% [=================================================== ] 3115/3752 83% [=================================================== ] 3116/3752 83% [=================================================== ] 3117/3752 83% [=================================================== ] 3118/3752 83% [=================================================== ] 3119/3752 83% [=================================================== ] 3120/3752 83% [=================================================== ] 3121/3752 83% [=================================================== ] 3122/3752 83% [=================================================== ] 3123/3752 83% [=================================================== ] 3124/3752 83% [=================================================== ] 3125/3752 83% [=================================================== ] 3126/3752 83% [=================================================== ] 3127/3752 83% [=================================================== ] 3128/3752 83% [=================================================== ] 3129/3752 83% [=================================================== ] 3130/3752 83% [=================================================== ] 3131/3752 83% [=================================================== ] 3132/3752 83% [=================================================== ] 3133/3752 83% [=================================================== ] 3134/3752 83% [=================================================== ] 3135/3752 83% [=================================================== ] 3136/3752 83% [=================================================== ] 3137/3752 83% [=================================================== ] 3138/3752 83% [=================================================== ] 3139/3752 83% [=================================================== ] 3140/3752 83% [=================================================== ] 3141/3752 83% [=================================================== ] 3142/3752 83% [=================================================== ] 3143/3752 83% [=================================================== ] 3144/3752 83% [=================================================== ] 3145/3752 83% [=================================================== ] 3146/3752 83% [==================================================== ] 3147/3752 83% [==================================================== ] 3148/3752 83% [==================================================== ] 3149/3752 83% [==================================================== ] 3150/3752 83% [==================================================== ] 3151/3752 83% [==================================================== ] 3152/3752 84% [==================================================== ] 3153/3752 84% [==================================================== ] 3154/3752 84% [==================================================== ] 3155/3752 84% [==================================================== ] 3156/3752 84% [==================================================== ] 3157/3752 84% [==================================================== ] 3158/3752 84% [==================================================== ] 3159/3752 84% [==================================================== ] 3160/3752 84% [==================================================== ] 3161/3752 84% [==================================================== ] 3162/3752 84% [==================================================== ] 3163/3752 84% [==================================================== ] 3164/3752 84% [==================================================== ] 3165/3752 84% [==================================================== ] 3166/3752 84% [==================================================== ] 3167/3752 84% [==================================================== ] 3168/3752 84% [==================================================== ] 3169/3752 84% [==================================================== ] 3170/3752 84% [==================================================== ] 3171/3752 84% [==================================================== ] 3172/3752 84% [==================================================== ] 3173/3752 84% [==================================================== ] 3174/3752 84% [==================================================== ] 3175/3752 84% [==================================================== ] 3176/3752 84% [==================================================== ] 3177/3752 84% [==================================================== ] 3178/3752 84% [==================================================== ] 3179/3752 84% [==================================================== ] 3180/3752 84% [==================================================== ] 3181/3752 84% [==================================================== ] 3182/3752 84% [==================================================== ] 3183/3752 84% [==================================================== ] 3184/3752 84% [==================================================== ] 3185/3752 84% [==================================================== ] 3186/3752 84% [==================================================== ] 3187/3752 84% [==================================================== ] 3188/3752 84% [==================================================== ] 3189/3752 84% [==================================================== ] 3190/3752 85% [==================================================== ] 3191/3752 85% [==================================================== ] 3192/3752 85% [==================================================== ] 3193/3752 85% [==================================================== ] 3194/3752 85% [==================================================== ] 3195/3752 85% [==================================================== ] 3196/3752 85% [==================================================== ] 3197/3752 85% [==================================================== ] 3198/3752 85% [==================================================== ] 3199/3752 85% [==================================================== ] 3200/3752 85% [==================================================== ] 3201/3752 85% [==================================================== ] 3202/3752 85% [==================================================== ] 3203/3752 85% [==================================================== ] 3204/3752 85% [==================================================== ] 3205/3752 85% [==================================================== ] 3206/3752 85% [==================================================== ] 3207/3752 85% [===================================================== ] 3208/3752 85% [===================================================== ] 3209/3752 85% [===================================================== ] 3210/3752 85% [===================================================== ] 3211/3752 85% [===================================================== ] 3212/3752 85% [===================================================== ] 3213/3752 85% [===================================================== ] 3214/3752 85% [===================================================== ] 3215/3752 85% [===================================================== ] 3216/3752 85% [===================================================== ] 3217/3752 85% [===================================================== ] 3218/3752 85% [===================================================== ] 3219/3752 85% [===================================================== ] 3220/3752 85% [===================================================== ] 3221/3752 85% [===================================================== ] 3222/3752 85% [===================================================== ] 3223/3752 85% [===================================================== ] 3224/3752 85% [===================================================== ] 3225/3752 85% [===================================================== ] 3226/3752 85% [===================================================== ] 3227/3752 86% [===================================================== ] 3228/3752 86% [===================================================== ] 3229/3752 86% [===================================================== ] 3230/3752 86% [===================================================== ] 3231/3752 86% [===================================================== ] 3232/3752 86% [===================================================== ] 3233/3752 86% [===================================================== ] 3234/3752 86% [===================================================== ] 3235/3752 86% [===================================================== ] 3236/3752 86% [===================================================== ] 3237/3752 86% [===================================================== ] 3238/3752 86% [===================================================== ] 3239/3752 86% [===================================================== ] 3240/3752 86% [===================================================== ] 3241/3752 86% [===================================================== ] 3242/3752 86% [===================================================== ] 3243/3752 86% [===================================================== ] 3244/3752 86% [===================================================== ] 3245/3752 86% [===================================================== ] 3246/3752 86% [===================================================== ] 3247/3752 86% [===================================================== ] 3248/3752 86% [===================================================== ] 3249/3752 86% [===================================================== ] 3250/3752 86% [===================================================== ] 3251/3752 86% [===================================================== ] 3252/3752 86% [===================================================== ] 3253/3752 86% [===================================================== ] 3254/3752 86% [===================================================== ] 3255/3752 86% [===================================================== ] 3256/3752 86% [===================================================== ] 3257/3752 86% [===================================================== ] 3258/3752 86% [===================================================== ] 3259/3752 86% [===================================================== ] 3260/3752 86% [===================================================== ] 3261/3752 86% [===================================================== ] 3262/3752 86% [===================================================== ] 3263/3752 86% [===================================================== ] 3264/3752 86% [===================================================== ] 3265/3752 87% [===================================================== ] 3266/3752 87% [===================================================== ] 3267/3752 87% [====================================================== ] 3268/3752 87% [====================================================== ] 3269/3752 87% [====================================================== ] 3270/3752 87% [====================================================== ] 3271/3752 87% [====================================================== ] 3272/3752 87% [====================================================== ] 3273/3752 87% [====================================================== ] 3274/3752 87% [====================================================== ] 3275/3752 87% [====================================================== ] 3276/3752 87% [====================================================== ] 3277/3752 87% [====================================================== ] 3278/3752 87% [====================================================== ] 3279/3752 87% [====================================================== ] 3280/3752 87% [====================================================== ] 3281/3752 87% [====================================================== ] 3282/3752 87% [====================================================== ] 3283/3752 87% [====================================================== ] 3284/3752 87% [====================================================== ] 3285/3752 87% [====================================================== ] 3286/3752 87% [====================================================== ] 3287/3752 87% [====================================================== ] 3288/3752 87% [====================================================== ] 3289/3752 87% [====================================================== ] 3290/3752 87% [====================================================== ] 3291/3752 87% [====================================================== ] 3292/3752 87% [====================================================== ] 3293/3752 87% [====================================================== ] 3294/3752 87% [====================================================== ] 3295/3752 87% [====================================================== ] 3296/3752 87% [====================================================== ] 3297/3752 87% [====================================================== ] 3298/3752 87% [====================================================== ] 3299/3752 87% [====================================================== ] 3300/3752 87% [====================================================== ] 3301/3752 87% [====================================================== ] 3302/3752 88% [====================================================== ] 3303/3752 88% [====================================================== ] 3304/3752 88% [====================================================== ] 3305/3752 88% [====================================================== ] 3306/3752 88% [====================================================== ] 3307/3752 88% [====================================================== ] 3308/3752 88% [====================================================== ] 3309/3752 88% [====================================================== ] 3310/3752 88% [====================================================== ] 3311/3752 88% [====================================================== ] 3312/3752 88% [====================================================== ] 3313/3752 88% [====================================================== ] 3314/3752 88% [====================================================== ] 3315/3752 88% [====================================================== ] 3316/3752 88% [====================================================== ] 3317/3752 88% [====================================================== ] 3318/3752 88% [====================================================== ] 3319/3752 88% [====================================================== ] 3320/3752 88% [====================================================== ] 3321/3752 88% [====================================================== ] 3322/3752 88% [====================================================== ] 3323/3752 88% [====================================================== ] 3324/3752 88% [====================================================== ] 3325/3752 88% [====================================================== ] 3326/3752 88% [====================================================== ] 3327/3752 88% [====================================================== ] 3328/3752 88% [======================================================= ] 3329/3752 88% [======================================================= ] 3330/3752 88% [======================================================= ] 3331/3752 88% [======================================================= ] 3332/3752 88% [======================================================= ] 3333/3752 88% [======================================================= ] 3334/3752 88% [======================================================= ] 3335/3752 88% [======================================================= ] 3336/3752 88% [======================================================= ] 3337/3752 88% [======================================================= ] 3338/3752 88% [======================================================= ] 3339/3752 88% [======================================================= ] 3340/3752 89% [======================================================= ] 3341/3752 89% [======================================================= ] 3342/3752 89% [======================================================= ] 3343/3752 89% [======================================================= ] 3344/3752 89% [======================================================= ] 3345/3752 89% [======================================================= ] 3346/3752 89% [======================================================= ] 3347/3752 89% [======================================================= ] 3348/3752 89% [======================================================= ] 3349/3752 89% [======================================================= ] 3350/3752 89% [======================================================= ] 3351/3752 89% [======================================================= ] 3352/3752 89% [======================================================= ] 3353/3752 89% [======================================================= ] 3354/3752 89% [======================================================= ] 3355/3752 89% [======================================================= ] 3356/3752 89% [======================================================= ] 3357/3752 89% [======================================================= ] 3358/3752 89% [======================================================= ] 3359/3752 89% [======================================================= ] 3360/3752 89% [======================================================= ] 3361/3752 89% [======================================================= ] 3362/3752 89% [======================================================= ] 3363/3752 89% [======================================================= ] 3364/3752 89% [======================================================= ] 3365/3752 89% [======================================================= ] 3366/3752 89% [======================================================= ] 3367/3752 89% [======================================================= ] 3368/3752 89% [======================================================= ] 3369/3752 89% [======================================================= ] 3370/3752 89% [======================================================= ] 3371/3752 89% [======================================================= ] 3372/3752 89% [======================================================= ] 3373/3752 89% [======================================================= ] 3374/3752 89% [======================================================= ] 3375/3752 89% [======================================================= ] 3376/3752 89% [======================================================= ] 3377/3752 90% [======================================================= ] 3378/3752 90% [======================================================= ] 3379/3752 90% [======================================================= ] 3380/3752 90% [======================================================= ] 3381/3752 90% [======================================================= ] 3382/3752 90% [======================================================= ] 3383/3752 90% [======================================================= ] 3384/3752 90% [======================================================= ] 3385/3752 90% [======================================================= ] 3386/3752 90% [======================================================= ] 3387/3752 90% [======================================================= ] 3388/3752 90% [======================================================== ] 3389/3752 90% [======================================================== ] 3390/3752 90% [======================================================== ] 3391/3752 90% [======================================================== ] 3392/3752 90% [======================================================== ] 3393/3752 90% [======================================================== ] 3394/3752 90% [======================================================== ] 3395/3752 90% [======================================================== ] 3396/3752 90% [======================================================== ] 3397/3752 90% [======================================================== ] 3398/3752 90% [======================================================== ] 3399/3752 90% [======================================================== ] 3400/3752 90% [======================================================== ] 3401/3752 90% [======================================================== ] 3402/3752 90% [======================================================== ] 3403/3752 90% [======================================================== ] 3404/3752 90% [======================================================== ] 3405/3752 90% [======================================================== ] 3406/3752 90% [======================================================== ] 3407/3752 90% [======================================================== ] 3408/3752 90% [======================================================== ] 3409/3752 90% [======================================================== ] 3410/3752 90% [======================================================== ] 3411/3752 90% [======================================================== ] 3412/3752 90% [======================================================== ] 3413/3752 90% [======================================================== ] 3414/3752 90% [======================================================== ] 3415/3752 91% [======================================================== ] 3416/3752 91% [======================================================== ] 3417/3752 91% [======================================================== ] 3418/3752 91% [======================================================== ] 3419/3752 91% [======================================================== ] 3420/3752 91% [======================================================== ] 3421/3752 91% [======================================================== ] 3422/3752 91% [======================================================== ] 3423/3752 91% [======================================================== ] 3424/3752 91% [======================================================== ] 3425/3752 91% [======================================================== ] 3426/3752 91% [======================================================== ] 3427/3752 91% [======================================================== ] 3428/3752 91% [======================================================== ] 3429/3752 91% [======================================================== ] 3430/3752 91% [======================================================== ] 3431/3752 91% [======================================================== ] 3432/3752 91% [======================================================== ] 3433/3752 91% [======================================================== ] 3434/3752 91% [======================================================== ] 3435/3752 91% [======================================================== ] 3436/3752 91% [======================================================== ] 3437/3752 91% [======================================================== ] 3438/3752 91% [======================================================== ] 3439/3752 91% [======================================================== ] 3440/3752 91% [======================================================== ] 3441/3752 91% [======================================================== ] 3442/3752 91% [======================================================== ] 3443/3752 91% [======================================================== ] 3444/3752 91% [======================================================== ] 3445/3752 91% [======================================================== ] 3446/3752 91% [======================================================== ] 3447/3752 91% [======================================================== ] 3448/3752 91% [======================================================== ] 3449/3752 91% [========================================================= ] 3450/3752 91% [========================================================= ] 3451/3752 91% [========================================================= ] 3452/3752 92% [========================================================= ] 3453/3752 92% [========================================================= ] 3454/3752 92% [========================================================= ] 3455/3752 92% [========================================================= ] 3456/3752 92% [========================================================= ] 3457/3752 92% [========================================================= ] 3458/3752 92% [========================================================= ] 3459/3752 92% [========================================================= ] 3460/3752 92% [========================================================= ] 3461/3752 92% [========================================================= ] 3462/3752 92% [========================================================= ] 3463/3752 92% [========================================================= ] 3464/3752 92% [========================================================= ] 3465/3752 92% [========================================================= ] 3466/3752 92% [========================================================= ] 3467/3752 92% [========================================================= ] 3468/3752 92% [========================================================= ] 3469/3752 92% [========================================================= ] 3470/3752 92% [========================================================= ] 3471/3752 92% [========================================================= ] 3472/3752 92% [========================================================= ] 3473/3752 92% [========================================================= ] 3474/3752 92% [========================================================= ] 3475/3752 92% [========================================================= ] 3476/3752 92% [========================================================= ] 3477/3752 92% [========================================================= ] 3478/3752 92% [========================================================= ] 3479/3752 92% [========================================================= ] 3480/3752 92% [========================================================= ] 3481/3752 92% [========================================================= ] 3482/3752 92% [========================================================= ] 3483/3752 92% [========================================================= ] 3484/3752 92% [========================================================= ] 3485/3752 92% [========================================================= ] 3486/3752 92% [========================================================= ] 3487/3752 92% [========================================================= ] 3488/3752 92% [========================================================= ] 3489/3752 92% [========================================================= ] 3490/3752 93% [========================================================= ] 3491/3752 93% [========================================================= ] 3492/3752 93% [========================================================= ] 3493/3752 93% [========================================================= ] 3494/3752 93% [========================================================= ] 3495/3752 93% [========================================================= ] 3496/3752 93% [========================================================= ] 3497/3752 93% [========================================================= ] 3498/3752 93% [========================================================= ] 3499/3752 93% [========================================================= ] 3500/3752 93% [========================================================= ] 3501/3752 93% [========================================================= ] 3502/3752 93% [========================================================= ] 3503/3752 93% [========================================================= ] 3504/3752 93% [========================================================= ] 3505/3752 93% [========================================================= ] 3506/3752 93% [========================================================= ] 3507/3752 93% [========================================================= ] 3508/3752 93% [========================================================= ] 3509/3752 93% [========================================================== ] 3510/3752 93% [========================================================== ] 3511/3752 93% [========================================================== ] 3512/3752 93% [========================================================== ] 3513/3752 93% [========================================================== ] 3514/3752 93% [========================================================== ] 3515/3752 93% [========================================================== ] 3516/3752 93% [========================================================== ] 3517/3752 93% [========================================================== ] 3518/3752 93% [========================================================== ] 3519/3752 93% [========================================================== ] 3520/3752 93% [========================================================== ] 3521/3752 93% [========================================================== ] 3522/3752 93% [========================================================== ] 3523/3752 93% [========================================================== ] 3524/3752 93% [========================================================== ] 3525/3752 93% [========================================================== ] 3526/3752 93% [========================================================== ] 3527/3752 94% [========================================================== ] 3528/3752 94% [========================================================== ] 3529/3752 94% [========================================================== ] 3530/3752 94% [========================================================== ] 3531/3752 94% [========================================================== ] 3532/3752 94% [========================================================== ] 3533/3752 94% [========================================================== ] 3534/3752 94% [========================================================== ] 3535/3752 94% [========================================================== ] 3536/3752 94% [========================================================== ] 3537/3752 94% [========================================================== ] 3538/3752 94% [========================================================== ] 3539/3752 94% [========================================================== ] 3540/3752 94% [========================================================== ] 3541/3752 94% [========================================================== ] 3542/3752 94% [========================================================== ] 3543/3752 94% [========================================================== ] 3544/3752 94% [========================================================== ] 3545/3752 94% [========================================================== ] 3546/3752 94% [========================================================== ] 3547/3752 94% [========================================================== ] 3548/3752 94% [========================================================== ] 3549/3752 94% [========================================================== ] 3550/3752 94% [========================================================== ] 3551/3752 94% [========================================================== ] 3552/3752 94% [========================================================== ] 3553/3752 94% [========================================================== ] 3554/3752 94% [========================================================== ] 3555/3752 94% [========================================================== ] 3556/3752 94% [========================================================== ] 3557/3752 94% [========================================================== ] 3558/3752 94% [========================================================== ] 3559/3752 94% [========================================================== ] 3560/3752 94% [========================================================== ] 3561/3752 94% [========================================================== ] 3562/3752 94% [========================================================== ] 3563/3752 94% [========================================================== ] 3564/3752 94% [========================================================== ] 3565/3752 95% [========================================================== ] 3566/3752 95% [========================================================== ] 3567/3752 95% [========================================================== ] 3568/3752 95% [========================================================== ] 3569/3752 95% [========================================================== ] 3570/3752 95% [=========================================================== ] 3571/3752 95% [=========================================================== ] 3572/3752 95% [=========================================================== ] 3573/3752 95% [=========================================================== ] 3574/3752 95% [=========================================================== ] 3575/3752 95% [=========================================================== ] 3576/3752 95% [=========================================================== ] 3577/3752 95% [=========================================================== ] 3578/3752 95% [=========================================================== ] 3579/3752 95% [=========================================================== ] 3580/3752 95% [=========================================================== ] 3581/3752 95% [=========================================================== ] 3582/3752 95% [=========================================================== ] 3583/3752 95% [=========================================================== ] 3584/3752 95% [=========================================================== ] 3585/3752 95% [=========================================================== ] 3586/3752 95% [=========================================================== ] 3587/3752 95% [=========================================================== ] 3588/3752 95% [=========================================================== ] 3589/3752 95% [=========================================================== ] 3590/3752 95% [=========================================================== ] 3591/3752 95% [=========================================================== ] 3592/3752 95% [=========================================================== ] 3593/3752 95% [=========================================================== ] 3594/3752 95% [=========================================================== ] 3595/3752 95% [=========================================================== ] 3596/3752 95% [=========================================================== ] 3597/3752 95% [=========================================================== ] 3598/3752 95% [=========================================================== ] 3599/3752 95% [=========================================================== ] 3600/3752 95% [=========================================================== ] 3601/3752 95% [=========================================================== ] 3602/3752 96% [=========================================================== ] 3603/3752 96% [=========================================================== ] 3604/3752 96% [=========================================================== ] 3605/3752 96% [=========================================================== ] 3606/3752 96% [=========================================================== ] 3607/3752 96% [=========================================================== ] 3608/3752 96% [=========================================================== ] 3609/3752 96% [=========================================================== ] 3610/3752 96% [=========================================================== ] 3611/3752 96% [=========================================================== ] 3612/3752 96% [=========================================================== ] 3613/3752 96% [=========================================================== ] 3614/3752 96% [=========================================================== ] 3615/3752 96% [=========================================================== ] 3616/3752 96% [=========================================================== ] 3617/3752 96% [=========================================================== ] 3618/3752 96% [=========================================================== ] 3619/3752 96% [=========================================================== ] 3620/3752 96% [=========================================================== ] 3621/3752 96% [=========================================================== ] 3622/3752 96% [=========================================================== ] 3623/3752 96% [=========================================================== ] 3624/3752 96% [=========================================================== ] 3625/3752 96% [=========================================================== ] 3626/3752 96% [=========================================================== ] 3627/3752 96% [=========================================================== ] 3628/3752 96% [=========================================================== ] 3629/3752 96% [=========================================================== ] 3630/3752 96% [============================================================ ] 3631/3752 96% [============================================================ ] 3632/3752 96% [============================================================ ] 3633/3752 96% [============================================================ ] 3634/3752 96% [============================================================ ] 3635/3752 96% [============================================================ ] 3636/3752 96% [============================================================ ] 3637/3752 96% [============================================================ ] 3638/3752 96% [============================================================ ] 3639/3752 96% [============================================================ ] 3640/3752 97% [============================================================ ] 3641/3752 97% [============================================================ ] 3642/3752 97% [============================================================ ] 3643/3752 97% [============================================================ ] 3644/3752 97% [============================================================ ] 3645/3752 97% [============================================================ ] 3646/3752 97% [============================================================ ] 3647/3752 97% [============================================================ ] 3648/3752 97% [============================================================ ] 3649/3752 97% [============================================================ ] 3650/3752 97% [============================================================ ] 3651/3752 97% [============================================================ ] 3652/3752 97% [============================================================ ] 3653/3752 97% [============================================================ ] 3654/3752 97% [============================================================ ] 3655/3752 97% [============================================================ ] 3656/3752 97% [============================================================ ] 3657/3752 97% [============================================================ ] 3658/3752 97% [============================================================ ] 3659/3752 97% [============================================================ ] 3660/3752 97% [============================================================ ] 3661/3752 97% [============================================================ ] 3662/3752 97% [============================================================ ] 3663/3752 97% [============================================================ ] 3664/3752 97% [============================================================ ] 3665/3752 97% [============================================================ ] 3666/3752 97% [============================================================ ] 3667/3752 97% [============================================================ ] 3668/3752 97% [============================================================ ] 3669/3752 97% [============================================================ ] 3670/3752 97% [============================================================ ] 3671/3752 97% [============================================================ ] 3672/3752 97% [============================================================ ] 3673/3752 97% [============================================================ ] 3674/3752 97% [============================================================ ] 3675/3752 97% [============================================================ ] 3676/3752 97% [============================================================ ] 3677/3752 98% [============================================================ ] 3678/3752 98% [============================================================ ] 3679/3752 98% [============================================================ ] 3680/3752 98% [============================================================ ] 3681/3752 98% [============================================================ ] 3682/3752 98% [============================================================ ] 3683/3752 98% [============================================================ ] 3684/3752 98% [============================================================ ] 3685/3752 98% [============================================================ ] 3686/3752 98% [============================================================ ] 3687/3752 98% [============================================================ ] 3688/3752 98% [============================================================ ] 3689/3752 98% [============================================================ ] 3690/3752 98% [============================================================ ] 3691/3752 98% [============================================================= ] 3692/3752 98% [============================================================= ] 3693/3752 98% [============================================================= ] 3694/3752 98% [============================================================= ] 3695/3752 98% [============================================================= ] 3696/3752 98% [============================================================= ] 3697/3752 98% [============================================================= ] 3698/3752 98% [============================================================= ] 3699/3752 98% [============================================================= ] 3700/3752 98% [============================================================= ] 3701/3752 98% [============================================================= ] 3702/3752 98% [============================================================= ] 3703/3752 98% [============================================================= ] 3704/3752 98% [============================================================= ] 3705/3752 98% [============================================================= ] 3706/3752 98% [============================================================= ] 3707/3752 98% [============================================================= ] 3708/3752 98% [============================================================= ] 3709/3752 98% [============================================================= ] 3710/3752 98% [============================================================= ] 3711/3752 98% [============================================================= ] 3712/3752 98% [============================================================= ] 3713/3752 98% [============================================================= ] 3714/3752 98% [============================================================= ] 3715/3752 99% [============================================================= ] 3716/3752 99% [============================================================= ] 3717/3752 99% [============================================================= ] 3718/3752 99% [============================================================= ] 3719/3752 99% [============================================================= ] 3720/3752 99% [============================================================= ] 3721/3752 99% [============================================================= ] 3722/3752 99% [============================================================= ] 3723/3752 99% [============================================================= ] 3724/3752 99% [============================================================= ] 3725/3752 99% [============================================================= ] 3726/3752 99% [============================================================= ] 3727/3752 99% [============================================================= ] 3728/3752 99% [============================================================= ] 3729/3752 99% [============================================================= ] 3730/3752 99% [============================================================= ] 3731/3752 99% [============================================================= ] 3732/3752 99% [============================================================= ] 3733/3752 99% [============================================================= ] 3734/3752 99% [============================================================= ] 3735/3752 99% [============================================================= ] 3736/3752 99% [============================================================= ] 3737/3752 99% [============================================================= ] 3738/3752 99% [============================================================= ] 3739/3752 99% [============================================================= ] 3740/3752 99% [============================================================= ] 3741/3752 99% [============================================================= ] 3742/3752 99% [============================================================= ] 3743/3752 99% [============================================================= ] 3744/3752 99% [============================================================= ] 3745/3752 99% [============================================================= ] 3746/3752 99% [============================================================= ] 3747/3752 99% [============================================================= ] 3748/3752 99% [============================================================= ] 3749/3752 99% [============================================================= ] 3750/3752 99% [============================================================= ] 3751/3752 99% [==============================================================] 3752/3752 100% operation complete, 3752 objects in 70478 NAND pages. ln -snf /home/autobuild/autobuild/instance-10/output-1/host/arm-buildroot-linux-gnueabi/sysroot /home/autobuild/autobuild/instance-10/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-10/buildroot' >>> Buildroot 2023.05-307-g10dbb664e5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.0 Collecting legal info >>> host-binutils 2.39 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.4.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 >>> am33x-cm3 11107db2f1e9e58ee75d4fe9cc38423c9a6e4365 Collecting legal info License.txt: OK (sha256: e136e6949a1d3ca144374375af8b9387faa11d2eee7debff8cf22ca8fe7bf7e9) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1u 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.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> 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-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dovecot 2.3.20 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> openssl Collecting legal info >>> libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-environment-setup Collecting legal info >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg2 2.4.2 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgcrypt 1.10.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gocryptfs 2.3.2 Collecting legal info LICENSE: OK (sha256: 322a7e3b02cf18e38b7e6b18cafefb773df8676c65634b34e8a2beb931294a4b) >>> host-go 1.19.10 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> hwloc 2.9.2 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> jquery 3.5.1 Collecting legal info >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfuse3 3.15.0 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libgit2 1.6.4 Collecting legal info COPYING: OK (sha256: 6f3c2cd59b057e366c1acc073b038135c52d77892bb33bd4d931c5369d3f062b) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libgpgme 1.20.0 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libnss 3.91 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liburcu 0.13.2 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> libyang 2.1.30 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> lksctp-tools 1.0.19 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> moarvm 2023.02 Collecting legal info Artistic2.txt: OK (sha256: c53c6b96081b0a5b9b2fb4d0133d55c20e5e00e4c127ade62f03434ee7b3d2de) >>> zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> nettle 3.9.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-nodejs 16.20.0 Collecting legal info LICENSE: OK (sha256: ba325815d3df8819bebaf37cad67d6e1f82271e1e4a1189b53abd28e261977d6) >>> host-icu 73-1 Collecting legal info LICENSE: OK (sha256: f3005e195ff74d8812cc1f182a1c446fab678d70a10e3dada497585befee5416) >>> openntpd 6.8p1 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-astro-suntime 0.06 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> perl-clone 0.46 Collecting legal info README.md: OK (sha256: 40aa7eb133e97b075024380640528760a54aefc344781741ed02539a375db5ac) >>> perl-data-dump 1.25 Collecting legal info README.md: OK (sha256: 8bdd655ceab54bbeb1105a101f0412ec764098abf09b4e92bc430d56befa10cb) >>> perl-devel-cycle 1.12 Collecting legal info README: OK (sha256: e47dfab3e7e9d20fe6313169ead2736ab97f1388003eee033dd934278649034d) >>> perl-device-serialport 1.04 Collecting legal info README: OK (sha256: 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-http-daemon 6.16 Collecting legal info LICENCE: OK (sha256: 311f168ba9a7819ffab4fea19858f9e880737baf6d112929d11530205035a4cc) >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-message 6.44 Collecting legal info LICENSE: OK (sha256: f2f428b5f8a3bf4e6a71cd5ea92558a3d123d3d7c5075d34923e71e46dea94df) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-mime-base64-urlsafe 0.01 Collecting legal info README: OK (sha256: 2fffac76f75709b6d94111a37f6cd8cab21e8f2b2de73b0b4fa53a5bed4efc15) >>> perl-params-util 1.102 Collecting legal info ARTISTIC-1.0: OK (sha256: 08c2ed7589aff3b2076b48b792078d3479c2295559ee7bc4615e93abe0473939) GPL-1: OK (sha256: 3d2fb9b42d1134f39c2e990d66b5e9b77005663fe956db526cc380eb3d9a77d8) LICENSE: OK (sha256: 834c4ebff45be11f35f059b077fdd747dee4b8a747b95049d849fef1c0ccdc62) >>> perl-time-parsedate 2015.103 Collecting legal info lib/Time/JulianDay.pm: OK (sha256: 6d8de888d0662f75cfa3bf21b261741d5634ac9cdd8604d6173850546a3d40a9) lib/Time/Timezone.pm: OK (sha256: 9ae411fbaf87add414e7357417032dfedce652c393643bc5cb5b7698041a1dca) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-uri 5.19 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> perl-x10 0.04 Collecting legal info README: OK (sha256: e6f320afa82517d663be348dd2515ecb1454a7c851ba5590f13aca01d219be80) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> stunnel 5.65 Collecting legal info COPYING.md: OK (sha256: f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zlog 1.2.16 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-10/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'